Commit graph

4558 commits

Author SHA1 Message Date
Hylke Bons
8edfa3d949 Remove version number from README 2010-08-03 09:46:06 +01:00
Bertrand Lorentz
3e74ff0f7a [build] Add a variable for the assembly version number
Assembly version numbers can only have numbers and dots, so we need to
differentiate those from the package version, which can be something
like "0.2-alpha1".
We just need to make sure both values are updated when appropriate.
2010-08-03 10:40:10 +02:00
Hylke Bons
e10c251ecf Merge branch 're-org' of git://gitorious.org/~bl8/sparkleshare/bl8s-sparkleshare into integration 2010-08-03 09:06:25 +01:00
Alex Hudson
254572ff05 Add a desktop file for the application. 2010-08-02 22:30:16 +01:00
Alex Hudson
ca6070b386 Don't fall over when looking at activities of a cloned empty repo. 2010-08-02 22:01:16 +01:00
Alex Hudson
e52f1b0af9 Escape paths before passing them to shell when "Open directory" is
pressed
2010-08-02 21:33:14 +01:00
Alex Hudson
c9c5c6118d Get correct working directories for 'git' subprocesses 2010-08-02 21:19:22 +01:00
Bertrand Lorentz
19d30b3f42 Move SparklePlatform.cs to SparkleLib 2010-08-02 18:49:24 +02:00
Bertrand Lorentz
27d5944692 Update POTFILES.in 2010-08-02 18:30:55 +02:00
Alex Hudson
89f5d77cd1 Merge branch 'master' of git://gitorious.org/sparkleshare/sparkleshare 2010-08-02 17:07:01 +01:00
Alex Hudson
5224d1abc5 Fix racey startup when we're showing the Intro window 2010-08-02 17:05:22 +01:00
Bertrand Lorentz
6abd0c4561 [build] Make FriendFace a proper library assembly
Have SparkleDiff depend on the FriendFace assembly.
2010-08-02 17:58:10 +02:00
Bertrand Lorentz
fafbf78e65 [build] Remove duplicate file in SparkleShare.csproj 2010-08-02 17:56:16 +02:00
Bertrand Lorentz
dea7426364 Create a SparkleLib library for sharing code between frontends
Start moving some files into SparkleLib, and have SparkleShare and
SparkleDiff depend on it.
2010-08-02 17:42:42 +02:00
Bertrand Lorentz
4d02b28f95 [build] Fix make distcheck for the nautilus extension 2010-08-02 15:26:55 +02:00
Alex Hudson
3264b6b880 Revert "Give git the local working directory before looking for information."
This reverts commit 77123874a3.
2010-08-02 14:21:08 +01:00
Alex Hudson
ce1674dcfd Give git the local working directory before looking for information. 2010-08-02 13:25:35 +01:00
Bertrand Lorentz
52cbcc0100 [i18n] Update POTFILES.in and add POTFILES.skip 2010-08-02 13:45:09 +02:00
Alex Hudson
570414c495 Merge branch 'master' of git://gitorious.org/sparkleshare/sparkleshare 2010-08-02 12:32:50 +01:00
Bertrand Lorentz
5452b57dc9 [build] Fix up solution and csproj files
Enable Makefile integration in the SparkleShare and NotifySharp
projects, so that files are kept in sync in Makefile.am and the
MonoDevelop project.
2010-08-02 13:23:01 +02:00
Bertrand Lorentz
be22c18d9c [FriendFace] Remove unneeded using statements 2010-08-02 13:13:43 +02:00
Hylke Bons
9adb803d7c tweak some icons 2010-08-01 21:21:28 +01:00
Hylke Bons
0400aee111 Tweak intro side splash 2010-08-01 21:01:34 +01:00
Hylke Bons
25bda54c4f adjust some paddings in intro and add some debuginfo to fetcher 2010-08-01 19:30:20 +01:00
Hylke Bons
48e919920f Use SparkleToGitUrl method on typed in addresses 2010-08-01 19:17:57 +01:00
Hylke Bons
3ffe8dcd55 code cleanup 2010-08-01 18:42:09 +01:00
Hylke Bons
eac51b1a12 don't use small text for infomation texts 2010-08-01 18:27:53 +01:00
Hylke Bons
3dcc661d77 don't add a newline to the global configuration file 2010-08-01 18:17:50 +01:00
Hylke Bons
44c092886d Install user info from global config file after cloning a repo 2010-08-01 18:12:02 +01:00
Hylke Bons
069ffca1fc add todo 2010-08-01 17:26:23 +01:00
Hylke Bons
c7d37e5da2 Remove unneeded source file in sparklediff 2010-08-01 17:18:11 +01:00
Hylke Bons
5a444c5bc1 Fix some crashes due to calling UI updates from a different thread 2010-08-01 17:01:34 +01:00
Hylke Bons
7f5a5a4b31 Use the secondary text color for information texts instead of hard coding it 2010-08-01 16:41:45 +01:00
Hylke Bons
567f4503cd Add a numbered prefix name for cloned folders if the name already exists 2010-08-01 16:31:45 +01:00
Hylke Bons
27ff5e25e1 Fix moving of repos to the SparkleShare folder when cloning has finished 2010-08-01 15:19:49 +01:00
Hylke Bons
50693d9960 Fix some events not firing and deleting of temporary repos 2010-08-01 13:31:11 +01:00
Alex Hudson
5a48d9a839 Fix nautilus install path 2010-07-31 20:21:33 +01:00
Hylke Bons
fc1219600e Add new fetcher class 2010-07-31 20:13:01 +01:00
Hylke Bons
5ed7bc1ee4 Add events for cloning and move the main loop to SparkleUI 2010-07-30 10:57:33 +01:00
Hylke Bons
7a8325acc1 [sparkledialog] remove dialog and move cloning code to sparkleintro 2010-07-29 16:10:14 +01:00
Hylke Bons
03a79d72a0 [sparkleintro] fix spinner size 2010-07-29 14:47:09 +01:00
Hylke Bons
57627b909c Merge branch 'translations' of ssh://gitorious.org/sparkleshare/sparkleshare into new-add-dialog 2010-07-29 14:11:20 +01:00
Hylke Bons
34798d285b Merge branch 'master' of ssh://gitorious.org/sparkleshare/sparkleshare into new-add-dialog 2010-07-29 14:10:57 +01:00
Benjamin Podszun
45ca164fc9 Don't crash when the requested icon doesn't exist in theme 2010-07-29 14:03:10 +01:00
Yann Yann
0f1a77eed8 l10n: Updated fr_FR translation to 100%
New status: 65 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-29 11:43:37 +00:00
Alex Hudson
88585ea60a Revert "Lookup icon filename and load it manually rather than use LoadIcon()"
This reverts commit 6eae63bf87.
2010-07-29 10:35:52 +01:00
Alex Hudson
c200e89713 Lookup icon filename and load it manually rather than use LoadIcon() 2010-07-29 10:31:06 +01:00
Alex Hudson
f8f322da30 Revert "Don't resize icons to the final presented size, since we have multiple"
This reverts commit f2366a9255.
2010-07-29 10:02:44 +01:00
Jan-Christoph Borchardt
061b5f8f66 l10n: Updated German (de) translation to 92%
New status: 60 messages complete with 5 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-28 14:56:59 +00:00
Magnun Leno
9ba41a2da6 l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 65 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-28 11:57:12 +00:00