Commit graph

43 commits

Author SHA1 Message Date
Hylke Bons 51d9f3fd16 Move Linux UI files to its own folder 2012-03-03 19:43:49 +00:00
Hylke Bons 179b9d612c add invites tcp listener (untested)
Conflicts:

	SparkleShare/Makefile.am
	SparkleShare/SparkleControllerBase.cs
	SparkleShare/SparkleSetup.cs
	SparkleShare/SparkleShare.csproj
2011-12-01 21:16:57 +01:00
Hylke Bons 35f3147c2c fix compile error 2011-11-29 21:24:11 +01:00
Hylke Bons bed2b24fff Open event log on bubble click 2011-10-23 15:31:44 +01:00
Hylke Bons 5a9b7d4ba6 new Add Project dialog, powered by plugins 2011-10-01 23:16:25 +02:00
Hylke Bons d661c184e2 Remove OS detection code, rely on an abstract base controller with similarly named custom controller subclasses for each OS instead. 2011-09-25 22:52:03 +02:00
Hylke Bons 9144a6f52b setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
wimh af965500ed rename SparkleShare.SparkleShare to SparkleShare.Program
naming a class the same as the namespace causes problems
http://blogs.msdn.com/b/ericlippert/archive/2010/03/09/do-not-name-a-class-the-same-as-its-namespace-part-one.aspx
2011-09-03 22:23:45 +02:00
Hylke Bons e0d900c8fe Add String.Combine () extenstion method for long paths. Fixes #298 2011-08-16 14:31:06 +02:00
Hylke Bons 6e7c2db4ba cleanup unused code 2011-07-15 02:10:36 +01:00
Hylke Bons 27629c067e Prettify linux about dialog 2011-07-15 00:59:27 +01:00
Hylke Bons c909eff767 Add about controller to build 2011-07-09 01:53:58 +01:00
Hylke Bons 763dcd1200 save 2011-07-08 22:53:03 +01:00
Hylke Bons 4b74b09f75 Update project and make files 2011-07-08 22:53:03 +01:00
Hylke Bons 2d07900d03 fix make distcheck 2011-06-14 19:17:59 +01:00
Hylke Bons 4727510088 Remove stale SparkleInvitation stuff 2011-05-14 01:15:42 +01:00
Hylke Bons c16b883ab2 Remove obsolete SparkleLink code 2011-05-14 00:22:00 +01:00
Bertrand Lorentz 1e88eab334 Remove GitSharp from the build and delete submodule 2011-04-21 17:15:32 +02:00
Hylke Bons 77627d7bec Linux about dialog 2011-03-14 11:54:03 +00:00
Hylke Bons 767b933cd5 Remove NotifySsharp from solution 2011-03-04 09:05:15 +00:00
Bertrand Lorentz 40de679081 [build] Update sln and csproj files 2010-10-10 15:01:47 +02:00
Bertrand Lorentz 81d1b9c699 Update SparkleShare.csproj 2010-09-11 17:50:40 +02:00
Bertrand Lorentz 19d30b3f42 Move SparklePlatform.cs to SparkleLib 2010-08-02 18:49:24 +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 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
Hylke Bons 50693d9960 Fix some events not firing and deleting of temporary repos 2010-08-01 13:31:11 +01:00
Hylke Bons d8300cdb5c Migrate SparkleDialog to SparkleIntro 2010-07-25 17:41:55 +01:00
Hylke Bons d1523a7fd3 Add FriendFace library 2010-07-17 12:30:17 +01:00
Hylke Bons a881c31c66 Improve startup screen 2010-07-15 20:39:12 +01:00
Steven Harms f377e03790 Fix autostart because pid already exists even though program is not running 2010-06-15 23:42:23 -04: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 5460161b6f update project file 2010-06-11 00:29:04 +01:00
Hylke Bons a55232f29d Actually grab the repo name fro mthe entry in Add dialog 2010-05-19 21:47:43 +01:00
Hylke Bons 44ad4a9b45 remove preferences dialog code 2010-05-19 11:57:47 +01:00
Hylke Bons 45f9610ba3 add basic translation support 2010-05-18 19:40:58 +01:00
Hylke Bons 61a46f8626 move info and options to a preferences window 2010-05-17 13:33:38 +01:00
Hylke Bons f08ce00f7d rereference libs 2010-05-14 14:34:48 +01:00
Hylke Bons b3c68e4ac8 separate dialog class and make field checking work 2010-05-13 23:29:54 +01:00
Hylke Bons dd2a1d4621 add emblem support. but it doesn't work... 2010-05-08 16:41:54 +01:00
Hylke Bons d1d3304fde make add dialog work kinda. restructure 2010-05-06 01:17:00 +01:00
Hylke Bons ed58bab7a2 rename some classes and file 2010-05-05 03:10:09 +01:00
Hylke Bons c626cdfcce rename stuff and add separate bubble class 2010-05-05 01:17:08 +01:00