AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 Next | |
Jan 23, 2010 | |
13 years 8 months | * refactored the code which creates the _MTN directory and its files to be usable elsewhere; the code could still be further refactored there (ie. the input dialog should be moved out), but for now we leave it as it is |
13 years 8 months | * rather check for StanzaEntry::vals.size() instead of QString::isNull, with the latter it is rather easy to trap into an "string is empty but not null" issue |
Jan 22, 2010 | |
13 years 8 months | * rename the browse label to uppercase Browse |
13 years 8 months | new method getRoots() to return the root revision of a database (and therefor easily determine if the database is empty or not) |
Jan 19, 2010 | |
13 years 8 months | * change stdio parser to work with the new stdio format of monotone 0.46 |
Nov 15, 2009 | |
13 years 10 months | * Sparkle no longer needs to be bundled with guitone |
13 years 10 months | * removed the errornous Sparkle Software update lib from the OSX version. We're now using the same update mechanism on all supported platforms. |
13 years 10 months | * guitone.qrc: add search input images as resources |
13 years 10 months | * MonotoneThread.h/cpp: don't try to append an empty QList which is a waste of time |
13 years 10 months | * WorkspaceWindow: new toolbar with a simple search field for both proxy models |
Nov 14, 2009 | |
13 years 10 months | * save out-of-band messages in the executing task so we can later look for certain messages and decide certain actions |
13 years 10 months | * introduce a simple typedef for out-of-band message pairs |
Nov 11, 2009 | |
13 years 10 months | * MonotoneThread.cpp: log out-of-band messages with our logging system so they don't get forgotten |
Nov 3, 2009 | |
13 years 10 months | * netsync.ui: make the progress text a little smaller |
Oct 31, 2009 | |
13 years 10 months | * InventoryWatcher.cpp: make a couple of fatal errors non-fatal |
Oct 23, 2009 | |
13 years 11 months | * IDEAS: the node information view has already been included in 0.9 |
13 years 11 months | * Certs.cpp, Tags.cpp: the signer of a tag / cert is now a hash, no longer a normal string value; we eventually want to map this back to a key name later on... |
Commit 1963390487e418c9404dc14d02d074ebb8f41acc, by 1aaecf3a7c227e5545b0504aea5d3716d3128117 | |
13 years 11 months | * GetAttributes.cpp: newer monotone versions no longer include the "version" flag for a couple of commands, such as get_attributes |
Commit d16a21de5516fac9354be7f575e3560e73dc158f, by 1aaecf3a7c227e5545b0504aea5d3716d3128117 | |
13 years 11 months | * commit_revision.ui: align the labels in the form dialog left-side |
Commit 1cf5e65edd8741bd5c198ea925cdd949eeaa826d, by 1aaecf3a7c227e5545b0504aea5d3716d3128117 | |
13 years 11 months | Major change: use QSharedPointer to properly handle the lifetime of MonotoneThreads and MonotoneTasks - the latter are no longer copied as "working items" within MonotoneThread, but keep existant until the thread finished the task. Many other, smalle |
Commit 87e1bcb081af781e6aa1a0c914c12baaf9564438, by 1aaecf3a7c227e5545b0504aea5d3716d3128117 |