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 1, 2010
14 years 2 months * remove obsolete debug output
14 years 2 months * less verbose debug messages
14 years 2 months * since we're not notified about new lines, but new data on stdout in general, only reading a single line is a bit less
14 years 2 months * if a workspace gets updated we need to stop running stdio processes since these still cache the old data of _MTN/options and tend to write them back as soon as an workspace command is triggered
14 years 2 months * better diagnostics if a database file could not be opened
14 years 2 months * improve the exception handling by finally replacing the simple QString GuitoneException typedef by a separate class derived from std::exception
14 years 2 months * saner error handling in case we can't log to the given log file (incidentially guitone segfaulted if it tried to open a read-only log file; this is now fixed)
Jan 30, 2010
14 years 2 months * actual implement the workspace update
14 years 2 months * add MontoneProcess.h/cpp
14 years 2 months * implement automate get_common_ancestors
14 years 2 months * new class which wraps a normal (non-stdio) mtn process and provides single-line signals with output of the process
14 years 2 months * add a slot to clear all active watches (useful thing to do before big model changes)
14 years 2 months * note the fs watcher bugfixes
14 years 2 months * since QFileSystemWatcher notifies us about every single path change (which may at some time double or triple the actual needed amount of inventory reloads), we "collect" a path list and notify our listeners after 500ms about that
14 years 2 months * note recent changes
Jan 28, 2010
14 years 2 months * if no default encoding is given, default to UTF-8
14 years 2 months * set the default diff colors to a lighter color scheme (fixes FS#24)
14 years 2 months * place a link to the monotone documentation from within the help menu (closes FS#23)
14 years 2 months * query even currently unknown paths and handle the "restriction includes unknown path" error later on properly (closes FS#33)
14 years 2 months * I always guessed it - 'stderr' is a bad variable name

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