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 | |
Apr 15, 2010 | |
14 years 5 months | merge of '168f214e4fd2d0b5412f8fa0111448c513a53e3f' |
14 years 5 months | * GetBranchLog.cpp: there was a race condition when the query process gets out of order f.e. when readMore() is called in between a toposort execution (closes FS#50) |
14 years 5 months | * TreeBuilder.h: remove QtGui include and add specific missing includes to a couple of files - weird enough this fixes FS#47! Namely I get no longer a hang on OSX when the MonotoneManager's mutex is destroyed! |
Apr 14, 2010 | |
14 years 5 months | * Platform.cpp: include library hints for the VS2008 linker (partially closes FS#48) |
Apr 9, 2010 | |
14 years 5 months | * DebugLog.h: remove a compiler warning about extra tokens |
14 years 5 months | * properly stop and remove threads on deletion |
14 years 5 months | * InventoryModel.h/cpp: implement basic d'n'd support for the workspace model |
Apr 6, 2010 | |
14 years 5 months | * note the recent improvements |
14 years 5 months | * osx_bundle.sh: directly rely on macdeployqt which comes with newer Qt binary distributions |
14 years 5 months | * no longer need to give a default here for this setting |
14 years 5 months | * DebugLog.h/cpp: rewrite to read where to log stuff to on log time, not on logger instance creation time; insert the log header every time a logging target is (re)added |
14 years 5 months | * check for application updates when there is a running event loop, not earlier |
14 years 5 months | * unify the data structures used to set default values |
14 years 5 months | * suppress two warnings |
14 years 5 months | * rc3 development started |
14 years 5 months | * set the version to 1.0rc2 |
14 years 5 months | * note the recent bug fix |
14 years 5 months | * InventoryItem.h/cpp: remove the "expanded" flag and the setExpanded() method - if a node is expanded or not can be solely determined by the fact whether its a directory and whether it already has child nodes (due to the fact that we always insert a |
Apr 4, 2010 | |
14 years 5 months | * when a node is right-clicked in the inventory view, only the actual default action is rendered bold, not any of the previous ones |
Apr 1, 2010 | |
14 years 5 months | * note the recent bugfixes |