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 | |
May 7, 2008 | |
15 years 4 months | * NEWS: noted the recent changes |
15 years 4 months | * ChangeLogEdit.h/cpp: new QTextEdit-derived class whose main functionality is basically stolen from http://doc.trolltech.com/4.3/tools-customcompleter.html, i.e. it allows the completion of words based on a defined list of strings |
May 6, 2008 | |
15 years 4 months | * (*)DialogManager.h/cpp: no need to block execution of dialogs; we simply |
May 4, 2008 | |
15 years 4 months | the interfacing is on the way, so this is no longer an idea, but in |
15 years 4 months | * Inventory.h/cpp: split core model apart from the item model, making the Inventory model a bit more lean for other usages (f.e. for unaccounted renames) |
May 3, 2008 | |
15 years 4 months | * a note about a bugfix |
15 years 4 months | Gave the unaccounted renames dialog its own Inventory model from which |
15 years 4 months | * merge fixup |
15 years 4 months | explicit merge of '30f75f528dcc712fc1f3a0db07eb7d680618465c' |
May 2, 2008 | |
15 years 4 months | * (*)DialogManager.hh/cpp: new option "blockDialogs" which makes the dialogs |
15 years 4 months | * and of course I forgot a few files |
15 years 4 months | * Guitone.h/cpp: split into GuitoneCore.h/cpp and GuitoneStandalone.h/cpp; |
Apr 29, 2008 | |
15 years 4 months | * README: note that due to the recent changes in the FileDiff dialog it |
Apr 28, 2008 | |
15 years 4 months | * GetFile.h/cpp: calculate the correct line numbers for the old / new |
15 years 4 months | * Guitone.cpp: processEvents() as long as the last window has been properly closed |
15 years 4 months | * MainWindow.cpp: make the windowClosed connection a queued connection |
15 years 4 months | * guitone.pro: comment out Graph.h/cpp which currently throws a linker error |
Apr 21, 2008 | |
15 years 5 months | * Inventory.cpp: the --depth option interpretation has changed with 0.40, |
15 years 5 months | * DiffParser.h/.cpp: support for "no newline at the end of the file" chunk |
15 years 5 months | * ChangesetModel.h: compilation fix |