summaryrefslogtreecommitdiffstats
path: root/icon-themes
Commit message (Collapse)AuthorAgeFilesLines
* Updated iconsAlexander Wilms2012-12-11118-107481/+382251
| | | | Change-Id: I2e93877283b0ea2a3b7162978a515d52396dfa72
* Different set of icons for Calc's XML Source dialog.Kohei Yoshida2012-12-053-0/+0
| | | | | | | I made them, so they make not look all that polished but at least they are functional. Change-Id: I7964a7d42176f69a68ac831fea032dc521c5fe3f
* IconsAlexander Wilms2012-12-0526-383/+60568
| | | | Change-Id: I3b2eaf95f4585e9103e65528936acd13ea1e2630
* Add preliminary icons for use in XML tree from Alexander Wilms.Kohei Yoshida2012-11-283-0/+0
| | | | Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace
* Updated iconsAlexander Wilms2012-11-2829-12202/+208156
|
* Turn presenter screen from bundled extension to plain codeStephan Bergmann2012-11-2191-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
* Remove duplicate filesAlexander Wilms2012-11-212-0/+0
| | | | Change-Id: Ice14df71c98a1d80b221558e90af56a0559b39bf
* Added Tango iconsAlexander Wilms2012-11-2145-4542/+39127
| | | | Change-Id: Id7d24e91dbf66f20af4fdd979b7a187f1ee0aaf7
* Improve iconsAlexander Wilms2012-11-1841-45496/+63471
| | | | Change-Id: Id05bef4031d34d6da94e386c8fa8ff52134e4ea1
* Renamed template manager iconsAlexander Wilms2012-11-1616-0/+0
| | | | Change-Id: I417922244fefb077a850d464c0c77cf0efb3bc89
* Add icon files for template manager onlyAlexander Wilms2012-11-1523-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>
* implement the missing icon-setsMarkus Mohrhard2012-11-1255-0/+0
| | | | | | Artwork by Astron Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e
* implement basic support for icon setsMarkus Mohrhard2012-10-3020-0/+0
| | | | | | already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
* Updated tango_testingAlexander Wilms2012-10-2289-37339/+207257
|
* add a stock index image to vcl, ala gtk-indexCaolán McNamara2012-10-225-0/+0
| | | | Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b
* Only vcl has collate/ncollate nowCaolán McNamara2012-10-2210-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
* Updated tango artworkAlexander Wilms2012-10-1879-353/+52505
|
* Added tango iconsAlexander Wilms2012-10-17217-6024/+164466
|
* fdo#55927: copy .uno:View100 icon from .uno:Zoom100PercentIvan Timofeev2012-10-142-0/+0
| | | | Change-Id: Ia89854011db4ccfdb889da91f88ed7aef57dbec7
* fdo#48873 clean unused iconsJack Leigh2012-10-10104-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>
* remove obsoleted instruction from icon themes' READMEAndras Timar2012-10-091-5/+0
| | | | Change-Id: Id6e7f7dea6284af1b94c2616c9c83f88448115be
* Added Tango iconsAlexander Wilms2012-09-1579-61/+204029
| | | | Change-Id: I383a631961e2db1e0eb92e78995c9e8c4b232264
* Tango iconsAlexander Wilms2012-09-1229-13878/+16667
| | | | Change-Id: I381d67d5267d50eb548a7d5dd2201ba97ab8db59
* Updated iconsAlexander Wilms2012-09-1120-22606/+7748
| | | | Change-Id: I59d741a638185b02a430abf4f9391381af0c6bcb
* Tango_testing iconsAlexander Wilms2012-09-0734-7643/+57363
| | | | Change-Id: Ic1619384d635cf70ecbef587316a2fca4bdeb122
* Added icons for ImpressAlexander Wilms2012-09-0616-74/+34479
| | | | Change-Id: I80abc4412055299603269a8385166718b8911428
* cleaning up a bitAlexander Wilms2012-09-0312-3/+7749
| | | | Change-Id: I694e8d6a5bc0a916789f6c9d21715bddf0a142ea
* markers.png is now based on svg file, added more iconsAlexander Wilms2012-09-039-919/+1747
| | | | Change-Id: Ib06cda39604b92ae13da7356a99df66745a2e835
* Imported Gnome icons under CCBYSA3 and and added new onesAlexander Wilms2012-09-0348-0/+38270
| | | | Change-Id: I0640c1c4c76d75c846f51c76473b6c35f8b341e8
* Added some more icons to tango_testingAlexander Wilms2012-08-3118-0/+4110
| | | | Change-Id: Ia9a21c213f58d01b3f96d479e81461e82cf7b7d7
* add "Tango Testing" icon themePetr Mladek2012-08-313-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
* Remove create template menu and associated icons.Rafael Dominguez2012-08-064-0/+0
| | | | Change-Id: Ifb2c2a640de7961ef215c9359f53218cee9c9c0e
* Bring background image in About box back & moreStefan Knorr2012-08-021-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
* Use safer icon for "Send E-Mail" [Used under CC-BY-SA]Stefan Knorr2012-07-262-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
* Import icons from Gnome's set [under CC-BY-SA]Stefan Knorr (astron)2012-07-19189-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
* Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara2012-07-165-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
* Bring community branding in line with actual community logoStefan Knorr (astron)2012-07-165-59/+44
| | | | Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd
* fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat2012-07-118-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
* Merge branch 'feature/template-dialog'Rafael Dominguez2012-07-069-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
| * Add icons to toolbar buttons and menus.Rafael Dominguez2012-07-038-0/+0
| | | | | | | | Change-Id: Ia1415d3cab1f381a7b84ad3cabeacefe739a047c
| * Set selection mode button image.Rafael Dominguez2012-06-181-0/+0
| | | | | | | | Change-Id: I3fb2592d61622a0d3f07d70cfc26c10f4f2ef2fe
* | remove old About box banner imageAndras Timar2012-07-032-0/+0
| | | | | | | | Change-Id: If88b592a69a5370825d697dbd8b27cd67d7aed0e
* | Get new Branding Stuff into AboutStefan Knorr (astron)2012-07-031-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
* | Replace Start Center imagesStefan Knorr (astron)2012-07-035-0/+0
| | | | | | | | | | | | | | Based upon the splash screen design by Andrea Soragna, made by myself. Change-Id: I3bec1d06af7bfd147da27d17f0ced558ccae2e87
* | Add new splash screen by Andrea SorognaStefan Knorr (astron)2012-07-032-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
* | fdo#48874 - remove html export dialog artworkRob Snelders2012-06-155-0/+0
| | | | | | | | Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629
* | New menubar closing icon (that appears when more apps is open).Mirek Mazel2012-06-1411-0/+0
| | | | | | | | Change-Id: I454f63201d61dc6f33a78fcfc1ed65e117124751
* | New StartCentre artwork.Mirek Mazel2012-06-055-0/+0
| | | | | | | | Change-Id: I1dc2be26f0064f4bb49cda7fb76cf71414025fe7
* | hicontrast icons for layout status and zoom slider controls.Mirek Mazel2012-06-059-0/+0
| | | | | | | | Change-Id: I247d792e3e912ea1f51bc363aca14c43bb72546e
* | layout status control: Improved artwork by Mirek M.Jan Holesovsky2012-06-058-0/+0
| | | | | | | | Change-Id: I0584f4d158225dc28518fb67185d0a704bfe10d1