Commit graph

2687 commits

Author SHA1 Message Date
Hylke Bons f539810677 listener: Rework disconnect algorithm 2012-02-01 16:28:57 +00:00
Hylke Bons 578d1147aa listener: more code cleanup 2012-01-31 23:27:13 +00:00
Hylke Bons 8e886d5c29 listener: more code cleanup 2012-01-31 23:23:52 +00:00
Hylke Bons 747eac768f listener: more code cleanup 2012-01-31 23:08:23 +00:00
Hylke Bons 62e53ca4bd listener: code cleanup 2012-01-31 22:39:09 +00:00
Hylke Bons 8af28f3b9f fetcher: move exclude rules to base class. Closes #564 2012-01-31 21:30:23 +00:00
Hylke Bons 26963319d6 statusicon: call update method after toggling Quit item 2012-01-29 23:40:07 +00:00
Hylke Bons ee5beecf59 statusicon Fix build 2012-01-29 23:20:20 +00:00
Hylke Bons 5d5712bcd0 Bump version to 0.8.1, update NEWS 2012-01-29 22:15:43 +00:00
Hylke Bons 63653cc9d3 statusicon: disable Quit item whilst syncing. Closes #542 2012-01-29 22:03:54 +00:00
Hylke Bons 71aab302d8 controller: fix error reporting on fetching 2012-01-29 21:32:00 +00:00
Hylke Bons cde35fb34d controller: Detect backend by path suffix 2012-01-29 21:26:26 +00:00
Hylke Bons 60b36a2e35 controller: cleanup 2012-01-29 20:37:39 +00:00
Hylke Bons 2fdad29e0e controller: fix repo loading 2012-01-29 20:33:12 +00:00
Izzy 3bb9dbea24 Aha! There was no Click() event on buttonNext in Windows/SparkleSetup.Designer.cs ! Now I can make it through the initial setup. 2012-01-29 11:18:37 -08:00
Izzy 90699959c3 Make it look for the icon in the correct place, so we don't have multiple copies of it floating around. 2012-01-29 10:53:10 -08:00
Hylke Bons b8cf26d94a controller: dynamically load backend names 2012-01-29 18:45:33 +00:00
Hylke Bons 62c8a1fcb2 fetcher git: fix type. Closes #565 2012-01-29 18:12:43 +00:00
Alejandro Serrano 6f643bfc03 Merge pull request #5 from mkarau/patch-1
Update README.windows.md
2012-01-29 02:36:13 -08:00
Hylke Bons 4d89897267 event log: show repo url upon hovering of the folder name. Closes #544 2012-01-27 00:52:56 +00:00
Hylke Bons 307b7ef0ea Enhance bash path compatibility. Closes #559 2012-01-26 18:30:57 +00:00
Matt 88b178e7d3 Update README.windows.md 2012-01-26 18:35:19 +01:00
Hylke Bons e8857ee3a1 html: style tweaks 2012-01-26 15:39:13 +00:00
Hylke Bons 570afaa208 event log: fix compile error 2012-01-26 14:32:21 +00:00
Hylke Bons e2a9ceb3a7 Fix #534 2012-01-25 21:21:44 +00:00
Hylke Bons 54030de19d fix compile error 2012-01-25 20:33:30 +00:00
Hylke Bons a19bd79975 fix compile error 2012-01-25 20:32:47 +00:00
Hylke Bons dd9b91ce79 fix compile error 2012-01-25 20:28:52 +00:00
Hylke Bons 90270cd0ad fix compile error 2012-01-25 20:25:47 +00:00
Hylke Bons c0ac90e3fe event log: don't depend on string value when checking for the selected row number 2012-01-25 20:12:39 +00:00
Hylke Bons 0cb6cc5d20 event log: add some debug rules 2012-01-25 19:49:56 +00:00
Hylke Bons f892fd9c11 git: always get the url to use from the config.xml. Closes #556 2012-01-25 18:30:57 +00:00
Hylke Bons 86cf28e3ae Merge pull request #558 from shilga/master
fixing #298
2012-01-24 10:44:12 -08:00
Hylke Bons 1ad0b32578 Fix event log on Linux 2012-01-24 15:42:33 +00:00
praktikant 154a4e65bf adapted coding style 2012-01-24 14:46:57 +01:00
praktikant 12f18f34b8 Fixing #298 again first try 2012-01-24 10:47:46 +01:00
Hylke Bons 602ffa2280 Allow ports to be specified once again. Fixes #555 2012-01-23 23:50:54 +00:00
Hylke Bons 7e29ca9cf7 setup: open the correct folder after add 2012-01-23 19:01:04 +00:00
Hylke Bons 5f2c499694 event log: close on pressing CMD+W. Closes #545 2012-01-23 18:47:19 +00:00
Hylke Bons 2f7c4f520a setup: include the correct folder name string in the success header message. Fixes #549 2012-01-23 17:30:26 +00:00
Hylke Bons 42988ab34c bubbles: Changing wording of the conflict bubble. Closes #537 2012-01-22 23:16:28 +00:00
Hylke Bons 052fe42f92 mac: Fix NullReferenceException on start 2012-01-22 20:55:03 +00:00
Bertrand Lorentz 55a4fde485 build: Fix error during "make dist"
Use the pax format for tar, so that we can handle symlinks with long
names. The pax format is still documented as new, but it looks like it's
been in GNU tar for a few years now, so it should be fine.
2012-01-22 20:50:20 +01:00
serras 1048e9fd1c Do not include SmartIrc in installer
Improve installer building
2012-01-22 19:59:46 +01:00
serras 03fe4ae4b6 Specify WiX 3.6 for building installer 2012-01-22 19:49:37 +01:00
Alejandro Serrano d7a2f67abc Merge pull request #3 from wimh/windows-instructions
Build instructions improvement
2012-01-22 10:48:07 -08:00
serras d1b21a2c6a Specify icon for SparkleShare executable
Remove dependency on SmartIrc lib
Fix bug with Icon.resx file
2012-01-22 19:44:30 +01:00
serras b4f68cf838 Added installation images 2012-01-22 19:35:37 +01:00
serras d9c072669a Merge branch 'master' into gettext-cs 2012-01-22 19:19:19 +01:00
Hylke Bons cac518c3c6 mac: update git 2012-01-22 17:29:32 +00:00