..
icons
lossless compression of images saved 72KB
2017-06-03 23:52:34 +01:00
translations
Add new translations from Transifex (95% and higher)
2020-10-03 15:38:00 +03:00
.clang-tidy
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
AboutDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
AboutDialog.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
AboutDialog.ui
Switch to HTTPS links, adjust wiki links where possible
2018-01-16 01:12:59 +03:00
AddData.cc
feat: nicer add-torrent workflow in the qt client. ( #1410 )
2020-08-26 20:42:41 -05:00
AddData.h
refactor: use snake_case field naming in qt client ( #1262 )
2020-05-27 16:53:12 -05:00
Application.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
Application.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
application.qrc
BaseDialog.h
CMakeLists.txt
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
ColumnResizer.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
ColumnResizer.h
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
ComInteropHelper.cc
chore: remove extraneous/default class destructors ( #1317 )
2020-06-15 09:30:29 -05:00
ComInteropHelper.h
chore: remove extraneous/default class destructors ( #1317 )
2020-06-15 09:30:29 -05:00
CustomVariantType.h
DBusInteropHelper.cc
fixup! refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-16 20:43:14 -05:00
DBusInteropHelper.h
chore: remove extraneous/default class destructors ( #1317 )
2020-06-15 09:30:29 -05:00
DetailsDialog.cc
refactor: don't store torrent hashes in QStrings ( #1428 )
2020-09-07 16:19:10 -05:00
DetailsDialog.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
DetailsDialog.ui
Set idle seed limit range to 1..40320 (4 weeks tops) in all clients
2017-07-05 21:07:16 +03:00
FaviconCache.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
FaviconCache.h
refactor: use a vector for FavIcon cache keys ( #1432 )
2020-09-08 08:58:14 -05:00
FileTreeDelegate.cc
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
FileTreeDelegate.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
FileTreeItem.cc
fixup! refactor: speed up FaviconCache::add() again. ( #1402 )
2020-09-02 19:28:36 -05:00
FileTreeItem.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
FileTreeModel.cc
refactor: make torrents' mime icons lazy-loaded. ( #1433 )
2020-09-08 11:51:33 -05:00
FileTreeModel.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
FileTreeView.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
FileTreeView.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
FilterBar.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
FilterBar.h
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
FilterBarComboBox.cc
refactor: use snake_case field naming in qt client ( #1262 )
2020-05-27 16:53:12 -05:00
FilterBarComboBox.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
FilterBarComboBoxDelegate.cc
chore: prefer QStringLiteral ( #1284 )
2020-05-29 12:40:07 -05:00
FilterBarComboBoxDelegate.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
Filters.cc
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
Filters.h
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
Formatter.cc
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
Formatter.h
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
FreeSpaceLabel.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
FreeSpaceLabel.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
IconCache.cc
Fix qt/IconCache includes
2020-10-14 13:18:14 +03:00
IconCache.h
Fix qt/IconCache includes
2020-10-14 13:18:14 +03:00
IconToolButton.cc
IconToolButton.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
InteropHelper.cc
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
InteropHelper.h
chore: remove extraneous/default class destructors ( #1317 )
2020-06-15 09:30:29 -05:00
InteropObject.cc
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
InteropObject.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
LicenseDialog.cc
refactor: use snake_case field naming in qt client ( #1262 )
2020-05-27 16:53:12 -05:00
LicenseDialog.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
LicenseDialog.ui
Bump copyright to 2020 (some more places) ( #1206 )
2020-05-02 12:26:42 -05:00
Macros.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
MainWindow.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
MainWindow.h
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
MainWindow.ui
MakeDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
MakeDialog.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
MakeDialog.ui
MakeProgressDialog.ui
my-valgrind.sh
Refactor shell scripts with syntax and styling fixes
2019-01-16 03:22:29 +08:00
OptionsDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
OptionsDialog.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
OptionsDialog.ui
PathButton.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
PathButton.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
Prefs.cc
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
Prefs.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
PrefsDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
PrefsDialog.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
PrefsDialog.ui
Set idle seed limit range to 1..40320 (4 weeks tops) in all clients
2017-07-05 21:07:16 +03:00
qtr.ico
qtr.rc
README.txt
Merge branch '2.9x'
2018-01-25 03:07:52 +03:00
RelocateDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
RelocateDialog.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
RelocateDialog.ui
RpcClient.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
RpcClient.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
RpcQueue.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
RpcQueue.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
Session.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
Session.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
SessionDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
SessionDialog.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
SessionDialog.ui
Speed.h
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
SqueezeLabel.cc
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
SqueezeLabel.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
StatsDialog.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
StatsDialog.h
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
StatsDialog.ui
StyleHelper.cc
Update to Uncrustify 0.68.1
2019-02-15 09:21:48 +03:00
StyleHelper.h
Torrent.cc
feat: add torrent-get 'primary-mime-type' to RPC. ( #1464 )
2020-10-13 10:33:56 -05:00
Torrent.h
feat: add torrent-get 'primary-mime-type' to RPC. ( #1464 )
2020-10-13 10:33:56 -05:00
TorrentDelegate.cc
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
TorrentDelegate.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
TorrentDelegateMin.cc
chore: remove extraneous/default class destructors ( #1317 )
2020-06-15 09:30:29 -05:00
TorrentDelegateMin.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
TorrentFilter.cc
refactor: don't store torrent hashes in QStrings ( #1428 )
2020-09-07 16:19:10 -05:00
TorrentFilter.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
TorrentModel.cc
refactor: make torrents' mime icons lazy-loaded. ( #1433 )
2020-09-08 11:51:33 -05:00
TorrentModel.h
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
TorrentView.cc
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
TorrentView.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
TrackerDelegate.cc
chore: fix clang-tidy-11 warnings ( #1436 )
2020-09-09 09:24:39 -05:00
TrackerDelegate.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
TrackerModel.cc
refactor: use snake_case field naming in qt client ( #1262 )
2020-05-27 16:53:12 -05:00
TrackerModel.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
TrackerModelFilter.cc
chore: clang-tidy cleanups ( #1287 )
2020-06-05 14:02:11 -05:00
TrackerModelFilter.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00
transmission-qt.1
fixup! (trunk) update credits ( #1205 )
2020-05-02 11:42:18 -05:00
transmission-qt.desktop
transmission-qt.idl
transmission-qt.tlb.rc
transmission_en.qm
Typedefs.h
qt client speedups
2019-11-11 19:37:05 -06:00
Utils.cc
fixup! refactor: speed up FaviconCache::add() again. ( #1402 )
2020-09-02 19:28:36 -05:00
Utils.h
refactor: remove exit-time destructors from transmission-qt ( #1395 )
2020-08-15 10:42:51 -05:00
VariantHelpers.cc
refactor: intern repeated strings e.g. downloadDir ( #1430 )
2020-09-07 22:52:29 -05:00
VariantHelpers.h
refactor: don't store torrent hashes in QStrings ( #1428 )
2020-09-07 16:19:10 -05:00
WatchDir.cc
refactor: use qt5's connect api ( #1491 )
2020-10-31 13:56:12 -05:00
WatchDir.h
refactor: use GTest for running tests ( #1383 )
2020-08-11 13:11:55 -05:00