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 | |
Nov 24, 2007 | |
16 years 11 months | * add a status bar |
16 years 11 months | * lazy dialog initialization |
Nov 23, 2007 | |
16 years 11 months | * use ViewOption instead of pure int's (maybe move that to vocab.h if it |
16 years 11 months | * introduce another virtual method setup() which is only called once |
16 years 11 months | * two convenience slots to query the file diff and file history with |
16 years 11 months | * Q_OBJECT macro was missing |
16 years 11 months | * Guitone: ifdef the appupdate dialog deletion in the dtor, also do |
Nov 22, 2007 | |
16 years 11 months | * actually start a newly generated thread... |
16 years 11 months | * give those splitters a unique name |
16 years 11 months | * a few invariants |
16 years 11 months | * set the type of the inventory views after setting the model |
16 years 11 months | * instantiate before use here as well |
16 years 11 months | * MenuBar: its a slot, not a signal in qApp |
16 years 11 months | * first version check should happen silently |
16 years 11 months | * TreeView: rename setExpanded to expandAllNodes (no naming clash with base |
16 years 11 months | * its ApplicationUpdate, not UpdateDialog |
16 years 11 months | * versionCompare now resides in MonotoneManager |
16 years 11 months | * no .h system includes |
Nov 21, 2007 | |
16 years 11 months | huhhh, it compiles, it compiles!!!!!! |
16 years 11 months | * re-added recent list handling |