[Pkg-cli-apps-commits] [SCM] smuxi annotated tag, 0.6.4, created. 0.6.4
Mirco Bauer
meebey at meebey.net
Thu Mar 22 22:18:55 UTC 2012
The annotated tag, 0.6.4 has been created
at 51fec6299072af645095d5130d2fbc79e1d6e7cf (tag)
tagging 999ec1f8d90c4cab5e0560fb3b2b618757c34757 (commit)
tagged by Mirco Bauer
on Mon Aug 24 17:34:10 2009 +0200
- Shortlog ------------------------------------------------------------
tagging 0.6.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iJwEAAECAAYFAkqSsvUACgkQcJWf5zskR2H3IAP/dG1hlN0VKOSmRw5qapzLFNGN
ufI//PLkaVA0YwuXzY+ybDOdNnliNvli7IlKOsZdwq8G1ORQAXv6bzxiZY5MVtIl
tiFqyU9ZOdb2znrBpGRgOXGoCfuRSZk7eYHsoD5nXk9DKSP4mnTHx15tsA6XiTwI
6aqrsuqBSRZDTWJ/MkU=
=PmM5
-----END PGP SIGNATURE-----
Clement BOURGEOIS (1):
French translation updated to current code strings
David Paleino (4):
Initial Entry>TextView migration
Migration almost completed, need to fix a bug in topic display :/
Adding .gitignore
Started refactorization of ChatView
Jeffrey Mann Richardson (38):
Added Copyright
Ignore all files placed in bin/
commit 04cc00870ebb4098a1387f26faf59c9f4ed86af5
Reset build to output to bin/net/ instead of ./bin/
Add Debug support
Add bold support
Remove project files from src
Added Visual Studio 2005 projects and solution
Updated bin/ ignoreall status
Set ignore in VisualStudio for unnecessary files generated by Visual Studio
commit 60fcb22ceb4acafd2f7bee67b1c965e0dc8fb14a
commit 1c24bec7bacd08221af18a1481d8e531fec7e9de
Removing WinSmuxi specific settings to prepare for overall smuxi config settings
Update VS project files for new sources
Setup WinSmuxi for new message formatting
Adding Connection dialog boxes, separating MainForm code
Various small fixes (better multinetwork support, partial class separation of members in MainForm, setting correct version values)
Fixing bin directories to ignore built published (installer) content
Various "AutoGeneratedCode" changes
Removed My Project directory
Replaced Application Framework
Updated Visual Studio projects.
- added MSBuild (VS) project and solution files
- added Frontend-WPF structure
- ported SplashScreenWindow from Frontend-GNOME to Frontend-SWF (Yay!)
- Ported SplashScreenWindow to WPF (zero lines of C# code, yay!)
- ported NotImplementedMessageDialog to both Frontend-SWF and Frontend-WPF (moving right along!)
- updated and created new Visual Studio projects and solutions
- Updated Visual Studio Project files
[Frontend-SWF]
[Frontend-SWF]
[Smuxi]
- Update Visual Studio project files
- Updated Visual Studio build scripts to build latest source
- Split up AssemblyInfo.cs to external shared AssemblyVersion.cs
- Fixed AssemblyInfo.cs and AssemblyVersion.cs to include author per project
- various feature updates to Frontend-SWF
- Added initial support for preferences
Mirco Bauer (505):
- first import.
- those shouldn't have been added
- adding VisualStudio project files
- added LOG4NET define for Server, to get debugging via log4net.
- added CHANNEL_TCPEX defines, to make TcpExChannel.dll optional
- added _OnDestroyNotify() for Gtk#1
- changed protocol to channel/formatter
- added svn:keywords to all *.cs files.
- added syncing of buffer.
- changed coding style to follow #Develop Coding Style (the only real difference is properties).
- Set Subversion property svn:keywords and svn:eol-style.
- added OnStartupCommands feature.
- glade files for PreferencesDialog.
- added Engine Manager.
- context menu for users in channel page.
- added 2 icons to compile as resource file.
- Implemented better sync code using SyncPage in IFrontendUI.
- using better sync now for channel join.
- added default config writer.
- ups, here is the fisrt start druid.
- initial import of Frontend-SWF written by Jeffrey Mann Richardson in VB.NET
- using ~/.config/smuxi/ as config directory.
- updated
- moving files to VisualStudio/2003
- fixed config path for windows.
- CLS complaint now, protected methods have no "_" prefix anymore, protected class variables have now "m_" as prefix instead of "_".
- ignoring MonoDevelop debug files.
- implemented formatted message.
- temporarly threading fixes.
- implemented NicknameLookupAll() for bash-style nickcompletion correctly.
- bumped version to 0.5.7
- bugfix
- move
- replaced Logger class with log4net singleton logging.
- bumped version to 0.5.9
- fixed bug in nickname completion
- detect runtime better for glib initialization
- move Frontend-GtkGnome to Frontend-GNOME, the main target is a full featured GNOME client.
- renamed GtkGnome to GNOME
- using Catalog.GetString() now
- first implementation of _IrcMessageToFormattedMessage()
- rename
- rename
- MS .NET needs this
- #elif should be #else here, bug in mcs allowed me to do this.
- rewrote _IrcMessageToFormattedMessage(), thanks to Zhila on that, clearing out the algorithm!
- implemented color support in IRC messages
- added color support in Engine.
- localization.
- localization
- fixed crashes with funny IRC servers.
- use the old way to detect if glib was initialized again, gtk# 2.7.1 doesn't support the new way.
- fixed half-op crash.
- implemented enable/disable page API.
- /msg fix for channels.
- implemented line highlight support for nickname.
- updated
- fixed crash bug when saving preferences.
- remoting optimizations.
- fixed automatic reconnect bug
- started filter support in frontend.
- bumped version to 0.5.22
- update
- use the link-feature of MonoDevelop 0.13 instead of the symlink hack.
- updated
- update
- new layout for project files
- move libraries to own directory
- updated project files to use lib/ directory
- refactored Engine
- debian/rules
- refactored Frontend-GNOME
- created start script and desktop file
- fixed first start druid in Frontend-GNOME when "Local" mode was selected an empty page was shown.
- fixed project files.
- make Release GTK target WinExe
- properties
- properties
- big Makefile cleanup
- enhanced Makefile, implemented install target.
- add missing files
- fixed Makefile to use the new _REF variables in the compiler calls.
- debian patches
- updated lib/Mono.Posix.dll to 2.0
- updated output filenames in MonoDevelop projects.
- even better description for smuxi-server.
- created smuxi-frontend debian package.
- new lib
- importing source of jabber-net, it's GPL licensed and upstream has no official tarball releases, so we must ship the source.
- this wasn't so good, way too much junk (11MB)
- renamed Engine/Networks to Engine/Protocols
- droped Meebey. from namespace in the favor of a team project.
- move IRC from Engine to Engine-IRC
- new projects
- moved XMPP code to Engine-XMPP
- s/FrontendGnome/Frontend.Gnome/
- s/NetworkManager/ProtocolManager/
- renamed IrcNetworkManager to IrcProtocolManager.
- more s/NetworkManager/ProtocolManager/
- Engine uses ProtocolManagerFactory now to create a connection.
[Frontend]
- meebey, don't abuse constructors!
- CS
- CS
- implemented sorting and rendering for IrcGroupChatView.
- fixed bug in GroupChatModel.GetPerson(), Dictionary indexer returns KeyNotFoundException, using TryGetValue() instead.
- enhanced Makefile, adding missing targets for IRC/XMPP split.
- updated dpatch
- fixed install target in Makefile.
[smuxi-engine-irc]
- updated debian package
- import of STFL library, GPL licensed, source: http://www.clifford.at/stfl/stfl-0.14.tar.gz
- initial import of Frontend-STFL
- initial import of Proof-Of-Concept Frontend-Curses
- added ServerDialog
- renamed preferences.glade to smuxi-frontend-gnome.glade
- updated Nini to 1.1
- updated debian package to need gtk# >= 2.8
[debian]
[smuxi-frontend-gnome]
- bumped version to 0.5.27
- initial MSNP support created by Nils Wiegner <niels.wiegner at web.de>
[Engine]
- import of mono-curses.dll
- fixed "Not joined to channel" message bug for disabled query windows.
[Engine]
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: moved URL parsing
- renamed Chat directory to Chats
[Frontend-SWF]
[Frontend-SWF]
[Frontend-SWF]
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Pass nick_ and nick__
- implemented /mode command for getting the mode.
- fixed Makefile
[Engine-IRC]
- updated debian package for 0.5.29 release
- moved etch-dist and win32-dist from src/Makefile to Makefile.
- fixed kick-message buf
* Frontend/Frontend.mdp, Engine-MSNP/Engine-MSNP.mdp,
- moved ChannelFilterListController and ChannelFilterModel from Frontend-GNOME to Engine.
* Frontend/AssemblyInfo.cs, Engine-MSNP/AssemblyInfo.cs,
- update debian packaging
- Makefile update
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Reply error message
* IrcProtocolManager.cs: Trim trailing spaces in commands that use
* ProtocolManagerBase.cs: Fixed highlight, formatting and colors of
* IrcProtocolManager.cs: CommandMessageQuery() sends message now once.
* IrcProtocolManager.cs: When connecting to a new server call
* Frontend-GNOME/Chats/SessionChatView.cs, Frontend-GNOME/Entry.cs,
* Engine-MSNP/Protocols/Msnp/MsnpProtocolManager.cs,
* Frontend-GNOME/Entry.cs: Don't prevent ctrl+a/left/right/backspace
* Frontend/AssemblyInfo.cs, Engine-MSNP/AssemblyInfo.cs,
* Engine-MSNP/Protocols/Msnp/MsnpProtocolManager.cs,
* Frontend-GNOME/Frontend-GNOME.mdp,
* Frontend/ChatView.cs, Frontend/Frontend.mdp: Delete obsolete
updated to SVN snapshot
* Protocols/Irc/IrcProtocolManager.cs: _Run(): Fixed reconnect
* Session.cs: Nicer code path.
* Frontend-GNOME/MainWindow.cs: Fixed whitespace.
* Frontend-GNOME/Chats/ProtocolChatView.cs: Implemented closing of
* Engine/Protocols/IProtocolManager.cs,
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Pass IRC errors to
* Frontend-GNOME.mdp, Chats/ProtocolChatView.cs,
* Entry.cs: Fixed scrolling notebook tabs (closes: trac bug #11).
* Notebook.cs: Attempt to get focus faster back when switching a page,
* Frontend/EngineManager.cs: Using superseded method now.
* Protocols/Irc/IrcProtocolManager.cs: Implemented lag indicator.
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend-GNOME.mdp,
unneeded as merged with QuickConnectionDialog
* Frontend-GNOME/Entry.cs: Fixed loosing the selection issue when
* Frontend-GNOME/Frontend.cs: Fixed indention.
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Fixed CommandCycle().
* Chats/SessionChatView.cs, Chats/PersonChatView.cs,
* Engine-MSNP/Protocols/Msnp/MsnpProtocolManager.cs,
* IrcProtocolManager.cs: Use global username if server username is
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend.cs,
* Frontend-GNOME-IRC/IrcGroupChatView.cs: Added devider to person popup
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend.cs,
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/EngineManagerDialog.cs,
* Frontend-GNOME/Frontend.cs: Don't rely on Application.Quit(), call
- removed Tango, it's non-free.
- updated libraries.
- updated glade file, monodevelop keeps forgetting this one :(
- updated TODO list.
* IrcGroupChatView.cs: Fixed sort order of op + voice, should be above
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Implemented /who
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Added listing ban
* Frontend-GNOME/Entry.cs: Reset cursor position to the end when going
* ServerView.cs: glade3 renamed some widgets because of a conflict
* Frontend-GNOME/MainWindow.cs: Added close chat menu item.
* MD5.cs: Fixed whitespace.
* Frontend/AssemblyInfo.cs, Engine-IRC/AssemblyInfo.cs,
- updated Meebey.SmartIrc4net.dll library.
autofooling smuxi *sigh*
more autofool stuff
those files should not be in SVN (autogenerated by autofool)
I hate autofool, but it almost works.
- more autofool fun.
forgot this 2 files
another one
more translation skeletons
added mono.m4 and programs.m4 to EXTRA_DIST
- fixed resource references (MD just copied them, wtf)
fixed typo
- fixed resource reference
added missing po directories to SUBDIRS
- I don't get .desktop file is not installed for some reason.
* Frontend-GNOME/Entry.cs: Pass "/window close" to
* Server.cs: Call superseded method of
* Server/AssemblyInfo.cs, Server/AssemblyInfo.cs.in, Server/Server.mdp,
* Frontend-GNOME/Makefile.am, Frontend-GNOME/Main.cs,
* Frontend-GNOME/Frontend.cs: Disabled splashscreen (we have no current
* Frontend-GNOME/Makefile.am, Server/Makefile.am: Distribute and
* Chats/GroupChatView.cs, Chats/ChatView.cs, Entry.cs: Use monospace
* MainWindow.cs: Allow to close a chat using ctrl+w if it's not the
* Frontend/Frontend.mdp, Engine-MSNP/Engine-MSNP.mdp,
* Chats/GroupChatView.cs, Chats/ChatView.cs: Initialize _Background and
* Frontend-GNOME/Chats/GroupChatView.cs,
* Frontend-GNOME-IRC/IrcGroupChatView.cs: Implemented Kick + Ban in
* IrcGroupChatView.cs: Added whois to popup menu. (closes trac bug #57)
* GroupChatView.cs: Only prevent making a new selection using the right
* Frontend/AssemblyInfo.cs, Frontend/AssemblyInfo.cs.in,
* Frontend-GNOME/ChatViewManager.cs, Frontend-GNOME/Makefile.am: Allow
- replaced echo summary lines with AC_MSG_RESULT
* Chats/GroupChatView.cs: Implemented applying topic and user list
* MainWindow.cs: Use Gtk.Stock.About button.
* Frontend-GNOME.mdp: Removed AssemblyInfo.cs.in from project.
* Frontend-GNOME/ChatViewManager.cs: Implemented grouping person and
better package description
GNU gettext doesn't cope with a structured po/ directory at all, way too much hardcoded paths (../) in the intltool-extract script, thus moved all po/* directories to po-*/
updated german translation
bumped version to 0.6.1
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Don't pass
* Frontend-GNOME/Frontend-GNOME.mdp, Frontend-SWF/Frontend-SWF.mdp:
added po/ back, else autogen.sh spits out warnings
added po/ to SUBDIRS
don't check for untranslated strings, as this is a dummy po/ directory anyhow
- added AssemblyVersion.cs to all Makefile.am files.
- fixed version check of smartirc4net
added MonoPosixHelper.dll for the windooze lemmings
* MainWindow.cs: Fixed indention.
* MainWindow.cs, Frontend-SWF.mdp, Chats/ChatView.cs, ColorTools.cs,
* IrcProtocolManager.cs: Fixed resetting colors in messages where clear
* Frontend-GNOME/QuickConnectDialog.cs: Fixed server selection using
* Frontend-GNOME/Frontend-GNOME.mdp,
* IrcProtocolManager.cs: Fixed /help command to spit out the header in
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: _OnNickChange(): Nick
* Frontend-SWF/Chats/ChatView.cs: Don't use hardcoded value.
* Protocols/Irc/IrcProtocolManager.cs: Colorize nicks in nick changes
* Frontend-GNOME/Preferences/PreferencesDialog.cs: Use ColorTools
added pot files
* ChatViewManager.cs: Fixed sorting order of group and person chats
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Dispose all chats
* Preferences/PreferencesDialog.cs: Use the more descriptive "<System
* Frontend-Curses/MainWindow.cs, Frontend-Curses/Frontend.cs,
* Chats/ChatView.cs: Whitespace fix.
- added install-sh to EXTRA_DIST.
* ChatView.cs: Support empty timestamp formats. (closes trac bug #84)
* Frontend-GNOME/Frontend.cs: Implemtend ShowError(string) method.
* Frontend-GNOME/Chats/ChatView.cs: Disabled console writelines.
Added descriptions of the different timestamp format variables. (closes trac bug #102)
s/automisch/automatisch/ thanks to Jense
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Kill threads we
* Common/Defines.cs, Common/Common.mdp: Provide Defines.
* MainWindow.cs, Frontend.cs: Implemented store and restore window size
added src/Common/Defines.cs to AC_CONFIG_FILES
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Entry.cs: Moved
* Protocols/Irc/IrcProtocolManager.cs: Sync person chats after
* Frontend-GNOME/GnomeUI.cs: Disabled highlight reset hack in
* Frontend-GNOME/Frontend.cs, Frontend-GNOME/EngineManagerDialog.cs,
* Frontend-GNOME/Makefile.am,
bumped version to 0.6.2
* Engine/Engine.cs: Show platform and CPU bit count in version string.
removed ChatView.Designer.cs, added RichTextBoxEx.cs
more autofool love
added LibraryCatalog.cs
added Defines.cs and reference Mono.Posix
reference smuxi-common.dll
added ColorTools.cs
updated german translation
enhanced desktop file
package project for MonoDevelop
* MainWindow.cs, Preferences/ServerListView.cs,
* AboutDialog.cs: Replaced (C) with © (copyright character).
Implementated tray icon support (requires GTK# >= 2.10). (closes trac bug #55)
preparding tray icon settings (I dont get why glade needs to be always so noisy for little changes)
part of the tray icon support
updated changelog
* Engine-MSNP/AssemblyInfo.cs,
added new icon
updated debian package
set eol-style to native for all source files and converted files where needed using dos2unix
* Protocols/Irc/IrcProtocolManager.cs: Implemented new commands: /amsg
* Frontend-GNOME/AboutDialog.cs: Added Juan Miguel Carrero
Added Spanish translation contributed by Juan Miguel Carrero <streinleght at gmail.com>.
updated german translation
* Engine-IRC/Engine-IRC.mdp, Frontend-GNOME/Frontend-GNOME.mdp,
Added en_GB translation, thanks goes to Ryan Smith-Evans for contributing it.
Added french translation. (thanks goes to Clement BOURGEOIS <moonpyk at gmail.com> for contributing it)
* AboutDialog.cs: Added credits for British English and French
Updated german and british translation.
* FindGroupChatDialog.cs: Use a new thread when calling FindGroupChat
* Preferences/ServerView.cs,
* Engine/Session.cs: Added hint about /help command to smuxi page.
Added missing intltool scripts.
Added icon.svg as resource.
* Frontend-Test/Frontend.cs, Frontend-Test/Frontend-Test.mdp:
Added smuxi-frontend to references.
* TestUI.cs: Fixed SyncChat().
* Common/Common.mdp, Common/TaskQueue.cs, Engine/FrontendManager.cs:
* Frontend/EngineManager.cs, Engine/Config/FrontendConfig.cs:
* Session.cs: Don't throw exception in
* EngineManager.cs: Check if sshProgram is present on the harddisk.
* EngineManager.cs: We have to use and check for plink.exe and not
* EngineManager.cs: Refactored SSH command code into
* Entry.cs: support unicode input using ctrl+shift+u+hexnumber
Added Italian translation, thanks goes to David Paleino <d.paleino at gmail.com> for the contribution.
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Implemented
* Common/TaskQueue.cs: Fixed name.
* Frontend-GNOME/Chats/ChatView.cs: Only check if text was selected,
* Engine/Session.cs: Limit engine buffer lines to 10 for local
* Engine/Config/Config.cs: Increased default buffer lines from 100 to
* MainWindow.cs: Changed the event that quits the application from
* FindGroupChatDialog.cs: Only change cursor back if the GdkWindow is
* Engine/Config/Config.cs,
* ProtocolManagerBase.cs: Ignore case for matching URLs. (closes trac
* IrcProtocolManager.cs: Notices are not highlights and incoming and
* Protocols/Irc/IrcProtocolManager.cs: Don't create a new chat for
fixed my email address in the changelog
added wrap mode combo box
* Engine/Config/Config.cs, Engine/Config/NotificationAreaIconMode.cs,
* Engine/Messages/MessageType.cs: Ups forgot to commit this one.
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Fixed CommandQuit(),
flush, ugly MonoDevelop keeps forgetting this :(
* Frontend-GNOME/Chats/ChatView.cs: Disabled Console.WriteLine call.
* Common/TaskQueue.cs: Call Dispose() in destructor as fallback.
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend.cs: Save /
* Frontend-GNOME/Frontend.cs: Updated copyright year.
* Frontend-GNOME/FindGroupChatDialog.cs,
* Frontend-GNOME/Preferences/PreferencesDialog.cs: Check for empty
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Implemented /names
* Engine/Chats/ChatModel.cs, Frontend-GNOME/Chats/ChatView.cs,
* Common/Makefile.am, Engine/Makefile.am, Engine-IRC/Makefile.am,
* Frontend-GNOME/Preferences/PreferencesDialog.cs: Disabled Filters in
* Frontend-GNOME/Main.cs: Disabled bailing out when unknown options are
* Frontend-GNOME/Frontend.cs: Init(): Pass application name and
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Don't log
* Engine/Config/Config.cs: Make sure Username and Password are
* AssemblyVersion.cs: Bumped version to 0.6.3
* Frontend-GNOME/MainWindow.cs: White space fix.
no idea what changed, I hate reading XML
bumped version to 0.6.3
set svn properties
updated po files
Updated Italian translation, thanks goes to David Paleino
Updated German translation
Updated British translation
updated po/pot files
updated build system
Added handling for installing desktop icon.
* Frontend-GNOME/MainWindow.cs: Use Session.Connect() API instead of
* Engine/FrontendManager.cs: Don't prevent removing chats when they are
* Engine/Session.cs: nicer message
* Engine/Session.cs: use variable in translatable strings
updated, thanks to hanska
updated
filter the noisy output in update-po
translation refresh
* Packages.mdse: updated archive names
Parse URLs and colors also when using the topic command.
comments
Refactored the contract between MessageTextView and ChatView
updated
Fixed URL support in MessageTextView.
set license/copyright default header
ignore build output
ignore config files too
ignore *.pidb and *.user* files
Merge branch 'feature/#28_topic_textview_rebased'
Fixed showing timestamps for chat messages again.
Show day changes when using timestamps for messages. (closes: #15)
Merge branch 'feature/#15_date_stamps'
coding standards
Dropped gnome-sharp from project references.
Added GUI definition of EngineAssistantIntroWidget for stetic.
Updated paths for the Chats/ to Views/Chats/ move.
Updated paths for the Chats/ to Views/Chats/ move.
Don't use --gnu mode in autogen.sh.
Don't use libtoolize, we are not a C lib, so I don't think we need this.
Added name page to EngineAssistant class
updated project file
ignore autogenerated build-system stuff
run autoheader and intltoolize if needed
don't use the deprecated macro name
set subdir variable to "po" in all po-*/Makefile.in.in files
updated by intltoolize 0.40.6
ignore more autogenerated files
set subdir variable to "po" in all po-*/Makefile.in.in files
Merge branch 'autool-cleanup'
MonoDevelop 2.0 update
Check for nini-1.1.pc and fallback to nini.pc. (Closes: #151)
Added missing locks() for _FrontendManagers access, which caused "InvalidOperationException: out of sync". (Closes: #169)
Added missing lock()s for access to Session.Chats and Session.ProtocolManagers, fixing potential "InvalidOperationException: out of sync"s. (References: #169)
lock() access to _Session.Chats.
- Refactored SSH tunnel setup from EngineManager to SshTunnelManager.
Updated MD project
added comment
Merge branch 'bug/#150_ssh_password_fails'
Implemented "Clear All Activity" and added that to the Chat menu. (closes: #175)
Forgot to commit this one.
Removed comment, as that's already fixed.
Added 32x32 png version of the icon.
Implemented "Open Chat" dialog. (closes: #178)
Stetic GUI definition of OpenChatDialog.
Updated project files for OpenChatDialog.
Added trace calls to CommandMessage and CommandJoin.
removed useless VCS keywords
helper files for windows releases
use file for logging, windows is unaware of stdout
icon flavor for windows
Windows NSIS installer script contributed by Sebastian Schnur <ikkerus at ikkerus.net>
added license header
implemented dist-win32 build target
provide PROFILE variable
use file icon
Save output file to topdir.
Install GTK# 2.12.9 by default but also accept GTK# 2.12.8 installs for now.
patch the temp file not the original file
fixed trailing whitespace
s/smuxi/Smuxi/
Set window parent correctly.
Track API changes.
Removed wasted whitespace between usermode and nickname. (closes: #182)
Implemented EngineAssistantCredentialsWidget.
Merge branch 'master' of ssh://git.qnetp.net/git/smuxi
Fixed NullReferenceException which was thrown when the section doesn't exist.
when deleting an engine also delete the SSH related config keys.
Refactored all input checks to fix NullReferenceException caused by badly designed code.
Restart/re-run the dialog when needed (this class is very badly designed and needs to be rewritten!).
Empty the hostname field if SSH get's unchecked, else it leaves localhost in it.
Fixed Smuxi's casing in the license header.
Merge branch 'feature/#63_drop_gnome-sharp' (closes: #63)
Enabled WrapMode setting again (not sure why it was disabled).
Added hack to force a redraw of the TextView widget as GTK+ 2.17.6 is not always redrawing it, leaving empty lines. (closes: #185)
Removed obsolete UI_GNOME code blocks.
Updated copyright years.
Fixed the casing of Smuxi everywhere: s/smuxi/Smuxi/
Even though we don't use the GNOME library anymore, we still target the GNOME desktop, and thus the UIName should still be GNOME.
Updated copyright year.
Handle InvalidOperationException when adding a server that already exists. (closes: #184)
Merge branch 'bug/#184_InvalidOperationException_when_adding_an_existing_server'
Disabled the "minimize to tray" feature as metacity is using the WindowState.Iconified already when switching to other workspaces. (closes: #158)
If the status icon was activated make sure it also restores from minimized state as not all users have a window list and thus can't see the restored but still minimized window. (closes: #159)
Disabled the buggy nick handling of the SmartIrc4net library and provide an own one. After a disconnect reset the nickname list so the best nick will be used again for the next connection attempt. (closes: #163)
Don't try to change the nick in case of a nick collision when we already have one (registered on the network). (closes: #187)
Ensure UseSshTunnel and the Ssh* config keys have always a value, otherwise the EngineAssistant might throw NullReferenceException for users with an older (non-SSH) config.
Check if the SSH process has terminated during the port check attempts instead of after which caused an endless loop.
Only use the ExitOnForwardFailure option for the SSH tunnel if we are using OpenSSH >= 4.4p1. (closes: #145)
Merge branch 'bug/#145_ssh_tunnel_bad_configuration_option_ExitOnForwardFailure'
When the Smuxi process is exiting, kill the SSH tunnel with it. (closes: #148)
Fixed thread leak when the task queue is empty and remains empty after disposing. (closes: #183)
Fixed misleading log statement.
Don't remove the Ssh* keys from the config as that can cause NullReferenceExceptions.
Merge branch 'bug/#183_leaking_FrontendManager_threads'
Updated build-system and translation templates.
Updated URL of the ticket system.
Bumped version to 0.6.4
Fixed translation support by using the LibraryCatalog.
Added gettext support for src/Frontend and added missing da.po and en_GB.po files to all po-*/ directories.
Added mail-po target for sending out update requests of the po files to the translators.
Fixed typo.
Updated Spanish translation after a typo fix.
Added missing en_GB files.
Added missing en_GB file.
Ignore source files of other text-domains.
Updated translation.
Updated German translation.
Updated Danish translation.
Updated Spanish translation.
Updated Italian translation.
Updated French translation.
Bumped AssemblyVersion to 0.6.4
Updated debian packaging.
Updated for the 0.6.4 release.
Don't register remote engines 2 times.
Don't check the frontend manager status for local engines every 60 seconds.
When switching an engine, make sure resources (like a SSH tunnel) get freed.
Attempt to check the backward port for .NET remoting, too.
Disabled dynamic local forward port as the remote engine will announce its original port in the remote objects and thus the frontend uses the non-tunneled port.
Updated URL
As SSH support is the default, use 127.0.0.1 by default now for the server.
Set the m4 macro directory.
Added intltool m4 macro file.
Updated project files.
Don't use a wildcard in the assembly version as that might cause problems with .NET remoting.
dos2unix ftw
s/smuxi/Smuxi/
s/smuxi/Smuxi/
Fixed AssemblyTitle.
s/smuxi/Smuxi/
s/smuxi/Smuxi/
Updated
Updated translations.
s/smuxi/Smuxi/
s/smuxi/Smuxi/
Ryan Smith-Evans (1):
Updated British translation.
Streinleght Rivenlock (1):
Updated Spanish translation.
-----------------------------------------------------------------------
--
smuxi
More information about the Pkg-cli-apps-commits
mailing list