Commit graph

2688 commits

Author SHA1 Message Date
Hylke Bons 68934067a9 listener: Use ping mechanism through te socked, instead of an external one 2012-02-01 22:04:58 +00:00
Hylke Bons 17fc8fa920 listener: Rework disconnect algorithm 2012-02-01 16:28:57 +00:00
Hylke Bons 31545c5f12 listener: more code cleanup 2012-01-31 23:27:13 +00:00
Hylke Bons c50f5c62a9 listener: more code cleanup 2012-01-31 23:23:52 +00:00
Hylke Bons 343fdba74b listener: more code cleanup 2012-01-31 23:08:23 +00:00
Hylke Bons 93f0bf3ee6 listener: code cleanup 2012-01-31 22:39:09 +00:00
Hylke Bons 5c32eb370f fetcher: move exclude rules to base class. Closes #564 2012-01-31 21:30:23 +00:00
Hylke Bons 284d712ac7 statusicon: call update method after toggling Quit item 2012-01-29 23:40:07 +00:00
Hylke Bons 0e7f5b45f1 statusicon Fix build 2012-01-29 23:20:20 +00:00
Hylke Bons 186c98f8bd Bump version to 0.8.1, update NEWS 2012-01-29 22:15:43 +00:00
Hylke Bons 61d1695fcb statusicon: disable Quit item whilst syncing. Closes #542 2012-01-29 22:03:54 +00:00
Hylke Bons b804645d6a controller: fix error reporting on fetching 2012-01-29 21:32:00 +00:00
Hylke Bons 217d827f02 controller: Detect backend by path suffix 2012-01-29 21:26:26 +00:00
Hylke Bons 083b93d310 controller: cleanup 2012-01-29 20:37:39 +00:00
Hylke Bons 8cc50596e9 controller: fix repo loading 2012-01-29 20:33:12 +00:00
Izzy ef5a5c04b3 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 c9c40b0482 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 b99b4ac1a3 controller: dynamically load backend names 2012-01-29 18:45:33 +00:00
Hylke Bons 5fad84ed8e fetcher git: fix type. Closes #565 2012-01-29 18:12:43 +00:00
Alejandro Serrano 66c5e46673 Merge pull request #5 from mkarau/patch-1
Update README.windows.md
2012-01-29 02:36:13 -08:00
Hylke Bons 716f5b1f27 event log: show repo url upon hovering of the folder name. Closes #544 2012-01-27 00:52:56 +00:00
Hylke Bons 00208f2830 Enhance bash path compatibility. Closes #559 2012-01-26 18:30:57 +00:00
Matt b62d32ba1e Update README.windows.md 2012-01-26 18:35:19 +01:00
Hylke Bons aa589f7dcb html: style tweaks 2012-01-26 15:39:13 +00:00
Hylke Bons 8f9ac10a0c event log: fix compile error 2012-01-26 14:32:21 +00:00
Hylke Bons 82989fbd2a Fix #534 2012-01-25 21:21:44 +00:00
Hylke Bons a66a373c5b fix compile error 2012-01-25 20:33:30 +00:00
Hylke Bons deb8d6fb55 fix compile error 2012-01-25 20:32:47 +00:00
Hylke Bons f513fc637d fix compile error 2012-01-25 20:28:52 +00:00
Hylke Bons 20a308e914 fix compile error 2012-01-25 20:25:47 +00:00
Hylke Bons 17b2b59670 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 760fdb38c2 event log: add some debug rules 2012-01-25 19:49:56 +00:00
Hylke Bons 8695c6c0b7 git: always get the url to use from the config.xml. Closes #556 2012-01-25 18:30:57 +00:00
Hylke Bons 6bf061b089 Merge pull request #558 from shilga/master
fixing #298
2012-01-24 10:44:12 -08:00
Hylke Bons 879a8de3c5 Fix event log on Linux 2012-01-24 15:42:33 +00:00
praktikant 76360b1819 adapted coding style 2012-01-24 14:46:57 +01:00
praktikant a37a041018 Fixing #298 again first try 2012-01-24 10:47:46 +01:00
Hylke Bons 5ef5107b62 Allow ports to be specified once again. Fixes #555 2012-01-23 23:50:54 +00:00
Hylke Bons 0567919fdc setup: open the correct folder after add 2012-01-23 19:01:04 +00:00
Hylke Bons f725511207 event log: close on pressing CMD+W. Closes #545 2012-01-23 18:47:19 +00:00
Hylke Bons bbd245ac3c setup: include the correct folder name string in the success header message. Fixes #549 2012-01-23 17:30:26 +00:00
Hylke Bons 9fc61e30b5 bubbles: Changing wording of the conflict bubble. Closes #537 2012-01-22 23:16:28 +00:00
Hylke Bons 272fc3b1b8 mac: Fix NullReferenceException on start 2012-01-22 20:55:03 +00:00
Bertrand Lorentz 4e869deac5 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 fb5675e9a8 Do not include SmartIrc in installer
Improve installer building
2012-01-22 19:59:46 +01:00
serras fbd49206d0 Specify WiX 3.6 for building installer 2012-01-22 19:49:37 +01:00
Alejandro Serrano 2c4439245f Merge pull request #3 from wimh/windows-instructions
Build instructions improvement
2012-01-22 10:48:07 -08:00
serras b0242d94d1 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 dd621bb8dc Added installation images 2012-01-22 19:35:37 +01:00
serras a06e58b582 Merge branch 'master' into gettext-cs 2012-01-22 19:19:19 +01:00