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 | |
Jan 8, 2008 | |
16 years 10 months | * major overhaul of the item insertion code: we now ensure that |
16 years 10 months | * fixed a very weird bug which sometimes popped up on Linux: the inventory |
16 years 10 months | * GetRevision.h/cpp: bugfix: to read the workspace revision, we need a workspace path, so split up readRevision() in readDatabaseRevision() and readWorkspaceRevision() and remove the ctor DatabaseFile argument |
16 years 10 months | * better recognation when a path is expanded and when not based on the level this path is on |
Jan 7, 2008 | |
16 years 10 months | * checking for isExpanded() in fetchMore() apparently fixes the scroll/ |
16 years 10 months | * preferences.ui/Preferences.cpp: an option to enable/disable the |
16 years 10 months | * I don't know when this happened, but mtn no longer seems to report |
Jan 6, 2008 | |
16 years 10 months | * WorkspaceWindow.h/cpp: loading is now done with Qt's standard fetchMore() |
16 years 10 months | * load on request seems to work, however I still have to fight the |
16 years 10 months | * there is no longer a "Root" pseudo item available, each ModelItem has a |
16 years 10 months | * allow attributes to be read and set on the workspace root by changing |
Jan 4, 2008 | |
16 years 10 months | * ensure that all icons get the same size |
16 years 10 months | * cdup.png references removed (replaced by the native icon) |
16 years 10 months | * workspace_floater.ui: remove the group box and replace it by a simple |
Jan 2, 2008 | |
16 years 10 months | * strip .h from the include |
16 years 10 months | * flatItemList became more suitable itemMap |
16 years 10 months | * ModelItem: new boolean field expanded and its accessors; provide a safe |
16 years 10 months | * check for source index validity |
16 years 10 months | * read more of the inventory on click/doubleclick |
Dec 31, 2007 | |
16 years 10 months | * do not popup the context menu if there is no item selected; only create |