# # # patch "NEWS" # from [db9bbe9ecf90451cabe0747b7acd0223da29dc09] # to [44e459356b27d94e5f3c70224057bc75123e2b69] # # patch "README" # from [d87a815f002f45b71d939c0cd91a7a0563aae90d] # to [a23ae571953731822a5556f85f6c3a95e7db71ee] # ============================================================ --- NEWS db9bbe9ecf90451cabe0747b7acd0223da29dc09 +++ NEWS 44e459356b27d94e5f3c70224057bc75123e2b69 @@ -11,8 +11,7 @@ 2008-01-16 (0.7) in the key management dialog - new: possibility to display a file diff from the revision diff dialog - new: the changelog in the browser is now displayed in an extra field which - understands a subset of the dokuwiki syntax (links to anchors, unordered - lists, bold/italics/underline formatting) + understands basic text formattings (weblinks, lists, and others) - new: support for monotone's new inventory format and incremental workspace queries / updates (not yet enabled because of certain implementation bugs upstream) ============================================================ --- README d87a815f002f45b71d939c0cd91a7a0563aae90d +++ README a23ae571953731822a5556f85f6c3a95e7db71ee @@ -10,8 +10,8 @@ an interface version of 6.0 or greater) to run guitone. Earlier versions do not have all the infrastructure for certain functionalities available, but might still work in some areas. (You have to lower the -requirements in Monotone.cpp before to make it actually work with older -versions.) +requirements in the project file and rebuild monotone before you can +actually make it work with older versions - but this is not recommended.) To build under Linux / Mac OS X, just do @@ -22,9 +22,9 @@ installed to build guitone. Make sure it does reside outside /System/Library/Frameworks if you plan to build with the univsersal SDK (the default). -You can also build guitone with Xcode on Mac OS X. For this to work you should -have a recent version of Xcode installed (>= 2.3 because of gcc bugs) which is -usually found somewhere on the installation DVD. Then you can create a Xcode +You can also build guitone with Xcode on Mac OS X. You should have a recent +version of Xcode installed (>= 2.2 because of gcc bugs) which is usually +found somewhere on the installation DVD. Then you can create a Xcode project file with $ qmake -spec macx-xcode @@ -44,7 +44,8 @@ repository at thomaskeller.biz. guitone is located in the branch net.venge.monotone.guitone: - $ mtn pull -d mydb.mtn thomaskeller.biz "net.venge.monotone.guitone" + $ mtn db init -d guitone.mtn + $ mtn pull -d guitone.mtn thomaskeller.biz "net.venge.monotone.guitone" Program Notes @@ -52,15 +53,15 @@ * If you encounter crashes, make sure that you've cleaned out any old settings directory, usually under .config/GUITONE or (in newer versions) - under .config/Thomas\ Keller\. Newer versions of guitone save their - settings according to their platform, that means that the config file - on MacOS X is ~/Library/Preferences/biz.thomaskeller.guitone.conf. - Under Win32 the registry is used. + under .config/Thomas\ Keller. Newer versions of guitone save their + settings according to the underlying platform, ie. as config file + under MacOS X (~/Library/Preferences/biz.thomaskeller.guitone.conf) or + in the registry under Windows. * If you still encounter crashes try to enable the file log in the Preferences dialog. The log is usually saved in your home directory, - named guitone.log. Please send this file, together with a description - what you've done and (optionally) a gdb backtrace to one of the authors. + as "guitone.log". Please send this file, together with a description + what you've done and (optionally) a gdb backtrace to the author. Platform Notes @@ -75,11 +76,6 @@ closing dialogs please ensure you've a recent enought Qt version. Apparently in 4.2.2 the problem is no longer present. -* If you run guitone on Win32 without administration privileges you - might encounter problems while loading the workspace' inventory. - The only known workaround here is to run guitone with - administration privileges. - * On Qt 4.3.3 and earlier the generation of a valid Xcode project fails because of problems with escaped characters in the project file. This has been reported to Trolltech - in the meantime you should do @@ -100,7 +96,7 @@ I'll use the normal command line interface to trigger the commands), but this heavily depends on my workload and mood... The Update Workspace dialog and the right-click actions in the workspace - view are therefore just a stub and won't do anything. + view are therefore just stubs and won't do anything. * Support for partial loading of a monotone workspace has been disabled for now because of a bug in monotone's inventory output and other restrictions @@ -115,13 +111,12 @@ Thomas "TommyD" Keller +Contributions are very welcome, I'm usually hanging around in the monotone +IRC at irc://irc.oftc.net/#monotone so don't hesitate to contact me! -Contributors -============ +Former Contributors +=================== + Ingo "Slinky" Maindorfer Jean-Louis "Ganwell" Fuchs - -Contributions are very welcome, I'm usually hanging around in the monotone -IRC at irc://irc.oftc.net/#monotone so don't hesitate to contact me! -