Commit graph

2257 commits

Author SHA1 Message Date
Ł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
Travis Glenn Hansen a9de3007d4 add server-side annoucements via post-update hook 2011-11-07 08:41:43 -07:00
Travis Glenn Hansen 448e39924d bit more sync/listener logic 2011-11-07 08:39:33 -07: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
Travis Glenn Hansen 3d4a8b5f9d making announcements more robust and intelligent 2011-11-05 15:09:09 -06:00
Travis Glenn Hansen 9ead45dc1c Merge branch 'master' of git://github.com/hbons/SparkleShare into enhancements 2011-11-04 14:55:16 -06: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
Travis Glenn Hansen 74fc03f354 Merge branch 'master' of git://github.com/hbons/SparkleShare into enhancements 2011-11-03 18:21:48 -06: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
Travis Glenn Hansen 04d13ef26b reducing avatars lookups for failed addresses 2011-11-03 17:16:41 -06:00
Travis Glenn Hansen d0a4d126fc attempting to prevent the same announcement from being processed twice 2011-11-03 17:15:59 -06: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
Hylke Bons 2fba6f4bb7 Fix compile error. Closes #375 2011-10-24 16:44:42 +01:00
Hylke Bons b2f02ae8fe Update README 2011-10-24 12:26:49 +02:00
Hylke Bons c1fd0782a9 Mac: Open event log when clicking Growl notification 2011-10-23 15:35:53 +01:00