Commit Graph

40 Commits

Author SHA1 Message Date
Teemu Ikonen 46dbc80d8b Merge branch 'master' into dev-adaptive 2022-10-28 21:59:50 +03:00
auouymous b907183b22 Add menu item to open logs folder. 2022-09-19 23:37:31 -06:00
Teemu Ikonen 4f360e62f6 Remove download actions from app.py 2022-08-24 11:54:26 +03:00
Teemu Ikonen 2cc1a7614a Merge branch 'master' into dev-adaptive 2022-07-02 23:31:38 +03:00
auouymous 4d4ad7f7cb Make the About dialog text selectable to copy version.
Fixes #1302.
2022-06-16 16:27:05 -06:00
Teemu Ikonen b270471c17 Use desktop.preferences dialog 2022-06-02 20:58:06 +03:00
Teemu Ikonen bce111451f Merge branch 'master' into dev-adaptive 2022-05-15 13:55:56 +03:00
auouymous 41c312dd68 Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
Teemu Ikonen b4892c3baa Merge commit '5043b0b192b80a061376faee3abecbb7406c61a1' into dev-adaptive 2022-03-25 21:47:56 +02:00
auouymous f0156e1bda Directly access the Extras menu to add extension menu items. 2022-03-16 02:20:26 -06:00
Teemu Ikonen cab3629813 Merge branch 'master' into dev-adaptive 2022-02-04 12:30:02 +02:00
Teemu Ikonen 28c5774f89 Merge tag 'merge2' into dev-adaptive 2022-02-04 10:56:20 +02:00
Teemu Ikonen cb61d76474 Replace Gtk.STOCK_ button labels with strings 2022-02-02 12:13:24 +02:00
auouymous d0171a7c8c Allow distributions to disable the update check.
Fixes #1103.
2021-08-16 18:37:33 -06:00
Teemu Ikonen 526d2128c8 Fix isort / make lint 2021-08-14 19:30:09 +03:00
Teemu Ikonen 0bcc751051 Load menus.ui from ui/adaptive 2021-08-12 19:50:38 +03:00
Teemu Ikonen 9c9f526dbb Set ui_folder to adaptive in gPodder instance 2021-08-12 19:50:38 +03:00
Teemu Ikonen 14f3584902 Set ui_folder to adaptive in gPodderPreferences instances 2021-08-12 19:50:38 +03:00
Teemu Ikonen 7b2a3840e5 Fix pycodestyle errors 2021-08-04 15:06:57 +03:00
Teemu Ikonen 609968811b Merge tag '3.10.21' into adaptive
gPodder 3.10.21 release
2021-08-04 13:57:04 +03:00
auouymous 39b3f8eb04 Fix links in About dialog by connecting signal and opening website. 2021-07-17 22:09:34 -06:00
Teemu Ikonen 87a607f65b Replace 'hdy' by 'adaptive' everywhere 2021-05-09 20:52:20 +03:00
Teemu Ikonen 41336b0c97 Adaptive preferences dialog with HdyFlap 2021-03-12 11:06:03 +02:00
Teemu Ikonen fda35448bf Convert downloads context menu to GMenu and popover 2021-02-15 22:02:10 +02:00
Teemu Ikonen eb89681f38 Change view and sort comboboxes to menubuttons with popovers 2021-02-15 13:43:34 +02:00
Teemu Ikonen dbc4847965 Force want_headerbar, comment out btnUpdateFeeds refs 2021-02-15 13:43:33 +02:00
Teemu Ikonen d6f7e14eb7 app.py: Update all channels with header bar refresh button 2021-02-15 13:43:33 +02:00
Teemu Ikonen 6f8030ee25 Add adaptive ui 2021-02-15 13:43:32 +02:00
Teemu Ikonen 2b3abcbd04 Set gpodder.ui.hdy in bin/gpodder, add hdy ui-dir 2021-02-13 15:36:14 +02:00
Teemu Ikonen 3dc0ff07b0 app.py: Add main_window to GTKApplication 2021-02-13 15:36:14 +02:00
Eric Le Lay 881398742f remove extra License: label in about dialog 2021-01-05 11:05:21 +01:00
Teemu Ikonen 108d60ac17 Narrow down About dialog, pack items vertically 2021-01-02 22:28:38 +02:00
Eric Le Lay 3a9f7312fc fix #815 Ctrl-q does not quit
Couldn't find a way to get this info from the Gio.MenuModel from Gtk.Builder,
so I reparse the menus.ui file
2020-06-14 16:01:32 +02:00
Eric Le Lay c2f94e8a12 no headerbar if GTK_CSD=0 in environment 2020-05-08 19:38:53 +02:00
Thomas Perl 41f18da268 Gtk UI: Move headerbar initialization to window code 2020-04-30 08:57:42 +02:00
Thomas Perl 6f6bf1c01f Gtk UI: Improve header bar / app menu logic 2020-04-29 19:34:18 +02:00
Thomas Perl 7da29005fc Gtk UI: Take XDG_CURRENT_DESKTOP into account for GNOME3-style UI 2020-04-29 19:34:18 +02:00
Thomas Perl 0148a07a6a Gtk UI: Add support for GtkHeaderBar / GNOME3 CSDs 2020-04-29 19:34:18 +02:00
Eric Le Lay 3c58c27b2c replace cgi.escape with html.escape everywhere
cgi.escape is deprecated
2019-09-08 18:14:52 +02:00
Eric Le Lay e4a16f1526 refactor main.py a bit into app.py 2019-02-02 18:35:19 +01:00