Commit graph

2648 commits

Author SHA1 Message Date
Hylke Bons 682c086335 invite: update Mac csproj 2011-12-01 21:20:13 +01: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 23fed0359f fetcher git: always create folder for ignore file first. Fixes #460 2011-12-01 19:41:49 +01:00
Hylke Bons 6ad39da458 repo git: also check for number of dirs before creating .empty file 2011-11-30 15:04:56 +01:00
Hylke Bons 1b5b07c195 Fix spaces in git hook 2011-11-30 11:46:54 +01:00
Hylke Bons 608e0e1c97 fix compile error 2011-11-30 11:35:45 +01:00
Hylke Bons 0d38e7ef5e setup: move convenience method to derived class 2011-11-30 11:18:26 +01:00
Hylke Bons 8a0817b8be Merge pull request #455 from carlosmn/master
A few fixes
2011-11-30 02:07:35 -08:00
Carlos Martín Nieto 208851ae17 No need for 4.0 features 2011-11-29 23:03:00 +01:00
Carlos Martín Nieto 989812ce38 Add convenience function to get the selected plugin 2011-11-29 22:44:45 +01:00
Carlos Martín Nieto 77a1ed0fb2 Remove cruft from SparkleShare/Makefile.am
Some filenames are repeated, but aren't a continuation of setting the
variable, so they're useless anyway.
2011-11-29 22:02:58 +01:00
Hylke Bons cd1c9e4bca fix compile error 2011-11-29 21:59:12 +01:00
Hylke Bons 35f3147c2c fix compile error 2011-11-29 21:24:11 +01:00
Hylke Bons 32162294f6 Update NEWS for 0.4.1 release 2011-11-29 20:26:37 +01:00
Hylke Bons 8a39af7924 Update version for 0.4.1 release 2011-11-29 14:27:12 +01:00
Hylke Bons db38ea01e6 Bundle git on mac. Closes #450 #423 2011-11-28 22:55:19 +01:00
Hylke Bons 93bb3b24f7 Merge branch 'migrate-logic' 2011-11-28 20:27:31 +01:00
Hylke Bons 5030933abf setup: Show a warning when the user has a global gitignore. Closes #432 2011-11-28 14:40:34 +01:00
Konstantinos Vaggelakos e13c31c63d Fixed the bugs with the textboxes when selecting different servers 2011-11-28 01:11:23 +01:00
Konstantinos Vaggelakos 07a9ffb621 The window is now not sizable, and has no maximize button. This is a separate commit so that this can be chosen later 2011-11-28 00:53:52 +01:00
Hylke Bons d6cdc28f75 Put mono-(g)mcs in debian install instructions. Closes #447 2011-11-26 18:34:43 +01:00
Konstantinos Vaggelakos 90b0b7232c Fixed the itemheight. Now using the 24x24 icons again 2011-11-20 19:53:14 +01:00
Konstantinos Vaggelakos a7fa005645 Added myself to the AUTHORS file. 2011-11-20 19:17:11 +01:00
Konstantinos Vaggelakos a29180d437 Fixed the logic so that it now works with own server 2011-11-20 18:56:05 +01:00
Konstantinos Vaggelakos dab558c3c0 Added logic for the different options, like checks wheter the necessary info has been entered 2011-11-20 18:53:23 +01:00
Konstantinos Vaggelakos f5a9514c43 Added text for the designer in visual studio. Also added eventhandlers when pressing buttons within textbox ServerEntry and FolderEntry 2011-11-20 18:52:25 +01:00
Konstantinos Vaggelakos b1ebb9b6c4 Add the button eventhandler to buttonSync 2011-11-20 18:21:08 +01:00
Konstantinos Vaggelakos c4646b237a Now supporting translations for the UI 2011-11-20 18:06:24 +01:00
Konstantinos Vaggelakos 81f2ba28af Treeview now focuses on the first choice. Also added better support for translations 2011-11-20 17:58:41 +01:00
Konstantinos Vaggelakos 150c510371 Example text and some other stuff now works 2011-11-20 17:53:43 +01:00
Konstantinos Vaggelakos 5c55404100 Merge remote-tracking branch 'upstream/windows' into windows
Conflicts:
	SparkleShare/Windows/SparkleSetup.cs
2011-11-20 16:34:06 +01:00
Hylke Bons bdb6057e2e Update version number in mac .csproj. Fixes #442 2011-11-20 13:26:54 +00:00
Konstantinos Vaggelakos 0e0e740179 Treeview is now working, without logic though 2011-11-20 13:00:50 +01:00
Konstantinos Vaggelakos 9b45ce37d5 Pushing progress to work on laptop 2011-11-20 11:45:35 +01:00
Hylke Bons 0c5b1ebae2 remove more smartirc references 2011-11-19 14:24:09 +00:00
Hylke Bons bc25f25bbb remove smartirc and related code. Closes #435 2011-11-18 21:40:42 +00:00
Hylke Bons c8d83326a9 remove todo 2011-11-18 21:24:27 +00:00
Hylke Bons c1a3d1ff2c Move SparkleOptions from lib to UI. Remove mercurial code. 2011-11-18 21:16:57 +00:00
Hylke Bons 444082f396 Move FormatMessage to bubbles controller 2011-11-18 20:53:53 +00:00
Hylke Bons a16a829056 setup: move enums up 2011-11-18 16:32:46 +00:00
Hylke Bons 989472802e Move IsValidEmail from program- to setup controller 2011-11-18 02:00:12 +00:00
Hylke Bons 3536b626d4 mac: move logic from setup to its controller, check events instead of timers 2011-11-18 01:52:16 +00:00
Hylke Bons 693a762199 event log: fix compile error 2011-11-17 13:28:27 +00:00
Hylke Bons 10c969f9b1 event log: remove unneeded references 2011-11-17 12:22:55 +00:00
Hylke Bons 977c1694c3 event log: Move more logic to controller and fix opening links with spaces 2011-11-17 12:17:19 +00:00
Hylke Bons 2f6c90420e Update git hook with DNS record and clean up comments 2011-11-16 11:27:13 +00:00
Sascha Lewandowski 24e542c242 Update German translation from Transifex 2011-11-16 10:31:55 +01:00
Sascha Lewandowski 1a512e01e1 Update German translation from Transifex 2011-11-15 12:17:18 +01:00
Claudio Rodrigo Pereyra Diaz d5cde27a0d Sync Spanish (Castilian) translation with Transifex 2011-11-15 12:15:55 +01:00
wimh 2fa6c72fd8 Merge remote-tracking branch 'upstream/master' into windows 2011-11-14 20:50:27 +01:00