ShaopengLin
e84f60b2e7
Introduce Next/Previous Tab Buttions
...
Replaces TabBar scroller buttons
2024-09-16 07:53:32 -04:00
ShaopengLin
a324fd9a3a
Added Ex/Import UI on Reading List
2024-08-11 19:42:50 +02:00
sgourdas
ca3f730963
Make app_icon.ico correctly scalable
2024-07-27 21:57:25 +03:00
sgourdas
a7c19105f9
random.svg style alignment
2024-07-23 15:37:14 +02:00
sgourdas
c959fd0ccf
Home button toolbar addition
2024-07-23 15:37:14 +02:00
sgourdas
418309336a
Download path setting QOL improvements
...
Download path shown in settings now has a tooltip, truncation and copy functionalities
2024-06-25 11:18:16 +03:00
ShaopengLin
b49d6ec8ca
Updated styles for the QToolBar
...
Redefined styles sheets for new widgets. Increased button svg size since QToolButton doesn't increase button size to be larger than source.
2024-05-11 13:00:50 +02:00
Nikhil Tanwar
e6cb442dc6
New widget: KiwixChoiceBox
...
This change adds a new widget called KiwixChoiceBox
The design inspiration is taken from here: https://harvesthq.github.io/chosen/#multiple-select
setType() takes a string to put on the label
We can add possible choices using the setSelections() method
2023-10-04 16:53:04 +02:00
Nikhil Tanwar
0f24892294
New settings entry: Move files to trash
...
Added a new settings entry to toggle if deleted files should move to trash/recycle bin.
2023-08-11 22:04:52 +05:30
Nikhil Tanwar
cb49cb6a1a
Replace library-icon.svg with kiwix logo
...
The designs use kiwix logo as library icon
2023-07-28 17:43:09 +05:30
Nikhil Tanwar
d95347fc88
Styles for headers
...
Added new styles for headers
2023-07-28 17:08:33 +05:30
Nikhil Tanwar
b0e3bf8daf
Icon is now displayed
...
Used delegate to display the icon
If the icon is not available, icons/placeholder-icon.png is displayed
2023-07-28 17:05:42 +05:30
Alexander Sashnov
9bb32e19f1
Fixes #525 Kiwix icon low resolution
...
Set white background to kiwix-desktop.svg, include it into .deb
2022-01-12 14:46:54 +07:00
Emmanuel Engelhart
6cde03bbeb
Better history button icon filenames
2021-11-13 16:53:21 +01:00
Kelson
e060fec4aa
New SVG logo ( #539 )
2020-12-05 09:33:19 +01:00
Kelson
1c4246ccf7
Put white background on new icon ( #469 )
2020-07-02 09:29:41 +02:00
jetownfeve21
897e36ef1b
update logo ( #441 )
2020-05-06 11:26:49 +02:00
luddens
1c9fd27e29
add open file button in toolbar
2020-04-07 11:39:43 +02:00
luddens
8eb3e2691c
kiwix icon change
2020-03-25 14:02:07 +01:00
jetownfeve21
a9a299c8ad
change library icon ( #377 )
2020-02-19 08:33:02 +01:00
luddens
944cbf5ac8
close tab button style improvement
...
bigger icon
background when mouse over it
2020-01-23 16:25:56 +01:00
luddens
468cba66e3
new tab button style improvement
...
use an icon instead of a text "+"
add a background when mouse over it
better centered position
2020-01-14 14:28:03 +01:00
luddens
90b4ce1b19
add windows icon
2019-09-11 12:19:48 +02:00
Kelson
d1cd606a25
Small CSS/icon fixes around top bar
2019-09-03 17:26:05 +02:00
luddens
b72dc743a7
play/pause/cancel button new design
2019-06-12 14:46:52 +02:00
luddens
7b49f08360
rename zim icon to "org.kiwix.desktop.x-zim"
...
flatpack doesn't export files that aren't prefixed like the app (org.kiwix.desktop)
so it has to be renamed and to be precised in the mimetype.xml file because it doesn't matched to the mimetype's name anymore
2019-04-15 17:12:54 +02:00
luddens
3cc06729d9
fix zim icon
...
named the mime icon like the mimetype
and installed it with the .pro file used by qt
2019-04-15 17:12:54 +02:00
Matthieu Gautier
87b1e25240
Connect the address bar to the tab bar.
...
The search bar display the title of the current displayed article.
As the icon must change depending we are displaying the article's title or
we are doing a search, the icon is bit more complex :
- It is an embedded button in the searchbar, not a simple icon.
- The search bar is connect to the new signal "currentTitleChanged" to
display the current title.
Fix #35
2018-11-30 15:49:16 +01:00
Matthieu Gautier
a7710fd3e3
Install icons on unix.
2018-11-26 19:24:41 +01:00
Matthieu Gautier
d79aaa98b6
Better icon.
2018-10-26 14:09:16 +02:00
Matthieu Gautier
6097c0fe99
Implement search in page actions.
...
- Create a TOCSideBar (name TOC because it will also show TOC)
- Remove `FindNextAction` and `FindPreviousAction`. They are handle
directly by a button in the sidebar.
2018-09-04 17:27:58 +02:00
Matthieu Gautier
7b7f432f8b
Customize the searchBar using the css
...
- Use a the css to display the icon.
- Update the search.svg icon to be 40px wide.
- No need to have a custom paintEvent method.
2018-07-24 17:28:32 +02:00
Matthieu Gautier
70b5e9ceb4
Set the icon of the application
2018-07-18 17:57:59 +02:00
Matthieu Gautier
b1dbddf127
Add the icons as resources in the project.
2018-07-18 17:57:59 +02:00