| 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 | |
| 13 years 11 months | * about 100 strings (re)translated |
| 13 years 11 months | * move AskFileOpenExt default to Settings class and remove the global constant |
| Feb 12, 2010 | |
| 13 years 11 months | * bugfix: remove the trailing slash for inventory queries which we get from the watcher for two reasons: |
| 13 years 11 months | * damn inconsistency in Qt - QFileInfo::absolutePath() != QDir::absolutePath() |
| 13 years 11 months | should test things better |
| 13 years 11 months | * Platform.h/cpp: rename mkpath to safeMakePath; throw exceptions in case of errors; return a QDir on success |
| Feb 11, 2010 | |
| 13 years 11 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 | |
| 13 years 11 months | * relocate find unaccounted renames |
| 13 years 11 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 |
| 13 years 11 months | * bugfix: creating versioned new nodes within old parent nodes is no longer possible |
| 13 years 11 months | * note recent changes |
| 13 years 11 months | * bugfix: slotRename was not committed previously |
| Feb 9, 2010 | |
| 13 years 11 months | * improved doc |
| 13 years 11 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 |
| 13 years 11 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 |
| 13 years 11 months | * give the user a hint which characters are disallowed |
| 13 years 11 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 |
| 13 years 11 months | * note the last bugfix |
| 13 years 11 months | * no longer crash if we try to query content marks on a renamed node |
| Feb 8, 2010 | |
| 13 years 11 months | * use a regexp to search and replace unignored file paths |