- 09 Kas, 2018 40 kayıt (commit)
-
-
Olivier Hallot yazdı
* Update helpcontent2 from branch 'master' - tdf#119269 Font Features Help page Change-Id: I72f23c891dda9dda8f7d42b72aa370285abd7a41 Reviewed-on: https://gerrit.libreoffice.org/63205 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Ilmari Lauhakangas yazdı
* Update helpcontent2 from branch 'master' - tdf#119415 change from fuse.js to fuzzysort.js Tied the index listing to the current module. Fuzzysort.js is MIT licensed. Change-Id: I5d95cc1870a1856089217846ed0af572abc882d7 Reviewed-on: https://gerrit.libreoffice.org/63203 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Jan-Marek Glogowski yazdı
Regressions from commit 45519023 ("Resolves: tdf#119997 toolbar layout unlock doesn't refresh ui"), commit c5977a89 ("Resolves: tdf#96451 do magic to enable embedded chart sidebar only for chart") and commit faed29ca ("for now show chart sidebar"). It also adds an assert for the underflow, as nobody cared for the underflow warnings since some years. Change-Id: I86bb093987f084c85a7b640a846dfe0aefea9e48 Reviewed-on: https://gerrit.libreoffice.org/63204 Tested-by: Jenkins Reviewed-by:
Jan-Marek Glogowski <glogow@fbihome.de>
-
Jan Holesovsky yazdı
Change-Id: I9f8f25ee72e93fdf575312b6b0c5d32be9ea45cc
-
Eike Rathke yazdı
Too many side conditions are possible with implicit array of references in array mode. Propagate new ReferenceOrRefArray parameter class to indicate the preferred return type for arguments to functions whose parameters explicitly handle array of references. Change-Id: I1f01266495c2ef1941ffe0cb7c2e0a5ae0bb7e69 Reviewed-on: https://gerrit.libreoffice.org/63201Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins
-
Jan Holesovsky yazdı
Change-Id: I5d657fa4d6f63b93ad3775a5641d08c6e0f3a615
-
Ashod Nakashian yazdı
Also remove macroni. Change-Id: I0b2914e9f0e2aba9d8ca10338b515b598126e315
-
Ashod Nakashian yazdı
Change-Id: I89dcf5a102be19fd1bc314a89538a121522f4a43
-
Ashod Nakashian yazdı
Change-Id: Ib1afbb0b5647048f24d4ea6f9859b76328568dac
-
Ashod Nakashian yazdı
Change-Id: Iff50f7aeb471870230e9e822657deed6aefad268
-
Jan Holesovsky yazdı
Change-Id: I7cae61e1fa9cf74b98627d557890fd41047421df
-
Ashod Nakashian yazdı
Change-Id: Ibc425d8e630460547d66723ccabeaf4ac29d2719
-
Ashod Nakashian yazdı
Change-Id: Ic189aecf092b9cffd800e410d2d6e88016c43052
-
Ashod Nakashian yazdı
Change-Id: I1962a4a1397363b1c15e49d57b0bbcc9c232ce30
-
Ashod Nakashian yazdı
Use ColorData for custom widget themes to make it more readable and consistent. Renamed and split out colors to be more accurately named and representative of how they are used. Fixed a number of inconsistencies in how colors were used across widgets. Change-Id: I1cbb5f19223bd55107379b049beccaf1de4e26b2
-
Ashod Nakashian yazdı
The old logic threw away the result of updateSettings by applying the styles saved and modified after calling it, which lost all the custom colors thereby breaking custom-widgets and themeing altogether. Change-Id: Ic3750f145b67cd6a379f3b628a10c213a31656e7
-
Ashod Nakashian yazdı
Change-Id: Icd6367fa40f9655cd58816461f0d2fca6f6932e2
-
Ashod Nakashian yazdı
Change-Id: I70f46f94747f468a2bb79f8baa4576e4460bef31
-
Tomaž Vajngerl yazdı
Change-Id: I45b7ffdce2d470ed2f30b5408d8d861deb00514a
-
Tomaž Vajngerl yazdı
Some theme colors are set using the style settings, which are implemented by each backend to correspond to the system theme. For custom widgets these need to also be set by the library itself. This commit adds the ground work and sets some of the colors for windows backgrounds. Change-Id: Ia65b1605b2b7bef7f01ff1feff2e7470479e626a
-
Tomaž Vajngerl yazdı
Change-Id: Icb8cfbe09caf5cbfcf1d3f461c297c052056250d
-
Tomaž Vajngerl yazdı
Change-Id: I05f01058d7886dacec3b00dcf31313aea3939164
-
Tomaž Vajngerl yazdı
Stock buttons like OK/Cancel/Help need sometimes to be drawn differently than just another button. For this we need to mark such push buttons as "stock" when building them from a glade file and transfer this information down to the NWF backend when drawing the widget. Change-Id: I131657f026a731208db47f4c8220622c8aabb464
-
Tomaž Vajngerl yazdı
Change-Id: I5d038d165d5ff08a07d24906f6a7cc2d6176f1ac
-
Tomaž Vajngerl yazdı
Change-Id: I1d740b4a3840f73015f34bd2143663a919db2956
-
Tomaž Vajngerl yazdı
Change-Id: I050d8534cacdee63109158dbc150d9d13b43fe5e
-
Tomaž Vajngerl yazdı
This implements getting the region rectangle from the widget library so it is possible to redefine the size of the widgets if needed. Additionally increase a tab width which are too small by default. Change-Id: If662c44e02631715efd137ecbfc4a5770fa9f6ab
-
Tomaž Vajngerl yazdı
Change-Id: Ia4efe711c07213f2edf472602c5b2acc81876906
-
Tomaž Vajngerl yazdı
also added ListNet as noop Change-Id: I033f908a8fc9ce9ec4b3d202e1299f7c0a9cad6c
-
Tomaž Vajngerl yazdı
Change-Id: I573a6c28f5ddb538ca3b0abf15197695fc113802
-
Tomaž Vajngerl yazdı
Don't require eButtonValue as a constructor parameter as it mostly isn't necessary and required. In addition add nValue instance variable. Change-Id: I927714f715fce1549d87cec633330a0dc313f569
-
Tomaž Vajngerl yazdı
Change-Id: Ie2192edfcfc49a1953059c5947b8ea7bb03a3c7d
-
Tomaž Vajngerl yazdı
Slider drawing didn't we ask if native drawing is supported using IsNativeControlSupported method. Change-Id: I0672114337516ff763fd710d949ab6a982db2992
-
Tomaž Vajngerl yazdı
Change-Id: If9acc47b9a7751858d3394741e3984b3c2a49936
-
Tomaž Vajngerl yazdı
Change-Id: I1a3b709fdc4fb21fc4ad22542ff669c98b13487d
-
Tomaž Vajngerl yazdı
- Radiobutton - Checkbox - Combobox - Editbox - Spinbox - Scrollbar Change-Id: I46bd2753a7c1806f4cd4583455e76c77494225b4
-
Tomaž Vajngerl yazdı
..and fallback the headless dawing also in gtk3 where needed Change-Id: Ic5da8fa7a04089342db8e2f334ced69691a15217
-
Tomaž Vajngerl yazdı
A native widgets aren't part of a VCL metafile so they are ignored when the metafile is replayed. When drawing a dialog to a custom device, the first draw goes to the metafile, which is then replayed to the final device, but no native widgets get drawn. This commit changes this behavior for LOKit where it draws without using the intermediate VCL metafile. Change-Id: I823db30c8bceb83830c6c993d4238b39e1331c09
-
Tomaž Vajngerl yazdı
Change-Id: I7ec57d18fe99f906aeb6dbb40d0d30c2ac8b51c4
-
Noel Grandin yazdı
ever since commit a3b0ee88 Date: Sun Jul 10 22:17:35 2011 +0100 strip out unused methods found by loplugin:singlevalfields Change-Id: I4feab1195f78549a48f4b1a9017bc5101474228f Reviewed-on: https://gerrit.libreoffice.org/63173 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-