Commit graph

3021 commits

Author SHA1 Message Date
Hylke Bons ab0cf5b9ca Update NEWS 2012-06-19 23:16:23 +01:00
Hylke Bons fc443bffb7 Update Growl framework to version 1.3.1 2012-06-19 23:11:05 +01:00
Hylke Bons 2ddd1b7f90 build: Fix OS check 2012-06-19 20:37:10 +01:00
Hylke Bons 6eeec41ab6 When on Mac, never build the GTK UI 2012-06-19 20:23:50 +01:00
Hylke Bons c65e323b50 mac: fix build 2012-06-19 19:56:48 +01:00
Hylke Bons ac06ead5bf Disable translations for now 2012-06-19 19:20:33 +01:00
Hylke Bons fc957c9ae8 Simplify README.md 2012-06-19 18:50:04 +01:00
Hylke Bons 27d00c7a86 Simplify README.md 2012-06-19 18:38:58 +01:00
Hylke Bons fadacd75ba Simplify README.md 2012-06-19 18:34:18 +01:00
Hylke Bons a5ddd20343 Simplify README.md 2012-06-19 18:28:49 +01:00
Hylke Bons e6fcabe5fb Simplify README.md 2012-06-19 18:11:18 +01:00
Hylke Bons bcc9e294d5 Simplify README.md 2012-06-19 18:09:32 +01:00
Hylke Bons 911fe0b6f6 Simplify README.md 2012-06-19 18:05:56 +01:00
Hylke Bons 7e3a43f3c3 build: Remove gnome-doc-utils leftovers 2012-06-19 17:43:38 +01:00
Hylke Bons 782d704eb8 Add directory for legal files 2012-06-19 17:27:07 +01:00
Hylke Bons 61abb8dcd5 linux: Reorder file structure 2012-06-19 17:21:33 +01:00
Hylke Bons e72b3828d1 linux: fix build 2012-06-19 15:59:54 +01:00
Hylke Bons 5f937ca063 mac Move assets to UI folder 2012-06-19 15:11:08 +01:00
Hylke Bons 090a34a3c7 lib git: treat merge commits like any other commit 2012-06-19 10:54:46 +01:00
Hylke Bons 142e0b46a1 Remove some unused code 2012-06-19 10:43:30 +01:00
Hylke Bons d66b8d6090 Fix whitespace 2012-06-19 10:17:17 +01:00
Hylke Bons fb62c570a4 Keyboard shortcuts in GTK are actually easy... 2012-06-19 10:15:32 +01:00
Hylke Bons d09ee4b1f5 Merge pull request #792 from carlosmn/distcheck
po: remove SparkleShare/SparkleOptions.cs from the list
2012-06-17 15:46:05 -07:00
Hylke Bons 42e19ff809 update NEWS 2012-06-17 23:42:36 +01:00
Hylke Bons ace1fb2c40 setup: show raw (git) error message on failed add 2012-06-17 22:57:15 +01:00
Hylke Bons 6d796f35bf make 2012-06-17 21:56:27 +01:00
Carlos Martín Nieto e5f381be25 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 06a9b0406c mac eventlog: allow smaller sizes than relative initial size 2012-06-17 01:10:22 +01:00
Hylke Bons 1496d358f8 html: tweak change icon positions 2012-06-17 01:02:41 +01:00
Hylke Bons 6100d7f054 remove unused images 2012-06-17 00:53:14 +01:00
Hylke Bons 37b94b23bf mac eventlog: make window resizable 2012-06-17 00:24:30 +01:00
Hylke Bons 0c7ceb25df linux: fix build 2012-06-16 11:46:37 +01:00
Hylke Bons 7ceb17907d Simplify command line argument parsing 2012-06-15 13:08:13 +01:00
Hylke Bons 07c4d271e3 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 febd993f29 Refactor adding of (empty) repos. Fixes #773 2012-06-10 23:56:39 +01:00
Hylke Bons 19b7250b61 repo: more cleanup 2012-06-10 11:57:31 +01:00
Hylke Bons fccb790a2d repo: Simplify watch toggling mechanism 2012-06-10 11:03:03 +01:00
Hylke Bons c99e57ea74 repo: Simplify local change detection code using a single thread 2012-06-10 01:16:28 +01:00
Hylke Bons fe3f28d7c4 Tweak some debug output 2012-06-09 16:27:34 +01:00
Hylke Bons f436a8b4f4 Fix some whitespace 2012-06-07 14:57:11 +01:00
Hylke Bons 588e7abcbb 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 a7e24dc3aa 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 9d237ac273 Merge pull request #780 from carlosmn/distcheck
Distcheck fixes
2012-06-07 04:07:42 -07:00
Carlos Martín Nieto c99f9140f9 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 911ad06a9c Add NEWS and README.md to EXTRA_DIST 2012-06-07 00:43:12 +02:00
Carlos Martín Nieto fdba169ba4 Add ssnet to POTFILES.in 2012-06-07 00:39:32 +02:00
Hylke Bons cdfa8c54c1 setup controller: Fix Add page not showing up when tutorial was finished. Closes #777 2012-06-06 10:58:27 +01:00
Hylke Bons 9f82653208 statusicon: show size instead of size + history size. Fixes #776 2012-06-05 15:14:58 +01:00
Hylke Bons 18fae13330 controller: strip '.local' from computer name generated key comment 2012-06-03 11:47:03 +01:00
Hylke Bons 9b2089982c windows: always overwrite %HOME%. See #697 2012-06-02 18:15:29 +01:00