Commit graph

32 commits

Author SHA1 Message Date
Rizal Muttaqin
73496e99ae Synchronize icons with LibreOffice master
Signed-off-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Change-Id: Ie3496fd3de1128d96b560a8de437be144e4ba879
2022-03-09 07:19:36 +07:00
Rizal Muttaqin
439228d83d Update icons in sidebar
Signed-off-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Change-Id: I4d44746709049ced93fba5e163b5446546f56fd2
2022-02-28 10:22:43 +01:00
Rizal Muttaqin
ccfab757da Update chart design to sync Colibre in LO
Signed-off-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Change-Id: Ie3acb8c078ecf035dbd3c3442e985010ef9226ec
2022-02-28 08:38:51 +07:00
Gökay Şatır
a4f53abac2 Put welcome stuff into one place.
Make the html, js and css files same with server.

Signed-off-by: Gökay Şatır <gokay.satir@collabora.com>
Change-Id: Iac268811c01abee3a1b313084959e0ce70666a3b
2022-02-24 19:15:35 +03:00
Alexandru Vlăduţu
dc0b02da4c browser: add option for grouping the download as icons
Signed-off-by: Alexandru Vlăduţu <alexandru.vladutu@1and1.ro>
Change-Id: I3c8c1964879bec8c4e31a85baefb7b442ceae29f
2022-02-24 15:22:22 +01:00
Pedro Pinto Silva
5ffd97b2c4 Writer: Check doc accessibility: Add missing icon
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I246df2ef7e7eac86362f9870f848692c1e81fa54
2022-02-24 12:23:51 +03:00
andreas kainz
5f2d72a300 NB add LanguageMenu to Review Tab
The LanguageMenu from the Hamburger Menu was
now added also the Review Tab.

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I927ec425c0e63ca4fe420369439eb96c80b41bb8
2022-02-22 09:41:32 +01:00
andreas kainz
f4cde4a18c Save icon use text color and primary-color for feedback
All save icons are now gray,
like the print icon or the hamburger menu icon.

The gray color is the color-main-text as the icon
is next to text, it's not so visible.

Indicators like saveas or modified use color-primary
in the icons and in the .css file

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I7311b71dff356d2c9aaf9d03d97f33a8ae9fb830
2022-02-21 10:12:28 +01:00
andreas kainz
b91d75b321 document-logo use 16px app icons
update the menubar.css file to make the icon size 16 x 16px
add 16px x-office-* icons so that no scaling is needed.

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: If6d84218920e8200e644fa8ded5c950f61c02197
2022-02-18 08:34:21 +01:00
Andreas_K
8ffea18007 Revert "Update Save icon to use cloud icon instead of floppy disk"
This reverts commit 3d25bad4e7.

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Ifd288eb7499ff9b789baaff614996704f8cf27c7
2022-02-17 17:00:25 +01:00
andreas kainz
8f69c5b2b8 Hamburger icon update
icon
 - hamburger menu use --color-main-text
 - so all stuff in the header area use the same color

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Id3361c0f58d5ce12bd1d312bd7aa303fe2071282
2022-02-16 08:55:36 +01:00
andreas kainz
3d25bad4e7 Update Save icon to use cloud icon instead of floppy disk
ordinary you use cool at a cloud storage
and didn't save on a floppy disk

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I91ce93b8c0cb21176a561a7da70abc621ee31e22
2022-02-16 08:07:24 +01:00
andreas kainz
d548f380bb Icon update for sidebar
Classic Toolbar
 - Update print icon without blue

Sidebar Icons
 - use svg icons instead of png
 - update sidebar icon
 - update statusbar icon

goal for the updates were less visual disturbing

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I27f0d6bd6aa9c0df41ef5e7763bb1bcf97c1f10b
2022-02-15 07:18:04 +01:00
Pranam Lashkari
7e22a01d4d refactored feature disabling bits
now it is known as feature locking

Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I2935edbfe1eb8dcc194641afa2461cf77b2b29d3
2022-02-11 17:00:11 +00:00
andreas kainz
55f0155b03 Update Firstrecord and Lastrecord icon
2px thick lines same as other icons in the statusbar

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I08d493038047be16af4c8f4a12cdb22684decf11
2022-01-28 11:39:37 +01:00
Andras Timar
895ea3b3ca Some additional fixes to Draw UI
* Draw and Impress UNO command names are defined in the same file, therefore
  we need to refer to 'presentation' when we want to extract a string.
  * So there is no such thing as 'drawing' in this context.
  * We need to use the _UNO() function to get the names instead of the
    raw command IDs when we build Draw's menus.
  * It is not necessary to define actions that simply send a UNO command,
    some code could be deleted.
* Impress use the term 'slide', Draw use the term 'page'. We need to make
  difference on the UI, cf. "Are you sure you want to delete page/slide?".
* Draw's Insert notebookbar tab was inherited from Impress, but it was not
  right because of 'slide' vs. 'page' difference, and also, Draw pages
  cannot have headers and footers, so the Header/footer button was removed
  in Draw.
* On Draw's notebookbar the 'Draw' tab was unlocalizable. It's not a product
  name there.

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I54a7b14b83e48a706b15cac6bb538886ef009a49
2022-01-17 21:26:03 +01:00
Pedro Pinto Silva
5e87f6c960 Mobile: image glow properties: add missing icons
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I7e398b6442b0157cc1870cd54b6dd5cff561df88
2022-01-13 14:14:38 +01:00
Pedro Pinto Silva
8bf339421f Mobile: image properties: add missing effect icon
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I9039e5b7b62f45be99b85e97c3bf13926c41ce1f
2022-01-13 14:14:38 +01:00
Pedro Pinto Silva
dda41836ca Mobile: image properties: add missing wrap icon
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ica32b18607d1b81abce34b10ff17fb7b27c4eca7
2022-01-13 14:14:38 +01:00
andreas kainz
bdd2e6383f Fontwork Shape Type use correct colors
- best check on mobile
- Insert Fontwork
- edit Fontwork in the sidebar

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I2f9307fb8e45d9dfa8692adb93c79baef7c3c770
2022-01-03 11:13:57 +01:00
andreas kainz
f87bffd765 Update forumhelp icon
**Steps to test**
- notebookbar
- open help tab
- first command

**reason of the change**
the old icon didn't use 1px width line style
in addition an annotation symbol is better for converstation

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I2244ca7779dc607b27a123133b89d211ac541f93
2021-12-31 10:49:20 +01:00
Pedro Pinto Silva
8c0c88d175 Help: Add missing forum entry to menu and tab
- Add Entry under classic menu
- Add button under Notebookbar Help tab
	- Create and add icon

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I927bfb4cf0e94427df7ed657766f00d1f1bb4b59
2021-12-16 09:39:24 +01:00
Pedro Pinto Silva
9b718c43b4 Calc: Add hover state to DropDownMarker and fix icon
Add missing hover state to DropDownMarker¹ and do not rely solely on the
SVG for all the styles. Instead, pass some to the HTML element so it can
be easily changed depending on its state (and also it allows in the
future for easy replacement of those colors with CSS Vars).

Fix icon:
- Use proper colors instead of default black
- 2 faced icon

1. Marker used as a button to trigger validity related menus

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Iabd85ad67b50328e08690c5ab1b393bd2bd6f4e2
2021-12-15 15:01:57 +01:00
Pedro Pinto Silva
eeda2f44f3 Impress, mobile: add missing glow transparency n distance icons
Located in:
* Select shape > properties > Shadow
* Select shape > properties > Effect

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I2bd400bacd7bbb160c94fc5dae73736aa97be9b5
2021-12-09 11:28:41 +01:00
Pedro Pinto Silva
4517fc2006 Calc, mobile: Properties wizard: add missing icons
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I4c2285fea438039733a303861b3704a9204dba11
2021-12-09 11:28:41 +01:00
andreas kainz
de788e9948 Toolbar-down: icon update
Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: If2ac4f403b2e691ad6d4f24e5ffbfaffe8a13ce6
2021-12-04 23:05:44 +01:00
andreas kainz
f180e4c0d5 Toolbar-down: Zoom: minus/plus icon fix #3779
Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I0c805370bf17ea4f2f73964b9c6c867544235713
2021-12-04 19:22:09 +01:00
Pedro Pinto Silva
932229a5f1 Welcome dialog: new layout
- Add slider
	- Less content and easier to scan/read
- More clear call to actions
	- But less CAT per screen / slide

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I5faf9ac5ef3bfa57f19d1b9f5f2bdcee4c91ecb7
2021-11-24 20:09:49 +01:00
Henry Castro
82d1782811 notebookbar: add tool item 'Send Feedback'
Change-Id: I02971031d2300a828a0fb4d2bf5799be92a8b74e
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-17 21:30:40 +01:00
Pedro Pinto Silva
c2b5c6190b NB: Adds Character spacing to home tab
- Fixes #2149

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ib10ebe68fa46d170787d11b06e07a5641f7e7990
2021-11-15 12:28:17 +01:00
Henry Castro
4f08f0fce3 browser: move location debug.html
after rebase

Change-Id: I95f0bb00e14030e7728d8f53ea6afa1fcab70e54
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-10 17:18:56 +01:00
Henry Castro
e5c1d0e637 initial rename loleaflet -> browser
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-10 17:18:56 +01:00