Chocobo1
903a747dba
Add config file for SVGO
6 years ago
Chocobo1
e9a8ac0544
Fix icon height/width ratio
...
It was causing misalignment in TransferListFiltersWidget text label.
6 years ago
Chocobo1
71dcc76a64
Replace png icons with svg
6 years ago
Chocobo1
5d94db9c79
Move .desktop file
7 years ago
Chocobo1
6203f23f06
Move .ico files into icons dir
7 years ago
Chocobo1
26a4703398
Move .qrc files into its own directory
7 years ago
Chocobo1
0b63f35a54
Use 32px icons for favicon
...
One less resource to manage and 16px size can be downsampled from 32px
on-the-fly anyway.
7 years ago
sledgehammer999
e23c5614b6
Add height padding to the transfer list icons. Closes #7951 .
7 years ago
Nikolay Korotysh
7d0342e366
dropped unneeded executable flag from several files
7 years ago
sledgehammer999
a89c1a8d9a
Use new logo in the file icon.
7 years ago
sledgehammer999
86215f8483
Use new logo in the splash screen.
7 years ago
sledgehammer999
a1b01c1b40
Remove unused image.
7 years ago
sledgehammer999
09cb95d3da
Use the SVG for the tray icon.
7 years ago
sledgehammer999
48d7bdee0e
Change qbittorrent logo. Issue #6467 .
7 years ago
sledgehammer999
52df71ad3a
Use svg icons for the country flags.
...
Closes #6223 .
7 years ago
sledgehammer999
4e77e01a67
Generate pngs using svgexport and optimize using PNGGauntlet.
7 years ago
sledgehammer999
5acdcb6c09
Optimize and prettify the svg source using svgo.
7 years ago
LordNyriox
d7e0a9b1ad
Invert Framing for Torrent Status Icons
...
Also recolor the icons to match the text-color used for the torrent-status as well.
Optimized using SVGOMG [<https://jakearchibald.github.io/svgomg/ >].
7 years ago
sledgehammer999
aca7a851bb
Optimize SVGs.
...
Used svgo with commands --pretty --indent=2 --multipass.
7 years ago
sledgehammer999
e9caefdfce
Optimize PNGs.
...
Using PNGGauntlet.
7 years ago
LordNyriox
28f336f5bd
Create README for "qbt-theme"
7 years ago
Eugene Shalygin
e66dba6a2d
Use SVG files for monochrome tray icons. Closes #6085 .
7 years ago
Vladimir Golovnev (Glassez)
989a70fe60
Redesign RSS subsystem
8 years ago
Eugene Shalygin
ecd67b9d75
Rename .desktop and appdata files to match executable name. Fixes #6625 .
8 years ago
sledgehammer999
50f0ba4f7a
Sync translations of .desktop file from Transifex.
8 years ago
sledgehammer999
9839ef7292
Add keywords to the .desktop file.
8 years ago
Tim Delaney
0fb8810c52
Resize RSS icon to fit theme.
...
--HG--
branch : magao-dev
8 years ago
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.
8 years ago
sledgehammer999
c384cc8c8c
Move new icons to their own theme folder.
8 years ago
Bert Verhelst
b00a9d4398
Update icon size of pngs to 256px + make pause icon wider
8 years ago
Bert Verhelst
13e67f176a
resized icons to 32px by 32px
9 years ago
Eugene Shalygin
1336cb7a61
Implement search filters in the proxy model. Partially closes #972
9 years ago
Bert Verhelst
95df9c5cf6
Delete collapse-expand.svg
...
This is a gif and wont be as crisp
9 years ago
Bert Verhelst
4c4fb44363
Delete arrow-right.svg
...
This is a gif and won't be as crisp as the original
9 years ago
Bert Verhelst
d9cf1187d7
Added png converted files for skin icons
9 years ago
Bert Verhelst
403de336d2
Added the last of the skin icons (svg)
9 years ago
Bert Verhelst
f579360086
converted all oxygen icons to svg files + added grunt task to convert to png
...
Check readme for more information on how to convert the icons to png
src/icons/oxygen/build-icons/readme.md
9 years ago
Bert Verhelst
b752df7557
60 of the svg's in the oxigen folder converted
9 years ago
buinsky
00e6e00e71
Edit speed limits and upload ratio icons
9 years ago
Bert Verhelst
ad7bce76d8
Added stylized icons for the main actions bar
...
This will look like this:
https://goo.gl/tV7duh
9 years ago
sledgehammer999
3eac05b229
Fix broken .desktop file icon for some locales. See #3905 .
9 years ago
Anton Lashkov
7b736b6ae3
Add speedwidget based on QGraphicsView
9 years ago
ngosang
9dbb2720b0
Changes in Force Resume icon and menu order
9 years ago
sledgehammer999
39e0c560cf
Update color scheme of completed.png icon.
9 years ago
sledgehammer999
f9e7345776
Implement a 'Completed' status. Closes #2326 #2483 #939 .
10 years ago
ADTC
286b247bf7
Optimize PNG - other icons
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
21bcb838b9
Optimize PNG - skin icons
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
508d54ac81
Optimize PNG - oxygen icons
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
ADTC
f3e015f20e
Optimize PNG - flags
...
Reduced PNG sizes using PNGGauntlet for Windows (3 passes)
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago