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

Mirco Bauer meebey at meebey.net
Thu Mar 22 22:19:05 UTC 2012


The annotated tag, 0.8-rc1 has been created
        at  62348a41d9f4b35f461b2db1e4e658ee13e19d6e (tag)
   tagging  d67111703ea1aca81eddf0960e75537a278170c9 (commit)
  replaces  0.7.2.2
 tagged by  Mirco Bauer
        on  Thu Sep 2 21:02:10 2010 +0200

- Shortlog ------------------------------------------------------------
tagging 0.8-rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAAECAAYFAkx/9LYACgkQcJWf5zskR2FGYAP9G8nlBEFYtxiQpj3KVUFv9iU+
fjUJcsAvt6nkQJJGRH21wPmh8l4uLBMdjUNZgRwlvm2/MWo+zLU2cC25yPuBryXV
HaJT5+swzcEwBFtt7cz1tGoIKqGt8HnqKa3y40OJJ67O7M0OnkVEnwW4Y8DHUonR
lmncxAKjh+mhxrb7NqU=
=D21g
-----END PGP SIGNATURE-----

Ahmed Abdellah (2):
      New icon / logo for Smuxi
      Enhanced borders for better contrast

Clément Bourgeois (4):
      l10n: Updated French (fr) translation to 100%
      l10n: Updated French (fr) translation to 100%
      l10n: Updated French (fr) translation to 100%
      l10n: Updated French (fr) translation to 100%

Joe Hansen (2):
      l10n: Updated Danish (da) translation to 100%
      l10n: Updated Danish (da) translation to 100%

Jonathan Pryor (3):
      Fix openSUSE build.
      Support null values in IrcMessageBuilder.AppendMessage().
      If the message has no content, bail early.

Mirco Bauer (108):
      Disabled duplicate resize grip of status bar. (closes: #423)
      Use network name from config for server chats when available. (closes: #424)
      Refactored log path handling into ChatModel.
      Implemented open log button in chat menu. (closes: #425)
      When opening the log path create it if it doesn't exist.
      Replaced logo in about dialog and added artwork credits.
      Fixed artwork credits, icon.svg is only based on gnome-icon-theme's applications-internet.svg and stock_person.svg
      Replaced connect button image and removed edit image.
      IRC RFC2812 says user and host are optional in the prefix thus we need to permit null.
      Obtain distribution name from lsb_release when available.
      Avoid processes in zombie state.
      Merge remote branch 'gitorious/master'
      Updated binary snapshot of SmartIrc4net which fixes a parser bug with BIP servers
      Updated binary snapshot of SmartIrc4net which contains a workaround for a BIP bug
      If the entry has an active selection wait with the focus grabber as that would destroy the selection. (closes: #430)
      Fixed empty userlists on re-enabled group chats. (closes: #132)
      Added connect / disconnect message for the protocol chat. (closes: #317)
      Made name descriptive as per GNOME HIG 2.1.1.1
      Made desktop file translatable as per GNOME L10N Guidelines for Developers
      Disable all chats (except protocol chat) regardless of the _Listening state. (closes: #433)
      Suppress code noise in smuxi-frontend-gnome.pot
      Updated translation templates (make update-pot)
      Disconnect command no longer leaves chats behind.
      Implemented CurrentChatView setter
      Implemented messaging menu support. (closes: #310)
      Merge remote branch 'gitorious/master'
      NotificationAreaIconMode.Minimized is no longer supported, thus use Never as new default
      Implementation of notification popups. (closes: #176)
      Optimized message serialization by compacting text messages part that share the same attributes. (closes: #440)
      Updated translation templates (make update-pot)
      Fixed crash when leaving window after losing connection to the smuxi-server. (closes: #438)
      Merge remote branch 'github/jonp/local-nini'
      Reuse the NINI_LIBS variable and pass it via REFERENCES instead.
      Added workaround for window size of 0x0 crash on Windows. (closes: #439)
      Merge remote branch 'gitorious/master'
      Added MessageModel.IsCompactable property which allows to by-pass the automatic compaction.
      Added TextMessagePartModel.Length property and copy constructor.
      Added support for detecting the CPU architecture on Windows.
      Implemented new message builder API
      Merge remote branch 'gitorious/master'
      Remove new line characters and empty lines. (closes: #446)
      Show complete retweeted status text if it was truncated. (closes: #445)
      Disabled some logging noise
      Added sanity check, preventing potential NRE
      Refactored unneeded Session.Chats usage (as it's dangerous)
      Fixed really disabling all owned chats.
      Honor nick-color setting when coloring nick tags.
      Apply nick-colors to user list. (closes: #447)
      Updated project files to MonoDevelop 2.4
      Implemented contrast checking in pango markup generator.
      Funky stetic code generator :/
      Implemented "browse mode" feature which allows to temporarly by-pass markerline and tab color updates. (closes: #448)
      When leaving browse mode fake the switch page event.
      Fixed sender nick on person chats.
      Fixed potential NRE when sending messages while connecting
      Don't taint Smuxi's source with Mono's Coding Standards, KTHXBAI
      Tolerate passing null values to AppendText() for consistency with StringBuilder
      Merge remote branch 'gitorious/master'
      Fixed build
      Close networks in background as it might block and with that the UI becomes unresponsive. (closes: #81)
      Automatically set and unset away state. (closes: #170)
      Show now being away and unaway message once. (closes: #455)
      Added exception handling for processing the Entry.KeyPress event. (closes: #457)
      Include SmartIrc4net library. (closes: #456)
      Updated lib/SmartIrc4net submodule
      Configured Smuxi's Coding Standards for MonoDevelop
      Fixed wildcard globbing for SOURCE_FILES
      Target .NET 3.5
      Link included SmartIrc4net library
      Updated Windows installer for .NET 3.5
      Guard all remoting to GTK+ callbacks with try/catch blocks to prevent hard crashes.
      Guard Display.Beep() call
      Use smart mode changes. (closes: #16)
      Implemented HTTP / SOCKS proxy support. (closes: #136)
      Ups, forgot the config keys for the proxy support. (references: #136)
      Fixed CTCP replies by using the new CTCP API of SmartIrc4net.
      Bumped version to 0.8
      Updated SmartIrc4net version
      Fixed Frontend-GNOME-IRC build
      Do color contrast checks against background color from message if supplied.
      No need to make the null check as a background task.
      Updated code comment for a known issue. (references: #434)
      Fixed namespace
      Implemented SSL support with optional validation of the server certificate for IRC. (closes: #23)
      Validate and filter server hostname. (closes: #442)
      Improved error handling when adding servers.
      Implemented hide / show menu bar. (closes: #436)
      Implemented full screen support. (closes: #458)
      Show reconnect attempts and keep retrying forever. (closes: #336)
      Fixed race condition when activating a highlight
      Validate and filter log path and filename.
      Provide a generic GetChat() metho
      Avoid remoting calls
      s/smuxi/Smuxi/
      Added --with-indicate=auto|yes|no and --with-notify=auto|yes|no configure parameters
      Disabled indicate and notify support for the Windows build
      Connect to servers as a background task.
      Ignore auto-generated smuxi-win32.nsis
      Replaced Twitterizer library v1 with v2 which supports OAuth (closes: #369)
      Fixed default non-SSL IRC port
      Show received invites. (closes: #411)
      Show remote engine selection if there are remote engines defined. (closes: #459)
      Fixed comment
      Fixed Network default value when adding new servers.
      Sync / restore chat positions when disconnecting / connecting to a remote engine. (closes: #221)
      Updated lib/SmartIrc4net
      Allow URLs to contain an optional link name. (references: #287)
      Fixed ArgumentNullException for URLs without link name.

Ryan Smith-Evans (3):
      l10n: Updated English (United Kingdom) (en_GB) translation to 96%
      l10n: Updated English (United Kingdom) (en_GB) translation to 93%
      l10n: Updated English (United Kingdom) (en_GB) translation to 98%

heavy (4):
      l10n: Updated German (de) translation to 99%
      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