Activity
From 07/04/2010 to 08/02/2010
08/02/2010
-
09:33 PM Bug #430 (Closed): Selection of entry gets lost when context menu opens
- Applied in changeset commit:"a059651f0e64ab88b9f30c9d06cae8d35665f324".
-
09:30 PM Revision a059651f0e64ab88b9f30c9d06cae8d35665f324: If the entry has an active selection wait with...
- If the entry has an active selection wait with the focus grabber as that would destroy the selection. (closes: #430)
-
09:28 PM Bug #430: Selection of entry gets lost when context menu opens
- When you select something in the input entry using the mouse or keyboard and then open the context menu of the entry with the right mouse button then the selection will be lost and copy / cut will no longer do its job.
-
07:34 PM Revision e7e7529f82712ef97b2ae2204423fb69f1397d3a: Updated binary snapshot of SmartIrc4net which ...
- Updated binary snapshot of SmartIrc4net which contains a workaround for a BIP bug
-
05:52 PM Revision 46c411897ef1e5ccb87404f31a3f82572104a9e7: Updated binary snapshot of SmartIrc4net which ...
- Updated binary snapshot of SmartIrc4net which fixes a parser bug with BIP servers
08/01/2010
-
11:53 PM Task #387: Use own hashing algorithm for nick colors
- MD5 uses 128 bits which is 4 times the size of CRC32 that uses 32 bits. Currently the nick colors uses 3 x 8 bits. Without caching this could be a bit expensive, but probably still better than a custom algorithm. Caching 2000 different nickname ha...
-
09:04 PM Task #387: Use own hashing algorithm for nick colors
- Mirco Bauer wrote: > This is not as simple as it might sound like. Mono's String.GetHashCode() implementation uses unsafe code and the CRC32 is not as trivial as assumed. So a custom algorithm has to be written. You could use something standar...
-
05:51 PM Feature #429: Using database for logging
- One of the great feature of Quassel is that everything is recorded in a database, for exemple I have currently inside my SQLite database discussion that are 6 months old. This is a great feature, I can go back in time at any moment inside my Quass...
-
05:46 PM Feature #428: Multi identity support
- Currently, Smuxi has only the ability to handle one identity per connection. If you want to be connected to IRC with different ident/username/nick(s) you have to create one user per identity in the core then start one frontend per identity. It ...
-
05:43 PM Feature #427: Discussion monitor
- It would be great if Smuxi had something like Quassel's Discussion monitor (or irssi split windows). With the ability to create more than one (to beat Quassel HAHA). Each discussion monitor would be configurable : - What type of events have ...
-
04:34 PM Revision e9695bdea535d4d0ab87754852bf000705fee3e1: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
04:28 PM Revision 3dacb36f19f36f78202e2f005511e24c3c7b1b62: Avoid processes in zombie state.
- Avoid processes in zombie state.
-
04:21 PM Revision 9056ae0843085983a8dd9ee44ff2b865841aa5f7: Obtain distribution name from lsb_release when...
- Obtain distribution name from lsb_release when available.
07/31/2010
-
10:10 AM Bug #426: Connection crashes when connecting to a BIP server
- I could track the issue down in the SmartIrc4net code that parses the IRC messsage: http://git.qnetp.net/?p=smartirc4net.git;a=blob;f=src/IrcClient/IrcClient.cs;h=df79f68c6fd872dafe1adcb949c1094982814d5d;hb=HEAD#l832 The parser expects that an...
-
10:03 AM Bug #426: Connection crashes when connecting to a BIP server
- When Smuxi connects to a BIP server (an IRC bouncer) the connection crashes with the following exception: ...
07/30/2010
-
03:54 PM Revision 23d170224219fc6248cf3e753c66d8cc89dbacbd: IRC RFC2812 says user and host are optional in...
- IRC RFC2812 says user and host are optional in the prefix thus we need to permit null.
07/29/2010
-
08:48 PM Revision 1cb17e64297f6244341f6da543baab266f805416: l10n: Updated French (fr) translation to 100% ...
- l10n: Updated French (fr) translation to 100% New status: 200 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:24 PM Feature #306: Add sound
- Smuxi needs to use some sound API for this to work.
-
12:18 PM Revision e894070ead54de94858832521f5442562329de2a: Replaced connect button image and removed edit...
- Replaced connect button image and removed edit image.
- 12:15 PM Revision 7fbc4e98d73c6001f3008359375ad51730d64e3d: Enhanced borders for better contrast
- Enhanced borders for better contrast
07/28/2010
-
11:32 PM Revision f21bf4ca4f579fa38c37000d040dc9fc4d73312a: Fixed artwork credits, icon.svg is only based ...
- Fixed artwork credits, icon.svg is only based on gnome-icon-theme's applications-internet.svg and stock_person.svg
-
08:14 PM Revision 2cce3c0b67013f53f130dd2244346f26de2fa87e: Replaced logo in about dialog and added artwor...
- Replaced logo in about dialog and added artwork credits.
- 07:55 PM Revision 0792bb037f78197b029dfb8971e30b817eb26311: New icon / logo for Smuxi
- New icon / logo for Smuxi
-
02:52 PM Bug #422 (Closed): Crash when applying preferences
-
02:52 PM Bug #422: Crash when applying preferences
- This was fixed in 0.7.2.2, see #409
-
02:48 PM Feature #425 (Closed): Open log button in chat menu
- Applied in changeset commit:"97dc1b6052e94eba43c47ce582813a3ae244eddf".
-
02:46 PM Revision 69bac80eb021b733e173ab4d18116a1f54a1794b: When opening the log path create it if it does...
- When opening the log path create it if it doesn't exist.
-
02:46 PM Revision 97dc1b6052e94eba43c47ce582813a3ae244eddf: Implemented open log button in chat menu. (clo...
- Implemented open log button in chat menu. (closes: #425)
-
02:45 PM Revision 7ecb27760f41d6cd162a987d44e0bd5f3224cd4a: Refactored log path handling into ChatModel.
- Refactored log path handling into ChatModel.
-
02:41 PM Feature #425: Open log button in chat menu
- Add a open log button directly to the chat menu for quick and easy access to the log file. This will only work with local engines for now.
-
12:16 PM Bug #423: Main window has 2 resize grips
- Here a screenshot of this issue
-
12:08 PM Feature #424 (Closed): Use network name from config for server tabs
- Applied in changeset commit:"53f993596b9062cd0ad4d36d96ec8bcd0d56bf84".
-
12:08 PM Feature #424: Use network name from config for server tabs
- The server tabs always show the server name instead of the network name that can be specified in the config.
-
12:06 PM Revision 53f993596b9062cd0ad4d36d96ec8bcd0d56bf84: Use network name from config for server chats ...
- Use network name from config for server chats when available. (closes: #424)
-
12:05 PM Bug #423 (Closed): Main window has 2 resize grips
- Applied in changeset commit:"87133271904a38e21a9986ca56246f35faf788d8".
-
12:04 PM Revision 87133271904a38e21a9986ca56246f35faf788d8: Disabled duplicate resize grip of status bar. ...
- Disabled duplicate resize grip of status bar. (closes: #423)
-
12:04 PM Bug #423: Main window has 2 resize grips
- The status bar before the progress bar has a resize grip and the progress bar. The resize grip of the status bar should go away as one resize grip is more than enough.
-
02:25 AM Bug #422: Crash when applying preferences
- Smuxi 0.7.2.1 crashed when I hit the “apply” button after changing some preferences, with the following backtrace: Exception Type: System.Runtime.Serialization.SerializationException Exception Message: Type Smuxi.Engine.ConfigChangedEventA...
-
01:34 AM Feature #421: /clear should clear the TextView, not the Buffer
- I am not sure Gtk.TextView allows to scroll further than the allocated buffer but I will look into this.
-
01:31 AM Feature #421: /clear should clear the TextView, not the Buffer
- /clear should clear the view, not the buffer. The semantics I'm after are the same as gnome-terminal `clear` and irssi `/clear`. Consider gnome-terminal: $ cat some-large-file.txt. # terminal is now filled with text, prompt at bottom...
-
12:03 AM Bug #420 (Closed): IRCnet server missing in default server list
- Applied in changeset commit:"c595686209b679c7e8ec1454af39549aad3514e0".
07/27/2010
-
11:51 PM Revision c595686209b679c7e8ec1454af39549aad3514e0: Fixed default IRCnet server. (closes: #420)
- Fixed default IRCnet server. (closes: #420)
-
11:36 PM Bug #420: IRCnet server missing in default server list
- ...
-
10:38 PM Revision fc62da5689fa5dbd9bc5b66499c0a2c5b2a21b35: Bumped version to 0.7.2.2
- Bumped version to 0.7.2.2
07/26/2010
-
10:12 PM Feature #419: Add an option to make your own nick bold/italic/underlined
- Currently, it can be hard to spot your own nick among all others in large channels when other users have the same color as you. An option to make your own nick (only the nick, not the message) bold/italic/underlined would help separate it from the...
-
06:46 PM Feature #418: Make the titles of highlighted channels differ more
- Right now, when there are new messages in a channel, or when someone highlights you, the channel title changes color accordingly - an option to also make the channel title bold would make this easier to spot.
-
06:41 PM Feature #417: Add option to change line spacing
- When using some fonts for the text, the linespacing might get either very, very small, or the exact opposite. Therefore an option to change it as you wish (but keep "follow gtk theme" as default) would be useful.
-
12:06 PM Feature #416: Be able to send multiple lines at a time
- To make it easier to handle larger amounts of input, Smuxi could be able to store several lines of text at a time (for instance, create a new line by pressing Ctrl-Enter), and then send them all away.
07/25/2010
-
05:55 PM Bug #414 (Closed): When adding a new server, I fire an exception
- Thanks for reporting this issue. This one is duplicate to the following bug: http://www.smuxi.org/issues/show/409
-
04:42 PM Feature #415: Open twitter hashtags like they are chats
- Twitter supports hashtags (e.g. #foo) to tag messages. Smuxi could allow to open a chat called #foo which creates a new tab that shows all messages that contain that hashtag. This idea comes from: http://twitter.com/Mkaysi/status/19500702868
-
04:19 PM Bug #413 (Closed): Marker line is moving incorrectly
- Applied in changeset commit:"f501f8906ffc55c7760917cc2c85d108ab190e18".
-
03:49 PM Revision f501f8906ffc55c7760917cc2c85d108ab190e18: Update marker line offset when messages get re...
- Update marker line offset when messages get removed. (closes: #413)
-
02:50 PM Bug #414: When adding a new server, I fire an exception
- The stacktrace: ...
-
02:37 PM Bug #413: Marker line is moving incorrectly
- When a tab buffer gets filled the marker line is starting to move which each new message when the window has no focus.
-
12:34 PM Bug #412: Smuxi crashes when trying to open preferences
- I can't reproduce this issue. Could it be that you upgraded to Smuxi 0.7.2.1 while you had 0.7.1 still running and then tried to open preferences?
-
12:20 PM Feature #337: Mac OSX Installer
- Last version of mono 2.6.7 doesn't ship SVG as image input format, this issue should be reported upstream to Novell.
-
10:03 AM Bug #412: Smuxi crashes when trying to open preferences
- I just updated smuxi from 0.7.1 to 0.7.2.1 on Windows 7. When I tried to open smuxi's preferences I've got the following exception message and smuxi crashes. It seems it has to do something with the new Channel Filters. ...
07/24/2010
-
11:53 PM Feature #411: Smuxi does not show received invites
- Example message string: ...
-
11:53 PM Feature #411: Smuxi does not show received invites
- This is very simple to implement but needs a new text string and thus needs to be postponed to 0.8
-
11:46 PM Bug #409 (Closed): Serialization bug in Preferences
- Applied in changeset commit:"ac72659797b79ada9fdc0726b1ab8f7bed9b0b54".
-
11:46 PM Bug #410 (Closed): Pattern and filters never match
- Applied in changeset commit:"0769eb3b429a876efd9aa6fc56c1cf7fafb6e862".
-
11:44 PM Revision ac72659797b79ada9fdc0726b1ab8f7bed9b0b54: Fixed making config changes of remote engines....
- Fixed making config changes of remote engines. (closes: #409)
-
11:42 PM Revision 0769eb3b429a876efd9aa6fc56c1cf7fafb6e862: Fixed checking patterns for wildcard and regex...
- Fixed checking patterns for wildcard and regex characters. (closes: #410)
-
11:37 PM Feature #411: Smuxi does not show received invites
- Though the user may invite other people, Smuxi is not showing invites of other users. user a invited user b a gets the messages that b has been invited b does not notice
-
11:32 PM Bug #410: Pattern and filters never match
- when pattern field is not empty, patterns never match
-
10:04 AM Bug #409: Serialization bug in Preferences
- Tried to switch from Bash-style completion to normal completion in Preferences. Following error was produced. Tested on Windows 7 x64 Ultimate ENG. Exception Type: System.Runtime.Serialization.SerializationException Exception Message: Type...
-
01:20 AM Feature #408: Enhance Invite To Menu
- The Invite To Menu lists all group chats currently, independent of the network and protocol. It should try to match network and protocol though as it doesn't make sense to invite the IRC user foo to the Home Timeline of Twitter for example.
07/23/2010
-
10:58 PM Feature #407: Remember marker line even when frontend has been closed
- The marker line is not remembered when reconnecting to smuxi-server, the last seen message should be remembered and the marker line should be added.
-
10:31 PM Bug #406: SSH-password in terminal
- Starting smuxi-frontend-gnome with a terminal may confuse the user, as the connection dialog starts at the front-end, nevertheless the password is requested at terminal. In combination with the "ssh-port is not yet ready retrying messages" this ma...
-
09:43 PM Revision 4048fae66ae7ca54934b8c8c06baaff68dc2dad4: Bumped version to 0.7.2.1 and updated bug trac...
- Bumped version to 0.7.2.1 and updated bug tracker url
-
09:38 PM Bug #404 (Closed): HTML entities shown instead of actual character
- Applied in changeset commit:"c1958b7da1eb4c37be96d1016668d0e00f7b51be".
-
09:37 PM Revision e41bfcba24ec95ba777d496b5ff916017a130b55: Bumped version to 0.7.2.1 and updated bug trac...
- Bumped version to 0.7.2.1 and updated bug tracker url
-
09:34 PM Revision c1958b7da1eb4c37be96d1016668d0e00f7b51be: Decode HTML entities in Twitter messages. (clo...
- Decode HTML entities in Twitter messages. (closes: #404)
-
09:16 PM Bug #403 (Closed): System.Net.WebException: Error: ProxyNameResolutionFailure
- Applied in changeset commit:"ba962879f27f0c5b87c868a7f57c1e41e5471b84".
-
09:15 PM Revision ba962879f27f0c5b87c868a7f57c1e41e5471b84: Suppress ProxyNameResolutionFailure and Gatewa...
- Suppress ProxyNameResolutionFailure and GatewayTimeout errors. (closes: #403)
-
09:11 PM Bug #405 (Closed): Crash on startup: System.NullReferenceException
- Applied in changeset commit:"3da4265a860808d04d51b2c011fceb9850306e0d".
-
09:03 PM Revision 3da4265a860808d04d51b2c011fceb9850306e0d: Added check to only use default(T) for value t...
- Added check to only use default(T) for value types, fixing the startup crash. (closes: #405) The config backend returned null values for empty strings when using the Get<T>() method which GetList() does. That happened because value types like boo...
-
05:01 PM Bug #405: Crash on startup: System.NullReferenceException
- Smuxi crashes directly on startup with this exception: ...
-
04:56 PM Bug #404: HTML entities shown instead of actual character
- There are somtimes HTML entities shown in messages instead of their character. Smuxi needs to convert them. Here is an example message: ...
-
04:52 PM Bug #403: System.Net.WebException: Error: ProxyNameResolutionFailure
- ...
-
04:07 PM Bug #403: System.Net.WebException: Error: ProxyNameResolutionFailure
- ...
07/22/2010
-
09:32 PM Revision cc9770fb862275d43d64bd82d69438699b1c97f0: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
09:27 PM Revision e95c9635eab90b283352e52d3dcf7ff2d77b501a: Ignore more build files
- Ignore more build files
- 08:11 PM Revision 233ba6a3752995f8e7fa07fdd7b5a6f655da5a1c: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 9 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
- 08:09 PM Revision f5d3870732fee05d7a037d8c65f14f76dbf8ebc1: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 61 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
- 08:04 PM Revision bba2a7b92d3859983abcc7f22fc35c3e958fcc1f: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 17 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
07:56 PM Bug #402 (Closed): Config spews warnings
- Applied in changeset commit:"3c2c3f545da61e6a57d9c85bff5dfe24e26a6819".
-
07:53 PM Revision 3c2c3f545da61e6a57d9c85bff5dfe24e26a6819: Fixed config errors caused by missing default ...
- Fixed config errors caused by missing default values for the default servers. (closes: #402)
-
07:36 PM Bug #401 (Closed): System.Net.WebException: The request timed out
- Applied in changeset commit:"eb6e747ae418baf5438182dccfcca1e8aead3680".
-
07:35 PM Revision eb6e747ae418baf5438182dccfcca1e8aead3680: Ignore more temporarly failures. (closes: #401)
- Ignore more temporarly failures. (closes: #401)
-
05:55 PM Bug #402: Config spews warnings
- ...
-
04:28 PM Bug #401: System.Net.WebException: The request timed out
- ...
-
12:56 AM Bug #389 (Closed): Smuxi 0.7.2-dev throws exception when using with 0.7.1 server
- Applied in changeset commit:"920baad2a412cab00631dd2b20d2eb34085208bf".
07/21/2010
-
11:50 PM Revision af7fae0c072a9e0cb21b737648f9171d4f01e7d6: Stetic is bored
- Stetic is bored
-
11:46 PM Revision 7f371f0cbeb41f030f34022d83ab82b027868db6: Added bug comment (references: #132)
- Added bug comment (references: #132)
-
11:41 PM Revision e92edeb13ec76089dba18ffda1772ba30e45df68: Refresh network status bar on connect and disc...
- Refresh network status bar on connect and disconnect. (references: #317)
-
11:33 PM Revision 920baad2a412cab00631dd2b20d2eb34085208bf: Ensure backwards compatibility with 0.7.x smux...
- Ensure backwards compatibility with 0.7.x smuxi-servers. (closes: #389)
-
11:32 PM Revision 62d5f3bcc5c22d91883f089041f4d53b6e997064: Bumped version
- Bumped version
-
10:37 PM Bug #132: person list empty in group chat after /reconnect
- I still can't reproduce this one. I tried unplugging my network cable while being connected to a server and then replugging it in after Smuxi decided to go into the disconnected and also "given up" state. From both states it correctly reconnects a...
- 09:46 PM Revision 05ce48edd4031b68803a952fe96fc98a56735036: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 28 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
- 09:45 PM Revision adb249790c9e41431b6d67d7b0f6150fc1aebfcc: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 200 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
07/20/2010
-
10:58 PM Revision d58e6e01232bc5dd543d40eba1c3100956b82e78: Added initial translator-credits values
- Added initial translator-credits values
-
10:48 PM Revision 0005b7611a5a78078820e94f7d838c234cab9c23: Updated translation templates (make update-pot)
- Updated translation templates (make update-pot)
-
10:42 PM Revision 61bc1b69fb77cd6c460ca838eda0a55b19b99acd: Use translator-credits string as per GNOME con...
- Use translator-credits string as per GNOME convention and updated authors The translator-credits string gets translated with their credits by each translator (team), see: http://library.gnome.org/devel/gtk/unstable/GtkAboutDialog.html#gtk-about-d...
-
10:41 PM Revision 79da691a51d769ab1add2ad5ec6d65df9cb1c351: Bumped version to 0.7.2
- Bumped version to 0.7.2
- 10:10 PM Revision 79292cc0953b3ec045bb034932b3b4d99195849d: Initial Danish translation of po-Engine-Twitte...
- Initial Danish translation of po-Engine-Twitter and po-Server
- 10:08 PM Revision fb45b03337bc8a97d1351f8c8ffafaad06b7d6ab: Updated Czech translation of po-Frontend-GNOME...
- Updated Czech translation of po-Frontend-GNOME and initial Czech translation of po-Server
-
09:51 PM Feature #375: Better remote backend reconnect handling
- Mirco Bauer wrote: > The problem with auto-reconnecting to the smuxi-server could make the user think the application is hanging. No, the main Smuxi Window would need to make the user aware of what is going on - by graying out the interface, ...
-
08:28 PM Feature #168 (Closed): Translation project
- Smuxi recently migrated to transifex for simpler contribution of translations, see: http://www.transifex.net/projects/p/smuxi/c/master/
-
08:21 PM Feature #168: Translation project
- I think with transifex you have a translator tool now which just requires frontend
07/19/2010
- 10:22 PM Revision 5e0273a26f03beb530b8260fa3883f94c31a565c: Initial Portuguese translation of smuxi-server
- Initial Portuguese translation of smuxi-server
-
05:27 PM Feature #375: Better remote backend reconnect handling
- The problem with auto-reconnecting to the smuxi-server could make the user think the application is hanging. Around Smuxi 0.8 I plan to introduce a progress dialog when connecting to a smuxi-server which could solve this issue with auto-reconnecti...
-
12:01 AM Revision 67912531dd8610504e18973c7e5b5acaefe09f50: Moved translation of smuxi-engine-irc to the r...
- Moved translation of smuxi-engine-irc to the right po directory and updated LINGUAS files
07/18/2010
-
11:53 PM Feature #400 (Closed): Show markerline to mark where new messages start
- Applied in changeset commit:"c7015508258dbada9d3266eb4aebcbb65fd05d6c".
-
11:47 PM Revision 94d4a10d864623433715114f74ce9ef78c2afd4f: Set default widget
- Set default widget
-
11:47 PM Revision 0fb4d53cfa7d8f69aaeb472a077479d709f671aa: Reduce logging noise
- Reduce logging noise
-
11:45 PM Revision c7015508258dbada9d3266eb4aebcbb65fd05d6c: Implemented markerlines feature. (closes: #400)
- Implemented markerlines feature. (closes: #400)
-
11:19 PM Feature #400: Show markerline to mark where new messages start
- If you follow a discussion and then switch to a different one and then go back to the first one, it is not easy to find where you have left the discussion. Smuxi should show a markerline like XChat does when switching to a different chat.
-
11:10 PM Bug #399 (Closed): Channel search / list on GIMPnet doesn't work
- Status geändert durch Changeset commit:"c61538325a1415eeb67989b5722db5d480245a79".
-
11:08 PM Revision 029ab677a5909e11c10098f8f8c77fde82d85370: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
11:06 PM Revision c61538325a1415eeb67989b5722db5d480245a79: Don't apply wildcard characters for an empty s...
- Don't apply wildcard characters for an empty search term. (closes: #399) This fixes retrieving the channel list on GIMPnet
-
11:04 PM Bug #399: Channel search / list on GIMPnet doesn't work
- Doing a channel search on GIMPnet will always show an empty list. The issue is that Smuxi is always sending a wildcard pattern which the IRCd implementation of GIMPnet doesn't like and thus returns an empty list. Here a dump of the protocol cha...
-
05:33 PM Revision 8778d8c138afbd8bb9754a8d5d4398db74705baf: l10n: Updated Catalan (ca) translation to 100%...
- l10n: Updated Catalan (ca) translation to 100% New status: 204 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
03:58 PM Revision 65dc63791852650f37797578694f9529e897888c: l10n: Updated Catalan (ca) translation to 100%...
- l10n: Updated Catalan (ca) translation to 100% New status: 204 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
02:52 PM Revision 5d2936b71f08b5369f47d4542403f3dd0dbbbc70: Replaced Danish translation of po-Frontend wit...
- Replaced Danish translation of po-Frontend with the right one
-
02:42 PM Revision fcc7cfe1038caeb512acd7676ac17d03e2344108: Added missing languages
- Added missing languages
- 02:39 PM Revision f1511032b56c8010e292d17e9c607341de055d73: Updated Danish translation
- Updated Danish translation
- 02:30 PM Revision cfedf12619d19c29d6d59fdb20bcbfaaf6f79faf: Updated Czech translation
- Updated Czech translation
-
01:57 PM Revision 75b9a4abd63a981829216bce697d6c56a63290f4: l10n: Initial Catalan translation for po-Engin...
- l10n: Initial Catalan translation for po-Engine-Twitter. New status: 23 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
01:49 PM Revision d2147350e0ec9cc7bf0437228bb2c3837fd52af6: l10n: Initial Catalan translation of po-Fronte...
- l10n: Initial Catalan translation of po-Frontend. New status: 9 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
01:42 PM Revision 7a38d20494d91c42c6fa2fd1eb6d2dcb0e795ec3: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
01:41 PM Revision 0c753b1b98566f2c407d943045bff997429c6667: Updated Swedish translation
- Updated Swedish translation
-
01:39 PM Revision 9cf2fa14fb72d498d7a34715b9abf8f4ab1b9887: l10n: Initial Catalan translator for Frontend-...
- l10n: Initial Catalan translator for Frontend-GNOME-IRC. New status: 55 messages complete with 0 fuzzies and 6 untranslated. Transmitted-via: Transifex (www.transifex.net).
- 01:36 PM Revision 116509472d01bb43071605f773db0fc2c0eec736: Updated Portuguese translation
- Updated Portuguese translation
- 01:27 PM Revision 9dfe907d10dfee7a53b4e0bb325c5874b3be6ac6: Updated Italian translation
- Updated Italian translation
-
12:54 PM Revision 3c5f8586a35bdc8dc2a4298e726fe96495cb52dd: l10n: Updated Catalan (ca) translation to 100%...
- l10n: Updated Catalan (ca) translation to 100% New status: 204 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
12:23 PM Revision bd236a39a54dbde35af50ece28b425f9607c519f: Make the parameter for /whois and /whowas comm...
- Make the parameter for /whois and /whowas command optional if it is issued on a person chat.
07/17/2010
- 10:32 PM Bug #398 (Closed): Connecting with empty realname field fails
- Applied in changeset commit:"c315eeb27ce6432321447f3e5da27d2857f6de8c".
-
10:32 PM Revision e39d60f7ec1d9a9f1b3af13af65b006bf0c96176: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
- 10:29 PM Revision c315eeb27ce6432321447f3e5da27d2857f6de8c: Added empty realname check (closes: #398) Sig...
- Added empty realname check (closes: #398) Signed-off-by: Mirco Bauer <meebey@meebey.net>
-
10:23 PM Bug #398: Connecting with empty realname field fails
- More details from the reporter: ...
-
10:16 PM Bug #398: Connecting with empty realname field fails
- Connecting to an IRCd using an empty realname field might lead to an error as the server enforces a non-empty field. Here is an transcript of such case: ...
-
09:43 PM Revision 5451b0d17a42f8c5f7d6441aad5f02dfc3c7640a: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 204 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
09:35 PM Revision e31b7b8f7a222c9d1a8ae06ef73ef01878ad59d1: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 61 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
09:15 PM Revision 619f4fc989138acafb7015b27d3371af6697d2fd: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 21 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
09:09 PM Revision f102c6ac25c108fb883c3d9ce636791980837aa3: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 23 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
09:06 PM Revision a65d78f2242d4a72279f34d49184cb8ac69d56f0: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 17 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
09:04 PM Revision 6c3d6b0af12325ffa69fc07639646e685027f569: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 28 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:00 AM Feature #88 (Rejected): Carretmode default on
07/16/2010
-
05:27 PM Feature #74: Add a popup menu to nicks in the channel window
- This requires the UrlMessagePartModel to contain an alternative text to the URL, then the IRC engine can place either URLs with the nick as text or even better an Origin property in the MessageModel.
07/15/2010
-
08:45 PM Revision e512f1b0d669d0daf7a2f17271f794a1a751e557: l10n: Updating French translation New status:...
- l10n: Updating French translation New status: 21 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:45 PM Revision 0f438948fd204c21006d14091422e8b9cd235dfc: l10n: Updating French translation New status:...
- l10n: Updating French translation New status: 23 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:43 PM Revision 88aa73b85e77cd419d8ad4f2bc55f99ad1666dae: l10n: Updating French translation New status:...
- l10n: Updating French translation New status: 17 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:43 PM Revision 3c39e7f91d727bb576b4f3ab328f48df90fb5e9a: l10n: Updating French translation New status:...
- l10n: Updating French translation New status: 28 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:42 PM Revision 41b2afde3304e235763ba6a95452d7bdfe01954c: l10n: Updating French translation New status:...
- l10n: Updating French translation New status: 204 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:40 PM Revision 3ef6ac37551ee7191d0be9f87ec39cde6f7151d1: l10n: Updating translation New status: 61 mes...
- l10n: Updating translation New status: 61 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
07/14/2010
-
11:43 PM Revision 56bb765a8da08f6b67bd4016efda5a37ca950d84: Updated translation templates (make update-pot)
- Updated translation templates (make update-pot)
-
11:43 PM Revision aba6d03a136dc752127cbb05b9579a1963bd3ffb: Added update-pot target
- Added update-pot target
-
11:42 PM Revision f139aab4be4e40c546ae38319004cdb16b31b26e: Added build output directory to POTFILES.skip
- Added build output directory to POTFILES.skip
-
11:19 PM Feature #86 (Closed): user defined filters
- Applied in changeset commit:"f90c3f51199468138490985a8888eceea80fc461".
-
11:18 PM Revision 6cfcfc57db7b1538139aedf87b6de06727fef706: Validate filter patterns before saving them.
- Validate filter patterns before saving them.
-
11:09 PM Revision 4aca0eeff7c930cebcd8589c09443cb2a8d5a670: Added missing source file to POTFILES.in
- Added missing source file to POTFILES.in
-
10:41 PM Revision f90c3f51199468138490985a8888eceea80fc461: Implemented filters feature. (closes: #86) Me...
- Implemented filters feature. (closes: #86) Messages and events can be filtered by specifying rules that can match the protocol, chat type, chat id / name, message type, and message pattern. Empty fields are wildcards and match all values. Chat i...
07/11/2010
-
03:10 PM Revision 2b837ee3d43ee7a58db19e90b258f32c70753471: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
03:07 PM Revision d5a6b675de2ce458b4af9e3f7e34015fe0dec64e: Make errors when opening the log path non-fata...
- Make errors when opening the log path non-fatal and use background thread
-
03:05 PM Revision dbb07a8247fd9e5218de763aafe589f382aca79f: Added non-fatal ShowError() method and log pas...
- Added non-fatal ShowError() method and log passed exceptions
-
03:03 PM Revision 8c47c220e4d260f55ef5ad36ca6b356c4c4b8cd9: Refactored log path information
- Refactored log path information
-
12:55 PM Revision 899aa62a27bc7a92dc45b81a7b39c678c8b5b0da: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 26 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
12:54 PM Revision 3dba5ba0ac940d6a1397b5f35e8b2513e1f98601: Added sv to LINGUAS
- Added sv to LINGUAS
-
12:53 PM Revision cfb6f77231e3fd7f566c733a05bea12292b58b1d: Merge remote branch 'gitorious/brother/master'
- Merge remote branch 'gitorious/brother/master'
-
12:36 PM Revision 939172a90cf506e4093ba10e2c27ccb45d57402e: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 190 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
12:35 PM Revision 96f5a45efc75c27836e2744d750f0c7cbbf555a7: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 9 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
07/09/2010
-
06:28 AM Revision 6a69b210690aad218673a5704661ffb5376ca815: l10n: Initial Finnish Translation New status:...
- l10n: Initial Finnish Translation New status: 43 messages complete with 9 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
07/07/2010
-
10:43 PM Revision ffe08952632c0178008cbac491a062e17b64daa5: Updated Swedish transltion of po-Frontend.
- Updated Swedish transltion of po-Frontend.
-
10:37 PM Revision 3f2cd2d083421551f9c56c2571cffec6c920b0e9: Initial Swedish translation of the server user...
- Initial Swedish translation of the server user interface.
- 09:30 PM Revision 1787d81658b1c1087b9cfd3902ebacaaedf3c598: Initial Portuguese translation
- Initial Portuguese translation
-
08:49 PM Revision 349fe5f3d91b65686fb6643d33764e7ba4d0747e: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 190 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
07/05/2010
-
07:05 AM Revision 8288918b5fe55a1f374fb36121909436b29a1df2: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 15 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
07:05 AM Revision 797fe408625c39358284e067f3d202c31103d53d: l10n: Updated None translation to 73% New sta...
- l10n: Updated None translation to 73% New status: 11 messages complete with 4 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
07:04 AM Revision f8ae9afa887228bf1a41dd39d701f96636c5c72b: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 190 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
07:00 AM Revision 8fa600332dab2fbaaa1e6fc687685d53341d126e: l10n: Updated None translation to 100% New st...
- l10n: Updated None translation to 100% New status: 26 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
07/04/2010
-
10:32 PM Feature #62 (Closed): logging support
- Applied in changeset commit:"1b2eb45635143246330e05116ea97e86fe059168".
-
10:31 PM Feature #396: advanced logging support
- Simple text logging is ticket #62
-
10:30 PM Feature #396: advanced logging support
- Smuxi should be able to log conversations (person and group chats). Provinding a logging API and then allow plugins to implement actual loggers should be a good base. Here a list of possible logging plugins/formats: irssi-like format, universal RD...
-
10:26 PM Revision 1b2eb45635143246330e05116ea97e86fe059168: Implemented text logging. (closes: #62)
- Implemented text logging. (closes: #62)
-
08:40 PM Feature #394: Log Browser
- The feature should also enable users to delete the feature - even if they don't know where to find the logs on the drive
-
08:39 PM Feature #395: limiting the log-feature
- to not use too much disk space smuxi should provide the possibility to just save a specific number of lines or a maximum size of logs
-
08:37 PM Feature #394: Log Browser
- This feature should enable the user to easily browse through the logs - even when the windows of queries/cannels have been closed.
-
06:12 PM Bug #334 (Closed): /reconnect on unreachable networks blocks command-queue until timeout
- Applied in changeset commit:"73cfc926c88ab89277c8a5d76b9b8b9336a30ba4".
-
06:08 PM Revision 73cfc926c88ab89277c8a5d76b9b8b9336a30ba4: Process the connect and reconnect command in b...
- Process the connect and reconnect command in background to avoid blocking the command queue. (closes: #334)
-
05:29 PM Bug #391 (Closed): Status / tray icon can be seen when starting Smuxi
- Applied in changeset commit:"8c85d34c19b71728c29a71f8507bb01c46607e3c".
-
05:27 PM Revision 8c85d34c19b71728c29a71f8507bb01c46607e3c: Lazy initialize and refactored the notificatio...
- Lazy initialize and refactored the notification icon. (closes: #391)
Also available in: Atom