Activity

From 10/06/2009 to 11/04/2009

11/04/2009

avatar 01:19 AM Feature #228 (Closed): Twitter integration
Applied in changeset commit:"b5f16b9a2366b98a36e8f3557f1fedba6ecaacae". Mirco Bauer
avatar 01:16 AM Revision b5f16b9a2366b98a36e8f3557f1fedba6ecaacae: Merge branch 'feature/#228_twitter_integration...
Merge branch 'feature/#228_twitter_integration' (closes: #228) Mirco Bauer
avatar 01:15 AM Revision 51ba5dfbfe856b39e56b83ad1cb1e1eb52cd54b3: Added possible design bug comment.
Added possible design bug comment. Mirco Bauer
avatar 01:14 AM Revision 4c806ad20dabea4ff201dc92d2038823aaa10240: Implemented generic close chat using the proto...
Implemented generic close chat using the protocol manager interface. Mirco Bauer
avatar 01:13 AM Revision a9845b22a48cf5462fffdc5d13f77d41c2f6ad4d: Implemented a generic open person chat when do...
Implemented a generic open person chat when double clicking on a person from the treeview. Mirco Bauer
avatar 01:09 AM Revision 3be525783dc1adf246f4895bf290314352681d7f: Implemented receiving and sending direct messa...
Implemented receiving and sending direct messages and replies timeline. Mirco Bauer

11/03/2009

avatar 08:27 PM Bug #230: Startup Error in Windows: Unrecognized image file format
My system configuration was like this before solving the issue: I had a debian 5.0 minimal. Installed smuxi from backports deb file. I started smuxi using X11 forwarding to another machine. -> Problem occured. I tried to compile smuxi on that m... Christian Herrmann
avatar 07:19 PM Revision 457d68c2efb3f05205d8067d2054ca204e94faa6: Fixed NRE if there is no topic set.
Fixed NRE if there is no topic set. Mirco Bauer
avatar 07:18 PM Revision 83570c594b608715099f7bc9ed2b287ed6551a61: Fixed NRE if there is no topic set.
Fixed NRE if there is no topic set. Mirco Bauer
avatar 07:15 PM Revision aa8be197976101be45ec5bb14f4b489c67d2a03b: Refactored friends timeline thread, implemente...
Refactored friends timeline thread, implemented FindGroupChat() support, retrieve user details in background thread so Connect() doesn't block. Mirco Bauer
avatar 07:14 PM Revision 111a8746e4d380b6e4344650553d8bca373b7da8: build lib by default
build lib by default Mirco Bauer
avatar 05:59 PM Feature #231: Show difference between old and new topic
When someone changes the topic, smuxi could show which part changed by using a wdiff algorithm. This makes the actually change more clear for long topics as often seen on big IRC channels. Mirco Bauer
avatar 01:56 PM Bug #230: Startup Error in Windows: Unrecognized image file format
this happens to me on linux (debian 5.0 minimal) aswell. Christian Herrmann

11/02/2009

avatar 05:38 PM Bug #230: Startup Error in Windows: Unrecognized image file format
I am running Windows Vista, using the standard installer (Gtk# for .Net 2.12.9) and Microsoft .NET Framework 3.5.1. I have already restarted my computer after installing Smuxi. When I try to launch it (specifically, smuxi-frontend-gnome.exe), I ... Ethan Lee
avatar 03:45 AM Feature #227: alternate nick support
Oh. nice. It seems I failed at reading tooltips. Evil Donkey
avatar 01:31 AM Feature #134: replace text smileys with graphical smileys
I can't remember it but there is already code implementation for this, see: http://git.qnetp.net/?p=smuxi.git;a=blob;f=src/Engine/Protocols/ProtocolManagerBase.cs;h=8e4bb9b45b405ffcb0a33adf0e4ef555ea193166;hb=HEAD#l240 No idea if it works.... Mirco Bauer
avatar 01:26 AM Feature #228: Twitter integration
Reading and posting public tweets (via the friends timeline) is implemented. Support for private tweets is missing. The initial population of all friends should be done in a background thread (instead of blocking the GUI). Mirco Bauer
avatar 01:22 AM Revision 8dc7e3d4f9095713d99ff7d794adad38e39bf3f9: Added twitter engine to the build system.
Added twitter engine to the build system. Mirco Bauer
avatar 01:20 AM Revision 578802d4936756ce515e630033bf8ddba3556a26: Allow overriding the RenderPersonIdentityName(...
Allow overriding the RenderPersonIdentityName() method. Mirco Bauer
avatar 01:19 AM Revision a728ec390dd3812bcd0ad7880f55979bcde6d146: Only show the topic if one was actually set.
Only show the topic if one was actually set. Mirco Bauer
avatar 01:15 AM Revision 63fbece6a86099e1786ee7dce2b7f75b00c4da8d: Added support for @nick style nickname complet...
Added support for @nick style nickname completion (as seen/used in tweets). Mirco Bauer
avatar 01:14 AM Revision 22eea26cb3a3fb500c3e9e88d3fbfd8410808f36: Initial implementation of twitter support. (re...
Initial implementation of twitter support. (references #228) Mirco Bauer
avatar 01:10 AM Revision 5ec3b13e30a8255eaf7655d901cf43b6cd1787b9: Initial import of new BSD licensed Twitterizer...
Initial import of new BSD licensed Twitterizer.Framework library taken from http://code.google.com/p/twitterizer/ Copyright (c) 2008, Patrick "Ricky" Smith <ricky@digitally-born.com> Mirco Bauer
avatar 01:05 AM Revision 809695b865c498b1b67c143502fb9bb38896f170: Moved IdentityName color hashing to ProtocolMa...
Moved IdentityName color hashing to ProtocolManagerBase. Mirco Bauer

11/01/2009

avatar 10:43 PM Feature #229: LISTMODE Support
The implementation can be tested against the eloxoph IRCd: ... Mirco Bauer
avatar 10:41 PM Feature #229: LISTMODE Support
In order to cleanly fetch all modes from a channel Smuxi should support the LISTMODE feature as defined in: http://www.shanemcc.co.uk/irc/#listmode This will allow Smuxi to sync all modes without the currently used banlist hack that is needed wh... Mirco Bauer
avatar 06:32 PM Revision d9c680e75502a9ead7d100d1a446ea391d41d60b: Updated MonoDevelop project files.
Updated MonoDevelop project files. Mirco Bauer
avatar 06:03 PM Feature #228: Twitter integration
Also support a @yournick tab that shows all tweets that contains your name. Mirco Bauer
avatar 05:59 PM Feature #228: Twitter integration
Smuxi could support the Twitter protocol as it mainly sending and receiving messages. Having one tab for the public messages for reading and writing and then allowing to make private tabs for each twitter user for private messages. Mirco Bauer

10/31/2009

avatar 11:06 AM Feature #227: alternate nick support
That feature is already implemented. Just go the Preferences and set more than one nickname in the "Nickname(s)" field separated by spaces. If you go with the mouse cursor over the field and wait a second you will get a help tooltip about this. Mirco Bauer
avatar 06:21 AM Feature #227: alternate nick support
This is somewhat related to Feature #105 Evil Donkey
avatar 06:14 AM Feature #227: alternate nick support
Users should have the option of specifying an alternative nick when theirs is in use instead of just appending "_". The "_" can be appended if no alternate nick is specified. Evil Donkey
avatar 06:11 AM Feature #226: show global messages on server tab
It would be nice to have an option to have global messages be shown in the server tab instead of in their own tabs. I'm usually connected to several servers and when my internet connection goes down I get all these extra tabs I have to close when... Evil Donkey

10/26/2009

avatar 01:32 PM Feature #225: Use colors with good contrast for tab label
Colored nicknames are checked for good contrast and changed for optimium contrast. The tab label should do the same as the local theme of the frontend might be different from one computer to another, so the same exakt color value might produce bad... Mirco Bauer

10/25/2009

avatar 05:43 PM Revision e81e5b89bad0757cb12dc53ce630909a73002e06: Fixed extra spaces in MessageModel.ToString(),...
Fixed extra spaces in MessageModel.ToString(), implement ToString() method in ImageMessagePartModel and TextMessagePartModel, call ToString() in MessageModel.ToString() on all parts. Mirco Bauer
avatar 05:03 PM Bug #224: "Find Group Chat" might block forever
For example: ... Mirco Bauer
avatar 04:44 PM Bug #224: "Find Group Chat" might block forever
The "Find Group Chat" feature requests a list from the server and might block forever, there should be some kind of timeout defined something like 30 seconds. Also the possible replies the IRC server sends should be more tested as depending on the... Mirco Bauer

10/24/2009

avatar 03:06 PM Bug #223: Many beeps when connecting to a smuxi-server on Windows
When you connect to a smuxi-server on Windows every highlighted messages will beep during the sync. This is pretty annoying. Mirco Bauer

10/18/2009

avatar 02:29 PM Feature #221: Remember tab order
Saving the tab order is a must, I have 20 different tabs and having them all mixed up is a mess (kills muscle memory and "right now I care about project X, let me look at its tab which I know is in the middle of the window"). Siegfried-Angel Gevatter Pujals
avatar 02:09 PM Feature #220: Import configuration from irssi
When starting Smuxi for the first time it should detect irssi settings and allow to import them. IRC server/networks, channels and possibly other settings should be imported. Mirco Bauer
avatar 01:17 AM Feature #212 (Closed): Don't require reboot after installing Smuxi on Windows
Applied in changeset commit:"0a863aaee6eb8148ca444326890a9e2d37204651". Mirco Bauer
avatar 01:13 AM Revision 0a863aaee6eb8148ca444326890a9e2d37204651: Added PATH refresh hack so a reboot is no long...
Added PATH refresh hack so a reboot is no longer required after the GTK# install. (closes: #212) Mirco Bauer

10/17/2009

avatar 10:47 PM Feature #219: Option to Left-Align 'chatter' in chat-window to eliminate crag
Vertical separator separating timestamp/nick from chatter. Also, option to show/hide timestamps (is it there yet? didn't see it!) example: http://www.flamedesktop.com/wp-content/bf_data/apps/web/im-chat/x/xchat.png Sammy Veira
avatar 09:56 PM Bug #218 (Closed): plink: unknown option "-auto_store_key_in_cache"
Applied in changeset commit:"17f3e3c0746c60440b1cf2ac393aca1cc9032660". Mirco Bauer
avatar 09:52 PM Revision 17f3e3c0746c60440b1cf2ac393aca1cc9032660: Replaced plink.exe from the official putty pro...
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) Mirco Bauer
avatar 09:30 PM Bug #218: plink: unknown option "-auto_store_key_in_cache"
Or instead the quest plink flavor of putty should be used instead which supports that special parameter. It's available from: http://rc.quest.com/topics/putty/ Mirco Bauer
avatar 09:17 PM Bug #218: plink: unknown option "-auto_store_key_in_cache"
Smuxi should probably parse the initial output and detect if the issue is a not verified fingerprint and then restart the tunnel with windows and allowing interactive input (no -batch parameter) so the user can acknowledge the fingerprint the firs... Mirco Bauer
avatar 08:49 PM Bug #218: plink: unknown option "-auto_store_key_in_cache"
When you connect to a smuxi-server on windows it will give you the following error message: ... Mirco Bauer
avatar 08:27 PM Bug #214: Automatic download of gtk-sharp for windows installer does not work
Ok, the download worked and also the install the 2nd time, very strange! Mirco Bauer
avatar 08:24 PM Bug #214 (New): Automatic download of gtk-sharp for windows installer does not work
Actually, I installed Smuxi but GTK# install failed (it didn't say so though) on Windows 7 64bit! So I take all back, there is a problem somewhere -> report reopened. Mirco Bauer
avatar 08:19 PM Bug #214: Automatic download of gtk-sharp for windows installer does not work
Mirco Bauer wrote: > I just installed Smuxi 0.6.4.1 on Windows 7 and it downloaded GTK# for me. Could it be that you need a proxy? The installer is not supporting that. Yes, it could be related to a proxy. Alain Peyrat
avatar 08:19 PM Feature #212: Don't require reboot after installing Smuxi on Windows
Adding this to the installer might fixed the updated PATH issue: ... Mirco Bauer
avatar 08:17 PM Bug #213 (Closed): Change link for windows gtk-sharp
Good catch, while the installer automatically download that version if the currently installed version is too old but the download page itself links the old version! I updated the URL on the downloage page. Thanks Mirco Bauer
avatar 08:15 PM Bug #214 (Rejected): Automatic download of gtk-sharp for windows installer does not work
I just installed Smuxi 0.6.4.1 on Windows 7 and it downloaded GTK# for me. Could it be that you need a proxy? The installer is not supporting that. Mirco Bauer
avatar 08:14 PM Bug #217 (Rejected): Wrong version in about for debian-build.
This is not a bug. 0.6.4-1 is Smuxi 0.6.4 Debian revision 1. Smuxi 0.6.4.1-1 packages are available from the private APT repository: ... Mirco Bauer

10/16/2009

avatar 10:03 AM Bug #217: Wrong version in about for debian-build.
Package installed are: bill:~# dpkg -l | grep smuxi ii smuxi 0.6.4-1~bpo50+1 IRC client for sophisticated users ii smuxi-engine 0.6.4-1~bpo50+1 E... Alain Peyrat
avatar 12:45 AM Feature #216: Consolas font for Windows
Microsoft Windows Vista and later has a clear-type font called Consolas, which is a very good one. Maybe the font order should be changed from FixedSys, Monospace to Consolas, FixedSys, Monospace. Font download (check license if bundling!): http:/... Mirco Bauer

10/15/2009

avatar 09:47 PM Feature #215: Track nick name changes for nick colors
When someone changes the nick name the assigned nick color should be "transferred" so the same person keeps the color. The color should be based on nick+ident though, else someone else can use the nick and gets the same color! Mirco Bauer
avatar 07:29 PM Bug #214: Automatic download of gtk-sharp for windows installer does not work
During the installation, if the gtk-sharp version is considered as too old, the interface propose to download an update but this does not work. Alain Peyrat
avatar 07:26 PM Bug #213: Change link for windows gtk-sharp
It seems that the latest version requires a more recent version so I think you should update the link in the download page: Maybe, you should set the link to: http://ftp.novell.com/pub/mono/gtk-sharp/gtk-sharp-2.12.9-2.win32.msi Alain Peyrat

10/14/2009

avatar 04:08 PM Feature #212: Don't require reboot after installing Smuxi on Windows
If Smuxi installs GTK# on Windows a reboot is required, because changes to the PATH environment variable aren't effective. Maybe a hack in the nsis script to force the reload of PATH might fix the need for a boot. Mirco Bauer
avatar 03:51 PM Bug #211: /names command takes ages on big channels
The /names command takes around 10 seconds to complete on a channel with 400 members. Something is making it really slow. Mirco Bauer

10/13/2009

avatar 11:13 PM Revision 166b0117a40934945a92b71bdd00f26056974f22: updated translations
updated translations Mirco Bauer
avatar 10:52 PM Revision feccbd10092d7f4ce680c267bebbccd753807813: Bumped version to 0.6.4.1, release time!
Bumped version to 0.6.4.1, release time! Mirco Bauer
avatar 10:44 PM Feature #210 (Closed): Use better default font on Windows
Applied in changeset commit:"014a5b630684fae0fa838f43350df958d55f568a". Mirco Bauer
avatar 10:43 PM Revision 014a5b630684fae0fa838f43350df958d55f568a: Ship and use GPL licensed FixedSys font by def...
Ship and use GPL licensed FixedSys font by default on Windows. (closes: #210) Mirco Bauer
avatar 08:47 PM Feature #210: Use better default font on Windows
Smuxi uses by default the monospace font which looks horrible on Windows. Instead it should ship and install the famous FixedSys font and use that as default for Windows. Mirco Bauer
avatar 08:17 PM Bug #195 (Closed): Windows installer thinks 2.12.9 is older than 2.12.9
Applied in changeset commit:"2f67ba78c6bb6de2076e520be5c7b513745cb9f9". Mirco Bauer
avatar 08:13 PM Revision 2f67ba78c6bb6de2076e520be5c7b513745cb9f9: Detect current and newer versions of GTK# corr...
Detect current and newer versions of GTK# correctly and install GTK# 2.12.9-2 by default. (closes: #195) Mirco Bauer
avatar 07:47 PM Feature #202 (Closed): Include translations in the windows installer
Applied in changeset commit:"beecfa1899a8979aca535780145b3a91b2789db0". Mirco Bauer
avatar 07:46 PM Revision beecfa1899a8979aca535780145b3a91b2789db0: Ship locale files in the windows installer. (c...
Ship locale files in the windows installer. (closes: #202) Mirco Bauer
avatar 06:58 PM Bug #209 (Closed): output of /names is unsorted
Applied in changeset commit:"51c3b72633ea5dbedfebca96079f585ec6cf1fe5". Mirco Bauer
avatar 06:53 PM Revision 51c3b72633ea5dbedfebca96079f585ec6cf1fe5: Sort the nick list before showing in /names co...
Sort the nick list before showing in /names command. (closes: #209) Mirco Bauer
avatar 06:22 PM Bug #204 (Closed): Highlight gets cleared by regular messages
Applied in changeset commit:"3eb281d0588c8bf9c426200287de9b969dccd0b5". Mirco Bauer
avatar 06:20 PM Revision 3eb281d0588c8bf9c426200287de9b969dccd0b5: Removed duplicate HasHighlight state from Mess...
Removed duplicate HasHighlight state from MessageTextView and return the correct highlight state in ChatView.HasHighlight (closes: #204) Mirco Bauer
avatar 06:09 PM Bug #153 (Closed): smuxi doesn't remember tab colours
Applied in changeset commit:"8a501d7029b74005c3f3ac7eec123a1eba0263fb". Mirco Bauer
avatar 06:08 PM Revision 8a501d7029b74005c3f3ac7eec123a1eba0263fb: Restore tab color settings from config. (close...
Restore tab color settings from config. (closes: #153) Mirco Bauer
avatar 05:31 PM Revision 6ef963af0e76be608e7ccb120afbd15173cf1e87: Updated
Updated Mirco Bauer
avatar 05:21 PM Revision 7e538d333ff273bac9a3d190741e58c2bc703a22: Change translation deadline to a reasonable va...
Change translation deadline to a reasonable value (7 days), added plink.exe to WIN32_FILES. Mirco Bauer

10/11/2009

avatar 10:40 PM Bug #197 (Closed): nick colors sometime gives very bad contrast
Applied in changeset commit:"2903f8dd4eed08971ae55b5b5f0979c519e1b899". Mirco Bauer
avatar 10:39 PM Revision bac6927d648993aa660ec59395abe1c6bb703f26: Use nick colors by default as we always get go...
Use nick colors by default as we always get good colors now. Mirco Bauer
avatar 10:32 PM Revision 2903f8dd4eed08971ae55b5b5f0979c519e1b899: Replaced the nick color algorithm with one bas...
Replaced the nick color algorithm with one based on the WCAG of W3C producing colors with a perfect contrast. (closes: #197) Mirco Bauer
avatar 07:34 PM Bug #209: output of /names is unsorted
The output of the nicklist using the /names command is shown unsorted. This is annoying as you have to scan through all nicks if you are looking for one. Mirco Bauer
avatar 05:24 PM Revision dd1f3e7d43e14f39d327032da52a8a5f0789b6ab: Don't ask for fingerprint confirmation when pl...
Don't ask for fingerprint confirmation when plink.exe is used. Mirco Bauer
avatar 05:20 PM Feature #208 (Closed): SSH password support for plink
Applied in changeset commit:"0d023a97dd7da53f57b45aec26afa7de5dc6fb3b". Mirco Bauer
avatar 05:18 PM Revision 8310b040dc0268ee779ea65de5160cc547187188: Always center the EngineManagerDialog as there...
Always center the EngineManagerDialog as there is no useful default (no parent). Mirco Bauer
avatar 05:15 PM Revision 0d023a97dd7da53f57b45aec26afa7de5dc6fb3b: Added SSH password field to remote engine assi...
Added SSH password field to remote engine assistant which is only visible if plink.exe is present (as OpenSSH doesn't support passing passwords via command line). (closes: #208) Mirco Bauer
avatar 04:38 PM Feature #193 (Closed): Include plink.exe for the Windows installer
Applied in changeset commit:"ad8194ce7608508aafaa669bdee9afcdfc413eab". Mirco Bauer
avatar 04:36 PM Revision ad8194ce7608508aafaa669bdee9afcdfc413eab: Ship plink.exe with the windows installer (clo...
Ship plink.exe with the windows installer (closes: #193) and fixed the working directory of the short cut. Mirco Bauer
avatar 04:17 PM Feature #208: SSH password support for plink
The plink tool allows to pass a SSH password as parameter, the Engine assistant should allow to set a SSH password if plink is used (present). Mirco Bauer
avatar 04:11 PM Revision f62310ca3d6f1ae513ab4f8a1b92d39d0f5b235a: Run full cleanup code when quitting (like kill...
Run full cleanup code when quitting (like killing active SSH tunnels). Mirco Bauer
avatar 04:08 PM Bug #190 (Closed): Hide plink.exe window on Windows
Applied in changeset commit:"698fb00b940dbb2831656d81b1e984cafc6eff16". Mirco Bauer
avatar 04:07 PM Revision 1c9655521726ba066294aecfd8b9b1ba14f93644: Fixed SSH password support for plink.
Fixed SSH password support for plink. Mirco Bauer
avatar 04:05 PM Revision 698fb00b940dbb2831656d81b1e984cafc6eff16: Hide the plink dos window. (closes: #190)
Hide the plink dos window. (closes: #190) Mirco Bauer
avatar 03:43 PM Revision dd422204ba7ddb2fa208be2a1251c24bba845b3a: Always bail out if the SSH program terminated ...
Always bail out if the SSH program terminated for some reason (regardless of the exit code). Mirco Bauer
avatar 03:42 PM Revision 4c24e12cedc1b3684df7a30527bfe7930fb72a11: Use plink.exe by default if present. (referenc...
Use plink.exe by default if present. (references: #193) Mirco Bauer
avatar 03:20 PM Bug #207 (Closed): Engine -> Add Remote Engine is doing nothing
Applied in changeset commit:"ef85264c33f49a6420598484c0dd1bb79316773f". Mirco Bauer
avatar 03:19 PM Revision ef85264c33f49a6420598484c0dd1bb79316773f: Fixed "Add Remote Engine" menu item not showin...
Fixed "Add Remote Engine" menu item not showing the assistant dialog. (closes: #207) Mirco Bauer
avatar 03:09 PM Bug #207: Engine -> Add Remote Engine is doing nothing
Trying to add a new remote engine in the menu: Engine -> Add Remote Engine nothing happens. Mirco Bauer
avatar 01:48 PM Bug #197: nick colors sometime gives very bad contrast
PHP implementations of different contrast algorithms: http://www.splitbrain.org/blog/2008-09/18-calculating%5Fcolor%5Fcontrast%5Fwith%5Fphp Mirco Bauer
avatar 01:29 PM Bug #197: nick colors sometime gives very bad contrast
The W3C has a contrast defintion that might help to implement to proper algorithm: http://www.w3.org/TR/WCAG/#contrast-ratiodef Mirco Bauer
avatar 01:11 PM Feature #192 (Closed): Allow adding options to the ssh command.
Applied in changeset commit:"8f7873a85eed96682898c8df30047c49647c3977". Mirco Bauer
avatar 01:09 PM Revision 8f7873a85eed96682898c8df30047c49647c3977: Added SshParameters setting for specifying par...
Added SshParameters setting for specifying parameters directly passed to the SSH program. (closes: #192) Mirco Bauer
avatar 12:16 PM Bug #206 (Closed): Topic can trigger highlights
Applied in changeset commit:"dd5319cdce1ce1601b2e58bd632150378f0e7933". Mirco Bauer
avatar 12:14 PM Revision dd5319cdce1ce1601b2e58bd632150378f0e7933: Unset possible highlights in topics. (closes: ...
Unset possible highlights in topics. (closes: #206) Mirco Bauer

10/10/2009

avatar 12:04 PM Bug #203 (Closed): Day change line is not honoring the local timezone
Applied in changeset commit:"7d3458723c17672f056c40ec37e91b005e48da77". Mirco Bauer
avatar 12:02 PM Revision 7d3458723c17672f056c40ec37e91b005e48da77: Convert timestamps to local time before compar...
Convert timestamps to local time before comparing them for day change messages. (closes: #203) Mirco Bauer
avatar 11:42 AM Bug #194 (Closed): Clicking an http:// link will crash the application if it fails to start the b...
Applied in changeset commit:"c9eaf12b3e3ad6ae4dbc5d376c538bf66d4f2efd". Mirco Bauer
avatar 11:40 AM Revision c9eaf12b3e3ad6ae4dbc5d376c538bf66d4f2efd: If starting the browser fails for some reason,...
If starting the browser fails for some reason, don't let it take down the application. (closes: #194) Mirco Bauer
avatar 11:26 AM Bug #206: Topic can trigger highlights
If the topic includes my nickname then the topic will be shown as highlight (red font color), which it shouldn't be. Mirco Bauer
avatar 10:47 AM Feature #205: NetworkManager Support
Smuxi could support the NetworkManager framework for detecting network changes. For example if you suspend/resume a laptop, the client would have a chance to cleanly disconnect and later (after resume) connect again. Smuxi needs to talk to DBus fo... Mirco Bauer

10/07/2009

avatar 10:00 AM Bug #204: Highlight gets cleared by regular messages
When someone highlights you (using your nickname) the tab will be shown red, the next regular message will reset the red tab to blue though... Mirco Bauer
avatar 12:05 AM Bug #203: Day change line is not honoring the local timezone
When the day changes the frontend shows a "day change line" so the user can see with a regular time-only timestamp on which day it was. The day change line is using UTC instead of the local timezone of the frontend it seems. See this example: <pr... Mirco Bauer

10/06/2009

avatar 10:25 PM Feature #202: Include translations in the windows installer
The windows installer is not currently shipping the localized message catalogs (.mo files) but should. Mirco Bauer
avatar 10:21 PM Revision 362bb310883bb4c6914621405ad94250b0e16612: Updated translations
Updated translations Mirco Bauer
avatar 10:16 PM Feature #199 (Closed): Use nick-colors for mode changes
Applied in changeset commit:"e43c308d053fb700e7a9e5900ad3a0a9e6f2e922". Mirco Bauer
avatar 10:12 PM Revision e43c308d053fb700e7a9e5900ad3a0a9e6f2e922: Use nick colors and event message type for mod...
Use nick colors and event message type for mode and topic changes. (closes: #199) Mirco Bauer
avatar 09:42 PM Revision 624231464557493078562eba120a29fb04cdac10: added new source file to build-sys
added new source file to build-sys Mirco Bauer
avatar 09:40 PM Bug #189 (Closed): Configuration settings not fully applied in 0.6.4
Applied in changeset commit:"f808ded8e75967ec5ffb96d980c7c8e8802ef530". Mirco Bauer
avatar 09:40 PM Bug #201 (Closed): font/color settings are not getting applied to userlist and topic
Applied in changeset commit:"f808ded8e75967ec5ffb96d980c7c8e8802ef530". Mirco Bauer
avatar 09:37 PM Revision f808ded8e75967ec5ffb96d980c7c8e8802ef530: Refactored config parser code for theming into...
Refactored config parser code for theming into ThemeSettings class, apply settings for person list and topic again. (closes: #189) Mirco Bauer
avatar 08:33 PM Bug #201: font/color settings are not getting applied to userlist and topic
When you set custom font and/or color settings they don't get applies to the userlist nor the topic. Mirco Bauer
avatar 12:16 AM Feature #200 (Closed): Detect nicknames in replies and replace with colors
Applied in changeset commit:"ad16b15f826dd87ec0ba692c869e8ceaf9ea5e25". Mirco Bauer
avatar 12:13 AM Revision ad16b15f826dd87ec0ba692c869e8ceaf9ea5e25: Detect nicknames in replies and apply nick col...
Detect nicknames in replies and apply nick colors. (closes: #200) Mirco Bauer
« Previous
Next »
 

Also available in: Atom