qBittorrent/src/gui
2017-05-21 13:02:34 +02:00
..
lineedit Drop Qt 4 support 2017-03-05 22:24:59 +01:00
powermanagement add basic cmake support 2016-02-29 12:53:43 +01:00
properties Merge pull request #6498 from thalieht/trackerList 2017-05-19 15:06:42 +08:00
qtnotify add basic cmake support 2016-02-29 12:53:43 +01:00
rss Do not use hardcoded colors in RSS feed view 2017-05-21 13:02:34 +02:00
search Fix argument name differ in definition & declaration 2017-05-09 14:12:36 +08:00
about.qrc Cleanup about_imp.h 2016-02-06 10:12:43 +08:00
about.ui Set about tab font-size to default 2016-05-06 09:36:10 +01:00
about_imp.h Indicate bitness in stackstrace and about dialog. Closes #6172. 2017-03-08 01:01:17 +02:00
addnewtorrentdialog.cpp Merge pull request #6714 from fbriere/issue/6708-sort-categories 2017-05-17 21:47:20 +03:00
addnewtorrentdialog.h Merge pull request #5375 from evsh/filename-edit-widget 2017-05-15 09:33:28 +02:00
addnewtorrentdialog.ui Use file path edit widgets in options and add torrent dialog 2017-05-08 10:08:29 +02:00
advancedsettings.cpp Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. DHT makes it obsolete anyway. 2017-01-19 01:13:55 +02:00
advancedsettings.h Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. DHT makes it obsolete anyway. 2017-01-19 01:13:55 +02:00
autoexpandabledialog.cpp Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
autoexpandabledialog.h Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
autoexpandabledialog.ui Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
bandwidth_limit.ui Fix speedlimitdlg position 2017-05-01 15:30:38 +08:00
banlistoptions.cpp Use a QTreeView and a sort proxy in the manually banned IP list to have a consistent sort order with QStringList::sor(). 2017-03-07 23:16:51 +02:00
banlistoptions.h Use a QTreeView and a sort proxy in the manually banned IP list to have a consistent sort order with QStringList::sor(). 2017-03-07 23:16:51 +02:00
banlistoptions.ui Use a QTreeView and a sort proxy in the manually banned IP list to have a consistent sort order with QStringList::sor(). 2017-03-07 23:16:51 +02:00
categoryfiltermodel.cpp Properly sort categories case-insensitively in filter widget. Closes #6708. 2017-05-04 10:56:45 -04:00
categoryfiltermodel.h Turn isSpecialItem() into a CategoryFilterModel static method. 2017-05-04 10:41:36 -04:00
categoryfilterproxymodel.cpp Properly sort categories case-insensitively in filter widget. Closes #6708. 2017-05-04 10:56:45 -04:00
categoryfilterproxymodel.h Fix build error. 2017-05-18 16:41:49 +02:00
categoryfilterwidget.cpp Properly sort categories case-insensitively in filter widget. Closes #6708. 2017-05-04 10:56:45 -04:00
categoryfilterwidget.h Implement category filter widget 2017-01-20 20:55:01 +03:00
CMakeLists.txt Merge pull request #6714 from fbriere/issue/6708-sort-categories 2017-05-17 21:47:20 +03:00
confirmdeletiondlg.ui [WebUI]Make the context obligatory for translatable strings. Also delete duplicate strings from extra translations. 2017-05-05 03:46:33 +03:00
cookiesdialog.cpp Fix CookiesDialog position 2017-05-01 16:02:09 +08:00
cookiesdialog.h Create basic cookies management dialog 2016-04-11 19:14:28 +03:00
cookiesdialog.ui Create basic cookies management dialog 2016-04-11 19:14:28 +03:00
cookiesmodel.cpp Implement basic cookies model 2016-04-11 16:58:28 +03:00
cookiesmodel.h Implement basic cookies model 2016-04-11 16:58:28 +03:00
deletionconfirmationdlg.h Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
downloadfromurldlg.h Cleanup downloadfromurldlg, statsdialog 2017-05-01 15:32:08 +08:00
downloadfromurldlg.ui [WebUI]Make the context obligatory for translatable strings. Also delete duplicate strings from extra translations. 2017-05-05 03:46:33 +03:00
executionlog.cpp Use SettingsStorage instead. 2016-03-26 01:50:13 +02:00
executionlog.h Use SettingsStorage instead. 2016-03-26 01:50:13 +02:00
executionlog.ui Remove border around execution log 2016-03-23 15:23:49 +08:00
fspathedit.cpp Add widget for editing filesystem paths 2017-05-08 10:08:29 +02:00
fspathedit.h Add widget for editing filesystem paths 2017-05-08 10:08:29 +02:00
fspathedit_p.cpp Add widget for editing filesystem paths 2017-05-08 10:08:29 +02:00
fspathedit_p.h Add widget for editing filesystem paths 2017-05-08 10:08:29 +02:00
gpl.html Move some URLs overs to https 2016-03-14 17:01:51 +00:00
gui.pri Merge pull request #6714 from fbriere/issue/6708-sort-categories 2017-05-17 21:47:20 +03:00
guiiconprovider.cpp Fix unused variable warning by gcc. 2017-02-06 01:20:31 +02:00
guiiconprovider.h Support fallback when selecting theme icons 2017-01-18 10:26:24 +01:00
hidabletabwidget.h MainWindow cleanups. 2015-02-08 19:36:52 +03:00
ico.cpp Drop Qt 4 support 2017-03-05 22:24:59 +01:00
ico.h Fix argument name differ in definition & declaration 2017-05-09 14:12:36 +08:00
login.ui Change project directory structure. 2015-02-05 19:10:26 +03:00
loglistwidget.cpp Add ability to filter log messages by type. 2016-03-26 01:39:13 +02:00
loglistwidget.h Add ability to filter log messages by type. 2016-03-26 01:39:13 +02:00
mainwindow.cpp Merge pull request #6724 from glassez/libt11 2017-05-16 18:54:00 +03:00
mainwindow.h Merge pull request #6730 from Chocobo1/icontray 2017-05-13 02:32:37 +08:00
mainwindow.ui Make resume/pause menu items clickable. Closes #6040 2016-12-16 21:50:09 +09:00
messageboxraised.cpp Change project directory structure. 2015-02-05 19:10:26 +03:00
messageboxraised.h Change project directory structure. 2015-02-05 19:10:26 +03:00
optionsdlg.cpp Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00
optionsdlg.h Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00
optionsdlg.ui Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00
preview.ui Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
previewlistdelegate.h Drop Qt 4 support 2017-03-05 22:24:59 +01:00
previewselect.cpp Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
previewselect.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
programupdater.cpp Follow http user-agent format 2017-03-06 14:42:32 +08:00
programupdater.h Use DownloadManager by ProgramUpdater 2016-01-04 05:49:02 +03:00
scanfoldersdelegate.cpp Add lookup function to get PathType display names 2016-05-18 00:46:43 +08:00
scanfoldersdelegate.h Make it scroll horizontally when necessary. 2016-01-03 22:08:55 +02:00
shutdownconfirmdlg.cpp Fix shutdownconfirm position 2017-05-01 15:32:08 +08:00
shutdownconfirmdlg.h Fix shutdownconfirm position 2017-05-01 15:32:08 +08:00
shutdownconfirmdlg.ui Rename files: 2016-04-14 14:50:59 +08:00
speedlimitdlg.cpp Fix speedlimitdlg position 2017-05-01 15:30:38 +08:00
speedlimitdlg.h Fix speedlimitdlg position 2017-05-01 15:30:38 +08:00
statsdialog.cpp Use cached SessionStatus and CacheStatus 2017-05-10 13:24:37 +03:00
statsdialog.h Use cached SessionStatus and CacheStatus 2017-05-10 13:24:37 +03:00
statsdialog.ui Cleanup downloadfromurldlg, statsdialog 2017-05-01 15:32:08 +08:00
statusbar.cpp Use new Session Statistics feature 2017-05-10 13:24:51 +03:00
statusbar.h Use cached SessionStatus and CacheStatus 2017-05-10 13:24:37 +03:00
thanks.html Mention github contributors in thanks.html 2015-06-28 21:08:21 +08:00
torrentcontentfiltermodel.cpp Use case-insensitive comparsion for torrent content window. 2017-02-03 23:40:22 +08:00
torrentcontentfiltermodel.h Use a disabled progressbar's palette for unselected files. 2016-12-30 01:37:02 +02:00
torrentcontentmodel.cpp Add availability column to torrent properties window 2017-05-12 17:15:00 +02:00
torrentcontentmodel.h Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelfile.cpp Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelfile.h Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelfolder.cpp Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelfolder.h Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelitem.cpp Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelitem.h Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontenttreeview.cpp Drop Qt 4 support 2017-03-05 22:24:59 +01:00
torrentcontenttreeview.h Change project directory structure. 2015-02-05 19:10:26 +03:00
torrentcreatordlg.cpp Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00
torrentcreatordlg.h Follow project coding style. Issue #2192. 2015-06-28 12:26:03 +02:00
torrentcreatordlg.ui Add 16 KiB, 8 MiB and 16 MiB piece sizes in Torrent Creator 2015-06-28 12:26:24 +02:00
torrentmodel.cpp Don't use deprecated torrent_status fields 2017-05-10 13:54:28 +03:00
torrentmodel.h Implement Advanced Saving Management subsystem 2016-03-04 19:59:53 +03:00
trackerlogin.cpp Don't use deprecated torrent_handle::set_tracker_login 2017-05-10 13:54:29 +03:00
trackerlogin.h Fix possible compilation error. Closes #3947. 2015-10-16 12:02:47 +03:00
transferlistdelegate.cpp Don't use deprecated torrent_status fields 2017-05-10 13:54:28 +03:00
transferlistdelegate.h Improve TransferListDelegate::sizeHint 2016-04-04 19:03:27 +08:00
transferlistfilterswidget.cpp Save/load category filter widget state 2017-01-22 14:59:03 +03:00
transferlistfilterswidget.h Fix argument name differ in definition & declaration 2017-05-09 14:12:36 +08:00
transferlistsortmodel.cpp Set "category" column as case-insensitive in TransferListSortModel. 2017-05-03 14:07:55 -04:00
transferlistsortmodel.h Fix previous commit. 2017-02-06 18:51:56 +02:00
transferlistwidget.cpp Merge pull request #6498 from thalieht/trackerList 2017-05-19 15:06:42 +08:00
transferlistwidget.h Transferlist: add hotkeys for double click and recheck selected torrents 2017-01-25 10:42:32 +02:00
translators.html Move translators & thanks to its own file 2015-06-28 21:08:20 +08:00
updownratiodlg.cpp Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00
updownratiodlg.h Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00
updownratiodlg.ui Implemented share limit by seeding time 2017-05-17 14:33:17 -04:00