Commit graph

2110 commits

Author SHA1 Message Date
Hylke Bons 37ec3e4df9 controller: Catch harmless FileNotFoundException that sometimes happens even if the file exists. Fixes #408 2011-11-12 02:05:40 +00:00
Hylke Bons 76a24f9af3 config: skip badly formatted uris. Fixes #410 2011-11-12 01:54:08 +00:00
Hylke Bons 11609bccf2 Update README to build on OSX. Closes #383 2011-11-11 22:01:51 +00:00
Ophir Setter a26d1fb48a Update Hebrew translation from Transifex 2011-11-10 11:37:15 +01:00
Eduardo Silva 7a7d7f3323 Update Brazilian translation from Transifex 2011-11-10 11:35:05 +01:00
Misha Shnurapet 4ad947ca67 Update Russian translation from Transifex 2011-11-10 11:33:53 +01:00
Håkan Sahlström 1c3f67265c Update Swedish translation from Transifex 2011-11-10 11:33:14 +01:00
mmans baee0e24e0 Update Dutch translation from Transifex 2011-11-10 11:32:01 +01:00
Yann Hermans a5c43b8d59 Update French translation from Transifex 2011-11-10 11:27:17 +01:00
Claudio Rodrigo Pereyra Diaz 9e1ed22c80 Update Spanish (Castilian) translation from Transifex 2011-11-10 11:25:01 +01:00
Łukasz Jernaś 1e97dc887c Fix Polish translation a bit 2011-11-08 01:22:48 +01:00
Łukasz Jernaś 677d41ea92 Fix string not being translated properly in the UI
Adding a newline inside the gettext call confuses gettext
and the string ends up not being translated in the UI,
although the string is extracted to the PO file properly.
Adding the new lien after the getetxt call fixes it.
2011-11-08 00:40:13 +01:00
Hylke Bons 05dd261789 config: Fix error 2011-11-07 18:35:00 +00:00
Hylke Bons b29c60bf14 config: use File.WriteAllText to write initial config 2011-11-07 18:03:19 +00:00
Hylke Bons 5ab8da0794 Enable status items manually in build. Fixes #346 2011-11-07 12:08:38 +00:00
Hylke Bons 9855c1b154 Fix build. Closes #403 2011-11-06 14:37:56 +00:00
Hylke Bons 667e63d1a4 Fox documentation. Closes #405 2011-11-06 14:29:18 +00:00
Hylke Bons 73d5619615 repo: cover case where we're in a poll triggered syncdown and a message comes in half way through 2011-11-04 16:24:50 +00:00
Hylke Bons 25877948ad repo: add better check for duplicate messages 2011-11-04 00:05:25 +00:00
Hylke Bons 26df391130 Fix compile error. Closes #402 2011-11-03 23:28:25 +00:00
Hylke Bons 439d26f803 listener: don't add duplicate messages to queue. attempt #2 2011-11-03 16:54:01 +00:00
Hylke Bons 1696712c21 listener: don't add duplicate messages to queue 2011-11-03 16:22:12 +00:00
Hylke Bons c56f8ff20f bubbles: get avatar if it doesn't exist yet 2011-11-02 20:47:43 +00:00
Hylke Bons dcb63fad1b bubbles: set summary and body texts 2011-11-02 19:50:05 +00:00
Hylke Bons b8646a8423 mac statusicon: preload all images in memory so we don't get exceptions trying to find them 2011-11-01 02:14:26 +00:00
Hylke Bons 46d8eecb51 Fix host key check disabling/enabling by surrounding config with comments. Closes #390. 2011-10-30 21:24:19 +00:00
Łukasz Jernaś 2f7227e799 Update translations from Transifex
Only sync with updated pot file.
2011-10-30 15:52:47 +01:00
Hylke Bons a0e2c14f1c setup: Make terminology consistent on Mac too 2011-10-30 14:48:20 +00:00
Łukasz Jernaś 41ca908c34 Synchronize string wording between tutorial and status icon 2011-10-30 15:09:33 +01:00
freefd b1c1e9210d Update Russian translation 2011-10-30 14:33:11 +01:00
mmans d9ccea5c8b update Dutch translation 2011-10-30 14:32:37 +01:00
syunji 57549f66c5 Update Japanese translation 2011-10-30 14:31:57 +01:00
Håkan Sahlström 4a966df119 Update Swedish translation 2011-10-30 14:30:48 +01:00
Thomas Menga 9c6622709a Update French translation 2011-10-30 14:21:43 +01:00
Francisco Javier Melendo Román ea835fc2fa Update Spanish (Castilian) translation 2011-10-30 14:21:07 +01:00
Petr Tvarůžek 3a7660d349 Update Czech translation 2011-10-30 14:20:01 +01:00
Łukasz Jernaś e83277014f Update translations from Transifex 2011-10-30 14:18:49 +01:00
Matej Moško e186aea21e Add Slovak translation 2011-10-30 14:09:40 +01:00
Hylke Bons 92fe955910 config: fix error 2011-10-29 15:47:14 +01:00
Hylke Bons 337194538d config: catch FileNotFoundException and create config 2011-10-29 14:27:53 +01:00
Hylke Bons 14be68fef8 Check whether avatar image path exists before passing it to Bubbles class. Fixes #388 #377 2011-10-29 14:17:31 +01:00
Hylke Bons 0dba4745d3 Add some SSH access limiting options to the generated public keys. Closes #392. 2011-10-29 14:07:50 +01:00
Hylke Bons d73a89c553 Merge pull request #382 from PierreAronnax/patch-1
SparkleListenerBase: Fixing delivering of queued messages.
2011-10-25 11:28:56 -07:00
PierreAronnax 6017e86665 SparkleListenerBase: Fixing delivering of queued messages.
Removing a list item from inside a foreach causes a "InvalidOperationException: Collection Was Modified" error. First creating a copy fixes this.
2011-10-25 21:24:30 +03:00
Hylke Bons 6c8c8bf2bd Update README 2011-10-25 20:21:33 +02:00
Hylke Bons 3cf38597a6 Merge pull request #378 from PierreAronnax/patch-1
SparkleListenerTCP: Fixing Reconnect
2011-10-25 09:38:44 -07:00
PierreAronnax 15a827acd6 SparkleListenerTCP: Fixing Reconnect
Calling socket.Connect again after socket.Close causes an ObjectDisposedException. Recreating the socket before connecting fixes this.
2011-10-25 19:16:29 +03:00
Hylke Bons 0ff7560e16 Remove missing file from makefile 2011-10-25 17:06:10 +01:00
Hylke Bons 80cf3cf26a git: add some more MS Office exclude rules 2011-10-24 19:43:55 +01:00
Hylke Bons a018a6181b git: add some more MS Office exclude rules 2011-10-24 19:42:18 +01:00