summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs
AgeCommit message (Collapse)Author
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21callcatcher: update unused codeCaolán McNamara
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20convert chart data dialog to .uiCaolán McNamara
this one was a complete pig to convert with the conflicting home-grown existing layout code. Change-Id: I135bd486d10f7d972e143daae44d6b24a6e8fdb8
2014-02-20svl: sal_Bool -> boolStephan Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-17Don't violate the One Definition RuleTor Lillqvist
There were two different struct types called chart::TimeBasedInfo, which caused problems at least in statically linked iOS app. Rename the other struct to chart::DialogModelTimeBasedInfo for now. Change-Id: Ib95736b1046c5bd9001d7aeba2b8bbd22a18f8c2
2014-02-17this dialog is unfinished, but fix it to not crashCaolán McNamara
Change-Id: Icb6d1d1bb14678eb711100644f3f60725db4b5db
2014-02-14Drop unused #includeTakeshi Abe
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
2014-02-10the return of callcatcherCaolán McNamara
Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
2014-02-09forgot the new filesMarkus Mohrhard
Change-Id: I63bdb340aa06b072541bb8b0ed975457c504c9a2
2014-02-09improve dialogs for mapped propertiesMarkus Mohrhard
Change-Id: I87e07a30743de0fc30d0caafd35192b18caf3dae
2014-02-09add the time based charting stuff to the ui filesMarkus Mohrhard
Change-Id: I5ffb382f61e56d1c07dfb945f08fa354aea9d5fc
2014-02-07sal_Bool -> boolStephan Bergmann
Change-Id: Ifc80202e0865b59931af6e50d3d60f5021f8b52e
2014-02-07coverity#1158121 Unchecked dynamic_castCaolán McNamara
Change-Id: I961c3da368c1f2bffb4c116c325a82cf7619cf15
2014-02-06Resolves: rhbz#975421 wrong chart direction in FarsiCaolán McNamara
Where Farsi (and apparenly Moroccon) are RTL but have LTR math and charts should reportedly follow the math direction Change-Id: Ib60eaaaa90fe46ef240030a91169fdff3f736329
2014-02-06TabControl::DeactivatePage should return boolStephan Bergmann
Change-Id: I9fb774a235db2b9bc759976d2d3f84363ed944ec
2014-02-04convert chart type dialog to .uiCaolán McNamara
Change-Id: I6da39b06629e3913048a48490f45863de24c4f15
2014-01-31coverity#707670 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I8815381cc1a9801ff5f5ecfac06ada234d5bc363
2014-01-29start time based onlz after dialog is closedMarkus Mohrhard
everything else seems to result in serious bugs!! Change-Id: I1afbdb7623f877781c7ef362d87608a1e2aba72e
2014-01-29first step for mapped propertiesMarkus Mohrhard
Only FillColor in bubble charts is supported right now. Change-Id: If6ad0220c15e06a9a57c554f6243fd9908b2651b
2014-01-29fix the time based renderingMarkus Mohrhard
I managed to screw it up already. I really need some sleep. Change-Id: Ie1f13496cd36a6f48b2b094ac302f293d5fd5383
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard
I was always hitting a corner case so it seems that this need some drastic measures. Change-Id: I3fdd278b9c3fed178513d653ef24ad8adf20cbd2
2014-01-29add time based option to UIMarkus Mohrhard
we still need to notify ChartModel but I have no idea how Change-Id: Iac5e09f2bdbcb1d4bc18d4a9dcc30db3a7ab36af
2014-01-28bool improvementsStephan Bergmann
Change-Id: I4fb554a0b703b29cb2dc70fc11111a4f2fa9af8e
2014-01-25coverity#1158136 Unchecked dynamic_castCaolán McNamara
Change-Id: I8d4e7c497430faacd0d8f1138b9af8b2f11127a0
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
all single tab dialogs are .ui enabled now. So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog and ~SfxNoLayoutSingleTabDialogBase together Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
2014-01-17Fix build error.Kohei Yoshida
Change-Id: Ide87ccfe71f42d77246b6b3a2e864b5c89d80647
2014-01-17-Werror,-Wunused-functionStephan Bergmann
Change-Id: Ia6c6d6fe484789722987cea7d8b4b4bfc1c28953
2014-01-17Convert chart data source tab page & dialog to .uiOlivier Hallot
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-11Bin leftover printfTor Lillqvist
Change-Id: I5469199841dc56e93ff82fe5c3b722d43e766240
2014-01-10Resolves: fdo#72814 Fix Chart Data Ranges DialogCaolán McNamara
revert part of b193123b8e658d2eb25af5debe9de9e1b2386ef8 That "hidden" column conatined data which is important to make the dialog work. If the hidden data is causing a11y problems then it needs to be reworked in a different way rather than removed in one place but still being looked for in another Change-Id: I2990ac940a52d97da193af2147f2b61281e11020
2014-01-07convert data range tabdialog to .uiCaolán McNamara
Change-Id: I70e9064a13a751f6b0dae153522953eaf2ac53a5
2014-01-04convert chart shape paragraph dialog to .uiCaolán McNamara
Change-Id: I5682ccdaa7d0f877310b937ad12ceeeb0b91c350
2014-01-04convert chart shape character dialog to .uiCaolán McNamara
Change-Id: I03917fdceebdf5bd06c04f5719615092ee166852
2014-01-03WaE: C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist
Change-Id: If67bcfa3f3faaf7ed48493a0f8281fba70431abf
2013-12-29Convert chart range chooser tab page to .uiOlivier Hallot
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-28WaE: private field 'm_pParentWindow' is not usedTor Lillqvist
Change-Id: Iad6433396844cae5785b6b8ba80f0593c2dea62e
2013-12-28Convert insert error bars dialog to widget UIOlivier Hallot
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-27Convert chart data label dialog to widget UIOlivier Hallot
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-27remove unnecessary empty dtor, etc.Caolán McNamara
Change-Id: Ia2a1d1fe81a07d1e37437539d6d651a7c6ce1111
2013-12-27Convert chart error bars tab page to widget UIOlivier Hallot
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>
2013-12-27Convert chart legend dialog to widget UIOlivier Hallot
Conflicts: chart2/AllLangResTarget_chartcontroller.mk Change-Id: Ibc265efe5a8bdf3e0e5fb8135fb0487de7e96764 Reviewed-on: https://gerrit.libreoffice.org/7199 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27Convert chart polar options tab page to widget UIOlivier Hallot
Conflicts: chart2/AllLangResTarget_chartcontroller.mk Change-Id: If9730589e44ab40331ea217986e79d78b926d5af
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-19Convert chart data labels tabpage to .uiOlivier Hallot
Change-Id: I6ffd992fe8a2cb290c8f8992922f0e54276e6ae1 Reviewed-on: https://gerrit.libreoffice.org/7124 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-14fdo#40316 Remove SpinButton in UI for extrapolate trendlineLaurent Balland-Poirier
UI Trendline: Spinbutton are not adapted for real value of x-values used in extrapolate For/Back-ward. Replaced with FormattedFiled like Intercept value Change-Id: Idc49f842a0f76906eb3c027e15a493e625c3d535 Reviewed-on: https://gerrit.libreoffice.org/7067 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-11Show name of the trendline in tooltip (at hovering).Tomaž Vajngerl
Change-Id: Iaaef26fdb5f1f46b6e0ffece484cf884cc29c84c
2013-12-10fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier
Change text in status bar for moving average trendline: no equation, no R² Change-Id: I0e18a72ff1f1d78e3bb28cab4d5f215c096898dc Reviewed-on: https://gerrit.libreoffice.org/7015 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl
Change-Id: I5f787eb064524a3b2399d591866a5b8cbdee6294
2013-12-09Display correct equation with multiple trendlines in chart.Tomaž Vajngerl
When there were multiple trendlines for one data series and one was selected, always the equation and R^2 of the first trendline was displayed in status bar. Change-Id: I320261e129c51bbdd1228173ca2f1d8447fdcb89