| 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 | |
| Jan 12, 2008 | |
| 16 years 24 days | * Inventory.cpp: compilation fix |
| Jan 11, 2008 | |
| 16 years 25 days | merge of '0806e0e2ed07bac10c5c180bd803b541381aa138' |
| Jan 10, 2008 | |
| 16 years 25 days | If an item was expanded and re-read, a weird flickering could popup on |
| 16 years 26 days | * bugfix: the reference to argc has to be valid over the entire application |
| Jan 9, 2008 | |
| 16 years 26 days | * the revision diff and file history options make sense only if the item |
| 16 years 26 days | * store the current active requests in a set, rather than a stack, which |
| 16 years 26 days | * GetAttributes.h/cpp: create the AttributeList on the stack, rather than |
| 16 years 27 days | * changeset_browser.ui: changelog text is no longer fixed font (looks ugly) |
| 16 years 27 days | * fix scrolling bug in change list (adding the new changeset to the |
| 16 years 27 days | * remove debug code |
| 16 years 27 days | * bugfix: display the popup menu to add a new item _if_ an item was loaded, |
| 16 years 27 days | * generalized the determination of the default click/doubleclick/menu |
| 16 years 27 days | * display a "no matches" image in the background of the inventory views |
| 16 years 27 days | * WorkspaceWindow.cpp: it was stupid to assume that the splitters could |
| 16 years 27 days | * the root item has no cdup item any longer (these are now only added to |
| Jan 8, 2008 | |
| 16 years 28 days | * major overhaul of the item insertion code: we now ensure that |
| 16 years 28 days | * fixed a very weird bug which sometimes popped up on Linux: the inventory |
| 16 years 28 days | * 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 28 days | * better recognation when a path is expanded and when not based on the level this path is on |
| Jan 7, 2008 | |
| 16 years 28 days | * checking for isExpanded() in fetchMore() apparently fixes the scroll/ |