Commit graph

3028 commits

Author SHA1 Message Date
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
Hylke Bons f753e0e36c setup: fix some logic returning to the add page 2012-05-19 15:33:01 +01:00
Hylke Bons 868fdb5115 windows: Fix build, closes #759 2012-05-18 19:44:23 +01:00
Hylke Bons e0213687f7 Update colours of graphics a bit 2012-05-18 16:36:20 +01:00
Hylke Bons 904f79d043 linux setup: add history checkbox to add dialog 2012-05-17 23:32:00 +01:00
Hylke Bons 6ae97ebdd3 Fix event log not loading on Ubuntu. Closes #729 2012-05-17 23:09:18 +01:00
Hylke Bons 249160f82a setup: history checkbox on linux 2012-05-15 19:00:31 +01:00
Hylke Bons ca0ffda638 Fix crashes with unavailable notification service 2012-05-14 23:35:59 +01:00
Hylke Bons b236806a83 fetcher base: be more specific about ignoring OS X's Icon files 2012-05-14 21:34:16 +01:00
Hylke Bons d4db317960 controller: Remove puctuation in notification header 2012-05-01 12:42:37 +01:00
Hylke Bons bb2ce49fc2 Output keys in use by ssh-agent to debug log. 2012-04-30 12:42:53 +01:00
Hylke Bons 2302b31f6f Cache changesets in the backend 2012-04-29 15:19:36 +01:00
Hylke Bons 9d7c9b6677 Fix build. Closes #728 2012-04-29 14:16:39 +01:00
Hylke Bons ee02277d7b eventlog: only show time interval when commits were in different minutes 2012-04-28 23:48:36 +01:00
Hylke Bons 4267385ee0 setup: fix more grammar 2012-04-28 17:41:04 +01:00
Hylke Bons 5ad0168717 mac: Remove unused graphic from project 2012-04-28 17:19:21 +01:00
Hylke Bons 736a71b4a8 event log: add TODOs 2012-04-28 17:14:52 +01:00
Hylke Bons 761725ed91 setup linux: Fix grammar 2012-04-28 17:14:25 +01:00
Hylke Bons 7163c3e01b setup: change some wording 2012-04-28 14:38:07 +01:00