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 | |
Feb 23, 2009 | |
15 years 8 months | * forgot to add the ToolBox files to the project file lists |
15 years 8 months | * new ToolBox view derived from QToolBox whose only task (until now) is to handle prepended > and v arrows properly |
15 years 8 months | * replace the arrow image which triggers the popup menu in the attributes view by a unicode character which has the same visual expression |
Feb 22, 2009 | |
15 years 8 months | * MonotoneUtil.cpp: mixed up parameter order for get_content_changed |
15 years 8 months | * MonotoneUtil.h/cpp: new method to query previous content marks |
15 years 8 months | merge of '1bf28a4c2d97815357d798f43145b9b9b19d0c2d' |
15 years 8 months | * tweaked / expanded the nodeinfo dialog (not yet functional) |
Feb 19, 2009 | |
15 years 8 months | Applied patch from Boyd Stephen Smith Jr. to make the tests compile again |
Feb 9, 2009 | |
15 years 8 months | merge of '2c874e3bddb89f77a32587dd622cd927262a2293' |
15 years 8 months | * show the first tab by default in the pref dialog |
15 years 9 months | * MonotoneThread::cleanup(...) should actually be a slot |
15 years 9 months | merge of '74f7bfddacdf8cf9c3a3bcd72bdf1936a76bfaf9' |
15 years 9 months | * layout fix: if the icon size 64x64 is not available, allow better degratopm for smaller icon sizes in the node info panel |
Jan 25, 2009 | |
15 years 9 months | * constified quite a bunch of foreach arguments (apparently this is faster: http://labs.trolltech.com/blogs/2009/01/23/iterating-efficiently/) |
15 years 9 months | * updated to reflect the recent changes |
15 years 9 months | various improvements to the driver interface: |
15 years 9 months | * make init() and closeAllDialogs() public functions instead of public slots; this way we nicely separate which parts of the dialog managers should become a public API and which not |
15 years 9 months | * new method waitForStarted() which blocks until the monotone process has been started successfully |
Jan 13, 2009 | |
15 years 9 months | * fixed two bugs here: guitone crashed if ENTER was pressed after a successful revision search and secondly subsequent unsuccessful revision searches did not disable the OK button |
15 years 9 months | * src/main.cpp: remove crash handler setup code |