Oct 23, 2009 |
14 years 10 months | * MonotoneManager.h/cpp: distinguish between abortion and normal
termination; the cleanup part is the same, however only on abortion
we display an error message |
Oct 22, 2009 |
14 years 10 months | * improved thread abortion a bit, not quite there yet, though |
14 years 10 months | * GuitoneStandalone.cpp: if we load files / paths from command line,
use their canonical paths as input for monotone, which otherwise
assumes that relative paths have to reside under its working
directory |
14 years 10 months | * GuitoneCore.h/cpp: sometimes an exception is thrown in an event
handler which should actually be catched and logged at least here |
14 years 10 months | [b] support version string suffixes such as "dev" when
comparing versions |
Oct 19, 2009 |
14 years 10 months | * register some custom meta types for Qt's signals and slot system
at a central place |
14 years 10 months | * bump version to 0.10dev |
14 years 10 months | * Netsync.ui/h/cpp: new dialog for automate push/pull/sync |
14 years 10 months | * MonotoneUtil.h/cpp: return a string map instead of a simple list
when returning the private keys of a user. Since mtn 0.45 each key
is identified by its hash and we should really use this internally
as well; Also introduce a new method to query a p |
Oct 2, 2009 |
14 years 11 months | * CreateDatabase.cpp: add a .mtn suffix to the database file in case
the user didn't entered one |
Sep 4, 2009 |
15 years 11 days | * allow dropping of keys (with extra check for private keys) |
Sep 3, 2009 |
15 years 11 days | * of course we get segfaults if we try to access stack objects as if
they were on the heap... |
Sep 2, 2009 |
15 years 13 days | * added support for key identities and thus changed output of mtn au
keys |
Sep 1, 2009 |
15 years 13 days | merge of '3fee1f0ca17860c64f637354d23a0e04a1c2041f' |
Feb 28, 2009 |
15 years 6 months | Give the buttons a height of 18px instead of 26px |
15 years 6 months | Nicer, rounded buttons in the db variables dialog |
15 years 6 months | Major fs cleanup: added a couple of not checked in patches / files
into attic, together with a README what they're doing there; grouped
dialogs, panels, widgets and mainwindows in separate directories
(forms as well as classes); dropped no longer nee |
Feb 27, 2009 |
15 years 6 months | merge of '046c9f8c92704af5818e0fc34c4d98ce32bfe03f' |
Feb 26, 2009 |
15 years 6 months | * file_history.ui: use wordwrap to properly display long lines in
the changelog view; not perfect, but better than nothing for now... |
Feb 23, 2009 |
15 years 6 months | * removed padding which leads to visual glitches (partially masked
text) under Linux / KDE4 |