Commit graph

30 commits

Author SHA1 Message Date
Leonard S 179b615abf Icon honor profile 2020-07-12 11:10:15 +02:00
Alberto Fanjul cb4b0ec6aa Remove old icons 2019-10-16 09:27:56 +02:00
Alberto Fanjul 269e58d6e0 icon: update app icon 2019-10-16 03:37:58 +02:00
Bilal Elmoussaoui cc62927f4a meson: allow dual installation of the application
meson: set the schema path correctly

window: fix single quotes

python habits

meson: fix various issues with dual installation

Flatpak: don't enforce the branch for gitg

It causes issues with Gitlab CI as we can't test the build on other branches anymore.

remove .gitignore
2019-01-16 19:53:56 +01:00
Bilal Elmoussaoui a81c3df532 Unify app-id 2018-12-19 23:18:53 +01:00
Iñigo Martínez 6784aa9f1b build: Remove autotools
To avoid the burden of maintaining multiple build systems, autotools
support has been removed.
2018-10-24 16:41:54 +02:00
Iñigo Martínez fd9f6c4a29 meson: Add trailing commas
Add missing trailing commas that avoids getting noise when another
file/parameter is added and eases reviewing changes[0].

[0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
2018-10-10 23:29:26 +02:00
Rico Tzschichholz e4c8a10b65 meson: Properly install icons
Use rename kwarg of install_data() and require meson 0.46.0
2018-06-06 08:57:30 +02:00
Iñigo Martínez c876e0e255 build: Port to meson build system
meson is a build system focused on speed an ease of use, which
helps speeding up the software development. This patch adds meson
support along autotools.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-10-16 13:40:57 +02:00
Jesse van den Kieboom 7ba9eff516 Fix scalable icon install path 2015-03-15 09:57:04 +01:00
Jakub Steiner d5ef04680e provide a symbolic variant of the app icon
- used for the app menu and the High Contrast theme

https://bugzilla.gnome.org/show_bug.cgi?id=745789
2015-03-15 09:49:27 +01:00
Jesse van den Kieboom 6a182c1d39 Do not install 512x512 app icon
This removes a warning about window icons being too large
2014-06-25 19:56:52 +02:00
Jesse van den Kieboom 55c01ec405 Nicer message when installing icons 2014-01-05 16:59:43 +01:00
Jesse van den Kieboom 98a43e47f4 Use $(MKDIR_P) 2014-01-05 16:59:43 +01:00
Jesse van den Kieboom 1a7665f5d0 Use $(GTK_UPDATE_ICON_CACHE) 2014-01-05 16:59:43 +01:00
Jesse van den Kieboom ec77c2362c Only update themes for which we have icons 2014-01-05 16:59:42 +01:00
Jesse van den Kieboom 4cfe86333c Specify full path to icons in EXTRA_DIST 2014-01-04 18:27:03 +01:00
Jesse van den Kieboom 7373ce01ea Use non-recursive make to build data 2014-01-04 15:58:24 +01:00
Jesse van den Kieboom 6fd6a1dfc3 Separate update-icon-cache to install-data-hook 2014-01-03 19:49:32 +01:00
Jakub Steiner d218ac3ce6 app icon: update to include highres
- metaphor based on the git logo

https://bugzilla.gnome.org/show_bug.cgi?id=719788
2013-12-03 18:21:47 +01:00
Paolo Borelli 561f669526 Add modelines to Makefile.am 2013-07-06 12:15:41 +02:00
Ignacio Casal Quinteiro 552bcc3dbe Use GResource for icons 2012-10-23 13:25:26 +02:00
Jesse van den Kieboom 657acaf248 Removed unused icons 2011-01-08 13:03:13 +01:00
Jesse van den Kieboom 03f5364d8c Fix icon sizes
Fixes bug #638931
2011-01-08 13:00:29 +01:00
Jesse van den Kieboom 66056bcfed Fixup desktop file and install icons correctly 2010-01-10 23:18:46 +01:00
Ignacio Casal Quinteiro 0ce5d751fa Add git.mk to generate the .gitignore. 2009-09-06 21:33:23 +02:00
Jesse van den Kieboom 79d686825a Added simple bundle support
This can be used to produce a zip file which can be distributed and run without installing. Use ./configure --enable-bundle and after 'make bundle' to produce the bundle.
2009-02-15 13:30:39 +01:00
Jesse van den Kieboom e2f46af996 Added about dialog 2009-02-04 12:33:28 +01:00
Jesse van den Kieboom 2af1243d89 Added application icon 2009-01-29 22:30:48 +01:00
Jesse van den Kieboom f12b7a5ffe Added application icons 2009-01-29 20:25:30 +01:00