# # # patch "ChangeLog" # from [9c7476cb68d5a4162f0015980b54c2a0d767d419] # to [671665fe83d61b4f97ab810b8b0319c95ccea2cf] # # patch "README" # from [9e7748d3ca87ccc2509556679ce3a5bbf6960135] # to [4a2827d9deb0f33bd61f2065fb84a9f4dc92e612] # ============================================================ --- ChangeLog 9c7476cb68d5a4162f0015980b54c2a0d767d419 +++ ChangeLog 671665fe83d61b4f97ab810b8b0319c95ccea2cf @@ -1,3 +1,39 @@ +????-??-?? (0.5) + - new: completion support in the switch workspace revision dialog's input + - new: key management dialog which includes the possibility to generate new keys + and some simple clipboard copy functionality + - new: if there are uncommitted changes, the appropriate dirs and files are + recursively printed bold + - new: possibility to open files from guitone with the default registered program + - new: file diff dialog which shows differences in individual files in context + and with a nice bar on the right + - new: revision diff dialog which shows all differences in a selected dir + (context: "Diff all") + - new: about dialog for contact info and license display + - improved: more view states available - its now possible to only show the file/tree + view with files of a certain state + - improved: default actions (item doubleclick) are now visualized with bold text + - improved: mtn version is now checked also on program startup, additionally + the output of interface_version is taken into consideration (if a recent version + of guitone needs a recent version of monotone which is yet unreleased, the + interface_version is already bumped, the release version probably not...) + - fixed: do not read attributes for deleted items + - fixed: removed "one level up" label in favor of much simpler ".." + - fixed: file/folder list is now sorted ascending by default + - fixed: osx: about and preferences dialogs should be properly put into the app menu + (yet untranslated, however) + - fixed: utf8 data (filenames, ...) should now work proper with the monotone wrapper + - internal: code cleanup and tons of minor bugfixes + - internal: guitone should now also compile cleanly without pch enabled, also made this + more verbose and error-prone for universal builds where pch need to be disabled + - internal: moved codebase into a subdir config to support easy drop-ins of external + libraries, libqanava should have been the first giving guitone a fancy graphical + revision view, but this didn't work because the software is still incomplete and + thus was removed + - other: guitone now comes with a script which creates on demand a monolithic OSX + application package after build (it copies and relinks all needed Qt libraries) + + 2006-10-03 (0.4) - Interims release, mainly to show we're still alive =) - support for different monotone binaries, configurable via preferences dialog ============================================================ --- README 9e7748d3ca87ccc2509556679ce3a5bbf6960135 +++ README 4a2827d9deb0f33bd61f2065fb84a9f4dc92e612 @@ -47,7 +47,7 @@ version. Apparently in 4.1.4 the problem is gone. * If you like to build on Windows, all you need is a working version of - Qt 4.1.x. Please check the docs at trolltech.com for assistance how to + Qt 4.2.x. Please check the docs at trolltech.com for assistance how to build Qt on Windows. After that get the sources of guitone, unpack them into some directory and run qmake in it. Then start your favourite make tool and you're done.