summaryrefslogtreecommitdiff
path: root/icon-themes
AgeCommit message (Collapse)Author
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann
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 Wilms
Change-Id: Ice14df71c98a1d80b221558e90af56a0559b39bf
2012-11-21Added Tango iconsAlexander Wilms
Change-Id: Id7d24e91dbf66f20af4fdd979b7a187f1ee0aaf7
2012-11-18Improve iconsAlexander Wilms
Change-Id: Id05bef4031d34d6da94e386c8fa8ff52134e4ea1
2012-11-16Renamed template manager iconsAlexander Wilms
Change-Id: I417922244fefb077a850d464c0c77cf0efb3bc89
2012-11-15Add icon files for template manager onlyAlexander Wilms
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 Mohrhard
Artwork by Astron Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e
2012-10-30implement basic support for icon setsMarkus Mohrhard
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-10-22Updated tango_testingAlexander Wilms
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara
Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b
2012-10-22Only vcl has collate/ncollate nowCaolán McNamara
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 Wilms
2012-10-17Added tango iconsAlexander Wilms
2012-10-14fdo#55927: copy .uno:View100 icon from .uno:Zoom100PercentIvan Timofeev
Change-Id: Ia89854011db4ccfdb889da91f88ed7aef57dbec7
2012-10-10fdo#48873 clean unused iconsJack Leigh
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 Timar
Change-Id: Id6e7f7dea6284af1b94c2616c9c83f88448115be
2012-09-15Added Tango iconsAlexander Wilms
Change-Id: I383a631961e2db1e0eb92e78995c9e8c4b232264
2012-09-12Tango iconsAlexander Wilms
Change-Id: I381d67d5267d50eb548a7d5dd2201ba97ab8db59
2012-09-11Updated iconsAlexander Wilms
Change-Id: I59d741a638185b02a430abf4f9391381af0c6bcb
2012-09-07Tango_testing iconsAlexander Wilms
Change-Id: Ic1619384d635cf70ecbef587316a2fca4bdeb122
2012-09-06Added icons for ImpressAlexander Wilms
Change-Id: I80abc4412055299603269a8385166718b8911428
2012-09-03cleaning up a bitAlexander Wilms
Change-Id: I694e8d6a5bc0a916789f6c9d21715bddf0a142ea
2012-09-03markers.png is now based on svg file, added more iconsAlexander Wilms
Change-Id: Ib06cda39604b92ae13da7356a99df66745a2e835
2012-09-03Imported Gnome icons under CCBYSA3 and and added new onesAlexander Wilms
Change-Id: I0640c1c4c76d75c846f51c76473b6c35f8b341e8
2012-08-31Added some more icons to tango_testingAlexander Wilms
Change-Id: Ia9a21c213f58d01b3f96d479e81461e82cf7b7d7
2012-08-31add "Tango Testing" icon themePetr Mladek
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 Dominguez
Change-Id: Ifb2c2a640de7961ef215c9359f53218cee9c9c0e
2012-08-02Bring background image in About box back & moreStefan Knorr
+ 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 Knorr
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)
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 McNamara
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)
Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd
2012-07-11fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat
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 Dominguez
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 Dominguez
Change-Id: Ia1415d3cab1f381a7b84ad3cabeacefe739a047c
2012-07-03remove old About box banner imageAndras Timar
Change-Id: If88b592a69a5370825d697dbd8b27cd67d7aed0e
2012-07-03Get new Branding Stuff into AboutStefan Knorr (astron)
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)
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)
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 Dominguez
Change-Id: I3fb2592d61622a0d3f07d70cfc26c10f4f2ef2fe
2012-06-15fdo#48874 - remove html export dialog artworkRob Snelders
Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629
2012-06-14New menubar closing icon (that appears when more apps is open).Mirek Mazel
Change-Id: I454f63201d61dc6f33a78fcfc1ed65e117124751
2012-06-05New StartCentre artwork.Mirek Mazel
Change-Id: I1dc2be26f0064f4bb49cda7fb76cf71414025fe7
2012-06-05hicontrast icons for layout status and zoom slider controls.Mirek Mazel
Change-Id: I247d792e3e912ea1f51bc363aca14c43bb72546e
2012-06-05layout status control: Improved artwork by Mirek M.Jan Holesovsky
Change-Id: I0584f4d158225dc28518fb67185d0a704bfe10d1
2012-06-05Make the new About dialog a little nicerStefan Knorr (astron)
* remove weird bevel from background * remove hardcoded button text color * make Close button visible * move buttons below copyright text
2012-06-05New file status indicatorsStefan Knorr (astron)
To fit better in with the rest of the new statusbar elements Change-Id: Ifad97b71f55920c0ef32d8cdcb9f9b189a6bafa5
2012-06-05Remove unused icons from hicontrast themeStefan Knorr (astron)
+ make a useful copy of an icon Change-Id: Icfbcd1709d6820ec5a2d640360700108899f5aeb
2012-06-05Remove unused icons from galaxy/res/Stefan Knorr (astron)
Change-Id: Idab308b2f0cc528548974f5677f063da2dc2fa88
2012-06-01Remove unusued icons in sfx2/res/Stefan Knorr (astron)
These icons haven't been shipped any more for some time, it seems. Change-Id: I4b1fceb22ff3713e35eb409846d6b3c2468ffe44