| 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 | |
| Apr 6, 2010 | |
| 13 years 9 months | * note the recent bug fix |
| 13 years 9 months | * set the version to 1.0rc2 |
| 13 years 9 months | * rc3 development started |
| 13 years 9 months | * suppress two warnings |
| 13 years 9 months | * unify the data structures used to set default values |
| 13 years 9 months | * check for application updates when there is a running event loop, not earlier |
| 13 years 9 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 |
| 13 years 9 months | * no longer need to give a default here for this setting |
| 13 years 9 months | * osx_bundle.sh: directly rely on macdeployqt which comes with newer Qt binary distributions |
| 13 years 9 months | * note the recent improvements |
| Apr 9, 2010 | |
| 13 years 9 months | * InventoryModel.h/cpp: implement basic d'n'd support for the workspace model |
| 13 years 9 months | * properly stop and remove threads on deletion |
| 13 years 9 months | * DebugLog.h: remove a compiler warning about extra tokens |
| Apr 14, 2010 | |
| 13 years 9 months | * Platform.cpp: include library hints for the VS2008 linker (partially closes FS#48) |
| Apr 15, 2010 | |
| 13 years 9 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! |
| 13 years 9 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) |
| 13 years 9 months | merge of '168f214e4fd2d0b5412f8fa0111448c513a53e3f' |
| 13 years 9 months | * note the recent changes |
| Apr 19, 2010 | |
| 13 years 9 months | * one thing forgotten for VS2008 compatibility |
| 13 years 9 months | * GetBranchLog.h/cpp: save parent-child relations; replace mergeRevisions data structure |