Commit graph

3451 commits

Author SHA1 Message Date
Hylke Bons 5d8db49862 add comment for previous commit 2012-09-27 23:02:03 +02:00
Hylke Bons 97e07f8799 linux: workaround for Gtk# bug 2012-09-27 20:49:41 +02:00
Hylke Bons 2c3bfff432 build: change default install path 2012-09-26 17:06:34 +02:00
Hylke Bons 1933927c76 bump version 2012-09-26 16:54:04 +02:00
Hylke Bons 2dd04087fb eventlog html: realign 'Show all' link 2012-09-26 16:18:36 +02:00
Hylke Bons bcf4e32f06 eventlog: Fix some update logic 2012-09-26 16:07:59 +02:00
Hylke Bons 927d49780e build: Update new text file names 2012-09-26 12:17:05 +02:00
Hylke Bons 32de2c828e Update News.txt 2012-09-26 12:15:30 +02:00
Hylke Bons 1f964f5267 statusicon: Fix delay in menu closing when clicking Add... 2012-09-26 12:01:58 +02:00
Hylke Bons 4336c8ef40 Rename hack for previous commit 2012-09-25 21:00:17 +02:00
Hylke Bons 006029f9ac Don't shout 2012-09-25 20:59:31 +02:00
Hylke Bons d07e8bc991 linux spinner: Attempt to fix exception 2012-09-24 23:17:35 +02:00
Hylke Bons bf5f999718 statusicon: Fix default icon on Ubuntu. #988 2012-09-24 22:47:35 +02:00
Hylke Bons dd1ab23c8c eventlog: CSS tweaks 2012-09-24 18:32:46 +02:00
Hylke Bons 505c2c18f1 eventlog: fix some window flashes and controller logic 2012-09-24 18:24:12 +02:00
Hylke Bons ab344dc92c eventlog: css and layout style tweaks 2012-09-24 18:14:42 +02:00
Hylke Bons 8b228fbd3b statusicon: Fix some warnings on Ubuntu. #988 2012-09-24 10:55:24 +02:00
Hylke Bons 911517f4fa linux: Fix compile error. Closes #988 2012-09-24 10:46:30 +02:00
Hylke Bons c3b5cbab7c logger: Don't let the debug log get too big 2012-09-23 12:58:33 +01:00
Hylke Bons 9a7b5b8827 repo git: Fix endless loop when adding empty folders. Closes #967 2012-09-23 12:10:51 +01:00
Hylke Bons 1c156b5e5d repo: Make sure there is always only one buffer/sync thread on file activity. Closes #982 2012-09-22 23:09:36 +01:00
Hylke Bons 0286060d9a repo: don't allow multiple syncs at the same time on startup. Fixes #985 2012-09-22 22:43:40 +01:00
Hylke Bons 321efb4384 Merge pull request #984 from brandondahler/master
Too large commit log causes git to hang
2012-09-22 05:37:34 -07:00
Brandon Dahler c440b70fa2 Fix bug from too large of commit log (introduced 1c8cffd178). 2012-09-21 19:27:26 -05:00
Hylke Bons d971fef6f6 about: Add link to debug log. #981 2012-09-21 18:53:33 +01:00
Hylke Bons 83f08666f2 config: Remove duplicate folders in the rare case they happen. Closes #978 2012-09-21 18:04:55 +01:00
Hylke Bons cf5bdf8ac8 windows: fix compile errors. #974 2012-09-20 10:44:27 +01:00
Hylke Bons 8b24b88d60 config: add back folders_path option. Closes #975 2012-09-20 10:33:49 +01:00
Hylke Bons d543c1db4b statusicon: don't show 0% progress and change error message 2012-09-19 19:57:57 +01:00
Hylke Bons 607e3133ec statusicon: Fix compile errors. Closes #979 2012-09-19 19:57:23 +01:00
Hylke Bons 8eae4f11b4 windows: Update app icon format 2012-09-19 10:28:25 +01:00
Hylke Bons 94806080d2 controller: Remove unused code 2012-09-18 19:46:42 +01:00
Hylke Bons 6fd13c290c Fix broken .ico file. Closes #969 2012-09-18 19:42:23 +01:00
Hylke Bons cb5617c300 statusicon: On sync fail, add error descriptions as submenus. Closes #874 2012-09-18 19:40:06 +01:00
Hylke Bons 06f7a12c72 spinner: Remove unused code 2012-09-17 18:31:50 +01:00
Hylke Bons 284234514f repo git: set remote.origin.url from config.xml on startup. #972 2012-09-17 11:22:42 +01:00
Hylke Bons 93dfffe17a windows: fix build 2012-09-17 09:49:19 +01:00
Hylke Bons b85d9185ad statusicon: Add back ... to status labels 2012-09-16 21:49:55 +01:00
Hylke Bons d53ae07edc mac events: simplify showing/hiding of controls 2012-09-16 17:56:31 +01:00
Hylke Bons 80a5b63595 build: fix warning 2012-09-15 11:22:26 +01:00
Hylke Bons ee5d7436d0 linux: Add new Ubuntu icons 2012-09-15 00:27:22 +01:00
Hylke Bons 3013ef1ee6 windows statusicon: new icons 2012-09-13 18:31:56 +01:00
Hylke Bons fef748e5f1 setup linux: simplify a few lines 2012-09-13 10:23:36 +01:00
Hylke Bons cb61b20c25 Merge branch 'master' of github.com:hbons/SparkleShare 2012-09-10 23:08:34 +01:00
Hylke Bons dce2167ac1 Merge pull request #968 from brandondahler/master
Duplicate subscription to all selected channels upon SparkleListenerTcp connect.
2012-09-10 14:49:39 -07:00
Brandon Dahler 2f50b4e2e0 Fix duplicate unconditional calls to AlsoListenToInternal for all channels 2012-09-10 16:18:04 -05:00
Hylke Bons 203e6cdf61 mac: Fix git import command 2012-09-10 19:41:36 +01:00
Hylke Bons 7c99773dac linux: change status icons 2012-09-10 19:41:21 +01:00
Hylke Bons bc22af1817 Save icon work 2012-09-09 13:25:36 +01:00
Hylke Bons 55a680aa01 Revert "plugins: Fix #953"
This reverts commit 541468dbb2.
2012-09-09 12:07:52 +01:00