1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-11 14:43:42 +00:00
transmission/gtk
Alessandro Astone 173c19eb5a
fix: Avoid ambiguous overload when calling Gdk::Cursor::create (#7070)
Since gtkmm 4.15.0 a new overload for Gdk::Cursor::create exists
which creates an ambiguity when passing a string literal.

We can avoid the ambiguity by explicitly constructing a Glib::ustring
from the string literal before calling the method.

https://gitlab.gnome.org/GNOME/gtkmm/-/issues/159
2024-08-21 13:33:36 +03:00
..
screenshots
ui feat: do separate IPv4 and IPv6 port checks in Qt and GTK Client (#6525) 2024-01-21 16:50:26 -06: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
Application.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
Application.h
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
Dialogs.cc
Dialogs.h
DynamicPropertyStore.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
FaviconCache.cc
FileList.cc chore: iwyu (#6864) 2024-05-27 17:36:02 -05:00
FileList.h
FilterBar.cc chore: iwyu (#6864) 2024-05-27 17:36:02 -05:00
FilterBar.h
FilterBase.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
FilterBase.hh
FilterListModel.h
FilterListModel.hh fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Flags.h
FreeSpaceLabel.cc
FreeSpaceLabel.h
GtkCompat.h
HigWorkarea.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
IconCache.cc
IconCache.h
ListModelAdapter.cc
ListModelAdapter.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
main.cc
MainWindow.cc fix: Avoid ambiguous overload when calling Gdk::Cursor::create (#7070) 2024-08-21 13:33:36 +03:00
MainWindow.h
MakeDialog.cc
MakeDialog.h
MessageLogWindow.cc fix: accurate timestamp in daemon logs (#7009) 2024-08-13 23:57:52 +01:00
MessageLogWindow.h
my-valgrind.sh
Notify.cc
Notify.h
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
Percents.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Percents.h
Prefs.cc
Prefs.h
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
RelocateDialog.h
Session.cc Refactor async torrent removal logic (#7059) 2024-08-13 06:19:36 +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
SorterBase.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
SorterBase.hh
SortListModel.h
SortListModel.hh
StatsDialog.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
StatsDialog.h
SystemTrayIcon.cc fix: cert-err58 warning in declaration of TrayIconName, AppIconName, AppName (#6861) 2024-06-01 10:50:51 +01:00
SystemTrayIcon.h
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
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
transmission-gtk.1
transmission-gtk.desktop.in
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
transmission-ui.xml
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
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