summaryrefslogtreecommitdiff
path: root/icon-themes
AgeCommit message (Collapse)AuthorFilesLines
2013-09-01Revert "fdo#42434: swap flipvertical and fliphorizontal icons in some themes"Ivan Timofeev20-0/+0
This reverts commit 178d86a99820c5e0b9ca668c49300d468ab70e10. Turns out it's not needed in this branch. The bug version is 3.4.3, so I thought that all versions 3-4..4-2 are broken. Surprisingly 4-0 was already fixed, and 4-1 is broken again... Change-Id: I48bc00d72e360073db3c4e1cd9d14dd5fcb5ebf6 Reviewed-on: https://gerrit.libreoffice.org/5744 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01fdo#42434: swap flipvertical and fliphorizontal icons in some themesIvan Timofeev20-0/+0
(cherry picked from commit 07aefbe310cad43bf9a71ba073486cddd7e062f2) Conflicts: icon-themes/tango_testing/cmd/lc_fliphorizontal.png icon-themes/tango_testing/cmd/lc_fliphorizontal.svg icon-themes/tango_testing/cmd/lc_flipvertical.png Change-Id: I037b55811bf7f14a7aadcb85ae700516022896ce Reviewed-on: https://gerrit.libreoffice.org/5727 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-28fdo#65039 UI: Oxygen theme has wrong icon for Power regressionAndras Timar1-0/+0
Change-Id: I86b927d5c2e6a643beac8b9a151f572c028c18f3 Reviewed-on: https://gerrit.libreoffice.org/4063 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-02-18Update Branding for 4.0 (.1)Stefan Knorr8-103/+67
(c) Maxim Darak, Mirek Mazel 2013 Change-Id: I30fdb3234152e746e8a2a565310ab1b22115315c Signed-off-by: Petr Mladek <pmladek@suse.cz>
2013-01-29Partially Revert "New Save, Save As and Reload File icons for the Tango theme"Stefan Knorr18-1663/+0
Use diskette icon for saving-related actions again. http://user-prompt.com/about-antiquated-metaphors-in-icons/ This partially reverts commit f76c017cf4f216e72da362e4d5466a2e5cc7281e. Change-Id: Iec9f0f5d6b62556e922f42247d058df817147da6 Reviewed-on: https://gerrit.libreoffice.org/1889 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2013-01-18Fixed Undo/Redo buttons icon orientation for RTL languages (ar/fa/he)Issa Alkurtass176-0/+0
The icons were in the wrong direction (the arrow pointing to the opposite side) so I flipped them horizontally (and changed colors when necessary). Note: icon-themes is based on languages rather than interface direction so there might be other languages I'm unaware of. Change-Id: If44bed902d763ebbc41ca422399bfd48cc390f93 Reviewed-on: https://gerrit.libreoffice.org/1712 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-12-05Different set of icons for Calc's XML Source dialog.Kohei Yoshida3-0/+0
I made them, so they make not look all that polished but at least they are functional. Change-Id: I7964a7d42176f69a68ac831fea032dc521c5fe3f
2012-11-28Add preliminary icons for use in XML tree from Alexander Wilms.Kohei Yoshida3-0/+0
Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace
2012-11-28Updated iconsAlexander Wilms29-12202/+208156
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann91-0/+0
The immediate trigger was 5e5c11c664f67ff9fd1120905b09a32bea3b2f6c "fdo#42070 Fix RTL support in presenter console" causing build failures on Mac OS X when linking the extension against vcl, but there should be more benefits of going from a bundled-anyway extension to plain code. (Not the least to get rid of the com.sun.star.drawing.XPresenterHelper hack.) To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant identifiers as follows: * UNO implementation com.sun.star.comp.Draw.framework.PresenterScreenJob -> org.libreoffice.comp.PresenterScreenJob * UNO implementation com.sun.star.sdext.presenter.PresenterProtocolHandler -> org.libreoffice.comp.PresenterScreenProtocolHandler * protocol handler schema vnd.com.sun.star.comp.PresenterScreen -> vnd.org.libreoffice.presenterscreen * configuration schema /org.openoffice.Office.extension.PresenterScreen -> /org.openoffice.Office.PresenterScreen (it appears this contains little to no user-changeable data anyway, so not migrating it to a new user profile due to the schema name change should not be problematic) * job ID onDocumentOpenedJob -> org.libreoffice.PresenterScreen Even with these precautions, having the presenter screen installed both as plain code and as a (per-user or shared) extension still leads to a crash when activating presentation mode (likely due to how both codes want to take control of the screen). To mitigate this, existing installations of the extension are explicitly not migrated to new user profiles. The sdext/source/presenter/bitmaps/*.png files were moved to icon-themes/galaxy/sd/res/presenterscreen-*.png and are now accessed via SdResId (adding the relevant data to sd/source/ui/inc/res_bmp.hrc and sd/source/ui/app/res_bmp.src; not sure whether these locations are already ideal). The code itself has been left mostly unchanged in sdext/source/presenter/, and it still clumsily communicates with sd core code via XPresenterHelper. There is a lot of room for improvement here. The help data is left untouched at sdext/source/presenter/help/ and needs to be incorporated properly into helpcontent2 in a follow-up commit. The --disable-ext-presenter-console configure switch is gone. Change-Id: I71adb7ae6dcdbd1802151fce6e3871d8a2026332
2012-11-21Remove duplicate filesAlexander Wilms2-0/+0
Change-Id: Ice14df71c98a1d80b221558e90af56a0559b39bf
2012-11-21Added Tango iconsAlexander Wilms45-4542/+39127
Change-Id: Id7d24e91dbf66f20af4fdd979b7a187f1ee0aaf7
2012-11-18Improve iconsAlexander Wilms41-45496/+63471
Change-Id: Id05bef4031d34d6da94e386c8fa8ff52134e4ea1
2012-11-16Renamed template manager iconsAlexander Wilms16-0/+0
Change-Id: I417922244fefb077a850d464c0c77cf0efb3bc89
2012-11-15Add icon files for template manager onlyAlexander Wilms23-789/+6232
Change-Id: Idbe03cbc209db9951d0dbdb19e4e5e7e184fdb76 Reviewed-on: https://gerrit.libreoffice.org/1027 Reviewed-by: Stefan Knorr <heinzlesspam@gmail.com> Tested-by: Stefan Knorr <heinzlesspam@gmail.com>
2012-11-12implement the missing icon-setsMarkus Mohrhard55-0/+0
Artwork by Astron Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e
2012-10-30implement basic support for icon setsMarkus Mohrhard20-0/+0
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-10-22Updated tango_testingAlexander Wilms89-37339/+207257
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara5-0/+0
Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b
2012-10-22Only vcl has collate/ncollate nowCaolán McNamara10-0/+0
so remove the svtools ones where there are duplicates, move the svtools one to vcl when the vcl one is missing Change-Id: I9e7f77c3088be48bfcbed81e02ff71fa7aeba0d8
2012-10-18Updated tango artworkAlexander Wilms79-353/+52505
2012-10-17Added tango iconsAlexander Wilms217-6024/+164466
2012-10-14fdo#55927: copy .uno:View100 icon from .uno:Zoom100PercentIvan Timofeev2-0/+0
Change-Id: Ia89854011db4ccfdb889da91f88ed7aef57dbec7
2012-10-10fdo#48873 clean unused iconsJack Leigh104-0/+0
Change-Id: Ia797808dcee0cee53f72c5bda62297130e04e85e Reviewed-on: https://gerrit.libreoffice.org/850 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-10-09remove obsoleted instruction from icon themes' READMEAndras Timar1-5/+0
Change-Id: Id6e7f7dea6284af1b94c2616c9c83f88448115be
2012-09-15Added Tango iconsAlexander Wilms79-61/+204029
Change-Id: I383a631961e2db1e0eb92e78995c9e8c4b232264
2012-09-12Tango iconsAlexander Wilms29-13878/+16667
Change-Id: I381d67d5267d50eb548a7d5dd2201ba97ab8db59
2012-09-11Updated iconsAlexander Wilms20-22606/+7748
Change-Id: I59d741a638185b02a430abf4f9391381af0c6bcb
2012-09-07Tango_testing iconsAlexander Wilms34-7643/+57363
Change-Id: Ic1619384d635cf70ecbef587316a2fca4bdeb122
2012-09-06Added icons for ImpressAlexander Wilms16-74/+34479
Change-Id: I80abc4412055299603269a8385166718b8911428
2012-09-03cleaning up a bitAlexander Wilms12-3/+7749
Change-Id: I694e8d6a5bc0a916789f6c9d21715bddf0a142ea
2012-09-03markers.png is now based on svg file, added more iconsAlexander Wilms9-919/+1747
Change-Id: Ib06cda39604b92ae13da7356a99df66745a2e835
2012-09-03Imported Gnome icons under CCBYSA3 and and added new onesAlexander Wilms48-0/+38270
Change-Id: I0640c1c4c76d75c846f51c76473b6c35f8b341e8
2012-08-31Added some more icons to tango_testingAlexander Wilms18-0/+4110
Change-Id: Ia9a21c213f58d01b3f96d479e81461e82cf7b7d7
2012-08-31add "Tango Testing" icon themePetr Mladek3-6/+12
It is enabled by default for dev build. It will be used for reworking the Tango theme by the design team. The them was requested by Stefan Knorr (Astron) <heinzlesspam at gmail dot com> The two intial icons are from Alexander Wilms <alexander dot wilms at zoho dot com> Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3
2012-08-06Remove create template menu and associated icons.Rafael Dominguez4-0/+0
Change-Id: Ifb2c2a640de7961ef215c9359f53218cee9c9c0e
2012-08-02Bring background image in About box back & moreStefan Knorr1-1489/+202
+ revert background image removal + useful fallback logo text in case rsvg doesn't work on the platform + better calculation of dialog size + somewhat better high-contrast support + slightly modified background image Change-Id: I1cd77dd7b47eec6bf8709b225ecf0d070f9bb869
2012-07-26Use safer icon for "Send E-Mail" [Used under CC-BY-SA]Stefan Knorr2-0/+0
Not everyone finds the paper plane icon understandable. Authors: Lapo Calamandrei <calamandrei@gmail.com> Jakub Steiner <jimmac@gnome.com> [the Gnome project] Used under Creative Commons Attribution-Share Alike 3.0 United States license Change-Id: Ifd888a6f851250fd5c5c8b1e642dbd1c5c42b4e1
2012-07-19Import icons from Gnome's set [under CC-BY-SA]Stefan Knorr (astron)189-606/+0
These icons were imported from git://git.gnome.org/gnome-icon-theme These icons were authored by: Ulisse Perusin <uli.peru@gmail.com> Josef Vybíral <cornelius@vybiral.info> Hylke Bons <hylke.bons@intel.com> Ricardo González <rick@jinlabs.com> Lapo Calamandrei <calamandrei@gmail.com> Rodney Dawes <dobey@novell.com> Andreas Nilsson <nisses.mail@home.se> Jakub Steiner <jimmac@novell.com> K.Vishnoo Charan Reddy <drkvi-a@yahoo.com> Used under Creative Commons Attribution-Share Alike 3.0 United States License Change-Id: I5454e5fcdfdd5713e8999e5bdc5abd1ca33d30c0
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara5-0/+0
AFAICS an "imported" gallery can only be written if you already have an imported gallery in the first place, i.e. its something coming from an earlier version. All the way back to 2000, so I suspect its an earlier pre-OOo feature, which can't arise in practice with no migration from staroffice configs to OpenOffice.org or LibreOffice. Change-Id: I9f248baadb20633da129d3bcacce3d7f92ef7510
2012-07-16Bring community branding in line with actual community logoStefan Knorr (astron)5-59/+44
Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd
2012-07-11fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat8-0/+0
Users don't have to open the XML file to know what repository they want to use... we are now doing it for them and showing the repositories in a dropdown listbox Change-Id: I7c20c5a2880061d1ede35a17001e2a75c49a6e88
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez9-0/+0
Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
2012-07-03Add icons to toolbar buttons and menus.Rafael Dominguez8-0/+0
Change-Id: Ia1415d3cab1f381a7b84ad3cabeacefe739a047c
2012-07-03remove old About box banner imageAndras Timar2-0/+0
Change-Id: If88b592a69a5370825d697dbd8b27cd67d7aed0e
2012-07-03Get new Branding Stuff into AboutStefan Knorr (astron)1-243/+153
Flat_logo.svg based upon the splash screen design by Andrea Sorogna There were a few more changes that I had to make to the dialog layout because the background image is gone now, which meant I had to also * remove the hard-coded font colors * remove much of the code that referred to laying out the background image Sorry for doing the umpteenth change to this stuff in this release cycle. :) Change-Id: I62b3372113033b387ad41ef5720e05c8101444f1
2012-07-03Replace Start Center imagesStefan Knorr (astron)5-0/+0
Based upon the splash screen design by Andrea Soragna, made by myself. Change-Id: I3bec1d06af7bfd147da27d17f0ced558ccae2e87
2012-07-03Add new splash screen by Andrea SorognaStefan Knorr (astron)2-0/+0
With some modifications to fit the brand colors etc. by myself. * The visible progress bar frame is now in the image itself which has two advantages - it is always there (otherwise the splash could come up without any progress bar frame at all, and then would appear a second later) - you can have arbitrary distances between the bar frame and the bar The frame defined in configure.in is now in a barely visible colour. Change-Id: Ief361b68d6a8665afa8da42325ac39fa750654ef
2012-06-18Set selection mode button image.Rafael Dominguez1-0/+0
Change-Id: I3fb2592d61622a0d3f07d70cfc26c10f4f2ef2fe
2012-06-15fdo#48874 - remove html export dialog artworkRob Snelders5-0/+0
Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629