qBittorrent/src/gui
Eugene Shalygin 9bab229108 Adjust icons names to better fit FDO scheme
An icon theme may use variously styled icons for various types of UI
elements. For example, Breeze theme uses monochrome icons for actions
(toolbars) and statuses, but colourful for view contents. qBittorrent
was using icon names without putting attention to categories, creating
mix of styles in UI elements (i.e. the main toolbar).

This commit fixes icon names (and move some of them to theme) to avoid
this style mixes where possible.

Unfortunately, options dialog page icons for network and speed limits
are remained monochrome because there are no Breeze or Adwaita icons to
match.
2017-01-18 18:03:33 +01:00
..
lineedit Fix toolbar resizing when m_searchFilter appears/disappears. Closes #5120. 2016-04-19 16:54:11 +08:00
powermanagement add basic cmake support 2016-02-29 12:53:43 +01:00
properties Allow to change priority for unselected files through the combobox like it is done via the context menu. 2016-12-30 01:37:19 +02:00
qtnotify add basic cmake support 2016-02-29 12:53:43 +01:00
rss Adjust icons names to better fit FDO scheme 2017-01-18 18:03:33 +01:00
search Replace deprecated classes 2016-12-07 01:31:44 +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 Create helper function to get libtorrent version 2016-02-28 17:47:43 +08:00
addnewtorrentdialog.cpp Don't revert save path value in the Dialog when metadata are received. Closes #5482. 2016-11-02 18:10:10 +02:00
addnewtorrentdialog.h Properly fix the handling of default save path store/load. Bug introduced in dd34663224 2016-10-06 16:54:15 +03:00
addnewtorrentdialog.ui Rename ASM to TMM and related stuff. 2016-05-25 20:07:36 +03:00
advancedsettings.cpp Option to disable tracker's favicon download. 2016-11-13 22:47:37 +02:00
advancedsettings.h Option to disable tracker's favicon download. 2016-11-13 22:47:37 +02:00
autoexpandabledialog.cpp Change project directory structure. 2015-02-05 19:10:26 +03:00
autoexpandabledialog.h Change project directory structure. 2015-02-05 19:10:26 +03:00
autoexpandabledialog.ui Change project directory structure. 2015-02-05 19:10:26 +03:00
bandwidth_limit.ui Change project directory structure. 2015-02-05 19:10:26 +03:00
CMakeLists.txt Rename "options.ui" to "optionsdlg.ui" 2016-06-07 20:49:27 +08:00
confirmdeletiondlg.ui Change project directory structure. 2015-02-05 19:10:26 +03:00
cookiesdialog.cpp Create basic cookies management dialog 2016-04-11 19:14:28 +03: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 Add torrent and files deletion with Shift+Delete hotkey 2016-08-06 02:52:49 +02:00
downloadfromurldlg.h Fix downloadFromURL bug. Closes #5844 2016-10-20 19:53:23 +09:00
downloadfromurldlg.ui Download-from-URL textbox changes focus on tab key 2015-03-03 00:27:16 +05:30
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
gpl.html Move some URLs overs to https 2016-03-14 17:01:51 +00:00
gui.pri Rename "options.ui" to "optionsdlg.ui" 2016-06-07 20:49:27 +08:00
guiiconprovider.cpp Do not resize SVG icons 2017-01-18 10:26:35 +01: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 Use simpler DEFINE for detecting Qt5 so moc will work too. 2015-12-05 22:20:49 +02:00
ico.h Change project directory structure. 2015-02-05 19:10:26 +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
mainwindow.cpp Adjust icons names to better fit FDO scheme 2017-01-18 18:03:33 +01:00
mainwindow.h Option to disable tracker's favicon download. 2016-11-13 22:47:37 +02: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 Adjust icons names to better fit FDO scheme 2017-01-18 18:03:33 +01:00
optionsdlg.h Rename IP filtering functions and settings names. 2016-11-01 03:06:58 +02:00
optionsdlg.ui Fix icons are missing when using RTL languages in Options dialog. Closes #5398. 2016-06-21 16:06:57 +08:00
preview.ui Minor changes in Preview File dialog 2015-07-15 22:46:24 +02:00
previewlistdelegate.h Replace deprecated classes 2016-12-07 01:31:44 +08:00
previewselect.cpp Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
previewselect.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
programupdater.cpp WINDOWS: Make the updater to look for the x64 installer if running x64 version. 2016-12-17 19:46:04 +02: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 Rename files: 2016-04-14 14:50:59 +08:00
shutdownconfirmdlg.h Rename files: 2016-04-14 14:50:59 +08:00
shutdownconfirmdlg.ui Rename files: 2016-04-14 14:50:59 +08:00
speedlimitdlg.cpp Fix slider for per torrent speed limits when no global speed limit has been set. Closes #6046. 2016-12-14 17:18:34 +02:00
speedlimitdlg.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
statsdialog.cpp Minor change in Stats dialog 2016-04-17 19:59:09 +02:00
statsdialog.h Redesign main core classes. 2015-06-09 21:30:42 +03:00
statsdialog.ui Minor change in Stats dialog 2016-04-17 19:59:09 +02:00
statusbar.cpp Move new icons to their own theme folder. 2017-01-11 18:02:26 +02:00
statusbar.h Refactoring of StatusBar::refreshStatusBar function 2016-03-15 15:18:50 +03:00
thanks.html Mention github contributors in thanks.html 2015-06-28 21:08:21 +08:00
torrentcontentfiltermodel.cpp Don't use hardcoded numbers to refer to columns. 2016-12-30 01:37:26 +02:00
torrentcontentfiltermodel.h Use a disabled progressbar's palette for unselected files. 2016-12-30 01:37:02 +02:00
torrentcontentmodel.cpp Don't use hardcoded numbers to refer to columns. 2016-12-30 01:37:26 +02:00
torrentcontentmodel.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
torrentcontentmodelfile.cpp add a remaining column to the torrent content model 2016-02-03 20:28:10 -08:00
torrentcontentmodelfile.h Redesign main core classes. 2015-06-09 21:30:42 +03:00
torrentcontentmodelfolder.cpp add a remaining column to the torrent content model 2016-02-03 20:28:10 -08:00
torrentcontentmodelfolder.h Change project directory structure. 2015-02-05 19:10:26 +03:00
torrentcontentmodelitem.cpp Always show progress and remaining bytes for unselected files. 2016-12-30 01:37:13 +02:00
torrentcontentmodelitem.h add a remaining column to the torrent content model 2016-02-03 20:28:10 -08:00
torrentcontenttreeview.cpp Use simpler DEFINE for detecting Qt5 so moc will work too. 2015-12-05 22:20:49 +02:00
torrentcontenttreeview.h Change project directory structure. 2015-02-05 19:10:26 +03:00
torrentcreatordlg.cpp Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03: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 Implement Advanced Saving Management subsystem 2016-03-04 19:59:53 +03:00
torrentmodel.h Implement Advanced Saving Management subsystem 2016-03-04 19:59:53 +03:00
trackerlogin.cpp Move new icons to their own theme folder. 2017-01-11 18:02:26 +02:00
trackerlogin.h Fix possible compilation error. Closes #3947. 2015-10-16 12:02:47 +03:00
transferlistdelegate.cpp Replace deprecated classes 2016-12-07 01:31:44 +08:00
transferlistdelegate.h Improve TransferListDelegate::sizeHint 2016-04-04 19:03:27 +08:00
transferlistfilterswidget.cpp Option to disable tracker's favicon download. 2016-11-13 22:47:37 +02:00
transferlistfilterswidget.h Option to disable tracker's favicon download. 2016-11-13 22:47:37 +02:00
transferlistsortmodel.cpp Merge pull request #5882 from onto/pvs-studio 2016-11-07 00:18:46 +02:00
transferlistsortmodel.h Implement Advanced Saving Management subsystem 2016-03-04 19:59:53 +03:00
transferlistwidget.cpp Adjust icons names to better fit FDO scheme 2017-01-18 18:03:33 +01:00
transferlistwidget.h Shift + scroll = horizontal scroll, Closes #5980 2016-11-27 16:06:46 +08:00
translators.html Move translators & thanks to its own file 2015-06-28 21:08:20 +08:00
updownratiodlg.cpp Don't use Preferences in BitTorrent::Session 2016-06-20 08:30:02 +03:00
updownratiodlg.h Change project directory structure. 2015-02-05 19:10:26 +03:00
updownratiodlg.ui Change project directory structure. 2015-02-05 19:10:26 +03:00