guitone

guitone Commits

AgeSort asc/descChange
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
Feb 9, 2010
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 * give the user a hint which characters are disallowed
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 * 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 * improved doc
Feb 10, 2010
13 years 11 months * bugfix: slotRename was not committed previously
13 years 11 months * note recent changes
13 years 11 months * bugfix: creating versioned new nodes within old parent nodes is no longer possible
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 * relocate find unaccounted renames
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 12, 2010
13 years 11 months * Platform.h/cpp: rename mkpath to safeMakePath; throw exceptions in case of errors; return a QDir on success
13 years 11 months should test things better
13 years 11 months * damn inconsistency in Qt - QFileInfo::absolutePath() != QDir::absolutePath()
13 years 11 months * bugfix: remove the trailing slash for inventory queries which we get from the watcher for two reasons:
Feb 13, 2010
13 years 11 months * move AskFileOpenExt default to Settings class and remove the global constant
13 years 11 months * about 100 strings (re)translated
13 years 11 months * its %1, not %2
13 years 11 months * german translation now up-to-date
13 years 11 months * the constant is gone

All Updates

Filter by type
Commits
Issues and Comments

Subscribe to this timeline
RSS Atom feed

Quick Links:     www.monotone.ca    -     Downloads    -     Documentation    -     Wiki    -     Code Forge    -     Build Status