[Pkg-cli-apps-commits] [SCM] smuxi annotated tag, 0.7.2, created. 0.7.2
Mirco Bauer
meebey at meebey.net
Thu Mar 22 22:18:59 UTC 2012
The annotated tag, 0.7.2 has been created
at caf4d79f030587b552d1829e339bc7ae75e693e8 (tag)
tagging cc9770fb862275d43d64bd82d69438699b1c97f0 (commit)
replaces 0.7.1-2-win32-setup
tagged by Mirco Bauer
on Thu Jul 22 23:36:22 2010 +0200
- Shortlog ------------------------------------------------------------
tagging 0.7.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iJwEAAECAAYFAkxIudkACgkQcJWf5zskR2EbjQP9GhSbALVECXifzaUfT1AH87Dq
QZAbyORxktu7WVlSYRPCSPTymhQ8dhU68icFAERqSIiONrrbIOiK7DeYNC8gS76i
+J7FBbcY1558b1N8/9v9KeymTHQxal17kB0SVFcuN0ETIcdalAFMkpAsLnHoD8Tq
XuhkT7bK623IfjBznpU=
=Rjdo
-----END PGP SIGNATURE-----
Americo Monteiro (3):
Initial Portuguese translation
Updated Portuguese translation
Initial Portuguese translation of smuxi-server
Chris Le Sueur (3):
Add graceful error checking to the Prefs dialog Apply button (closes: #348)
Colour equivalent nicks the same. (closes: #346)
Support custom highlight words (closes: #78)
Clement Bourgeois (2):
French translation updated to current status. (closes: #330)
French translation updated to current status
Clément Bourgeois (6):
l10n: Updating translation
l10n: Updating French translation
l10n: Updating French translation
l10n: Updating French translation
l10n: Updating French translation
l10n: Updating French translation
Jeffrey Mann Richardson (1):
Added missing items to and removed nonexistent items from Frontend-GNOME
Joe Dalton (2):
Updated Danish translation
Initial Danish translation of po-Engine-Twitter and po-Server
Joe Hansen (5):
l10n: Updated Danish (da) translation to 100%
l10n: Updated Danish (da) translation to 100%
l10n: Updated Danish (da) translation to 100%
l10n: Updated Danish (da) translation to 100%
l10n: Updated Danish (da) translation to 100%
Kalle Kaitala (1):
l10n: Initial Finnish Translation
Martin Bagge (5):
l10n: Updated None translation to 100%
l10n: Updated None translation to 100%
l10n: Updated None translation to 73%
l10n: Updated None translation to 100%
Updated Swedish translation
Martin Bagge / brother (2):
Initial Swedish translation of the server user interface.
Updated Swedish transltion of po-Frontend.
Michal Simunek (2):
Updated Czech translation
Updated Czech translation of po-Frontend-GNOME and initial Czech translation of po-Server
Mirco Bauer (101):
Update filename
Fixed race condition when sending commands to the protocol manager (closes: #332)
Fixed closing disabled chats (closes: #343)
Fixed potential NullReferenceException
Only show the lag indicator if connected to the IRC server and fixed potential NullReferenceException
Don't sync highlights when Sync() was called a 2nd time by resetting _IsSynced
Also ignore DNS resolving issues (references: #339)
This code has to be checked with regards to remoting
Merge branch 'merge/moonpyk/master'
Don't rely on FrontendManager.CurrentProtocolManager when closing protocol tabs. (closes: #352)
Don't rely on FrontendManager.CurrentProtocolManager in /disconnect and /reconnect commands.
Only handle "not connected" cases for session chats.
Using || and && without paretheses is a bad idea
Fixed using undeclared variable
Ignore RemoveChat() calls on not existent chats
Invalidate synced state when removing chats.
Fixed msg variable scopes, using the same local variable in concurrent threads ain't that good.
Abort update threads when closing their chats and prevent starting the same thread twice.
Make sure tabs are removed when the owning thread is getting stopped (closes: #353)
TwitterizerException is such a bitch, eat this. (closes: #339)
No need to log the base exception
Merge branch 'merge/gitorious/fish-face/bug/#348_catch_exception_on_apply_prefs'
Merge commit '5001bfec81a57debe21a2ddb952b6ceab65e1cf3'
Merge branch 'merge/gitorious/fish-face/merge/#78_custom_highlights'
Fixed compile error
Ignore empty highlight words
Enhanced error message and made it translatable.
Enhanced window title and status bar format. (closes: #370)
Don't send empty queries. (closes: #371)
Fixed build issue with xbuild on Mono 2.6 (closes: #380)
Fixed NRE and re-adding a default server in AddServer() (closes: #373)
Fixed InvalidCastException when using engine passwords with only digits. (closes: #345)
Fixed InvalidCastException when using SSH passwords with only digits. (closes: #347)
Updated to latest Desktop Menu Specification
Removed dead code, this was refactored into MessageTextView.
Refactored GroupChatView.SetTopic() to .Topic and hide unset topics.
Implemented better OS and architecture detection by using uname with a fallback on the runtime detector. (closes: #331)
Implemented smuxi-server --list-users parameter. (closes: #381)
Suppress logging noise when managing users with smuxi-server. (closes: #342)
Suppress annoying uname probing output.
Implemented CTCP TIME reply. (closes: #372)
Added support for showing retweets. (closes: #358)
Update window title every time the network status is updated. (closes: #267)
If a message contains a highlight colorize the complete message for the sake of consistency. (closes: #344)
Added support for passing a channel to the invite command. (closes: #349)
Implemented "Invite To" menu (closes: #350)
Removed $Id$ line from license template
Handle exceptions when posting updates and sending messages. (closes: #329)
Implemented CTCP FINGER and USERINFO replies. (closes: #386)
Added USERINFO to CTCP menu
Fixed window parent and added report bug button to CrashDialog
Make sure the engine reconnect and crash dialog will only be shown once and don't interfere which each other. (closes: #325, #354)
Fixed showing tab highlights when frontend time is faster than server time. (closes: #390)
Re-use Gdk.Pixbuf instances of tab icons to reduce memory usage.
Use group chat tab icon for the "Invite To" menu.
Merge remote branch 'gitorious/zhila/task/msbuild_maintanence'
Transifex repo token
l10n: Initial Finnish translation by Kalle Kaitala
Map Gtk.WrapMode.Word to Gtk.WrapMode.WordChar when loading the Interface/Chat/WrapMode setting. (closes: #392)
Merge branch 'master' of ssh://git.qnetp.net/git/smuxi
Merge remote branch 'gitorious/master'
Fixed self highlights in actions.
Lazy initialize and refactored the notification icon. (closes: #391)
Process the connect and reconnect command in background to avoid blocking the command queue. (closes: #334)
Implemented text logging. (closes: #62)
Merge remote branch 'gitorious/brother/master'
Added sv to LINGUAS
Refactored log path information
Added non-fatal ShowError() method and log passed exceptions
Make errors when opening the log path non-fatal and use background thread
Merge remote branch 'gitorious/master'
Implemented filters feature. (closes: #86)
Added missing source file to POTFILES.in
Validate filter patterns before saving them.
Added build output directory to POTFILES.skip
Added update-pot target
Updated translation templates (make update-pot)
Merge remote branch 'gitorious/master'
Make the parameter for /whois and /whowas command optional if it is issued on a person chat.
Merge remote branch 'gitorious/master'
Added missing languages
Replaced Danish translation of po-Frontend with the right one
Don't apply wildcard characters for an empty search term. (closes: #399)
Merge remote branch 'gitorious/master'
Implemented markerlines feature. (closes: #400)
Reduce logging noise
Set default widget
Moved translation of smuxi-engine-irc to the right po directory and updated LINGUAS files
Bumped version to 0.7.2
Use translator-credits string as per GNOME convention and updated authors
Updated translation templates (make update-pot)
Added initial translator-credits values
Bumped version
Ensure backwards compatibility with 0.7.x smuxi-servers. (closes: #389)
Refresh network status bar on connect and disconnect. (references: #317)
Added bug comment (references: #132)
Stetic is bored
Ignore more temporarly failures. (closes: #401)
Fixed config errors caused by missing default values for the default servers. (closes: #402)
Ignore more build files
Merge remote branch 'gitorious/master'
Niklas Hambüchen (1):
Added empty realname check (closes: #398)
Ryan Smith-Evans (3):
l10n: Updated None translation to 100%
l10n: Updated None translation to 100%
l10n: Updated None translation to 100%
Siegfried-Angel Gevatter Pujals (6):
l10n: Updated Catalan (ca) translation to 100%
l10n: Initial Catalan translator for Frontend-GNOME-IRC.
l10n: Initial Catalan translation of po-Frontend.
l10n: Initial Catalan translation for po-Engine-Twitter.
l10n: Updated Catalan (ca) translation to 100%
l10n: Updated Catalan (ca) translation to 100%
Vincenzo Campanella (1):
Updated Italian translation
heavy (7):
l10n: Updated None translation to 100%
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
-----------------------------------------------------------------------
--
smuxi
More information about the Pkg-cli-apps-commits
mailing list