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 | |
Jun 17, 2006 | |
17 years 3 months | Fixed some memory leaks(hopefully the last) and do a refactoring of class Workspace |
Commit a558e239929096786c064b555866e1f24464625f, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | * updated README for 0.3 release |
Jun 15, 2006 | |
17 years 3 months | merge of c52207fe3cdb63682de145f972bd2fda9c654686 |
Commit 7530b156890fa1fff52bde119aa61f045d4714e1, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | Added class Properties to remember some size informations between program runs |
Commit c52207fe3cdb63682de145f972bd2fda9c654686, by ingo.maindorfer@ipm.fhg.de | |
Jun 12, 2006 | |
17 years 3 months | * updated README and added a note for OSX compilation |
Jun 10, 2006 | |
17 years 3 months | * support for icon overlays added, now everything is nicely colored =) |
17 years 3 months | * added overlay icons |
17 years 3 months | * major code cleanups (fixed all qWarnings, etc), no longer dependent on |
Jun 9, 2006 | |
17 years 3 months | Fix some small selection behaviour |
Commit 208f3f79e0072be40c1f8dd62e7e8d2acfb2b3fc, by ingo.maindorfer@ipm.fhg.de | |
Jun 8, 2006 | |
17 years 3 months | Implementing an 'Eplorer-Like' navigation. Need some more sorting options internaly |
Commit 450c930ec2bb6f44b8f91b1d3604710cb3badbad, by ingo.maindorfer@ipm.fhg.de | |
Jun 6, 2006 | |
17 years 3 months | Introduce ProxyModel for sorting and filtering of our data. There is a QT bug that crashes guitone. I allready found it inside QT and will report it to Trolltech. |
Commit cd9051d3677ecb111beee7b1c951fcd50c15a40a, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | Fix minor bug in Workspace::data() that allways returned an icon for every column. |
Commit af18f2b9357006159fec0e6f49022e824ce00562, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | Changed QList<WorkspaceItem*>* to QList<WorkspaceItem> & in class Workspace. This helps to prevent memory leaks in recursive function calls! |
Commit bed2f8eb2dc836685391d693feba9fec77e02521, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | * applied patch from Tobias Hunger (thanks for that!): fatal errors in the Monotone wrapper class now emit a signal (more qt-like) instead of displaying a dialog box and exiting directly |
Jun 5, 2006 | |
17 years 3 months | Merge in class IconProvider in guitone.pro |
Commit 1bb2aa4e0a8d762a078b60da38ee306b4454de89, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | merge of 3bde55d15276d471a8527534cc06a149ff9d52a7 |
Commit a0d9f59e69d1e00060996df354bb4c7e3685716e, by ingo.maindorfer@ipm.fhg.de | |
17 years 3 months | * removed Tools.h, XPM.{h,cpp} (no longer needed) |
17 years 3 months | Added class IconProvider and adjust class WorkspaceItem and Workspace for that |
Commit a3c365004797dcd32d6dfeaa190ec15944d27437, by ingo.maindorfer@ipm.fhg.de | |
Jun 4, 2006 | |
17 years 3 months | Fix parseInventory() to detect a direcotry. TODO: Better error needed here! |
Commit 357a4c7625fa065b8b2cbdf8c76d81b8c2ae5155, by ingo.maindorfer@ipm.fhg.de | |
Jun 3, 2006 | |
17 years 3 months | Switch to precompiled headers and clean up #includes. |
Commit ab2d361b84a8d0d47f9c96cdc35ea95cf00b89ce, by ingo.maindorfer@ipm.fhg.de |