Activity

From 09/07/2010 to 10/06/2010

10/06/2010

avatar 07:06 PM Feature #517: Zeitgeist Integration
Smuxi should support Zeitgeist by providing interesting events to Zeitgeist such as start/end of private chats or when sending URLs to other people. That way the user can later track some of his activity via Zeitgeist. For implementation inspir... Mirco Bauer
avatar 05:33 PM Bug #500: Nick-color collisions
More examples: laney collides with moopyk Mirco Bauer
avatar 04:40 PM Feature #516: Acronym help when acronyms are present in a message
When a user is typing a message, allow them to help with indicating an acronym by using a special format or characters. For instance use [] or maybe ^ to indicate the acronym. ^FWIW you don't know jack or [FWIW] you don't know jack Yo... Dale Ragan
avatar 08:36 AM Bug #515: Parallel build tends to fail and cause sharing violation
From my point of view, if it's too hard to fix, would be better to force "-j1" but, of course, would be better to try to solve it since probably people owning machines with multiple cores would get it built much faster :-) Pacho Ramos

10/05/2010

avatar 09:53 PM Bug #515: Parallel build tends to fail and cause sharing violation
Thank you very much for finding out what the cause of #492 is, I wasn't able to reproduce it. (as I am not using make -j > 0). Mirco Bauer
avatar 09:52 PM Bug #515: Parallel build tends to fail and cause sharing violation
Is it acceptable for you if I override make's setting to suppress -j > 0? The build will then no longer fail but will also not take advantage of parallel builds. As Smuxi builds in less than 30 seconds using -j1 I don't think it's worth it to add ... Mirco Bauer
avatar 08:25 PM Bug #515: Parallel build tends to fail and cause sharing violation
When trying to bump to 0.8 smuxi ebuild (for Gentoo users), I noticed build failed from time to time when toggling "debug" configure option but, later, I saw that the problem didn't occur when forcing its compilation disabling parallel build. ... Pacho Ramos
avatar 08:10 PM Revision ef29fc865132715e301ebda4124e9bf9fa2a3b18: l10n: Updated German (de) translation to 100% ...
l10n: Updated German (de) translation to 100% New status: 219 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Mirco Bauer

10/03/2010

avatar 10:22 PM Bug #514: Twitter Error: Cannot cast from source type to destination type
... Mirco Bauer
avatar 11:40 AM Bug #513: Smuxi tab shows timestamps
When starting Smuxi the initial tab with the welcome message shows timestamps while it should not. Mirco Bauer
avatar 11:35 AM Bug #506: Smuxi suddenly hangs in desktop notification
An alternative workaround could be to not dispose notifications, as they dispose automatically after a timeout which is controlled by the notification daemon. The hang just happened again with xfce4-notifyd 0.1.0-5 Mirco Bauer

09/29/2010

avatar 09:14 PM Bug #512: Smuxi crashes when spamming the notification daemon
... Mirco Bauer
avatar 05:52 PM Bug #502: Twitter: Error converting value "100+" to type 'System.Nullable`1[System.Int32]'
... Mirco Bauer
avatar 04:47 PM Feature #231: Show difference between old and new topic
http://svn.df7cb.de/dotfiles/cb/.irssi/scripts/topic-diff.pl Mirco Bauer
avatar 03:47 PM Feature #504: PPA with daily snapshots
Jorge Castro gave a nice talk about providing daily packages: http://irclogs.ubuntu.com/2010/09/28/%23ubuntu-classroom.html#t20:00 Mirco Bauer

09/28/2010

avatar 06:04 PM Feature #511: Configurable logging filename
This should be feature request, not bug. Apologies. Jesse Jarzynka
avatar 06:03 PM Feature #511: Configurable logging filename
Filing this separately by request, but should be coupled with this ticket as well for configurable logging path - http://www.smuxi.org/issues/show/510 Request smuxi support custom log filenames as well as paths described in the previous ticket. Jesse Jarzynka
avatar 06:00 PM Feature #510: Configurable logging path
It would be great if Smuxi had configurable logging paths like Xchat does. For instance I can configure my log filename to be %n/%c/%F.txt which inside my xchat directory would store today's log as network/channel/date.txt. It keeps all log files ... Jesse Jarzynka
avatar 11:52 AM Feature #31: Handle irc:// URLs (in GNOME)
This needs DBus support in Smuxi which is planned for 0.8.1, see #33 Mirco Bauer

09/27/2010

avatar 10:46 PM Feature #509: Nick colors based on ident@host
Currently the nick colors are based on the nick itself for IRC which leads to issues as the nickname can be changed at any time on IRC and also people like to use "stateful nicks" (e.g. foo|afk) which is a bad thing though. While this idea is n... Mirco Bauer
avatar 03:00 PM Bug #508: Issues in desktop file
Patch: http://gist.github.com/590161 Mirco Bauer
avatar 03:00 PM Bug #508: Issues in desktop file
... Mirco Bauer
avatar 10:44 AM Bug #507: Crash on startup when no Notification Daemon is running
Smuxi needs to check if the notification daemon is available and avoid a crash if it's not running ... Mirco Bauer

09/26/2010

avatar 09:00 PM Bug #500: Nick-color collisions
More examples: hello collides with Salz and ajmitch Example nicks with the same fg color but different bg: meebey JanJacobs phrozen77 Mirco Bauer

09/24/2010

avatar 11:29 PM Bug #506: Smuxi suddenly hangs in desktop notification
Sometimes Smuxi suddenly hangs forever when showing a notification. Creating a thread dump shows that it hangs in the DBus code waiting for a reply, see below. One workaround would be make the DBus calls in a different thread, maybe using the t... Mirco Bauer
avatar 06:24 PM Feature #505: Move on to the next/previous window when pressing ctrl+n and p respectively.
As this is the standard irssi keybinding, Smuxi should also support it. Mirco Bauer
avatar 06:22 PM Feature #505: Move on to the next/previous window when pressing ctrl+n and p respectively.
Iulian Udrea

09/23/2010

avatar 03:59 PM Feature #504: PPA with daily snapshots
This is an autobuilder script for banshee's daily PPA: ... Mirco Bauer
avatar 03:54 PM Feature #288: automatic character recoding (e.g. latin1 <-> utf8)
Ok, I can't recode from ISO 8859-1 if it was already converted from raw bytes to a string as it removes UTF-8 values during that. The IRC lib has to either expose the raw bytes or handle the transformation. Here the chat with alan about this is... Mirco Bauer
avatar 03:31 PM Feature #503: Enable confirmation of quitting Smuxi
Add a feature to confirm quitting Smuxi through a dialog when trying to close it, so that it won't be accidentally shut down. Ivar Hill
avatar 11:58 AM Bug #502: Twitter: Error converting value "100+" to type 'System.Nullable`1[System.Int32]'
I got this error as well on a local engine with debugging enabled, here is the whole log (interesting bit at the end) Carlos Martín Nieto
avatar 11:44 AM Bug #502: Twitter: Error converting value "100+" to type 'System.Nullable`1[System.Int32]'
Twitter have broken something again. Starting a local instance doesn't show this error. 2010-09-22 16:25:29,406 [TwitterProtocolManager friends timeline listener] ERROR Smuxi.Engine.TwitterProtocolManager - UpdateFriendsTimelineThread(): Except... Carlos Martín Nieto

09/19/2010

avatar 09:43 PM Feature #501: Show realname in tooltip when hovering over a nick
That's a good idea. I had also ideas similar to this showing available person details in a mouse over tool tips to avoid extra menu clicks. Mirco Bauer
avatar 06:39 PM Feature #501: Show realname in tooltip when hovering over a nick
I often want to know or check the real name of somebody on IRC. Doing it manually with a WHOIS query is a bit cumbersome. It would be nice if Smuxi would display the real name in a tooltip when hovering above the someone's nick in the "Person L... Bertrand Lorentz

09/17/2010

avatar 08:06 PM Bug #467 (Closed): Quick Connect forbids connecting to Twitter
Applied in changeset commit:"a9ef585b90bfc240d9a651093652f5ec1d36723b". Mirco Bauer
avatar 08:04 PM Revision c9327b57336bea69d28aa5166e65311b0b7a02e7: Merge branch 'release/0.8'
Merge branch 'release/0.8' Mirco Bauer
avatar 08:04 PM Revision a9ef585b90bfc240d9a651093652f5ec1d36723b: Fixed Connect button for Twitter. (closes: #467)
Fixed Connect button for Twitter. (closes: #467) Mirco Bauer
avatar 07:53 PM Bug #466 (Closed): Smuxi keeps requesting Twitter authorization
Applied in changeset commit:"c15e117e20e53b4163643b661d197e71b9c15995". Mirco Bauer
avatar 07:53 PM Revision 67a5c849d4f46cebfc82bd22107ac3d6e3ba4fd9: Merge branch 'release/0.8'
Merge branch 'release/0.8' Mirco Bauer
avatar 07:52 PM Revision c15e117e20e53b4163643b661d197e71b9c15995: Write updated oauth token back to config. (clo...
Write updated oauth token back to config. (closes: #466) Mirco Bauer
avatar 07:40 PM Feature #464 (Closed): Twitter pin command should be more forgiving
Applied in changeset commit:"96a29aa8c528f37fa066a5c004a252ab1c2d720a". Clément Bourgeois
avatar 07:40 PM Revision 0b174a59e38a411f10adccf925574eeee7f756e8: Merge branch 'release/0.8'
Merge branch 'release/0.8' Mirco Bauer
avatar 07:38 PM Revision bd49593c6cdb9199e06faf7aa4526864c67c8b2e: Implemented basic CommandModel test-cases
Implemented basic CommandModel test-cases Mirco Bauer
avatar 07:37 PM Revision 8814ed2055f60541d35df5f73227d9a475ac0fae: Merge branch 'merge/moonpyk/bugs/#464Twitter_p...
Merge branch 'merge/moonpyk/bugs/#464Twitter_pin_command_should_be_more_forgiving' into release/0.8 Mirco Bauer
avatar 07:36 PM Revision 56e31778e65a4f2bedb9fc9595dd9f635302362d: Simplified whitespace tolerance of /pin command
Simplified whitespace tolerance of /pin command Mirco Bauer

09/16/2010

avatar 09:24 PM Feature #288: automatic character recoding (e.g. latin1 <-> utf8)
+1 from me, this is really needed, it's one of the regressions that annoy me the most. I see lots of ? instead of the accented characters on #debian-devel-fr. Some are going through correctly (for those that send UTF-8). Example: 20:35 <bub... Raphaël Hertzog
avatar 07:53 PM Bug #500: Nick-color collisions
Even though switching to CRC32 based nick-color combinations there are still notable collisions. Using MD5 instead of CRC32 could help as it provides more entropy. Examples: Eltu collides with famille jhr collides with jonp Mirco Bauer
avatar 07:06 PM Bug #499: /rejoin triggers highlight
08:15:59 -!- You were kicked from #midgard by Midguard [Und wieder ist ein heavy um (240 min)] ------rejoin by using /rejoin------ 20:25:52 -!- heavy [heavy@booster.qnetp.net] has joined #midgard and highlight is triggered. Could be that old... Bianca Mix
06:20 PM Revision 1d6ac8d37bc6978ffa4f488f88a212daae297db6: Initial Italian translation of smuxi-server
Initial Italian translation of smuxi-server Vincenzo Campanella

09/15/2010

avatar 07:43 PM Feature #188: Support lastlog a la irssi
Hope this feature means that you can see last 10-20 lines from a channel last time you were there. That i miss alot. Tomas Forsman
avatar 05:42 PM Revision 46d1f6c44f49e508a9cd79509b5e14b87a8b21da: Added Spanish to LINGUAS
Added Spanish to LINGUAS Mirco Bauer
avatar 05:41 PM Revision 90c8cf15955205ea86cad4b4db97ac998a96a39c: Merge remote branch 'gitorious/master'
Merge remote branch 'gitorious/master' Mirco Bauer
avatar 05:38 PM Revision 21ce2788494f9a78b123ec4db2d347a8509e55b0: Ignore auto-generated files
Ignore auto-generated files Mirco Bauer
avatar 05:36 PM Revision b7b1da23de2a9db47b2c5cd64a428d290283c756: Removed auto-generated files
Removed auto-generated files Mirco Bauer
avatar 05:33 PM Revision 1419b63f650f374e1e6c4e8f3cf394d4b244cd30: Added smuxi-frontend-gnome.desktop.in to EXTRA...
Added smuxi-frontend-gnome.desktop.in to EXTRA_DIST Mirco Bauer

09/14/2010

avatar 09:41 AM Feature #494: Notices shouldn't open a query
Iain Lane wrote: > It's not wanted for me, my tab bar space is precious... what's the rationale behind them not just triggering the hilight? Lot's of noise :/ fuck ChanServ and NickServ and also IRC ops like to spam you... Mirco Bauer

09/13/2010

avatar 08:33 PM Feature #464: Twitter pin command should be more forgiving
Meebey you can pull from : ... Clément Bourgeois
avatar 08:32 PM Revision 96a29aa8c528f37fa066a5c004a252ab1c2d720a: Fixing bug where Twitter pin command is not fo...
Fixing bug where Twitter pin command is not forgiving space inside the pin command (closes: #464). Clément Bourgeois
avatar 07:01 PM Feature #494: Notices shouldn't open a query
It's not wanted for me, my tab bar space is precious... what's the rationale behind them not just triggering the hilight? Iain Lane
avatar 05:43 PM Feature #22: IPv6 support
This is a log of smuxi 0.8 with local engine and IPv6 activated in the mono config, though I suspect this has more to do with SmartIrc4net. Carlos Martín Nieto
avatar 03:06 PM Feature #498: Support links inside ( ) or < >
The URL parser is far from perfect in MessageParser.ParseUrls() and dislikes characters that are not valid as part of an URL. Any character in word (devided by space) is considered to be part of the URL. Mirco Bauer
avatar 03:00 PM Feature #498: Support links inside ( ) or < >
smuxi today cant handle links like: <http://www.google.com> or (http://www.google.com) That makes Foresight bot useless to tell bug links today, need to copy and paste. Little pain in the ass :) Tomas Forsman
avatar 02:22 PM Feature #494: Notices shouldn't open a query
Hm this is actually "wanted" else you will miss notices. Notice are creating a tab but does not fire a highlight. I am also not very happy about it but please propose a solution to this mess :/ Mirco Bauer
avatar 02:19 PM Bug #497: URLs do not appear in desktop notifications
I suspect UrlMessagePartModel.ToString() to not return the URL Mirco Bauer
avatar 02:15 PM Bug #497: URLs do not appear in desktop notifications
URLs do not appear in desktop notifications. And they are also not correctly logged (according to meebey). Raphaël Hertzog
avatar 02:10 PM Feature #496: Support creating new servers with connect
It took me several minutes to figure out that I had to add servers before using /connect on them. irssi's /connect looks like this: CONNECT [-4 | -6] [-ssl] [-ssl_cert <cert>] [-ssl_pkey <pkey>] [-ssl_verify] [-ssl_... Iain Lane
avatar 02:08 PM Feature #495: No /help text for individual commands
Typing /help commandname just produces the generic /help list. It should show more detailed help for each command. Iain Lane
avatar 02:05 PM Feature #494: Notices shouldn't open a query
A lot of channels have bots which send a /notice on join. It would be great if those didn't open a query. Iain Lane
avatar 02:05 PM Feature #493: Closing server tabs without killing connection
Server tabs are clutter IMO, please allow those to be closed without killing the connection. Allowing them to be hidden by default would be even better. Iain Lane
avatar 01:32 PM Bug #492: smuxi-0.8 fails to build with --enable-debug is no smuxi is already installed in system
I am having problems to update to smuxi-0.8 on Gentoo. If smuxi is not already installed on system, it fails to build if I don't disable debug: usr/lib64/mono/3.5/Microsoft.Common.targets: error : Sharing violation on path /var/tmp/portage/net-... Pacho Ramos
12:00 AM Revision 2f3f506a81fdb1c4e5af54e8426ea1b4f1783057: l10n: Updated Spanish (Castilian) (es) transla...
l10n: Updated Spanish (Castilian) (es) translation to 100% New status: 31 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo

09/12/2010

11:58 PM Revision 32ee39e122520c9f7cbf1e69fd0ee1d68df2192d: l10n: First spanish translation file New stat...
l10n: First spanish translation file New status: 30 messages complete with 0 fuzzies and 1 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
11:46 PM Revision 3126ca9e7ac49d111ed6e59045f0a7d62dd33a82: l10n: First Spanish translation file New stat...
l10n: First Spanish translation file New status: 21 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
11:25 PM Revision b86faddb7478088b0f68ee77c2384477795e8869: l10n: Updated Spanish (Castilian) (es) transla...
l10n: Updated Spanish (Castilian) (es) translation to 100% New status: 219 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
10:50 PM Revision b44f66c3c5901029172c9e093bd2bdecb4afb2c4: l10n: Updated Spanish (Castilian) (es) transla...
l10n: Updated Spanish (Castilian) (es) translation to 100% New status: 63 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
10:41 PM Revision dc48fe7a7e50e5d4e1fe0412d1d64fa957b32473: l10n: Updated Spanish (Castilian) (es) transla...
l10n: Updated Spanish (Castilian) (es) translation to 100% New status: 33 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
10:33 PM Revision 5c9cc090b88cbd8d0a6bb46a1e25d1ed0054b8f7: l10n: Updated Spanish (Castilian) (es) transla...
l10n: Updated Spanish (Castilian) (es) translation to 100% New status: 17 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
10:32 PM Revision 0a75623fcfd0ab777a890bf2a950e1cec89d631e: l10n: Updated Spanish (Castilian) (es) transla...
l10n: Updated Spanish (Castilian) (es) translation to 100% New status: 9 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Ricardo A. Hermosilla Carrillo
avatar 08:25 PM Bug #491: repeated desktop notification after laggy connection
For a few secs I had a bad connection connection, afterwards Smuxi sent again desktop notification of messages from 3h ago. Bianca Mix
avatar 05:13 PM Bug #490: Desktop notifications: inconsitent handling of clearing of tab highlight color
As Smuxi is staying inactive when clicking on "show" in desktop notifications, the clearing of tab highlight color is handled incosistent. If the tab has been the active one within Smuxi, the highlight color is not cleared If the tab has been ... Bianca Mix
avatar 05:09 PM Bug #489: Desktop notifications: Smuxi window stays inactive
When user click to "show" in desktop notifications for Smuxi, the window is coming to the foreground but stays inactive. This way the notification icon is still blinking for a highlight and tab color may stay red. If a user clicks on "show" I w... Bianca Mix
avatar 04:01 PM Feature #30: make #channel clickable
But it still needs some bigger changes in the MessageModel interpreter of the GNOME frontend Mirco Bauer

09/11/2010

avatar 06:24 PM Bug #488: Messaging menu notification stays after tab close
When you close a tab with highlight, it stays in the messaging menu even if you click it (needs app restart to get removed from the menu). It has the time of 1h while it's an instant highlight. 3D man
avatar 06:19 PM Feature #487: Detachable tabs
Detachable tabs and creating a group or single tab in a new window is a great feature. 3D man
avatar 02:30 PM Revision 7297b971d6953e5754c0cf41d61bf3155b16aff9: Fixed typo
Fixed typo Mirco Bauer
10:59 AM Revision 43b1eabe8929a427a67d65034610ba8f86f3bddf: Updated Portuguese translation
Updated Portuguese translation Americo Monteiro
avatar 10:39 AM Revision a73dab1fb13ccbd0f835cd590a0743e7f238a904: Merge remote branch 'gitorious/master'
Merge remote branch 'gitorious/master' Mirco Bauer
10:26 AM Revision b0fc32e5f31412418140b9b5c936a1f478bbdab8: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-server.pot New status: 21 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
10:25 AM Revision 0c9e52ad9ed17a6aeef40081e6373e176b1199c7: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-frontend-gnome-irc.pot New status: 17 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
10:23 AM Revision 62ecd95272653507664e89528a672c02c57a12e0: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-frontend-gnome.pot New status: 219 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
10:19 AM Revision 38bd6f272f5355f89d1d1779b88a9b6b18676bc7: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-frontend.pot New status: 9 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
10:17 AM Revision 6197899819c0618cb6c5d67d6d28f7f6827ea6a2: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-engine-twitter.pot New status: 31 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
10:16 AM Revision f19ecef0a2e2e3f84dd1a2f8160bc9afd645ecab: Initial Chinese Simplified translation
Initial Chinese Simplified translation Dean Lee
10:16 AM Revision 942fb2fa34f9133bce94c9a215d55d2198a57fbb: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-engine-irc.pot New status: 63 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
10:13 AM Revision afec04226c66d7fb29ce0d075007efe82eb6ebf8: l10n: Added Chinese Simp translation for smuxi...
l10n: Added Chinese Simp translation for smuxi-engine.pot New status: 33 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net). Dean Lee
avatar 10:02 AM Revision 8c43cf1050614a34f32cb3ef80b58bdcd37d3ed2: Added Russian to LINGUAS
Added Russian to LINGUAS Mirco Bauer
avatar 10:01 AM Revision 5f21e94c5d6a5e385fbacf6347e635662bdddcf8: Merge remote branch 'gitorious/master'
Merge remote branch 'gitorious/master' Mirco Bauer
09:58 AM Revision a1485c08e3869b7d29638ab2ea4a8491b537c8a1: Updated Italian translation
Updated Italian translation Vincenzo Campanella
05:26 AM Revision e38cd21d92a5c85f13b68eb080d5760cdae2ad46: l10n: Updated Russian (ru) translation to 61% ...
l10n: Updated Russian (ru) translation to 61% New status: 39 messages complete with 0 fuzzies and 24 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
05:18 AM Revision f027d4ed0c00984eba4081caf5d426799134603d: l10n: Updated Russian (ru) translation to 66% ...
l10n: Updated Russian (ru) translation to 66% New status: 22 messages complete with 0 fuzzies and 11 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
05:00 AM Revision c0e8b571074b6eb9d0082af04f862137ba510350: l10n: Updated Russian (ru) translation to 88% ...
l10n: Updated Russian (ru) translation to 88% New status: 193 messages complete with 0 fuzzies and 26 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P

09/10/2010

avatar 11:17 AM Feature #472: Theme sensitive application icon
... Dag Odenhall

09/09/2010

08:15 PM Revision b8590da1aff228d8d8191e3c866b2389fb925890: l10n: Updated Russian (ru) translation to 30% ...
l10n: Updated Russian (ru) translation to 30% New status: 66 messages complete with 0 fuzzies and 153 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
08:06 PM Revision a434cd21a9c51c1ae929a55b2af2b563e7ef8112: l10n: Updated Russian (ru) translation to 15% ...
l10n: Updated Russian (ru) translation to 15% New status: 33 messages complete with 0 fuzzies and 186 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
08:00 PM Revision 8b0eca281649416c191df334aea7d2d5c2989839: l10n: Russain translation started New status:...
l10n: Russain translation started New status: 18 messages complete with 0 fuzzies and 45 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
07:51 PM Revision f632aefed2426c84deb476b57f12ba0a4a74eefe: l10n: Russian translation started New status:...
l10n: Russian translation started New status: 10 messages complete with 0 fuzzies and 7 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
07:47 PM Revision bd238e7db3f1f0377801f4d4a8d0d6b67e5552f5: l10n: Russian translation started New status:...
l10n: Russian translation started New status: 20 messages complete with 0 fuzzies and 199 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
07:40 PM Revision 3b3ec145fa8d4e160f8e2d15c616ecc7ee983f08: l10n: Russian translation started New status:...
l10n: Russian translation started New status: 8 messages complete with 0 fuzzies and 25 untranslated. Transmitted-via: Transifex (www.transifex.net). Aleksandr P
avatar 05:33 PM Feature #486: Add info icons to settings
For more complex features, which can be adjusted in the settings, it would be really cool to add an info icon in the settings which is linked to a FAQ explaining it, if such a FAQ is already available. E.g. for the filter feature, where the FAQ... Bianca Mix
avatar 04:59 PM Feature #485: Docky helper
awn is also supporting the DockManager API Mirco Bauer
avatar 04:42 PM Feature #485: Docky helper
Smuxi needs to implement the DockManager DBus API for this to work, see: http://wiki.go-docky.com/index.php?title=Writing_Helpers#DBus_Interface_Specification Mirco Bauer
avatar 04:39 PM Feature #485: Docky helper
An example of what I mean. 3D man
avatar 04:35 PM Feature #485: Docky helper
A Docky helper that displays the number of Highlights/Personal Messages would be very good. 3D man
avatar 04:31 PM Bug #484 (Rejected): Notifications not working
Jaime Diaz wrote: > Mirco Bauer wrote: > > > > A special condition are private messages, they are always highlights per definition. > > > > Getting a highlight or notification for _every_ channel message would be flooding :) > > I do rea... Mirco Bauer
avatar 04:27 PM Bug #484: Notifications not working
Mirco Bauer wrote: > > A special condition are private messages, they are always highlights per definition. > > Getting a highlight or notification for _every_ channel message would be flooding :) I do realize that. I was thinking more of... Jaime Diaz

09/08/2010

avatar 08:42 PM Bug #484: Notifications not working
Jaime Diaz wrote: > Does only work for highlited words? > > I thought it would work ala xchat, that blinks the icon everytime there's activity on any of the channels one's in A special condition are private messages, they are always highlig... Mirco Bauer
avatar 07:41 PM Bug #484: Notifications not working
It only works with Highlighted words lines. You can add words in Interface -> Output. It also works with regex, "/.*/" without quotes will notify everything. Jimmie E
avatar 07:27 PM Bug #484: Notifications not working
Does only work for highlited words? I thought it would work ala xchat, that blinks the icon everytime there's activity on any of the channels one's in Jaime Diaz
avatar 07:19 PM Bug #484: Notifications not working
Custom highlight words works in Ubuntu 9.10 (karmic) 32 bit, getting notification and sound. Smuxi version: 0.8.0.0 Git HEAD 6b927d832a28e672906d28eb22075f66d8f983e0 Jimmie E
avatar 05:36 PM Bug #484: Notifications not working
I just realized that I'e said Ubuntu 10.10. My mistake, I've should said 10.4 Jaime Diaz
avatar 05:34 PM Bug #484: Notifications not working
It does work when window is minimized or in tray and your nick is written on the channel. But it doesn't work for any other text. Jaime Diaz
avatar 04:16 PM Bug #304: Startup Crash on OpenSUSE: GLib.GException: Unrecognized image file format
i deleted librsvg in laptop, installed it again. That did the trick. could been a bad installation of librsvg in first place. Tomas Forsman
avatar 03:37 PM Bug #484: Notifications not working
I forgot to mention that this is happening on the 32 bit version of Ubuntu, running a PAE kernel. Jaime Diaz
avatar 03:36 PM Bug #484: Notifications not working
Using Ubuntu 10.10 (Lucid) notification don't work, even though the "Always Display" option in Preferences -> Interface -> Notification is enabled. Attaching a screenshot of my current notification options. It doesn't matter if the windows ... Jaime Diaz

09/07/2010

avatar 10:11 PM Revision 6b927d832a28e672906d28eb22075f66d8f983e0: Automatically fetch external git repos using g...
Automatically fetch external git repos using git submodules Mirco Bauer
avatar 09:23 PM Bug #304: Startup Crash on OpenSUSE: GLib.GException: Unrecognized image file format
Here is a test-case that can be used to see if the GTK+ install has working SVG support: ... Mirco Bauer
avatar 08:26 PM Bug #304: Startup Crash on OpenSUSE: GLib.GException: Unrecognized image file format
getting similar: ... Tomas Forsman
avatar 05:49 PM Feature #479: Persist in the message indicator
The messging menu specification includes a scenario to register and unregister from the menu which can't be applied to IRC as there are no accounts needed. To automatically register on the first start and then unregister when the messaging menu se... Mirco Bauer
avatar 05:26 PM Feature #483: Link @username to open a tab with the users timeline
Dag Odenhall
avatar 05:26 PM Feature #482: Support for relevant commands
Perhaps ... Dag Odenhall
avatar 05:25 PM Feature #481: Keep up to date with account
For example update the "nicklist" as you follow/unfollow people. Dag Odenhall
avatar 05:24 PM Feature #480: Proper retweets
Dag Odenhall
avatar 05:22 PM Feature #479: Persist in the message indicator
Set up on first run if the message indicator option is enabled; otherwise set up when it is set to enable. Remove when the option is set disabled. Dag Odenhall
avatar 04:49 PM Feature #478: Make IRC nickname more visible
Right now the currently used IRC nickname is not very visible. The nick can only be seen on the servertab watching the usermode change "-!- Mode change [+i] for user meebey", when joining a channel "-!- meebey [meebey@123.123.123.123] has joined #... Mirco Bauer
avatar 04:22 PM Feature #477: Scroll to message position from message indicator
Dag Odenhall
avatar 04:21 PM Feature #472: Theme sensitive application icon
Just realized the tab icons ignore the theme as well. Using Gtk stock icons should solve this. Dag Odenhall
avatar 04:21 PM Feature #476: Count highlight on Tabs
It would be very cool if Smuxi could count highlight's per tab e.g. #smuxi (3) This way the user know "oh I only saw two... somewhere must be another one" At least for channels this would be cool, for Queries it's not important Bianca Mix
avatar 04:03 PM Feature #472: Theme sensitive application icon
This already works if the theme provides an icon for ... Dag Odenhall
avatar 02:35 PM Feature #475: Seamless upgrading of smuxi-server
That doesn't matter as the process runs as the user. You can upgrade the binary through the distribution without affecting running programs, of course. The next time it's launched it will be the new version (quitting and relaunching). This feature... Iain Lane
avatar 02:20 PM Feature #475: Seamless upgrading of smuxi-server
Being serious, how would this work with a distro managed install?!? Mirco Bauer
avatar 02:20 PM Feature #475: Seamless upgrading of smuxi-server
I want some of your pot! ^^ Mirco Bauer
avatar 09:21 AM Feature #475: Seamless upgrading of smuxi-server
irssi has /upgrade for in-place upgrading. It would be cool if smuxi had this too! It would be *even cooler* if I could in-place upgrade the server without losing my connections. Imagine that?! Iain Lane
avatar 03:43 AM Bug #474: Cyrillic encodings support
Make available to use codepage CP1251 Pe Ell
« Previous
Next »
 

Also available in: Atom