transmission/gtk
Mike Gelfand f6e1bb2d70
GTK client accessibility improvements (#7119)
* Reformat GTK *.ui files

Remove useless comments since we're mostly editing those files by hand
now. Wrap multi-line text values in CDATA to avoid automated formatters
changing whitespace there in any way. Collapse empty elements.

* Switch from plain `GtkLabel`s to `GtkFrame`s for sections

Frames are reported as groupings by assistive technologies.

* Fix minor usability issues

* Make value labels labelled and selectable
2024-09-14 02:34:39 +01:00
..
screenshots Update GTK screenshot (#5660) 2023-06-23 14:50:07 -05:00
ui GTK client accessibility improvements (#7119) 2024-09-14 02:34:39 +01:00
.clang-format perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
.clang-tidy fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Actions.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Actions.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Application.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
Application.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
CMakeLists.txt fix: Qt build missing an icon (#6683) 2024-07-18 02:12:18 +01:00
DetailsDialog.cc compatibility with libfmt v11 (#6979) 2024-08-13 02:41:05 +01:00
DetailsDialog.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Dialogs.cc chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Dialogs.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
DynamicPropertyStore.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
FaviconCache.cc chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
FileList.cc Use "scale" cell renderer property to adjust file list font size (#7096) 2024-09-03 23:05:11 +01:00
FileList.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
FilterBar.cc chore: iwyu (#6864) 2024-05-27 17:36:02 -05:00
FilterBar.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
FilterBase.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
FilterBase.hh chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
FilterListModel.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
FilterListModel.hh fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Flags.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
FreeSpaceLabel.cc chore: remove FMT_STRING macros (#6497) 2024-01-06 14:05:18 -06:00
FreeSpaceLabel.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
GtkCompat.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
HigWorkarea.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
IconCache.cc chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
IconCache.h Include individual headers (GTK client) (#4477) 2022-12-27 01:43:20 +00:00
ListModelAdapter.cc chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
ListModelAdapter.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
MainWindow.cc fix: Avoid ambiguous overload when calling Gdk::Cursor::create (#7070) 2024-08-21 13:33:36 +03:00
MainWindow.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
MakeDialog.cc chore: remove FMT_STRING macros (#6497) 2024-01-06 14:05:18 -06:00
MakeDialog.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
MessageLogWindow.cc fix: accurate timestamp in daemon logs (#7009) 2024-08-13 23:57:52 +01:00
MessageLogWindow.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Notify.cc chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Notify.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
OptionsDialog.cc Fails with an error if data removal was not possible (#6055) 2024-08-13 05:26:09 +01:00
OptionsDialog.h Use native file chooser dialogs (GTK client) (#6545) 2024-01-22 00:24:28 +00:00
PathButton.cc Use native file chooser dialogs (GTK client) (#6545) 2024-01-22 00:24:28 +00:00
PathButton.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Percents.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Percents.h Switch to list view for torrents list (GTK 4) (#5858) 2023-08-06 04:26:29 +01:00
Prefs.cc fix: app defaults should override libtransmission defaults (#6495) 2024-01-06 10:10:14 -06:00
Prefs.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
PrefsDialog.cc fix: sonarcloud warnings (#6615) 2024-02-17 22:43:24 -06:00
PrefsDialog.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
RelocateDialog.cc chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
RelocateDialog.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Session.cc Fix infinite loop when searching for missing torrents by id (#7097) 2024-09-04 01:14:40 +01:00
Session.h feat: do separate IPv4 and IPv6 port checks in Qt and GTK Client (#6525) 2024-01-21 16:50:26 -06:00
SortListModel.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
SortListModel.hh chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
SorterBase.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
SorterBase.hh chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
StatsDialog.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
StatsDialog.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
SystemTrayIcon.cc fix: cert-err58 warning in declaration of TrayIconName, AppIconName, AppName (#6861) 2024-06-01 10:50:51 +01:00
SystemTrayIcon.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Torrent.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Torrent.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
TorrentCellRenderer.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
TorrentCellRenderer.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
TorrentFilter.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
TorrentFilter.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
TorrentSorter.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
TorrentSorter.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
Utils.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Utils.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
main.cc refactor: Values pt. 7 - remove tr_formatter_init methods (#6258) 2023-11-15 22:15:40 -06:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
transmission-gtk.1 chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
transmission-gtk.desktop.in cmake: replace intltool with gettext 2018-04-18 09:25:13 +00:00
transmission-gtk.metainfo.xml.in chore: add Add <launchable> tag to GTK client metainfo (#6720) 2024-04-01 17:29:36 -05:00
transmission-ui.css GTK client accessibility improvements (#7119) 2024-09-14 02:34:39 +01:00
transmission-ui.xml Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
transmission.gresource.xml fix: Qt build missing an icon (#6683) 2024-07-18 02:12:18 +01:00
transmission.rc fix: Qt build missing an icon (#6683) 2024-07-18 02:12:18 +01:00