| 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 Next | |
| Mar 29, 2010 | |
| 13 years 10 months | * one string not marked for translation |
| 13 years 10 months | * make the colors for merge revisions and out-of-branch revisions configurable |
| 13 years 10 months | * toposort the next revisions to query so that we match the history expectations better (a stack was a bad idea here) |
| 13 years 10 months | * skip revisions we already recorded and process each revision after another in a very simple loop |
| 13 years 10 months | * there was a small race condition which made the progress widget not hideable if no new revisions could be queried for a branch |
| 13 years 10 months | * clear the task map as well if all the threads are aborted, to ensure that no old "out-of-band" tasks are still delivered to the automate command even after the thread finished |
| Mar 27, 2010 | |
| 13 years 10 months | * explicitely give the top right layout a 0 margin (apparently there are different defaults when this is not given) |
| 13 years 10 months | * fix bogus layout padding which popped up during the 4.5 -> 4.6 migration |
| 13 years 10 months | * annotate.ui, AnnotateFile.h/cpp: replace the read-only text input by a dropdown which stores the "history" of queried revisions for an annotation, so users can easily go back to the previously selected one |
| 13 years 10 months | * add a couple of separators to group the items in the right click menu better |
| Mar 26, 2010 | |
| 13 years 10 months | * vocab.h (CertList): add a simple accessor to query distinct signers of a list of revision certs; add an optional second parameter "signer" to all find* methods and rename them slightly |
| 13 years 10 months | * re-use the new CertListBrowser widget for the FileHistory and SelectRevision dialogs |
| 13 years 10 months | * add a menu option to annotate a file from the revision manifest as well |
| 13 years 10 months | * add a menu to the revision view and add an option to annotate patched files |
| 13 years 10 months | * missing include (after merge) |
| 13 years 10 months | merge of '2f08ce91e7e7caa6d97a69b8af896c9f48211213' |
| 13 years 10 months | * introduce a new CertListBrowser widget which basically renders the contents of a CertList to HTML displayable in a QTextBrowser |
| Mar 25, 2010 | |
| 13 years 10 months | * new class "SizeableLabel" which is nothing more than a simple QLabel with a relativeSize property which sets the font size of the label based on the default point size |
| Mar 23, 2010 | |
| 13 years 10 months | * Annotate.h: remove spurious > from include line |
| 13 years 10 months | merge of '5a0f0f2891c84096c984f7f05eff6e8c99fe79a7' |