Commit graph

2557 commits

Author SHA1 Message Date
Hylke Bons 502d5b4a75 linux: Implement note feature 2015-06-25 23:43:44 +01:00
Hylke Bons 36db11b14a linux ui: Move text colors to more accessible SparkleUI class 2015-06-25 23:32:46 +01:00
Hylke Bons 27e9f4d091 linux: Fix build 2015-06-24 22:52:39 +01:00
Jonathan Haines 662d253303 Remove usage of ServicePointManager.ServerCertificateValidationCallback on Windows 2015-03-23 18:26:43 +11:00
Markus Stoll fbd8738ade Fix packaging for automated build script.
This fix takes care, that the libMonoPosixHelper is properly included and referred to.
2015-02-01 15:44:32 +01:00
Hylke Bons ffd67fbce8 keys: Mention this is a SparkleShare generated key in the comment 2015-01-13 22:21:01 +00:00
michaelcinquin b686046687 fix brew install command in README.md 2015-01-12 21:12:49 +01:00
Hylke Bons 971f7123b5 keys: Bump default key size to 4096 2014-12-31 13:21:46 +01:00
Hylke Bons 1559e0e5fb Update README.md 2014-12-19 17:03:09 +01:00
Hylke Bons 124c882f9b Merge pull request #1584 from BarryThePenguin/pausing-windows
Windows pausing and note creation
2014-12-01 18:03:24 +00:00
Hylke Bons 92c2966a52 Merge pull request #1592 from roktas/fix-underscore-issue
Replace underscores with spaces only if they are in the middle of a word
2014-12-01 11:22:30 +00:00
Markus Stoll 31de21585d Author added
Documentation for building for Mac updated
2014-11-30 22:22:07 +01:00
Recai Oktaş b9520cc019 Replace underscores with spaces only if they are in the middle of a word
This will fix a corner case in which a repository name starts or ends
with underscores.  For example, a repository with a name '_' will be
cloned as ' ' (space only) without this fix.
2014-11-30 01:52:57 +02:00
Markus Stoll 5bece5c274 take care of proper PATH and error handling
add dependencies and build scripts to be able to build all configurations from the solution SparkleShare.sln
the used git binaries are now built from source

build configurations are now:

Debug: with debug symbols and symbol DEBUG defined
Release: without debug symbols, with optimizations, depends on installed Mono framework
ReleaseDist: like Release, but all depending frameworks are merged into one OSX binary, installed Mono framework not needed / used
2014-11-28 10:18:10 +01:00
Markus Stoll 068800ccdc copy NSImage as it will be changed using SetSize 2014-11-25 08:30:09 +01:00
Markus Stoll 65c69a1510 Merge branch 'config_nightly' of https://github.com/markusstoll/SparkleShare into config_nightly
* 'config_nightly' of https://github.com/markusstoll/SparkleShare:
  Fix usage of NSImage - object cannot be reused after setting Size NSImage does the caching for us anyway
  Fix Project settings for Release
2014-11-25 00:33:17 +01:00
Markus Stoll 4b9037d08b Fix project settings - proper definition of Release and Debug settings 2014-11-25 00:32:57 +01:00
Markus Stoll 6e855c8fe3 Fix usage of NSImage - object cannot be reused after setting Size
NSImage does the caching for us anyway
2014-11-25 00:31:02 +01:00
Markus Stoll 34cd608d16 Fix Project settings for Release 2014-11-22 18:55:18 +01:00
Markus Stoll 223339fe92 Fix project settings, enable AfterBuild setting without expection a specific shell 2014-11-22 18:09:02 +01:00
Jonathan Haines 82f23b100c Windows pausing and note creation
- Added note window
- Added BitmapImage helper for Avatar display in note window
- Added "Open folder" menu item to sub folder menu
- Added border radius to avatar
- Added placeholder to note textbox
- Added cancel and sync handlers
- Increased padding in text field
- Decreased button width and spacing to match other SparkleShare buttons
2014-11-22 13:24:53 +11:00
Hylke Bons fe89b373fe mac bubbles: Clean up 2014-11-21 11:31:58 +00:00
Hylke Bons bba9cf2001 mac ui: Integrate new Yosemite folder icon. Closes #1585 2014-11-20 23:16:58 +00:00
Sam Hewitt d0e31f2326 Added new icon for Mac Yosemite+ 2014-11-20 17:37:15 -05:00
Hylke Bons 3a95aa11f1 avatars: Use more reliable LastWriteTime to determine whether the avatar needs refetching 2014-11-16 14:35:24 +00:00
Hylke Bons baececd569 avatars: Fix #1576 2014-11-11 18:08:30 +00:00
Hylke Bons 106fbef51b plugins: Spell GitHub properly 2014-11-11 18:07:34 +00:00
Hylke Bons 9432644e45 Merge pull request #1567 from Silvenga/master
Improved Icon Menu Handling
2014-11-08 22:06:35 +00:00
Jonathan Haines 2c77200e03 Use LastWriteTime instead of CreationTime 2014-11-09 08:42:27 +11:00
Mark Lopez 013fa89ce4 Removed P/Invokes, now uses native ContextMenu handling. 2014-11-08 14:09:01 -07:00
Hylke Bons fe286afc12 mac setup: Fix font on error page 2014-11-07 20:05:14 +00:00
Hylke Bons 6367be7d9b eventlog: Add todo 2014-11-07 20:04:18 +00:00
Hylke Bons 175ab1fcbc repo: Fix crash due to last timestamp being empty when adding a new empty project 2014-11-07 16:55:25 +00:00
Hylke Bons 5cd196dad0 avatars: Fix redownloading of avatar every time 2014-11-07 13:55:36 +00:00
Hylke Bons 6d0f63d515 ui avatars: Gravatar also supports GIFs 2014-11-07 11:23:03 +00:00
Jonathan Haines 5fbf5faedf Removed magic string 2014-11-07 11:23:08 +11:00
Jonathan Haines 2e7f76d6fc Retrieve Gravatars by mime-type
Old avatars will eventually be purged by the delete method
2014-11-07 11:16:24 +11:00
Hylke Bons 4789bf91c2 Merge pull request #1569 from BarryThePenguin/windows-debug
windows: Add Debug configuration
2014-11-06 22:21:01 +00:00
Jonathan Haines eb298ce0de Uncommented section. Removed clickhandlers. Added FIXME 2014-11-07 09:09:34 +11:00
Hylke Bons d23ce07254 mac ui: Change font based on Mac OS version 2014-11-06 21:17:41 +00:00
Hylke Bons 51a9e19250 mac ui: Make Recent Changes window look good on Yosemite 2014-11-06 19:45:22 +00:00
Hylke Bons ae9cd8376d eventlog: Line up file names that don't have a history 2014-11-06 19:39:22 +00:00
Hylke Bons da6bd03491 mac ui: Make Note dialogue look good on Yosemite 2014-11-06 18:46:07 +00:00
Hylke Bons 19a10f3d52 mac ui: Make About dialogue look good on Yosemite 2014-11-06 18:40:18 +00:00
Hylke Bons fad6a6dd77 mac statusicon: Let the toolkit colour the icon 2014-11-06 18:39:31 +00:00
Hylke Bons 320c74c9f4 statusicon: Limit paused unsynced items list to 10 2014-11-05 13:21:18 +00:00
Jonathan Haines 95dfeee9b0 Added Debug configuration
- Linked SparkleLib and SparkleLib.Git projects for windows
- Added ThreadException handling to SparkleUI
2014-11-05 10:51:51 +11:00
Hylke Bons bfa3dd2bec windows: Fix folders sometimes not opening. Closes #1441 2014-11-04 21:12:51 +00:00
Hylke Bons 0ee6622895 eventlog controller: Get history of UTF-8 file path. Fixes #1532 2014-11-04 11:06:06 +00:00
Hylke Bons 51b658dc33 event log: Disable horizontal scrolling 2014-11-04 11:05:14 +00:00
Hylke Bons 2600f8a43f linux note: Add template for Linux UI for adding a note 2014-11-02 13:23:32 +00:00
Hylke Bons 9a4373c834 mac: Add UI for custom commit message 2014-11-01 22:55:42 +00:00
Hylke Bons 9c4626189e Fix text balloon images 2014-11-01 22:29:24 +00:00
Hylke Bons 8da4978741 statusicon: Show count of paused projects when there are some 2014-11-01 22:10:05 +00:00
Hylke Bons 049f4b3444 controller: Add note logic 2014-11-01 20:08:40 +00:00
Hylke Bons ea4e2d7840 statusicon controller: Remove redundant method and add note logic 2014-11-01 20:08:19 +00:00
Hylke Bons 110d1b9390 Add text balloon images for note dialog 2014-11-01 20:07:19 +00:00
Hylke Bons b0df5bc628 repo git: Handle quotes in commit messages correctly 2014-11-01 20:05:10 +00:00
Hylke Bons e1342b7a4f linux: Fix compile error 2014-11-01 14:00:06 +00:00
Hylke Bons d4d6ec48bc windows statusicon: Implement per repo status and resume 2014-10-31 23:08:35 +00:00
Hylke Bons ee5f6e862e linux statusicon: Implement per repo status and resume 2014-10-31 20:32:28 +00:00
Hylke Bons 0d5188c160 controller: Simplify repo list handling 2014-10-31 16:30:16 +00:00
Hylke Bons edb6b9f0ff mac watcher: Simplify repo trigger on activity 2014-10-31 16:30:16 +00:00
Markus Stoll 778490580f coding style 2014-10-31 16:30:16 +00:00
Markus Stoll c26dc8318f the mac file watcher gets a list of changed paths
this change does propagate the complete list of changes
2014-10-31 16:30:16 +00:00
Hylke Bons f303a1ea8f statusicon: Fix status message updates on sync 2014-10-31 11:44:06 +00:00
Hylke Bons a3ebfb8e55 statusicon: Fix resume from pause 2014-10-31 11:01:03 +00:00
Hylke Bons e04d2957f8 mac statusicon: Implement per repo status and pausing 2014-10-30 19:40:53 +00:00
Hylke Bons b6ea49f059 Bump version to 1.5 2014-10-30 19:00:46 +00:00
Hylke Bons b37cb71a3e statusicon controller: Wrap all useful project info into a wrapper object 2014-10-29 19:17:07 +00:00
Wisdom Wolf a7baf01e63 Corrected msysGit link 2014-09-15 16:40:46 -04:00
Hylke Bons 39d016ec4b Revert "fetcher git crypto: Send password to openssl command through stdin. Closes #1443"
This reverts commit e903b8c5a9.

Conflicts:
	SparkleLib/Git/SparkleFetcherGit.cs
2014-07-27 16:22:28 +02:00
Hylke Bons 2b789e1e4c linux setup: Fix inconsistent phrasing 2014-07-27 15:48:54 +02:00
Hylke Bons 2c255ad7a6 main: Simplify uncaught exception handling. #1539 2014-07-27 14:34:59 +02:00
Hylke Bons 3fd5e7cd0d Merge pull request #1539 from markusstoll/exceptionhandler
catch unhandled exceptions
2014-07-27 14:25:20 +02:00
Hylke Bons 6d05c5e026 setup: Accept emails with longer TLDs. Fixes #1540 2014-07-23 19:03:16 +01:00
Markus Stoll e6109545fb coding style 2014-07-20 11:14:30 +02:00
Markus Stoll 3c54482248 Catch all unhandled Exceptions 2014-07-20 11:12:22 +02:00
Hylke Bons 7eae9590d6 ui: Fix coding style for #1536 2014-07-15 10:02:21 +01:00
Markus Stoll 6b8e52f789 Ensure that "this.menu.Delegate" is NOT called fron non mainthread
This was a reason for SparkleShare to crash under OSX
2014-07-14 11:42:28 +02:00
Hylke Bons 51aa2bf89c mac ui: Remove dock icon and force windows on top. #30 2014-07-04 21:37:00 +02:00
Carsten Brandt d1a3ce6e77 Update SparkleAboutController.cs
Fixed link to the authors.txt file.
2014-05-19 14:00:18 +02:00
Hylke Bons 363533d930 windows eventlog: Fix font 2014-05-08 22:32:48 -07:00
Hylke Bons 685a8c53b3 avatars: Update gravatar.com certificate fingerprint 2014-05-08 22:27:51 -07:00
Hylke Bons 8aee80d876 windows eventlog: Fix coding style and merge #1439 2014-05-08 22:23:09 -07:00
Hylke Bons 7dbd7c9a86 Merge branch 'ResizeChangesWindow' of https://github.com/freakinpenguin/SparkleShare 2014-05-08 21:25:51 -07:00
Hylke Bons 71786e9a33 windows about: Fix window and graphic size 2014-05-08 21:20:55 -07:00
Hylke Bons 315252b29d controller: Generate new keys when missing. Fixes #1498 2014-04-26 15:00:34 +01:00
Hylke Bons cc3d802900 windows: Use less common name for tmp pixmaps folder. Closes #1499 2014-04-26 11:51:06 +01:00
Hylke Bons 5f94cdc539 statusicon setup: Warn about incompatible versions, fetch history by default in Linux. #1478 2014-04-22 10:28:50 +01:00
Hylke Bons a9316f546c Update README.md 2014-04-20 13:09:08 +01:00
Hylke Bons dd2eabacf9 ui: Show even log when app icon is clicked and there are no other windows 2014-04-19 16:00:04 +01:00
Hylke Bons da0c70e8ea bubbles: Less 'disturbing' message on collisions 2014-04-19 11:26:47 +01:00
Hylke Bons 26cd7357da avatars: Update SSL certificate fingerprint for Gravatar 2014-04-14 16:51:50 +01:00
Hylke Bons 8f21fd5650 linux: Update Readme with Git version number requirement. #1478 2014-04-04 16:38:46 +02:00
Hylke Bons c0486093fe linux: Fix crash when we can't get the username. Closes #1472 2014-03-03 11:42:11 +00:00
Hylke Bons 89032792dc Logo update 2013-12-11 11:38:30 +01:00
Hylke Bons 765fe05f81 fetcher git crypto: Send password to openssl command through stdin. Closes #1443 2013-12-06 23:38:12 +00:00
freakinpenguin f63b805c7e Added resizing to RecentChangesWindow 2013-12-03 18:08:24 +01:00
Hylke Bons b08a721866 controller: Update message shown on conflicts 2013-12-02 20:47:50 +00:00
Hylke Bons d5423d1888 Reduce file sizes of images once again 2013-12-02 17:02:46 +00:00
Hylke Bons f122c09b08 mac about: Fix background image stretch 2013-12-02 16:51:14 +00:00
Hylke Bons 032b8db8c2 Bump version to 1.4 2013-12-02 15:37:26 +00:00
Hylke Bons f08e794ab1 event log: Show disclosure triangle next to timestamps. Closes #1417 2013-12-02 14:52:14 +00:00
Hylke Bons 53e3522961 windows setup: Set focus on password field on crypto pages 2013-12-01 22:56:08 +00:00
Hylke Bons d904f0f542 mac setup: Set focus on password field on crypto pages 2013-12-01 22:52:45 +00:00
Hylke Bons 0ae1c77472 mac, linux: Show a notification after trying to reopen the app twice 2013-12-01 13:29:35 +00:00
Hylke Bons 99ddc31652 Make GNOME 3 instructions the default way to build 2013-12-01 12:20:42 +00:00
Hylke Bons e3b6e6109e windows controller: Don't crash on failed clipboard copy. closes #1437 #1438 2013-12-01 11:33:51 +00:00
ouille f384c87009 Syntax Error corrected. 2013-11-20 23:09:43 +01:00
Mark Lopez ea5601f71e Fix missing dependency image, partial revert of commit 9c8b7b72b0 2013-11-19 08:22:24 -07:00
Hylke Bons 040285dcca Update README.GNOME3.md 2013-11-09 11:04:48 +00:00
Hylke Bons f6f4472733 Update README.GNOME3.md 2013-11-09 11:04:12 +00:00
Hylke Bons f9f89cfa29 Update README.GNOME3.md 2013-11-09 11:01:34 +00:00
Hylke Bons f83cfd73cc Update README.GNOME3.md 2013-11-09 11:00:09 +00:00
Hylke Bons 12d98a30f8 Update README.GNOME3.md 2013-11-09 10:57:03 +00:00
Hylke Bons 71ba00a0e7 Update README.GNOME3.md 2013-11-09 10:56:35 +00:00
Hylke Bons a47b8cf924 Update README.GNOME3.md 2013-11-09 10:55:11 +00:00
Hylke Bons f393d28243 Update README.GNOME3.md 2013-10-27 08:17:48 +00:00
Hylke Bons 4897c698ad Merge branch 'GNOME3'
Conflicts:
	SparkleShare/Linux/SparkleEventLog.cs
	SparkleShare/Linux/SparkleStatusIcon.cs
2013-10-27 00:25:23 +02:00
Hylke Bons ec03fed186 gnome: Simplify launch script now that we're using GtkApplication 2013-10-14 14:14:13 +02:00
Hylke Bons edee2eec69 gnome ui: Use GtkApplication to manage instances and set titles and icon 2013-10-14 13:50:19 +02:00
Hylke Bons 4a9d340a9a mac setup: Always focus on plugin in table view 2013-10-12 22:16:55 +02:00
Hylke Bons 81939b4bb9 gnome about: Remove hacky implementation of links 2013-10-12 19:12:33 +02:00
Hylke Bons dbf1367b22 gnome setup: Set focus on address entry by default 2013-10-12 17:34:11 +02:00
Hylke Bons ae2c11fc71 gnome setup: After failed add, scroll list to selected plugin 2013-10-12 15:20:41 +02:00
Hylke Bons 0a8647900a gnome helpers: No need to hardcode icon search paths anymore 2013-10-12 01:05:20 +02:00
Hylke Bons 7562e95099 gnome setup: Remove TODO item 2013-10-11 23:49:35 +02:00
Hylke Bons 161d18e3c3 gnome setup: Fix text color of unfocused treeview selections 2013-10-11 23:36:32 +02:00
Hylke Bons c57cf08f74 statusicon: Don't offer toggle notifications item on GNOME 2013-10-11 22:37:26 +02:00
Hylke Bons b1441ba453 gnome bubbles: Call notifications from the main thread. #1362
Conflicts:
	SparkleShare/Linux/SparkleBubbles.cs
2013-10-11 22:01:49 +02:00
Hylke Bons 34e4afa806 gnome bubbles: Call notifications from the main thread. #1362 2013-10-11 21:57:41 +02:00
Hylke Bons b1d8cccd1c gnome setup: Allow use of arrow keys in plugin list 2013-10-11 16:06:42 +02:00
Hylke Bons b8df54527a gnome setupwindow: Clean up 2013-10-11 14:59:47 +02:00
Hylke Bons bba722c918 gnome eventlog: Improve layout style 2013-10-11 12:33:49 +02:00
Hylke Bons 110a53f3bb linux eventlog: Always open event log in the same place 2013-10-11 11:36:19 +02:00
Hylke Bons b97d0057c4 linux eventlog: Fix annoying flickering of the WebView
Conflicts:
	SparkleShare/Linux/SparkleEventLog.cs
2013-10-11 00:21:29 +02:00
Hylke Bons 8f2f356ea4 linux eventlog: Fix annoying flickering of the WebView 2013-10-11 00:15:10 +02:00
Hylke Bons 8087c37863 linux about: Fix layout and use StyleContexts 2013-10-10 23:18:19 +02:00
Hylke Bons 6f5941705e statusicon: Fix compile error 2013-10-10 18:19:59 +02:00
Hylke Bons 33b00f6a2c Remove unused references 2013-10-10 18:00:02 +02:00
Hylke Bons 66504ef043 build: Remove webkitgtk hack 2013-10-10 17:49:36 +02:00
Hylke Bons 94b7877f6d Add hacks to build on my machine 2013-10-10 17:42:34 +02:00
Hylke Bons fffa7161c6 Merge branch 'GNOME3' of https://github.com/hbons/SparkleShare into GNOME3 2013-10-10 17:35:10 +02:00
Hylke Bons 85126322cf build: Bump webkitgtk-sharp requirement 2013-10-10 17:34:59 +02:00
Hylke Bons ec351aed1c Update README.GNOME3.md 2013-10-10 17:27:08 +02:00
Hylke Bons 15345ea898 Update README.GNOME3.md 2013-10-10 17:26:06 +02:00
Hylke Bons d150a12812 readme: whitespace 2013-10-10 17:19:28 +02:00
Hylke Bons 79bc65c429 build: Sort list in makefile 2013-10-10 17:14:58 +02:00
Hylke Bons 897b4b4f02 Add GNOME 3 build instructions 2013-10-10 17:08:07 +02:00
Hylke Bons 44c5d24f35 eventlog: Use new WebKit bindings and clean up 2013-10-10 16:09:22 +02:00
Hylke Bons cfb7a519e6 setup window: Clean up class 2013-10-10 16:03:31 +02:00
Hylke Bons c263703300 about: Clean up class 2013-10-10 15:16:31 +02:00
Hylke Bons 485e12b8ae linux statusicon: Simplify status icon allocation
Conflicts:
	SparkleShare/Linux/SparkleStatusIcon.cs
2013-10-10 13:07:57 +02:00
Hylke Bons d4a39b5a89 linux statusicon: Simplify status icon allocation 2013-10-10 13:06:16 +02:00
Hylke Bons f3decdc503 statusicon: No need to update the whole menu when just changing status 2013-10-10 12:22:05 +02:00
Hylke Bons ff727ed834 statusicon: No need to update the whole menu when just changing status 2013-10-10 12:21:32 +02:00
Hylke Bons f441a26399 setup: Fix treeview selection resetting after failed add 2013-10-10 00:38:12 +02:00
Hylke Bons 2c9308f489 windows setup: Focus on email field if name is already filled in 2013-10-09 20:42:13 +02:00
Hylke Bons 266d827a43 mac setup: Focus on email field if name is already filled in 2013-10-09 20:42:13 +02:00
Hylke Bons a66063f970 windows setup: Focus on email field if name is already filled in 2013-10-09 20:37:23 +02:00
Hylke Bons 6c4638cf7b mac setup: Focus on email field if name is already filled in 2013-10-09 20:34:10 +02:00
Hylke Bons 6fae6d892d setup: Focus on entry fields on first start 2013-10-09 20:14:18 +02:00
Hylke Bons 9d0bc1b7f1 setup: Set focus on entry when asking for a password 2013-10-09 20:02:46 +02:00
Hylke Bons f80e699194 build: Bump version to 1.3 2013-10-09 18:36:34 +02:00
Hylke Bons aa8b1fcaf9 setup: Nicer spacing of the treeview 2013-10-09 18:34:42 +02:00
Hylke Bons e9b88bb8a7 Various theme fixes 2013-10-09 18:05:48 +02:00
Hylke Bons c026eefdda build: Use libappindicator GTK+3 bindings 2013-10-09 15:23:33 +02:00
Hylke Bons d239cf56a4 eventlog: Remove spinner code and use GTK+3's native spinner 2013-10-09 12:58:14 +02:00
Hylke Bons 3c2efa090d eventlog: Fix content area background color 2013-10-09 12:18:24 +02:00
Hylke Bons e0be27c1e2 about: Fix scaling when using different fonts and a11y mode. Closes #1211 2013-10-09 11:49:39 +02:00
Hylke Bons 29d7d7a24e setup: Remove debug lines 2013-10-09 11:47:59 +02:00
Hylke Bons 7fd7c6ee46 setup: Fix some style issues 2013-10-09 11:33:12 +02:00
Hylke Bons 02b3041893 eventlog: Fix temporary warning 2013-10-09 11:32:13 +02:00
Hylke Bons 1c6f86c085 Re-enable notify-sharp 2013-10-09 10:48:07 +02:00
Hylke Bons 099cb94bc7 ui: Port all the things to GTK+3 2013-10-08 20:18:53 +02:00
Hylke Bons 0e48708ffd Temporarily disable dependencies that require GTK+2 2013-10-08 18:40:37 +02:00
Hylke Bons b71ac02dd9 windows setup: Tweak position of progress label 2013-10-06 23:40:55 +01:00
Hylke Bons 73c84eaac2 linux setup: Show download speed when adding projects 2013-10-06 23:22:51 +01:00
Hylke Bons d4c8efccbb statusicon: Add temporary hack to always reflect the right status 2013-10-06 22:56:33 +01:00
Hylke Bons fe87441ae6 linux eventlog: Minimum size for the window 2013-10-06 18:23:05 +01:00
Hylke Bons ba08da2803 Merge pull request #1397 from leighman/master
Fix 'Recent Changes' dialog placement
2013-10-06 10:12:52 -07:00
Hylke Bons 0544c312c4 update Appdata file descriptions. #1393 2013-10-06 17:17:41 +01:00
Jack Leigh 30bd28fa43 Fix 'Recent Changes' dialog placement
On multi-monitor setups this was messed up, especially if one monitor
is below the other. Now get dimensions of 1st monitor and place based
on those. Preserve existing (strange?) placement logic.
Use SetDefaultSize rather than SetSizeRequest to allow resizing.
2013-09-28 17:55:20 +01:00
Nikos Roussos 361d94c2e7 Add comment to .desktop 2013-09-19 11:52:29 +03:00
Nikos Roussos 0413f0684e Add appdata file 2013-09-13 20:15:55 +03:00
Hylke Bons d5846e20dd linux setup: Fix compile error 2013-08-28 11:23:12 +02:00
Hylke Bons 45e00887b5 setup: More verbose download status messages 2013-08-26 23:13:57 +02:00
Hylke Bons ca7e8b7786 controller: Write OS and SparkleShare version to debug log on start 2013-08-26 21:51:58 +02:00
Jonathan Haines 6e84d6f5b3 setup fetcher: Show download speed on windows 2013-08-26 21:51:46 +10:00
Hylke Bons 452dc783e4 setup fetcher: Show download speed on initial project fetch. #1361 2013-08-25 18:46:06 +02:00
Hylke Bons 0f36b3c412 linux bubbles: add debug information for #1362 2013-08-21 22:30:02 +02:00
Hylke Bons fe1b8e88cb linux eventlog: Ask for confirmation when overwriting an existing file when restoring. #1336 2013-07-11 10:09:13 +01:00
MPW1412 f6be4a8e81 version updates and specified the instructions 2013-07-10 21:25:13 +02:00
Hylke Bons 38e4f26ed6 event log: Allow restoring files with 'special' characters. Fixes #1330 2013-07-10 19:39:20 +01:00
Hylke Bons 7955f10826 event log: Fix crash when using default avatar. Closes #1331 2013-07-10 17:09:15 +01:00
Hylke Bons a0677e753b setup: Fix grammar, punctuation and inconsistencies 2013-07-06 16:49:41 +01:00
Hylke Bons 5d16bea631 mac eventlog: Hack for making the web view always disappear 2013-07-02 17:40:24 +01:00
tuxmartin b2b309afeb Next part of czech translation. 2013-07-01 01:16:24 +02:00
Hylke Bons 9226241439 linux plugins: Fix 'Planio' plugin showing up as 'Gitorious' 2013-06-30 22:42:54 +01:00
Hylke Bons f5ca51dcff Fix build 2013-06-30 22:19:23 +01:00
Hylke Bons 9ae4a816bf setup: Clear all fields after completed Add action 2013-06-30 17:26:40 +01:00
Hylke Bons 3675d2a449 controller: Move avatar logic to its own class 2013-06-30 16:54:04 +01:00
Hylke Bons b4fabcf944 controller: Move cloned folder deletion logic to fetcher 2013-06-30 15:48:35 +01:00
Hylke Bons 7a54657ee7 Compress image files 2013-06-29 11:50:11 +01:00
Hylke Bons f858572ee1 Fix coding style 2013-06-26 10:11:03 +01:00
Hylke Bons e1b24b7ee2 mac setup: Update comment for version check 2013-06-26 09:58:39 +01:00
Hylke Bons 6741229b9e mac setup: determine hi-res display only in Lion or later 2013-06-26 09:56:34 +01:00
Julien Villers ac656d90e6 windows: Fixed compilation.
SparkleLib.SparkleGit => SparkleLib.Git
Added project reference.
2013-06-25 16:04:29 +02:00
Jo Shields 0bb6e13d12 Add support for startup scanning of invites.
This commit makes SparkleShare check its config directory for
invite XML files on startup, rather than only when the Filesystem
watcher is alerted to a new file being created.
2013-06-24 15:06:21 +01:00
Hylke Bons fd163a0c93 Merge branch 'tortoise'
Conflicts:
	SparkleLib/Git/SparkleGit.cs
	SparkleLib/SparkleFetcherSSH.cs
	SparkleShare/SparkleControllerBase.cs
2013-06-23 10:03:09 +01:00
Hylke Bons ea34e96806 windows: Fix GIT_SSH path to ssh.exe 2013-06-23 09:58:55 +01:00
Hylke Bons 064fe7f00d windows: use forwards slashes whem importing key on domain account. #1263 2013-06-17 16:12:50 +01:00
Francois Truphemus (melchips) ef7489e67d Fix for compilation issue on GNU/Linux with misspelled SparkleLogger object 2013-06-16 23:38:17 +02:00
Hylke Bons ff06b617a4 Bump version and update news 2013-06-13 23:32:29 +01:00
Hylke Bons a636561bfc invites mac: Start SparkleShare after opening invites 2013-06-13 18:36:31 +01:00
Hylke Bons 11f80df99f invites: make temporary invite files invisible 2013-06-13 17:58:18 +01:00
Jo Shields 59d5a55635 Add missing / from sed in "sparkleshare open" 2013-06-13 15:23:26 +01:00
Jo Shields d674ccbcb7 Add quoting to invocation of sed in "sparkleshare open" to avoid
sed: -e expression #1, char 18: unknown option to `s'
2013-06-13 14:07:51 +01:00
Hylke Bons c398e3d533 mac: Reposition the Events windows nicer when opening 2013-06-10 16:06:08 +01:00
Hylke Bons 72a304436a setup: Fix path being saved where it shouldn't after closing window 2013-06-10 15:26:13 +01:00
Hylke Bons 65aa964e76 windows: Don't crash and show a warning when FIPS is enabled. Closes #1298 2013-06-01 20:54:01 +01:00
Hylke Bons a95cd59f53 build: Adjust version bump script to include Mac Info.plist. Closes #1297 2013-06-01 16:37:32 +01:00
Hylke Bons 4086b951f2 linux bubbles: Add debug info, don't fail silently. #1299 2013-06-01 11:12:44 +01:00
Hylke Bons 02e6567fdc repo: Fix race condition causing the statusicon to report an error where there isn't one 2013-05-30 13:05:50 +01:00
Hylke Bons 10900d1d5b Merge pull request #1296 from mortenn/master
Fix invite url breakage in third party applications
2013-05-30 02:27:28 -07:00
Morten Nilsen ecf7066040 Fix broken URLs from calling applications 2013-05-30 11:11:56 +02:00
Hylke Bons 98a90170d8 Merge pull request #1294 from mortenn/master
Hide console window when clicking invite links
2013-05-30 01:31:10 -07:00
Morten Nilsen 92b96c2318 Do not show console window when clicking links 2013-05-30 07:40:42 +02:00
Hylke Bons 3fc8251a9b build: Remove System.Web 2013-05-29 10:13:26 +01:00
Morten Nilsen 90a7107152 Fix for issue #1285 2013-05-29 10:38:56 +02:00
Hylke Bons f82a7b9bfc setup: Mention Client ID more explicitly on error page. Closes #1227 2013-05-28 00:01:18 +01:00
Hylke Bons 384ea84f62 setup: Reset plugin selection after closing window 2013-05-27 23:54:02 +01:00
Hylke Bons d03b129476 setup controller: Remove old code 2013-05-27 23:04:30 +01:00
Hylke Bons 226bfeab5d about: Fix version check 2013-05-27 18:54:42 +01:00
Hylke Bons 19bc986f79 setup: enable Client ID in status icon after key has been created 2013-05-26 13:44:57 +01:00
Hylke Bons 4b61010e5e Update invite test page with new scheme 2013-05-26 13:19:51 +01:00
Hylke Bons a196cce3f3 invites: use new url scheme on all platforms. #1283 2013-05-26 13:18:23 +01:00
Hylke Bons 34838047a0 mac: Change invite scheme to sparkleshare://addProject/. #1283 2013-05-26 13:13:01 +01:00
Hylke Bons f6be604ed3 setup: Allow spaces in the middle of passwords. closes #1278 2013-05-21 19:17:10 +01:00
Hylke Bons 56e8857678 mac setup: Make sure to update list after adding new plugin 2013-05-21 19:16:18 +01:00
Hylke Bons b26d1b1d55 invite: encode url data before posting it. closes #1285 2013-05-15 17:16:17 +01:00
Hylke Bons 88784dd080 fix build 2013-05-14 21:12:15 +01:00
Hylke Bons c6bb64cf96 windows keys: add more debug info for #1263 2013-05-04 18:08:31 -04:00
Gerard Walace cac827e5f0 - Mono/.Net diff : A little change in the code in order to work with a .net Build.
It seems (not tried) that the Mono Directory.GetFiles return an array of file_names.
A .net compiler return an array of file_paths.
2013-03-25 12:10:02 +01:00
Hylke Bons ac879068e5 fetcher: create separate Base, SSH, and Git classes. cleaner abstraction. 2013-03-24 23:52:05 +01:00
Gerard Walace 0f7fae628e - windows : fix build (on windows) 2013-03-24 23:41:01 +01:00
Hylke Bons fee24420c7 plugins: respect the Backend element. closes #1224 2013-03-23 18:48:47 +01:00
Hylke Bons e7dd253db9 windows: fix build 2013-03-18 12:35:06 +01:00
Hylke Bons 7bfa8537bd windows: fix build 2013-03-18 11:51:14 +01:00