summaryrefslogtreecommitdiff
path: root/chart2/uiconfig/ui
AgeCommit message (Collapse)AuthorFilesLines
2015-10-18mark numbers as untranslatableStanislav Horacek1-2/+2
Change-Id: I44c44f96c0ece4d9412df234f57d0acb26b10f2d Reviewed-on: https://gerrit.libreoffice.org/19423 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-10-09don't put the checkbox into the HBox, tdf#94870Markus Mohrhard1-21/+19
Change-Id: I28f4895814d9fc419274de5681efa535e815f822
2015-09-20use localized string for title text, tdf#94294Markus Mohrhard1-35/+31
Change-Id: Id27e5c3794b728ce79d63b6c7d552df0cc1ba239
2015-09-17tdf#91063 Improve the elements content panel of the chart sidebarYousuf Philips1-119/+146
Change-Id: I6fa83512a1a4949eb4f4dd9f849aab04b5f58374 Reviewed-on: https://gerrit.libreoffice.org/18658 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2-4/+36
Now in a pie chart the text of a label can be wrapped, the wrapping is automatic and the maximum text width is fixed to almost half the pie radius. This feature is used to import correctly the relative text wrapping property provided by MSO. Moreover the data value and percent value of a label are now centered horizontally, respect with the label text. Conflicts: chart2/qa/extras/xshape/chart2xshape.cxx Change-Id: Ie10d6184365436f763cd9693a5bbefcfa9b3862b Reviewed-on: https://gerrit.libreoffice.org/17193 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-16Some (mostly HIG) tweaks to chart error bar panelKatarina Behrens1-143/+237
stacked radiobuttons horizontally, they have no text now, but img and tooltip, it looks more sidebar-ish Change-Id: I6381a2e5e2c056b8928152b9154565eecce7a372 Reviewed-on: https://gerrit.libreoffice.org/17451 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-07-30Some (mostly HIG) tweaks to chart axis panelKatarina Behrens1-36/+64
+ added a text orientation spinbox to .ui file, but it does nothing so far Change-Id: Idb9177683c46fba50a153aff795aab7a2f419694 Reviewed-on: https://gerrit.libreoffice.org/17402 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-29Some (mostly HIG) tweaks to chart data series panelKatarina Behrens1-129/+279
Additional tweak: use 'Data series %1' as frame label, substitute %1 by real series name Change-Id: Id5bee4c2e52ccd98fa40649ec539b3efdee55962 Reviewed-on: https://gerrit.libreoffice.org/17387 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-07-29Some (mostly HIG) tweaks to chart elements panelKatarina Behrens1-297/+446
As I wanted to represent subsections as frames (it looks kinda better with bold labels), I tried to emulate grid behaviour by putting widgets into 2 size groups Other tweaks include disabling legend position listbox when legend is not to be shown and missing clear() of that listbox Change-Id: I0b635fe5aba1580542cf982e2e6be02eb0056352 Reviewed-on: https://gerrit.libreoffice.org/17386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-07-26finish error bar panelMarkus Mohrhard1-3/+24
Change-Id: I954b858ea76c949fe3e5de15e3ed45a7aba6bb2d
2015-07-18add skeleton for error bar panelMarkus Mohrhard1-0/+147
Change-Id: I397b10d95356a1d376e868af6a93077fd996b680
2015-07-17add chart sidebar axis panelMarkus Mohrhard1-0/+94
Change-Id: Ia0f75c09f11c5751428a19fca33b39a54cdbb249
2015-07-17also handle primary vs secondary axis in series panelMarkus Mohrhard1-1/+1
Change-Id: Ieed69e1e7ebd88b15dd6a6fb51863fab4f57479c
2015-07-16add skeleton for chart series panelMarkus Mohrhard1-0/+156
Change-Id: Ib1e5da270812aa909a6e773abbd9716256f4d5f4
2015-07-16remove unused labelsMarkus Mohrhard1-36/+4
Change-Id: I6b16fcd7ee48d782c9b25b1f90f3ff25c103633d
2015-07-16make chart elements panel beautifulMarkus Mohrhard1-314/+250
Change-Id: I9e76f9b314dce6b4392d43fee4d5e05a450aac84
2015-07-16handle legend position combobox correctlyMarkus Mohrhard1-2/+6
Change-Id: Ic19e8cd20d739761975db2b00cb92fd27f8ac4be
2015-07-16adapt to UX discussionMarkus Mohrhard1-104/+13
Change-Id: I6a7ba1f13cddf20b2751f2ee113427db43978cfa
2015-07-13chart2: Fix .ui widget namesMaxim Monastirsky1-2/+2
warn:vcl.layout:13283:1:include/vcl/builder.hxx:413: widget "checkbutton_x_axis_title" not found in .ui warn:vcl.layout:14352:1:include/vcl/builder.hxx:413: widget "checkbutton_y_axis_title" not found in .ui Change-Id: I5a6e29b24706df0925038e869be94b0f6a8d232f
2015-07-12add ChartElements panelMarkus Mohrhard1-0/+525
Change-Id: I935a0d637a9ea3a1716d6e839e65c4e565a2c840
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos15-213/+141
This helps de-clutter action button groups and eases visual scanning. This patch also contains little layout tweaks where needed to separate the Help button from its neighbors when the dialog is too small. Change-Id: I56aafdaf2a5351bd7bcb4db693e520fd5c5166ce Reviewed-on: https://gerrit.libreoffice.org/13427 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-20Resolves: fdo#84885 chart wizard dialog cut offCaolán McNamara1-27/+35
Change-Id: Ie24687cd1c54b1fed04745c83f507c17a5574175
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara5-100/+104
in favour of a wrap property on NumericField Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens1-13/+14
Set initial status of most of the widgets in .ui file to hidden, *ResourceGroup::showControls() method will take care of showing them when appropriate Change-Id: I19d8df661ea7ee122e06ab854a9eb0a5edf62320
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper13-19/+19
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-22fdo#80295 - Mismatched icons in Chart Data Table dialogJoren De Cuyper1-5/+5
Change-Id: I31d9ea145e8c01a0e81507534e2cf6c584174048 Reviewed-on: https://gerrit.libreoffice.org/9843 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-06-22remove now unused dialogMarkus Mohrhard1-136/+0
Change-Id: I42c340a6aee016e37ee558d46a8eab101837e9c5
2014-06-22show the property mapping sequences by defaultMarkus Mohrhard1-22/+2
Change-Id: I32417ed53e491a66f700e77ae0fff2154fa5441c
2014-06-20mark numbers as untranslatableStanislav Horacek1-2/+2
Change-Id: Iaa592297e8a946c121b9eaedbbab136db7593316 Reviewed-on: https://gerrit.libreoffice.org/9838 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet1-1/+1
Exception: http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55 Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida1-0/+25
Change-Id: Ia6083c423bf8286a0b562d490283f8e1328a0124
2014-03-03convert chart type page to .ui formatCaolán McNamara1-0/+454
Change-Id: I2e95e0dec66b8985abad81b02722e1bf632a15e0
2014-02-20convert chart data dialog to .uiCaolán McNamara1-0/+298
this one was a complete pig to convert with the conflicting home-grown existing layout code. Change-Id: I135bd486d10f7d972e143daae44d6b24a6e8fdb8
2014-02-17this dialog is unfinished, but fix it to not crashCaolán McNamara1-65/+82
Change-Id: Icb6d1d1bb14678eb711100644f3f60725db4b5db
2014-02-10set mnemonic widgetsCaolán McNamara1-7/+7
Change-Id: Ia093bcd93bd453f039b0dcba744cb8608158ed43
2014-02-09forgot the new filesMarkus Mohrhard1-0/+119
Change-Id: I63bdb340aa06b072541bb8b0ed975457c504c9a2
2014-02-09improve dialogs for mapped propertiesMarkus Mohrhard1-1/+27
Change-Id: I87e07a30743de0fc30d0caafd35192b18caf3dae
2014-02-09add the time based charting stuff to the ui filesMarkus Mohrhard1-6/+113
Change-Id: I5ffb382f61e56d1c07dfb945f08fa354aea9d5fc
2014-02-04convert chart type dialog to .uiCaolán McNamara1-0/+82
Change-Id: I6da39b06629e3913048a48490f45863de24c4f15
2014-01-17standardize indent between tabpagesCaolán McNamara2-129/+119
Change-Id: I1a8b5e7ad1688b968ad9a91f987e14c1d75b542b
2014-01-17Convert chart data source tab page & dialog to .uiOlivier Hallot2-12/+356
Conflicts: chart2/source/controller/dialogs/dlg_DataSource.cxx chart2/source/controller/inc/dlg_DataSource.hxx Change-Id: Ic3e3adc578156161f16254862e1ca33a8ad9e1f6 Reviewed-on: https://gerrit.libreoffice.org/7255 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-10fix title of dialogCaolán McNamara1-2/+2
Change-Id: Id252755104f5dd8f5590511a267935b1fc434561
2014-01-07convert data range tabdialog to .uiCaolán McNamara1-0/+92
Change-Id: I70e9064a13a751f6b0dae153522953eaf2ac53a5
2014-01-04convert chart shape paragraph dialog to .uiCaolán McNamara1-0/+163
Change-Id: I5682ccdaa7d0f877310b937ad12ceeeb0b91c350
2014-01-04convert chart shape character dialog to .uiCaolán McNamara1-0/+148
Change-Id: I03917fdceebdf5bd06c04f5719615092ee166852
2013-12-29Convert chart range chooser tab page to .uiOlivier Hallot1-0/+190
Change-Id: Ibe80ec369b8efcded6cf9ce31f7c7d66e3e61dc0 Reviewed-on: https://gerrit.libreoffice.org/7224 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-28Convert insert error bars dialog to widget UIOlivier Hallot2-2/+661
Change-Id: Ie2fbcb0bacb968a784698908c8cc62f73a80cf32 Reviewed-on: https://gerrit.libreoffice.org/7219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27Put right icon in image buttonOlivier Hallot1-2/+2
Change-Id: Ieed7b3cc0725b5d3341ed390035c55df8a8119e2 Reviewed-on: https://gerrit.libreoffice.org/7218 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2013-12-27Convert chart data label dialog to widget UIOlivier Hallot2-1/+587
Conflicts: chart2/AllLangResTarget_chartcontroller.mk Change-Id: Id9054b3b0c6e7a10a72bc90b05cd7c6bbc5e82a2 Reviewed-on: https://gerrit.libreoffice.org/7205 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27Convert chart error bars tab page to widget UIOlivier Hallot1-0/+577
Change-Id: I9f3cb1fb3186e77b5c5ee57ff3e6086022c80bfd Note: kept old resouce to allow dialog to be called by dlg_InsertErrorBars, util we find a way to have a dialog to call a tab page and access the resources. Once a solution is found, old- resources can be deleted, RangeEdit and RangeSelectionHelper can be nuked too. Reviewed-on: https://gerrit.libreoffice.org/7198 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>