Commit graph

17 commits

Author SHA1 Message Date
fac7a85566 Use the build system “meson” (close #32)
Replace the build system “setuptools” with “meson”.
2022-09-11 12:31:13 +02:00
32d02f2d9b Update GTK resources and schema to new domain (close #66) 2020-08-09 11:09:53 +02:00
ba373ddf4e Use GTK Composite Templates (close #62)
Use GTK Composite Templates for GUI elements to clean up and simplify
the code for widgets and all UI elements. This includes splitting the
large “gtk.glade” file into smaller .ui files and the large “widgets.py”
file into smaller .py files.
2020-08-09 10:57:01 +02:00
202bfb424c Use “gettext” instead of “locale” for L10N
As the documentation on the “locale” module states, the “gettext” module
should be used instead. Therefore adjust the localization calls to use
gettext instead.

Additionally fix one button label which did not use localization at all
and update the message catalogues.
2019-02-17 00:03:57 +01:00
coderkun
0ebb381de8 Use dark theme (close #46) 2017-12-31 18:05:37 +01:00
coderkun
e24e27a7b7 Rename file “menu.ui” to “gtk.menu.ui” 2017-04-26 11:53:43 +02:00
coderkun
03fa9c4db7 Add Gtk.ShortcutsWindows to application (resolve #14) 2017-04-26 11:48:32 +02:00
coderkun
5e598250ab Simplify name to “CoverGrid” skipping the “MPD” prefix 2017-04-25 12:53:44 +02:00
coderkun
e555956c95 Add About/Info dialog (implement #26) 2017-04-25 12:52:20 +02:00
coderkun
23742542af Rename file “mcg.css” to “gtk.css” 2017-04-25 12:29:45 +02:00
coderkun
e7474c744e Extend app menu including shortcuts (close #23)
Add several global actions to the application menu and assign shortcuts
(accels) to them.
2017-04-24 13:12:21 +02:00
coderkun
f7cbc25efc Add basic app menu with shortcut for closing (see #14) 2017-04-23 11:50:41 +02:00
coderkun
8a34d904fb Add translations support (including EN and DE) (close #6) 2017-04-22 15:03:55 +02:00
coderkun
6e06d6d06a set default log-level to WARNING 2016-08-07 20:04:13 +02:00
coderkun
9044f663cf add commandline options to define log-level (resolves #15) 2016-08-07 15:54:37 +02:00
coderkun
441b854a98 improve resource handling by using environment and GResource (fixes #19) 2016-08-02 11:50:32 +02:00
coderkun
134d1a28a7 rework project structure for more logical filenames and code separation 2016-08-01 11:39:24 +02:00