qBittorrent/src/gui
2017-09-06 01:11:49 +03:00
..
lineedit Drop Qt 4 support 2017-03-05 22:24:59 +01:00
powermanagement Use qUtf8Printable() for logging strings 2017-08-13 16:14:57 +03:00
properties Fix file list expansion on singlefile torrent with folder. 2017-09-06 01:11:49 +03:00
qtnotify add basic cmake support 2016-02-29 12:53:43 +01:00
rss Fix RSS Downloader fails to rename rule 2017-08-23 16:45:14 +03:00
search Merge pull request #7266 from Chocobo1/coverity 2017-08-13 20:10:04 +03:00
about.qrc Sort the resource lists 2017-08-29 13:39:02 +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 Use qUtf8Printable() for logging strings 2017-08-13 16:14:57 +03:00
addnewtorrentdialog.h Merge pull request #6330 from Chocobo1/rename 2017-05-24 13:12:30 +08:00
addnewtorrentdialog.ui Use file path edit widgets in options and add torrent dialog 2017-05-08 10:08:29 +02:00
advancedsettings.cpp Merge pull request #3235 from Chocobo1/session_option 2017-08-24 11:35:15 +08:00
advancedsettings.h Add send_buffer_watermark send_buffer_low_watermark 2017-08-21 16:50:14 +08:00
autoexpandabledialog.cpp Fix coding style for several files 2017-06-30 23:44:12 +03:00
autoexpandabledialog.h Fix coding style for several files 2017-06-30 23:44:12 +03: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 Fix CategoryFilterWidget::sizeHint() 2017-09-01 16:11:21 +03:00
categoryfilterwidget.h Remove indentation for category/tag filter widgets in all platforms 2017-08-08 23:43:23 +03:00
CMakeLists.txt Fixed mac specific compiler errors and cleaned up Objective C code 2017-08-11 20:51:16 -04: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 Allow to select & delete multiple entries in "Manage Cookies" dialog 2017-05-29 14:10:47 +08:00
cookiesdialog.h Create basic cookies management dialog 2016-04-11 19:14:28 +03:00
cookiesdialog.ui Enable alternatingRowColors for "Manage Cookie" dialog 2017-05-29 14:10:47 +08:00
cookiesmodel.cpp Set expiration date for newly added cookie to +2 years from now, instead 2017-05-29 14:10:47 +08: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 Various macOS UI improvements 2017-07-15 20:49:40 +03: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 visual feedback for wrong paths in FileSystemPathEdit 2017-06-10 17:09:20 +02:00
fspathedit.h Add widget for editing filesystem paths 2017-05-08 10:08:29 +02:00
fspathedit_p.cpp Initialize variables 2017-08-13 15:28:36 +08:00
fspathedit_p.h Do not show completion when text is not being edited 2017-07-03 12:57:02 +02:00
gpl.html Move some URLs overs to https 2016-03-14 17:01:51 +00:00
gui.pri Fixed mac specific compiler errors and cleaned up Objective C code 2017-08-11 20:51:16 -04: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 Various macOS UI improvements 2017-07-15 20:49:40 +03: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
macutilities.h Fix notification display on macOS 2017-08-15 21:16:37 +03:00
macutilities.mm Fix notification display on macOS 2017-08-15 21:16:37 +03:00
mainwindow.cpp Improve BandwidthScheduler 2017-08-23 09:48:31 +03:00
mainwindow.h Fix "QObject::connect: No such slot" errors 2017-07-16 15:03:25 +08:00
mainwindow.ui Add show/hide statusbar option 2017-05-25 16:35:21 +03:00
messageboxraised.cpp Replace C-style casts with C++ ones 2017-05-29 17:25:42 +02:00
messageboxraised.h Change project directory structure. 2015-02-05 19:10:26 +03:00
optionsdlg.cpp Improve BandwidthScheduler 2017-08-23 09:48:31 +03:00
optionsdlg.h Various macOS UI improvements 2017-07-15 20:49:40 +03:00
optionsdlg.ui Unify preference window borders across the tabs 2017-08-14 20:10:28 +03:00
preview.ui Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
previewlistdelegate.h Replace C-style casts with C++ ones 2017-05-29 17:25:42 +02:00
previewselect.cpp Fix coding style for several files 2017-06-30 23:44:12 +03:00
previewselect.h Fix coding style for several files 2017-06-30 23:44:12 +03:00
programupdater.cpp Use qUtf8Printable() for logging strings 2017-08-13 16:14:57 +03: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 coding style for several files 2017-06-30 23:44:12 +03:00
shutdownconfirmdlg.h Fix coding style for several files 2017-06-30 23:44:12 +03: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 Replace C-style casts with C++ ones 2017-05-29 17:25:42 +02: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 Various macOS UI improvements 2017-07-15 20:49:40 +03:00
statusbar.h Refactor and improve StatusBar 2017-05-26 18:11:26 +03:00
tagfiltermodel.cpp Fix build. 2017-07-03 10:36:52 +02:00
tagfiltermodel.h Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
tagfilterproxymodel.cpp Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
tagfilterproxymodel.h Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
tagfilterwidget.cpp Merge pull request #7251 from Chocobo1/spacing 2017-08-14 19:11:54 +03:00
tagfilterwidget.h Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
thanks.html Mention github contributors in thanks.html 2015-06-28 21:08:21 +08:00
torrentcontentfiltermodel.cpp Fix coding style for several files 2017-06-30 23:44:12 +03:00
torrentcontentfiltermodel.h Fix coding style for several files 2017-06-30 23:44:12 +03:00
torrentcontentmodel.cpp Use pixmap cache for file icons on Mac OS and Windows. Closes #7264. 2017-08-15 22:25:03 +02:00
torrentcontentmodel.h Use system file type specific icons in contents tab 2017-07-03 16:49:14 +02:00
torrentcontentmodelfile.cpp Use QBT_EXT in all places 2017-05-13 16:20:32 +08:00
torrentcontentmodelfile.h Add availability column to torrent content model 2017-05-12 17:14:59 +02:00
torrentcontentmodelfolder.cpp Use QBT_EXT in all places 2017-05-13 16:20:32 +08: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 Fix coding style for several files 2017-06-30 23:44:12 +03:00
torrentcontenttreeview.h Fix coding style for several files 2017-06-30 23:44:12 +03:00
torrentcreatordlg.cpp Prefill torrent name when creating a new torrent. Closes #7229. 2017-08-09 15:26:05 +08:00
torrentcreatordlg.h [TorrentCreator] Show number of pieces. Closes #6774. 2017-05-27 16:37:08 +08:00
torrentcreatordlg.ui [TorrentCreator] Show number of pieces. Closes #6774. 2017-05-27 16:37:08 +08:00
torrentmodel.cpp Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
torrentmodel.h Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05: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 Replace C-style casts with C++ ones 2017-05-29 17:25:42 +02:00
transferlistdelegate.h Improve TransferListDelegate::sizeHint 2016-04-04 19:03:27 +08:00
transferlistfilterswidget.cpp Add space between widgets in left side panel. Closes #7224. 2017-08-11 21:37:33 +08:00
transferlistfilterswidget.h Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
transferlistsortmodel.cpp Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
transferlistsortmodel.h Add a Tags (multi-label) feature to the GUI. Closes #13. 2017-06-25 13:53:07 -05:00
transferlistwidget.cpp Use qUtf8Printable() for logging strings 2017-08-13 16:14:57 +03:00
transferlistwidget.h Add copy options to webui context menu (addresses #6815) (#7036) 2017-08-06 16:35:12 +08: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