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 8, 2010 | |
14 years 7 months | * reload the complete workspace if the .mtn-ignore file has been changed |
14 years 7 months | [b] we haven't compared the node path, but the full path here wrongly |
14 years 7 months | * update has been implemented and settings now use global default maps for strings and booleans |
14 years 7 months | * no longer used, use the tracker for bugs / feature requests |
14 years 7 months | * this should work, but apparently does not quite... |
14 years 7 months | Added preliminary support for add, drop, revert, ignore and unignore actions; open issues |
Feb 7, 2010 | |
14 years 7 months | * ouch, why do I always call removePaths in ::watchPaths() |
14 years 7 months | * Add two known bugs to the README |
14 years 7 months | * Always delegate signals from single dialogs to the dialog manager and connect to these signals instead of the original ones from the dialogs; the reason is that we cannot always say for sure if we correctly directly connected to a signal of a dialo |
14 years 7 months | * create a temporary lua rc file for every started monotone instance and dynamically add all the saved passwords in it for authentication |
Feb 4, 2010 | |
14 years 7 months | * configure all boolean default values in the Settings class and replace the getBool() getter by a version which takes no default value argument |
14 years 7 months | * add the possibility to change the passphrase of an existing key |
14 years 7 months | * only set a bigger font size on OSX - this looks crappy on other OSes |
14 years 7 months | * if 'au roots' fails, don't wrongly display the message dialog to choose actions for an empty database |
14 years 7 months | merge of '3b0c5b3dd50f237892e32e59af76b03b3c3f811a' |
14 years 7 months | * add an option to save a key's password in guitone's preferences for later usage |
14 years 7 months | * added methods to get, set and delete item maps |
14 years 7 months | * new method getLast(MessageType) to retrieve the last out-of-band message for a task |
14 years 7 months | * add a simple wildcard filter on top of the key list; move generate keypair button to the right |
Feb 3, 2010 | |
14 years 7 months | * netsync dialog: improved error reporting by parsing monotone's out-of-band output; color errors and successful message differently |