Commit graph

4740 commits

Author SHA1 Message Date
Hylke Bons
49876ee61f make sure to quote folder name 2010-06-12 17:41:03 +01:00
Hylke Bons
a859641089 update coding style (2) 2010-06-12 17:30:31 +01:00
Hylke Bons
e98a97a505 Merge branch 'integration' 2010-06-12 17:29:44 +01:00
Hylke Bons
adb738d434 update coding style 2010-06-12 17:29:32 +01:00
Hylke Bons
44bc52b03b don't scatter syncing state string changes all over the place 2010-06-12 17:21:03 +01:00
Łukasz Jernaś
845148d8c2 Use XDG_CACHE_HOME for avatar cache
Be nice with regard to XDG Base Directory Specification at
http://standards.freedesktop.org/basedir-spec/latest/
2010-06-12 18:01:22 +02:00
Hylke Bons
232d5c0bb1 update UI when a repo folder is deleted (still commented out) 2010-06-12 15:37:03 +01:00
Hylke Bons
b92f304f4c add Git# todo 2010-06-12 15:00:39 +01:00
Hylke Bons
6bafbd30e3 add ndesk-dbus-glib-devel to build deps in readme 2010-06-12 14:41:11 +01:00
Hylke Bons
84ce9bc793 Merge branch 'master' of ssh://gitorious.org/sparkleshare/sparkleshare into integration 2010-06-12 14:34:16 +01:00
Hylke Bons
219a3a8325 fix whitespace 2010-06-12 14:31:33 +01:00
Hylke Bons
5fbed0cb9d add comments 2010-06-12 14:25:11 +01:00
Hylke Bons
26d24334b6 fix whitespace 2010-06-12 14:20:38 +01:00
Hylke Bons
4877221124 make coding style consistent in sparklebubble 2010-06-12 14:12:52 +01:00
Hylke Bons
b29d5a942f Merge commit 'refs/merge-requests/8' of git://gitorious.org/sparkleshare/sparkleshare 2010-06-12 14:05:59 +01:00
Hylke Bons
6946b9c27a fix some whitespace 2010-06-12 10:45:44 +01:00
Hylke Bons
0298fc88ad cleanup ugly path concatenations and add some comments 2010-06-12 10:42:37 +01:00
Hylke Bons
52e975db52 remove spacs between debuginfo vars 2010-06-12 10:33:20 +01:00
Hylke Bons
91b5ef7feb remove todo for fixed bug 2010-06-12 10:18:09 +01:00
Hylke Bons
ea1e82978b update readme 2010-06-12 10:03:37 +01:00
Sandy Armstrong
cb87d142d9 Update .gitignore 2010-06-12 09:47:21 +01:00
Sandy Armstrong
a88eedf1bc Specify git checkout directory name
Guarantees that the checkout dir name is what we think.
2010-06-12 09:47:04 +01:00
Sandy Armstrong
3bd3403c2c Move tmp dir from /tmp/sparkleshare to ~/SparkleShare/.tmp
Works around an issue where Directory.Move doesn't work
across different partitions.
2010-06-12 09:46:49 +01:00
Sandy Armstrong
697f135778 Update .gitignore 2010-06-12 09:46:37 +01:00
Sandy Armstrong
8bec07f2be Remove generated file 2010-06-12 09:46:12 +01:00
Hylke Bons
aa0921a5fc Merge commit 'refs/merge-requests/6' of git://gitorious.org/sparkleshare/sparkleshare into integration 2010-06-12 09:45:35 +01:00
Hylke Bons
99ca5a4427 update authors 2010-06-12 09:35:45 +01:00
Łukasz Jernaś
3021cead00 Update my email 2010-06-11 22:04:25 +02:00
Łukasz Jernaś
1ff2f21f67 Added Polish translation 2010-06-11 22:02:38 +02:00
Sandy Armstrong
83f2c671c2 Update .gitignore 2010-06-11 10:59:54 -07:00
Sandy Armstrong
7a6b37a02d Specify git checkout directory name
Guarantees that the checkout dir name is what we think.
2010-06-11 10:59:23 -07:00
Sandy Armstrong
581c4509fc Move tmp dir from /tmp/sparkleshare to ~/SparkleShare/.tmp
Works around an issue where Directory.Move doesn't work
across different partitions.
2010-06-11 10:58:40 -07:00
Philipp Gildein
9e094516bc Only add actions if the notification system permits it
Fixes ugly dialogs in Ubuntu > 9.04. Changing the instructions in the bubbles would help the usability on such systems though.
2010-06-11 19:23:25 +02:00
Sandy Armstrong
f4e152fe30 Update .gitignore 2010-06-11 07:22:19 -07:00
Sandy Armstrong
aff887d0b3 Remove generated file 2010-06-11 07:22:19 -07:00
Sandy Armstrong
0c4e62470c Bundle notify-sharp by default (fix openSUSE build)
Not every distro has the same API in "0.4.0", since
there was never an actual upstream release of
notify-sharp 0.4.0.

Once we have autofoo, we should make use of external
notify-sharp an option for distros that have more
recent code.
2010-06-11 07:21:36 -07:00
Hylke Bons
9707e69089 update authors 2010-06-11 15:05:46 +01:00
Philipp Gildein
555c9c2257 Don't hide context menu on mouse up 2010-06-11 14:37:08 +02:00
Philipp Gildein
32b52e0017 Use Quit() method when quitting through the context menu
The Quit() method deletes the pid file correctly and ensures that the `sparkleshare` bash script works correctly.
2010-06-11 14:00:07 +02:00
Sandy Armstrong
29dc643578 Fix my email 2010-06-11 00:29:04 +01:00
Hylke Bons
68cac3b452 update authors 2010-06-11 00:29:04 +01:00
Hylke Bons
5460161b6f update project file 2010-06-11 00:29:04 +01:00
Łukasz Jernaś
2333fa48ab Don't split sentences when it isn't necessary 2010-06-11 00:50:52 +02:00
Łukasz Jernaś
85f9c86856 Fix po file generation
xgettext should only look for messages marked with Catalog.Get*()
and _() leaving other strings alone.
2010-06-11 00:44:06 +02:00
Hylke Bons
f873d668e1 add Łukasz Jernaś to authors 2010-06-10 22:57:44 +01:00
Łukasz Jernaś
cae67bf348 Properly handle strings with parameters
String.Format should be used for strings which have variables
inside. This assures that no context is lost for translators.
2010-06-10 23:44:58 +02:00
Hylke Bons
8c41cdcb13 add todo 2010-06-08 15:11:41 +01:00
Hylke Bons
d0092847ab fix crash due to change in path concatenations 2010-06-05 00:22:58 +02:00
Hylke Bons
256afe3a5e adjust some process settings 2010-06-04 22:15:30 +02:00
Hylke Bons
88ada517e4 port more debuginfo to new debug method 2010-06-04 22:01:17 +02:00