[Pkg-cli-apps-commits] [SCM] smuxi annotated tag, 0.7.0, created. 0.7.0

Mirco Bauer meebey at meebey.net
Thu Mar 22 22:18:57 UTC 2012


The annotated tag, 0.7.0 has been created
        at  e65fb21def86b85765ef44c92bcd39caec335996 (tag)
   tagging  981811d2d076ab7cb76a9a475cc79a3344a21dd6 (commit)
  replaces  0.6.4.1
 tagged by  Mirco Bauer
        on  Mon Jan 11 03:57:21 2010 +0100

- Shortlog ------------------------------------------------------------
Smuxi 0.7.0 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAAECAAYFAktKk6IACgkQcJWf5zskR2HeYAP/WEbB1W2RiC9pq5lm+l3AOr2F
PWKy2lDMUq2SwuhR7U/0R0IkPczsA2t3ozQDfygEgv5t/gCJ1ZUU9n60fj1Vpp5x
MxX6tFF1vhZ++nlXW2i/T/5JdUMEuogeG/LWbmZRmV9PlLKKklKnjDnNVjwko7Ld
Zqh3S1NAqxrppFXSSyM=
=ax9C
-----END PGP SIGNATURE-----

Bianca Mix (3):
      Updated German Translation
      German translation minor changes
      German language translation for version 0.7

Clement BOURGEOIS (8):
      French translation update to current status
      French translation update, some typos corrected and new changes added.
      Ignore Mac OSX noise
      French translation : corrected some typos, updated to current status. Added twitter module translation.
      French translation updated to current po status
      Updated French translation to current status. Fixed some typos.
      Trace.cs : Fixed preprocessor directives
      IrcProtocolManager.cs : Checking that LOG4NET is defined before trying to write on _Logger

Clement Bourgeois (6):
      Implemented IRC CTCP menu for users in channels
      Implemented IRC popup menu for queries (closes: #146)
      French translation updated to current status
      Show CTCP replies on query tabs when available (closes: #269, refs: #146)
      Implemented Feature #235 - Smuxi Server Manager (closes: #235)
      French translation updated to current status. (closes: #286)

Damian Kleiman (1):
      Initial Argentinian translation.

David Paleino (7):
      Fix configure.ac to use a correct name for the twitter engine (closes: #268)
      Only show away message once, and show it every time it changes (closes: #29), and also prepare for further improvements (refs: #171)
      Add wildcards to search pattern when searching IRC channels (closes: #263)
      Implemented nickname completion for queries / person chats (closes: #46)
      Show color and formattings of topics in FindGroupChatDialog (closes: #270)
      Implemented test-cases for PangoTools (closes: #280)
      Fix race condition in PangoTools.ToMarkup (closes: #281)

Esko Arajärvi (2):
      English grammar and typo fixes as part of the string review (round 2) on debian-l10n-english at lists.debian.org.
      Minor string fixes.

Justin B Rye (1):
      English grammar and typo fixes as part of the string review on debian-l10n-english at lists.debian.org.

Kimera (1):
      Updated British Englisch translations

Martin Bagge (1):
      A complete translation to Swedish. (closes: #257)

Martin Bagge / brother (1):
      Renamed and updated Swedish translation files (closes: #272)

Michal Simunek (2):
      Initial Czech (cs) translations.
      Updated Czech translations

Mirco Bauer (175):
      Replaced plink.exe from the official putty project with plink.exe from quest software (Quest-PuTTY-0.60_q1) which supports the "-auto_store_key_in_cache" parameter. (closes: #218)
      Added PATH refresh hack so a reboot is no longer required after the GTK# install. (closes: #212)
      Fixed extra spaces in MessageModel.ToString(), implement ToString() method in ImageMessagePartModel and TextMessagePartModel, call ToString() in MessageModel.ToString() on all parts.
      Updated MonoDevelop project files.
      Moved IdentityName color hashing to ProtocolManagerBase.
      Initial import of new BSD licensed Twitterizer.Framework library taken from http://code.google.com/p/twitterizer/
      Initial implementation of twitter support. (references #228)
      Added support for @nick style nickname completion (as seen/used in tweets).
      Only show the topic if one was actually set.
      Allow overriding the RenderPersonIdentityName() method.
      Added twitter engine to the build system.
      build lib by default
      Refactored friends timeline thread, implemented FindGroupChat() support, retrieve user details in background thread so Connect() doesn't block.
      Fixed NRE if there is no topic set.
      Fixed NRE if there is no topic set.
      Implemented receiving and sending direct messages and replies timeline.
      Implemented a generic open person chat when double clicking on a person from the treeview.
      Implemented generic close chat using the protocol manager interface.
      Added possible design bug comment.
      Merge branch 'feature/#228_twitter_integration' (closes: #228)
      German translation fix by heavy
      Changed default wrap mode from char to word as that's what most users want.
      Fixed build when twitter is enabled.
      Reordered alphabetically.
      Added librsvg2-common to dependencies of smuxi-frontend-gnome as we rely on loading SVG files through GTK.
      Build lib/ before src/ as src/ needs libraries from lib/
      Link log4net and SmartIrc4net from the configure variables instead of handcrafted paths.
      Reference log4net and SmartIrc4net correctly.
      Install the Twitterizer.Framework library into the application directory.
      Added warning comments for translators where there string must have a specific order.
      Added Debian language teams to po files and fixed the project and copyright headers.
      Added call-po target and use language teams now for translations.
      Fixed call-po target.
      Updated french translation files.
      Updated translation files.
      Updated all translations (update-po).
      German translation fix by heavy.
      Handle cases where GetChat() might return null to prevent crashes.
      Fixed code typo.
      Minor string fix.
      Only join (sync) one channel at a time and delay each channel join by 2 seconds, fixing excess floods when joining many channels at once. (closes: #240)
      Merge branch 'bug/#240_excess_flood_caused_by_joining_many_channels_at_once'
      Minor string changes.
      Updated translations (make update-po).
      Updated german translation.
      Added initial po-Engine-Twitter support.
      Removed formatting characters from translation strings.
      Fixed smuxi-engine-twitter textdomain.
      Fixed grammar and typo in message strings.
      Fixed comma-splices in message strings.
      Updated translations (make update-po).
      New POT file for smuxi-engine-twitter.
      Added Czech translation to LINGUAS files.
      Provide better defaults for the po header.
      Updated translations (make update-po).
      Ignore gedit noise.
      Added a workaround for a thrown NullReferenceException when a persons joins or parts an IRC channel who does not exist. (closes: #254)
      Fixed typo.
      Escape pango markup where needed, fixing tab colors if the channel contains a & character for example. (closes: #253)
      Merge branch 'bug/#253_local_channels_have_wrong_tab_colors'
      Added translator hint for the "Wrap Mode" setting.
      By default show all unknown/unhandled IRC replies in a formatted way. (closes: #256)
      s/irc.ircnet.com/irc.ircnet.org/. (closes: #250)
      Clear possible highlights for messages we are sending (local echo). (closes: #247)
      Make sure the HasSelection and HasFocus property of GroupChatView honor the topic textview too. (closes: #241)
      Updated translation (make update-po).
      Updated translations (make update-po).
      Implemented GetProtocolMessageLength() method which predicts how long the final IRC message will be. Split too long messages down into smaller ones when needed. (closes: #259)
      Added a workaround for empty generic dictionaries, as MS .NET will fail to deserialize those from Mono. (closes: #198)
      Treat a SocketException like a RemotingException as MS .NET is not wrapping low level socket issues into a RemotingException. (closes: #232)
      Don't use the TextBuffer.Changed event to refresh the text marks and delete line checks as it's raised way too often for that causing major slowdown for messages with lots of color information. /names command went from 9 seconds down to 430 ms on a channel with 333 users. (closes: #211)
      Pimped Trace.Call() implementation reducing the overhead from 0.43ms to 0.01ms per call.
      Moved parsing hexcodes to TextColor.Parse(). Remove old cruft from ColorTools. Replaced heavy KeyValuePair key with int of the ColorTools.f_BestContrastColors cache.
      Removed logging overkill. Optimized Buffer.Insert*() call.
      Added performance logging call for chatView.AddMessage().
      Fixed leaving an IRC channel two times if the tab close button was used, as the base implementation of Close() handles this already. (closes: #261)
      Fixed /server command crash by repacking the command into a /connect command making IProtocolManager.Command() happy. (closes: #260)
      Fixed NullReferenceException when using /reconnect after failed /connect. (closes: #249)
      Added a check and dialog that prevent adding engines with an already existing name. (closes: #246)
      Disabled some logging noise.
      Check if the local port for a SSH tunnel is already in use and throw an exception if it is. (closes: #243)
      Added some Trace.Call() and logging calls.
      Make use of the SSH keep-alive feature for the SSH tunnel to detect network issues faster. (closes: #258, #248)
      Cleanly unregister existing remoting channels by using their name.
      Make sure that the local port of the remoting channel is ready.
      Fixed regular (planned) reconnects and forced reconnects after a detected network issue. (closes: #244)
      Updated translations (make update-po).
      Fixed incorrect method names in log messages.
      Added Twitterizer.Framework to EXTRA_DIST.
      Merge branch 'merge/moonpyk/master' (closes: #264)
      Disabled logging noise.
      Proper english.
      Updated translations (make update-po)
      Apply encoding settings on connects and reconnects.
      Apply encoding settings on connects and reconnects.
      Merge branch 'master' of ssh://git.qnetp.net/git/smuxi
      Disabled TortoiseSVN fetch revision hook.
      Merge remote branch 'moonpyk/master' (closes: #266)
      Use color contrast algo also for tab label colors (closes: #255)
      Merge branch 'feature/#255_use_colors_with_good_contrast_for_tab_labels'
      Merge branch 'feature/#255_use_colors_with_good_contrast_for_tab_labels'
      Merge branch 'master' of ssh://git.qnetp.net/git/smuxi
      Fixed CTCP menu, code cleanup
      Merge branch 'merge/moonpyk/features/#147_CTCP_Menu' (closes: #147)
      Merge branch 'merge/gitorious/hanska/feature/#29_show_away-msg_only_once_per_query'
      Merge branch 'merge/moonpyk/features/#146_Please_add_right-click_menu_to_queries'
      Merge branch 'merge/gitorious/hanska/bug/#263_FindGroupChat_wildcard'
      Updated translations (make update-po)
      Merge remote branch 'moonpyk/master' (closes: #271)
      Fixed deadline paraemter values in mail-po target.
      Make URLs copyable using a context menu (closes: #274)
      Removed many finished TODO items, added Redmine URL.
      Removed IrcPersonChatView.Close() override as it's already handled in the base class.
      Fixed InvalidCastException thrown in IrcProtocolManager._Say() caused by the introduced already-away-seen feature (refs: #29)
      Also show the context menu of the user list if the context menu key was hit (closes: #273)
      Merge branch 'merge/gitorious/brother/master'
      Use stock items for the URL context menu.
      Drop gnome-sharp-2.0 build-dependency
      Only wait for pending channel joins if there is actually one happening and not for failed attempts for example. (closes: #251)
      Process commands in a queue (closes: #242)
      Fixed CommandModel.ToTraceString() implementation
      Merge branch 'feature/#242_entry_command_queue'
      Added test-case projects.
      Merge branch 'merge/gitorious/hanska/feature/#270-FindGroupChat_should_show_colored_IRC_topics'
      Implemented tests for TextColor's == operator
      Merge branch 'merge/gitorious/hanska/feature/#280_PangoTools_tests'
      Pass unknown IRC commands to the IRC server (closes: #25)
      Merge branch 'feature/#25_pass_unknown_commands_to_protocol_manager_as_fallback'
      Removed useless and unchecked logger call fixing the release build. (closes: #283)
      Reduced logging noise
      Enabled logger in release build
      Refactored option parsing and server manager (refs: #235)
      Merge branch 'merge2/moonpyk/feature/#235_Smuxi_Server_Manager'
      Fixed autofool build issues
      s/se/sv/ in po-*/LINGUAS
      Added src/Common and src/Server were needed to POTFILES.skip
      Updated translations (make update-po) (closes: #284)
      Configured MonoDevelop to use Smuxi's Coding Standards
      Added Trace.Call(MethodBase, params) override back
      Marked FrontendManager.AddTextToCurrentChat() and .AddMessageToCurrentChat() as obsolete as they are unsafe! (refs: #285)
      Implemented background queue used when switching chats / tabs (closes: #233)
      Fixed CurrentChat race conditions in all engine and frontends commands (closes: #285)
      Optimized bash-style nickname completion
      Updated translations and added smuxi-server.pot (make update-po)
      Fixed message string.
      Updated translations (make update-po)
      Use a less intense color for event messages (closes: #20)
      Merge branch 'merge/moonpyk/master'
      Enhanced find group chat dialog
      Report unknown command line options as error
      Implemented on connect commands in quick connect dialog (closes: #236)
      Updated copyright years where appropriate
      Bumped version to 0.7
      Removed old cruft
      Only beep on highlights for synced chats (closes: #223)
      Added null argument check.
      Make sure we really use Gtk.WrapMode.WordChar instead of .Word
      Fixed syncing the last seen highlight (closes: #149)
      Fixed too small network status bar issue (closes: #245)
      Check frontend manager status using a background thread (closes: #262)
      Fixed possible frontend manager thread leak (closes: #183)
      Fixed whitespace
      Ignore compiled library
      FU autofool
      Ignore build output
      Install debug symbols of Twitterizer.Framework
      Require xbuild if engine-twitter was enabled
      Merge branch 'merge/gitorious/heavy/master'
      Update translations (make update-po)
      Don't highlight the tab if we are currently on that tab
      Bumped version, added twitter engine and library to the Windows installer
      Fixed incorrect key of the contrast color cache leading to cached colors regardless of the needed contrast level
      Bumped version and added twitter project for Linux binary deployment
      Added twitter engine and library to WIN32_FILES
      Updated translations (make update-po)

Vincenzo Campanella (2):
      Initial Italian translation of smuxi-engine-twitter.
      Updated Italian translations

-----------------------------------------------------------------------

-- 
smuxi



More information about the Pkg-cli-apps-commits mailing list