Commit graph

3296 commits

Author SHA1 Message Date
Hylke Bons 10c6e2f5b3 make 2012-06-17 21:56:27 +01:00
Carlos Martín Nieto 2acc3a0e95 po: remove SparkleShare/SparkleOptions.cs from the list
It was removed from the tree, but not from the i18n files
2012-06-17 15:51:14 +02:00
Hylke Bons 4123169544 mac eventlog: allow smaller sizes than relative initial size 2012-06-17 01:10:22 +01:00
Hylke Bons 50109961d3 html: tweak change icon positions 2012-06-17 01:02:41 +01:00
Hylke Bons 39273b1ad8 remove unused images 2012-06-17 00:53:14 +01:00
Hylke Bons 3cd210d44c mac eventlog: make window resizable 2012-06-17 00:24:30 +01:00
Hylke Bons bf15b2e581 linux: fix build 2012-06-16 11:46:37 +01:00
Hylke Bons a7ab23da72 Simplify command line argument parsing 2012-06-15 13:08:13 +01:00
Hylke Bons febc13d4f4 Allow apostrophes and single quotes in folder names, but don't allow double quotes. Fixes #787 2012-06-14 13:54:59 +01:00
Hylke Bons 1720984e5a Refactor adding of (empty) repos. Fixes #773 2012-06-10 23:56:39 +01:00
Hylke Bons 92fdcbec17 repo: more cleanup 2012-06-10 11:57:31 +01:00
Hylke Bons e0ee50d392 repo: Simplify watch toggling mechanism 2012-06-10 11:03:03 +01:00
Hylke Bons 0a01b90a32 repo: Simplify local change detection code using a single thread 2012-06-10 01:16:28 +01:00
Hylke Bons a51e30e486 Tweak some debug output 2012-06-09 16:27:34 +01:00
Hylke Bons 966a1eae0b Fix some whitespace 2012-06-07 14:57:11 +01:00
Hylke Bons 2bee090694 Merge pull request #781 from carlosmn/rev-parse
SparkleLib: Use rev-parse HEAD to determine latest commit
2012-06-07 06:56:41 -07:00
Carlos Martín Nieto 896abe97da SparkleLib: Use rev-parse HEAD to determine latest commit
While `git log -1 --format=%H` does show the same data, it needs to
start up the revision walking machinery just to show the latest
commit's hash. `git rev-parse HEAD` tells us this commit's hash
without doing all the extra work.
2012-06-07 15:42:59 +02:00
Hylke Bons 9c86a44003 Merge pull request #780 from carlosmn/distcheck
Distcheck fixes
2012-06-07 04:07:42 -07:00
Carlos Martín Nieto 591e605298 Don't run update-desktop-database on an empty directory
During a distcheck, update-desktop-database creates a cache file whcih
we can't remove in a sane manner. The left-over file makes distcheck
fail.

Run update-desktop-database only if there is already a default list in
that directory. This stops it from running when doing "make install"
into an empty directory.

[Originally from banshee's 60e674ba90c (2012-05-31; Bertrand Lorentz;
build: Don't run update-desktop-database in an empty folder)]
2012-06-07 13:01:28 +02:00
Carlos Martín Nieto 781d46b3be Add NEWS and README.md to EXTRA_DIST 2012-06-07 00:43:12 +02:00
Carlos Martín Nieto 5ea7b4b02e Add ssnet to POTFILES.in 2012-06-07 00:39:32 +02:00
Hylke Bons 6015409db3 setup controller: Fix Add page not showing up when tutorial was finished. Closes #777 2012-06-06 10:58:27 +01:00
Hylke Bons 61646027dc statusicon: show size instead of size + history size. Fixes #776 2012-06-05 15:14:58 +01:00
Hylke Bons 241d412afe controller: strip '.local' from computer name generated key comment 2012-06-03 11:47:03 +01:00
Hylke Bons dcfd29b3a3 windows: always overwrite %HOME%. See #697 2012-06-02 18:15:29 +01:00
Hylke Bons 58faf2bf6e windows: use SpecialFolder.UserProfile to get the user's home. See #697 2012-06-02 11:21:34 +01:00
Hylke Bons 8d02fe88ba Add desktop-file-utils to build requirements (to install protocol handler). Closes #771 2012-06-01 16:01:24 +01:00
Hylke Bons 143bc8af92 statusicon: Fix warning icons in menu not normalising to folders when conflicts have resolved 2012-05-31 17:02:30 +01:00
Hylke Bons 103f9931ae Update git hook to use new notification service 2012-05-30 20:24:30 +01:00
Hylke Bons 6b8828c11b eventlog: add timestamp to each file change 2012-05-28 10:40:19 +01:00
Hylke Bons e42344256f listener: set port 80 as the default 2012-05-28 00:51:37 +01:00
Hylke Bons 5058a3aace update NEWS: mention thansen's notification service work 2012-05-28 00:30:07 +01:00
Hylke Bons f19b657f63 bubbles: adjust default avatar size 2012-05-28 00:21:56 +01:00
Hylke Bons 3a30a62654 Only fetch gravatars once, fix some UI blocking 2012-05-28 00:14:45 +01:00
Hylke Bons b8743236cd repo git: only squash commits by the same person 2012-05-28 00:14:00 +01:00
Hylke Bons 5388621033 Remove unneeded reference 2012-05-27 19:25:14 +01:00
Hylke Bons 0280f7481e eventlog: sort changes by timestamp, not type 2012-05-27 19:24:12 +01:00
Hylke Bons d4315e4b4e mac: bump version in project file 2012-05-27 14:21:17 +01:00
Hylke Bons e2097fac82 eventlog: rename All Projects to Summary 2012-05-27 14:21:17 +01:00
Hylke Bons 8fdcd33f63 setup: fix whitespace 2012-05-21 00:59:44 +01:00
Hylke Bons 0894d20e47 linux setup: implement UI for encryption 2012-05-21 00:57:17 +01:00
Hylke Bons 38df0fffba statusicon: revert to toggline notifications menu item for linux 2012-05-20 19:28:48 +01:00
Hylke Bons 28a9762e52 setup linux: tweak padding 2012-05-20 18:56:35 +01:00
Hylke Bons 3923f4fc5a eventlog linux: position on right side of screen 2012-05-20 18:45:41 +01:00
Hylke Bons 47b7c4fcd7 setup: Fix page logic 2012-05-20 17:16:14 +01:00
Hylke Bons 9068b02ee7 listener tcp: Catch more exceptions and increase poll/ping interval. Fixes #734 2012-05-20 14:28:14 +01:00
Hylke Bons 900130bf8b repo git: catch exceptions creating .empty files. Fixes #733 2012-05-20 12:51:09 +01:00
Hylke Bons f9675d3664 config: Add config file option to not fetch gravatars 2012-05-19 20:38:38 +01:00
Hylke Bons 106dc4ece3 repo: fix whitespace 2012-05-19 16:17:09 +01:00
Hylke Bons 6dd657a086 repo: Fix edge case where ID may be empty 2012-05-19 16:15:20 +01:00