Commit graph

2125 commits

Author SHA1 Message Date
Hylke Bons 17c8433f9a Merge branch 'enhancements' of https://github.com/travisghansen/SparkleShare into thansen
Conflicts:
	SparkleLib/SparkleListenerBase.cs
	SparkleLib/SparkleRepoBase.cs
2011-11-12 17:47:39 +00:00
Hylke Bons 7e5b736d3a Merge pull request #414 from deejay1/nautilus3
Nautilus3
2011-11-12 09:22:28 -08:00
Łukasz Jernaś 677c1faa98 nautilus-plugin: Add the Nautilus3 plugin to POTFILES.in 2011-11-12 15:52:20 +01:00
Łukasz Jernaś 5d70373f42 nautilus-plugin: Expand the locale path from the build system 2011-11-12 15:51:38 +01:00
Łukasz Jernaś 7aa5c95467 nautilus-plugin: Integrate Nautilus 3 extension into the build system 2011-11-12 15:51:18 +01:00
Łukasz Jernaś 6fb1470d1b Update Polish translation from Transifex 2011-11-12 13:35:00 +01:00
Markus Litz 0bd792833d Update German translation from Transifex 2011-11-12 13:17:32 +01:00
Hylke Bons b03a393c9c Update version number to 0.4.0 for upcoming release 2011-11-12 02:23:30 +00:00
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
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