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 | |
Feb 13, 2010 | |
14 years 8 months | * about 100 strings (re)translated |
14 years 8 months | * move AskFileOpenExt default to Settings class and remove the global constant |
Feb 12, 2010 | |
14 years 8 months | * bugfix: remove the trailing slash for inventory queries which we get from the watcher for two reasons: |
14 years 8 months | * damn inconsistency in Qt - QFileInfo::absolutePath() != QDir::absolutePath() |
14 years 8 months | should test things better |
14 years 8 months | * Platform.h/cpp: rename mkpath to safeMakePath; throw exceptions in case of errors; return a QDir on success |
Feb 11, 2010 | |
14 years 8 months | * add our own mkpath implementation since Qt's provided one cannot be used statically and requires the knowledge of a base path beforehand |
Feb 10, 2010 | |
14 years 8 months | * relocate find unaccounted renames |
14 years 8 months | * bugfix: if we encounter a new path by looking at _MTN/revision, we try now hard to detect it as either file or directory and if its the latter we add a trailing slash, to ensure our path logic still finds the correct upper-most changed node in the |
14 years 8 months | * bugfix: creating versioned new nodes within old parent nodes is no longer possible |
14 years 8 months | * note recent changes |
14 years 8 months | * bugfix: slotRename was not committed previously |
Feb 9, 2010 | |
14 years 8 months | * improved doc |
14 years 8 months | * we still need to remove current items from the view before re-adding them, obviously the other code should have catched that... need to investigate this further |
14 years 8 months | * iterate over the children of the _old_ node, not the new node when removing items on the fly before new are added. Otherwise we always only can remove those which are still known to monotone currently and never those which have been removed complet |
14 years 8 months | * give the user a hint which characters are disallowed |
14 years 8 months | * enable inline row editing, i.e. renaming of nodes. this already works quite well, despite the handling of consecutive renames which leaves old, no longer existing rename targets around |
14 years 8 months | * note the last bugfix |
14 years 8 months | * no longer crash if we try to query content marks on a renamed node |
Feb 8, 2010 | |
14 years 8 months | * use a regexp to search and replace unignored file paths |