Commit graph

607 commits

Author SHA1 Message Date
Bertrand Lorentz 1a7e7f6068 [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 96a347bcc1 Merge branch 're-org' of git://gitorious.org/~bl8/sparkleshare/bl8s-sparkleshare into integration 2010-08-03 09:06:25 +01:00
Alex Hudson 57a7493ac2 Add a desktop file for the application. 2010-08-02 22:30:16 +01:00
Alex Hudson 3f3affec98 Don't fall over when looking at activities of a cloned empty repo. 2010-08-02 22:01:16 +01:00
Alex Hudson b573d5ba74 Escape paths before passing them to shell when "Open directory" is
pressed
2010-08-02 21:33:14 +01:00
Alex Hudson 37c95fd2ca Get correct working directories for 'git' subprocesses 2010-08-02 21:19:22 +01:00
Bertrand Lorentz 769c51d1a3 Move SparklePlatform.cs to SparkleLib 2010-08-02 18:49:24 +02:00
Bertrand Lorentz 62e19821f0 Update POTFILES.in 2010-08-02 18:30:55 +02:00
Alex Hudson 656df84e90 Merge branch 'master' of git://gitorious.org/sparkleshare/sparkleshare 2010-08-02 17:07:01 +01:00
Alex Hudson df6f2dd99c Fix racey startup when we're showing the Intro window 2010-08-02 17:05:22 +01:00
Bertrand Lorentz cac9750959 [build] Make FriendFace a proper library assembly
Have SparkleDiff depend on the FriendFace assembly.
2010-08-02 17:58:10 +02:00
Bertrand Lorentz 422a98c45c [build] Remove duplicate file in SparkleShare.csproj 2010-08-02 17:56:16 +02:00
Bertrand Lorentz 8af6599d8f 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 35f567f48a [build] Fix make distcheck for the nautilus extension 2010-08-02 15:26:55 +02:00
Alex Hudson 6b1b55a5fd 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 77123874a3 Give git the local working directory before looking for information. 2010-08-02 13:25:35 +01:00
Bertrand Lorentz c566e1420d [i18n] Update POTFILES.in and add POTFILES.skip 2010-08-02 13:45:09 +02:00
Alex Hudson 2bc0ed5e75 Merge branch 'master' of git://gitorious.org/sparkleshare/sparkleshare 2010-08-02 12:32:50 +01:00
Bertrand Lorentz cd77e83fd3 [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 ddc4d5469c [FriendFace] Remove unneeded using statements 2010-08-02 13:13:43 +02:00
Hylke Bons 68254181b5 tweak some icons 2010-08-01 21:21:28 +01:00
Hylke Bons f49fcf9d27 Tweak intro side splash 2010-08-01 21:01:34 +01:00
Hylke Bons 84fc770b58 adjust some paddings in intro and add some debuginfo to fetcher 2010-08-01 19:30:20 +01:00
Hylke Bons 8e580f2f82 Use SparkleToGitUrl method on typed in addresses 2010-08-01 19:17:57 +01:00
Hylke Bons 38e95b8c3c code cleanup 2010-08-01 18:42:09 +01:00
Hylke Bons 693b57963a don't use small text for infomation texts 2010-08-01 18:27:53 +01:00
Hylke Bons 4d80034572 don't add a newline to the global configuration file 2010-08-01 18:17:50 +01:00
Hylke Bons 6a58a5f33f Install user info from global config file after cloning a repo 2010-08-01 18:12:02 +01:00
Hylke Bons beceab0099 add todo 2010-08-01 17:26:23 +01:00
Hylke Bons 59e12dadb4 Remove unneeded source file in sparklediff 2010-08-01 17:18:11 +01:00
Hylke Bons cd179d3d62 Fix some crashes due to calling UI updates from a different thread 2010-08-01 17:01:34 +01:00
Hylke Bons 82c637f5bd Use the secondary text color for information texts instead of hard coding it 2010-08-01 16:41:45 +01:00
Hylke Bons 7e2d804b67 Add a numbered prefix name for cloned folders if the name already exists 2010-08-01 16:31:45 +01:00
Hylke Bons 5ccfe0e3ae Fix moving of repos to the SparkleShare folder when cloning has finished 2010-08-01 15:19:49 +01:00
Hylke Bons b3d7a2bd2e Fix some events not firing and deleting of temporary repos 2010-08-01 13:31:11 +01:00
Alex Hudson 83c39669d7 Fix nautilus install path 2010-07-31 20:21:33 +01:00
Hylke Bons ae96a5c3f8 Add new fetcher class 2010-07-31 20:13:01 +01:00
Hylke Bons 4ebba45193 Add events for cloning and move the main loop to SparkleUI 2010-07-30 10:57:33 +01:00
Hylke Bons 29f831b42d [sparkledialog] remove dialog and move cloning code to sparkleintro 2010-07-29 16:10:14 +01:00
Hylke Bons 756e01d382 [sparkleintro] fix spinner size 2010-07-29 14:47:09 +01:00
Hylke Bons 56fb1445f1 Merge branch 'translations' of ssh://gitorious.org/sparkleshare/sparkleshare into new-add-dialog 2010-07-29 14:11:20 +01:00
Hylke Bons a54adf2a91 Merge branch 'master' of ssh://gitorious.org/sparkleshare/sparkleshare into new-add-dialog 2010-07-29 14:10:57 +01:00
Benjamin Podszun 63ab8a084d Don't crash when the requested icon doesn't exist in theme 2010-07-29 14:03:10 +01:00
Yann Yann c1fcf1dbae 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 3fbbc57800 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 6eae63bf87 Lookup icon filename and load it manually rather than use LoadIcon() 2010-07-29 10:31:06 +01:00
Alex Hudson 1aa9a35d1a 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 2471c4a85e 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 f08d04d9d4 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
wojtech 8f7fb0e442 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 08:18:43 +00:00