summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-09 09:45:58 +0100
committerAndras Timar <andras.timar@collabora.com>2015-09-19 21:32:14 +0200
commitbd234dc5374f2589da1f4bca5c8780417b49a05e (patch)
tree3f08acadd5b208055289aea62106ce103dc7db0c /extras
parentf9eddb62f25a54370164b56c313dbb11f0cde995 (diff)
Resolves: tdf#93887 distinguish between empty selection lost selection
Change-Id: Id0be728602b3c58b2853ff464336d68303531efe (cherry picked from commit f3f1919aa4eca2f6180649eda43bcb813b1f0450) Reviewed-on: https://gerrit.libreoffice.org/18434 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'extras')
0 files changed, 0 insertions, 0 deletions
o.de> 2019-11-27loplugin:finalclasses in vclNoel Grandin Change-Id: If22569a1b7d53fc1b5b87f7ec7d262ebb260e798 Reviewed-on: https://gerrit.libreoffice.org/83933 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-08-22loplugin:constmethod in vclNoel Grandin Change-Id: I20545527b117c9562b91076b748fb3e2659d2497 Reviewed-on: https://gerrit.libreoffice.org/77944 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen Platform-specific subdirs are left alone: android, ios, osx, quartz, win Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icbb906b7fbc960240c73c56d3dae2a78b06a0f53 Reviewed-on: https://gerrit.libreoffice.org/73754 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2019-05-14Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl Change-Id: Ied3831c83ed385f5f28b82eb1ee67a2a4448cd05 Reviewed-on: https://gerrit.libreoffice.org/72268 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-10only read and parse widget definition once from the fileTomaž Vajngerl Change-Id: I71c095e5e5dd21650663e6fb717bcb22958a597f Reviewed-on: https://gerrit.libreoffice.org/68976 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-05Draw basic scrollbar from the theme definitionTomaž Vajngerl Change-Id: I2a017746f02c547413c949a1728ebbfa781a7f66 Reviewed-on: https://gerrit.libreoffice.org/68749 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-04separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl This separates the functionallity to read the definition from the definition itself. This is needed to have both responisibilities separated so it's easier to work with and test. Change-Id: Id0dd9c17852a8b7479e9d01d4c1726e915d3dc6e Reviewed-on: https://gerrit.libreoffice.org/68681 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-04WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl This adds FileDefinitionWidgetDraw which extends the WidgetDrawInterface and is responsible to draw the widgets from the definition gathered from an external file. The file must be (currently) in the user folder named definition.xml. It instantiates the WidgetDefinitionReader to get the definitions and sets the style colors when updateSettings is called. Later more definitions will be implemented. Change-Id: Id02111e8aed4648e5a306b0f5dbc9a02c9b2fcb0 Reviewed-on: https://gerrit.libreoffice.org/68645 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>