Commit graph

100 commits

Author SHA1 Message Date
Alexander Wilms
9e42de4343 Tweaked icons 2013-02-05 00:50:43 +01:00
Alexander Wilms
a31f465416 Updated tango_testing 2013-02-02 20:24:19 +01:00
Stefan Knorr
f753b1b847 Partially Revert "New Save, Save As and Reload File icons for the Tango theme"
Use diskette icon for saving-related actions again.
http://user-prompt.com/about-antiquated-metaphors-in-icons/
This partially reverts commit f76c017cf4.

Change-Id: Iec9f0f5d6b62556e922f42247d058df817147da6
Reviewed-on: https://gerrit.libreoffice.org/1889
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-01-29 10:59:39 +00:00
jorendc
cb701be950 add close option to findbar in Writer
Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67
Reviewed-on: https://gerrit.libreoffice.org/1557
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-16 14:10:18 +00:00
Issa Alkurtass
c56651e76c Fixed Undo/Redo buttons icon orientation for RTL languages (ar/fa/he)
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>
2013-01-16 12:55:06 +00:00
Alexander Wilms
0f4afa41ec Updated icons
Change-Id: Idff204b862fe7c5a974b7b51ba147b558bb02e67
2013-01-11 16:52:07 +01:00
Alexander Wilms
4bee4ca987 Icons
Change-Id: I795d5a7def32a69fb07000a4ae7a0c9f92a13031
2012-12-15 09:50:27 +01:00
Alexander Wilms
4b3161e238 SVG: Remove unused definitions
Change-Id: I0df6eba8723ca4cf1c46c02c0543917448cf62d1
2012-12-15 02:39:01 +01:00
Alexander Wilms
9e0634736d Updated icons
Change-Id: I2e93877283b0ea2a3b7162978a515d52396dfa72
2012-12-11 16:35:20 +01:00
Kohei Yoshida
332b61dc04 Different set of icons for Calc's XML Source dialog.
I made them, so they make not look all that polished but at least they
are functional.

Change-Id: I7964a7d42176f69a68ac831fea032dc521c5fe3f
2012-12-05 20:16:15 -05:00
Alexander Wilms
bf5cf1a30b Icons
Change-Id: I3b2eaf95f4585e9103e65528936acd13ea1e2630
2012-12-05 03:42:47 +01:00
Kohei Yoshida
f29c3435ca Add preliminary icons for use in XML tree from Alexander Wilms.
Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace
2012-11-28 13:28:32 -05:00
Alexander Wilms
90edd84687 Updated icons 2012-11-28 17:08:03 +01:00
Stephan Bergmann
ea91c7d90d Turn presenter screen from bundled extension to plain code
The immediate trigger was 5e5c11c664 "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-21 17:47:43 +01:00
Alexander Wilms
bb16e91276 Remove duplicate files
Change-Id: Ice14df71c98a1d80b221558e90af56a0559b39bf
2012-11-21 01:06:09 +01:00
Alexander Wilms
4c543284b5 Added Tango icons
Change-Id: Id7d24e91dbf66f20af4fdd979b7a187f1ee0aaf7
2012-11-21 00:55:04 +01:00
Alexander Wilms
894675a669 Improve icons
Change-Id: Id05bef4031d34d6da94e386c8fa8ff52134e4ea1
2012-11-18 08:00:25 +01:00
Alexander Wilms
4b4cbca62d Renamed template manager icons
Change-Id: I417922244fefb077a850d464c0c77cf0efb3bc89
2012-11-16 20:41:41 +01:00
Alexander Wilms
1aa00c88c9 Add icon files for template manager only
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-15 12:08:20 +00:00
Markus Mohrhard
a1ac2538e9 implement the missing icon-sets
Artwork by Astron

Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e
2012-11-12 05:23:00 +01:00
Markus Mohrhard
7f5aab85e3 implement basic support for icon sets
already supports ooxml import

Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-10-30 01:03:55 +01:00
Alexander Wilms
3800aedc23 Updated tango_testing 2012-10-22 17:43:41 +02:00
Caolán McNamara
324e116a2e add a stock index image to vcl, ala gtk-index
Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b
2012-10-22 09:13:38 +01:00
Caolán McNamara
c578c327ed Only vcl has collate/ncollate now
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-22 09:13:37 +01:00
Alexander Wilms
7adc3399fb Updated tango artwork 2012-10-18 17:45:04 +02:00
Alexander Wilms
78dd945988 Added tango icons 2012-10-17 18:19:43 +02:00
Ivan Timofeev
a4c99d39e5 fdo#55927: copy .uno:View100 icon from .uno:Zoom100Percent
Change-Id: Ia89854011db4ccfdb889da91f88ed7aef57dbec7
2012-10-14 17:08:15 +04:00
Jack Leigh
fef9d3090f fdo#48873 clean unused icons
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-10 11:13:40 +00:00
Andras Timar
fd5c4df7a2 remove obsoleted instruction from icon themes' README
Change-Id: Id6e7f7dea6284af1b94c2616c9c83f88448115be
2012-10-09 12:05:27 +02:00
Alexander Wilms
3fad87a2df Added Tango icons
Change-Id: I383a631961e2db1e0eb92e78995c9e8c4b232264
2012-09-15 23:33:31 +02:00
Alexander Wilms
1e7666e825 Tango icons
Change-Id: I381d67d5267d50eb548a7d5dd2201ba97ab8db59
2012-09-12 22:18:05 +02:00
Alexander Wilms
c8af20a235 Updated icons
Change-Id: I59d741a638185b02a430abf4f9391381af0c6bcb
2012-09-11 17:19:08 +02:00
Alexander Wilms
cd3588634d Tango_testing icons
Change-Id: Ic1619384d635cf70ecbef587316a2fca4bdeb122
2012-09-07 17:41:20 +02:00
Alexander Wilms
6736160aa8 Added icons for Impress
Change-Id: I80abc4412055299603269a8385166718b8911428
2012-09-06 21:14:42 +02:00
Alexander Wilms
6cad15dde0 cleaning up a bit
Change-Id: I694e8d6a5bc0a916789f6c9d21715bddf0a142ea
2012-09-03 22:45:47 +02:00
Alexander Wilms
9a3cc03547 markers.png is now based on svg file, added more icons
Change-Id: Ib06cda39604b92ae13da7356a99df66745a2e835
2012-09-03 22:31:37 +02:00
Alexander Wilms
e11ae67cdc Imported Gnome icons under CCBYSA3 and and added new ones
Change-Id: I0640c1c4c76d75c846f51c76473b6c35f8b341e8
2012-09-03 12:37:13 +02:00
Alexander Wilms
fe166c1a9d Added some more icons to tango_testing
Change-Id: Ia9a21c213f58d01b3f96d479e81461e82cf7b7d7
2012-08-31 22:53:15 +02:00
Petr Mladek
4b27695fea add "Tango Testing" icon theme
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-31 15:52:21 +02:00
Rafael Dominguez
7eaabb2db2 Remove create template menu and associated icons.
Change-Id: Ifb2c2a640de7961ef215c9359f53218cee9c9c0e
2012-08-06 07:38:35 -04:30
Stefan Knorr
77e7145091 Bring background image in About box back & more
+ 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-08-02 15:44:50 +01:00
Stefan Knorr
9b773bfd59 Use safer icon for "Send E-Mail" [Used under CC-BY-SA]
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-26 15:23:53 +02:00
Stefan Knorr (astron)
9a02957d06 Import icons from Gnome's set [under CC-BY-SA]
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-19 17:24:40 +01:00
Caolán McNamara
6d6198393e Resolves: fdo#42454 'imported' gallery format doesn't appear to exist
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-16 14:16:47 +01:00
Stefan Knorr (astron)
151400ef49 Bring community branding in line with actual community logo
Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd
2012-07-16 08:36:47 +02:00
Cédric Bosdonnat
bd5262540a fpicker: Add place dialog, added CMIS repositories list
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-11 11:49:16 +02:00
Rafael Dominguez
5eb74b1fca Merge branch 'feature/template-dialog'
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-06 05:23:43 -04:30
Rafael Dominguez
007ad58e51 Add icons to toolbar buttons and menus.
Change-Id: Ia1415d3cab1f381a7b84ad3cabeacefe739a047c
2012-07-03 16:03:30 -04:30
Andras Timar
725a27aa23 remove old About box banner image
Change-Id: If88b592a69a5370825d697dbd8b27cd67d7aed0e
2012-07-03 17:02:47 +02:00
Stefan Knorr (astron)
7804c24975 Get new Branding Stuff into About
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-03 14:29:45 +02:00