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>
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
so remove the svtools ones where there are duplicates, move the svtools
one to vcl when the vcl one is missing
Change-Id: I9e7f77c3088be48bfcbed81e02ff71fa7aeba0d8
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
+ 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
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
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
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
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
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