Commit graph

3081 commits

Author SHA1 Message Date
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
Hylke Bons d8ba6e2701 windows: use SpecialFolder.UserProfile to get the user's home. See #697 2012-06-02 11:21:34 +01:00
Hylke Bons b44060fafb Add desktop-file-utils to build requirements (to install protocol handler). Closes #771 2012-06-01 16:01:24 +01:00
Hylke Bons 48bb11fc71 statusicon: Fix warning icons in menu not normalising to folders when conflicts have resolved 2012-05-31 17:02:30 +01:00
Hylke Bons 8fe197f4d8 Update git hook to use new notification service 2012-05-30 20:24:30 +01:00
Hylke Bons c3ec983215 eventlog: add timestamp to each file change 2012-05-28 10:40:19 +01:00
Hylke Bons be1fbdc928 listener: set port 80 as the default 2012-05-28 00:51:37 +01:00
Hylke Bons d5bf51ba9d update NEWS: mention thansen's notification service work 2012-05-28 00:30:07 +01:00
Hylke Bons 66207e2da4 bubbles: adjust default avatar size 2012-05-28 00:21:56 +01:00
Hylke Bons 52e3e78d2f Only fetch gravatars once, fix some UI blocking 2012-05-28 00:14:45 +01:00
Hylke Bons 43703b94f8 repo git: only squash commits by the same person 2012-05-28 00:14:00 +01:00
Hylke Bons 32735aa730 Remove unneeded reference 2012-05-27 19:25:14 +01:00
Hylke Bons e1c16f0f5f eventlog: sort changes by timestamp, not type 2012-05-27 19:24:12 +01:00
Hylke Bons e502e6a36d mac: bump version in project file 2012-05-27 14:21:17 +01:00
Hylke Bons 39e24c1b0e eventlog: rename All Projects to Summary 2012-05-27 14:21:17 +01:00
Hylke Bons 2b9d6934dd setup: fix whitespace 2012-05-21 00:59:44 +01:00
Hylke Bons 791bea386e linux setup: implement UI for encryption 2012-05-21 00:57:17 +01:00
Hylke Bons f206f44ba3 statusicon: revert to toggline notifications menu item for linux 2012-05-20 19:28:48 +01:00
Hylke Bons b0f94c2f2b setup linux: tweak padding 2012-05-20 18:56:35 +01:00
Hylke Bons 730d0d11c1 eventlog linux: position on right side of screen 2012-05-20 18:45:41 +01:00
Hylke Bons 9a7e1eaee1 setup: Fix page logic 2012-05-20 17:16:14 +01:00
Hylke Bons 6a0ee9ed63 listener tcp: Catch more exceptions and increase poll/ping interval. Fixes #734 2012-05-20 14:28:14 +01:00
Hylke Bons ea432c32e8 repo git: catch exceptions creating .empty files. Fixes #733 2012-05-20 12:51:09 +01:00
Hylke Bons e2fc131e0e config: Add config file option to not fetch gravatars 2012-05-19 20:38:38 +01:00
Hylke Bons 23a31230a4 repo: fix whitespace 2012-05-19 16:17:09 +01:00
Hylke Bons 1a97616e38 repo: Fix edge case where ID may be empty 2012-05-19 16:15:20 +01:00
Hylke Bons 0037013ca3 setup: fix some logic returning to the add page 2012-05-19 15:33:01 +01:00
Hylke Bons 2c7104ab22 windows: Fix build, closes #759 2012-05-18 19:44:23 +01:00
Hylke Bons d253dac325 Update colours of graphics a bit 2012-05-18 16:36:20 +01:00
Hylke Bons a3fbb6f47e linux setup: add history checkbox to add dialog 2012-05-17 23:32:00 +01:00
Hylke Bons 347cd47e7a Fix event log not loading on Ubuntu. Closes #729 2012-05-17 23:09:18 +01:00
Hylke Bons a283287a04 setup: history checkbox on linux 2012-05-15 19:00:31 +01:00
Hylke Bons d149d9dce8 Fix crashes with unavailable notification service 2012-05-14 23:35:59 +01:00
Hylke Bons 07eda17fa6 fetcher base: be more specific about ignoring OS X's Icon files 2012-05-14 21:34:16 +01:00
Hylke Bons ae1ea484ef controller: Remove puctuation in notification header 2012-05-01 12:42:37 +01:00
Hylke Bons a7cec08850 Output keys in use by ssh-agent to debug log. 2012-04-30 12:42:53 +01:00
Hylke Bons 9800bcf421 Cache changesets in the backend 2012-04-29 15:19:36 +01:00
Hylke Bons bcfdb0bab4 Fix build. Closes #728 2012-04-29 14:16:39 +01:00
Hylke Bons ed45c52dc3 eventlog: only show time interval when commits were in different minutes 2012-04-28 23:48:36 +01:00
Hylke Bons 2c46638651 setup: fix more grammar 2012-04-28 17:41:04 +01:00
Hylke Bons 06246c0ebf mac: Remove unused graphic from project 2012-04-28 17:19:21 +01:00