summaryrefslogtreecommitdiff
path: root/sc/uiconfig
AgeCommit message (Collapse)Author
2014-04-09convert data validation tab page to .uiCaolán McNamara
Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30
2014-04-09related: fdo#67104 correct the tooltipMaxim Monastirsky
This option points to the per-sheet setting, not to the global one. Change-Id: I79dbd727e0ff12eb906f243f82f4906762918d26
2014-04-06fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labelsJoren De Cuyper
Currently .uno:zoom is used for the topmenu and submenu. Deleting the '...' behind the text will delete it for both, which is not correct. Therefore I introduce .uno:ZoomMenu for the topmenu. Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab Reviewed-on: https://gerrit.libreoffice.org/8503 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-04callcatcher: remove old pivot table dialogCaolán McNamara
Change-Id: I9e80a0d6661c29343103a27baa752cebbc876314
2014-04-03wrong ellipsizeCaolán McNamara
the widget in glade for changing ellipsize gets focus and when you mouse wheel up and down often it gets accidentally changed, sigh. Change-Id: I6dc0dc6d9985ea0ff9a34817291e642a9706bf0f
2014-04-03pivot: In "Data Field Options" dialog change Add -> OkTomaž Vajngerl
Change-Id: Ie6b1670445fd15e2ba791b13e4b6cd6803b2b9df
2014-04-02Pivot dialog: Make it resemble the old dialog a bit.Jan Holesovsky
No idea what is best here :-) - MSO is more like what it was before this change, OTOH this layout looks more as the final pivot table, which (in my eyes) makes it easier to use. Change-Id: I5acb8c151139688c71b06d07006499513a17bdb9
2014-03-31lint-ui spacingsCaolán McNamara
Change-Id: I09a1e84dc20aeeac6b535dbbedfc0f9c8e17517b
2014-03-31pivot: new pivot table layout dialogTomaž Vajngerl
This commit adds a new pivot table layout dialog which was implemented from scratch. Instead of custom controls this one uses list boxes for field entries which greatly reduces the code. It also fixes some visual and behaviour bugs and adds the possibility to edit the "Data" field. Change-Id: I6c01252acee5a2e8910e40e65904504d00e03057
2014-03-21Related: fdo#76457 set the edit fields to expandCaolán McNamara
the buttons remain too narrow, but that seems to be the case for all the formula buttons Change-Id: Ib7ecc6dffeed23459eddb1fc98140faf1a26296d
2014-03-20add translatable attribute to some .ui labels/itemsAndras Timar
Change-Id: I294a8ff5070af20403ec103ad4420a6e12a97561
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet
Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke
Determines how to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. Selectable under Tools->Options->Calc->Formula "Detailed calculation settings" "Custom" from "Conversion from text to number" are: Generate #VALUE! error: =1+"1" or =1+"x" give #VALUE! Treat as zero: =1+"1" or =1+"x" give 1 Convert only unambiguous: =1+"1" gives 2, but =1+"1.000" or =1+"x" give #VALUE! Convert also locale dependent: =1+"1.000" may be 2 or 1001 ... =1+"x" gives #VALUE! For "Generate #VALUE! error" and "Treat as zero" the "Treat empty string as zero" option follows these settings, for "Convert only unambiguous" and "Convert also locale dependent" it can be set independently. When reading documents created by other spreadsheet applications or older versions of LibreOffice, and to interchange documents between different locales the "Convert only unambiguous" with "Treat empty string as zero = True" setting is recommended, though LibreOffice so far acted as "Convert also locale dependent" with "Treat empty string as zero = False", which is the reason that option is kept as default. The best setting to create new documents that can be interpreted by all spreadsheet applications without on-the-fly string conversion is "Generate #VALUE! error". Not having to convert strings during calculation ist also faster, of course. Change-Id: Ie6dc34a00a82064a2d862b2178ce715fab945f85
2014-03-12fdo#75982: Better hot keys for pivot table fields.Kohei Yoshida
R for Row, C for Column, P for Page, and D for Data fields. Change-Id: I4e29fcdf77a17498d9325a09f0b21154cab04f83
2014-03-12Resolves: fdo#75982 set mnemonics targets for hidden labelsCaolán McNamara
the key piece though is that labels that have mnemonic targets are always candidates for getting mnemonics generated for them Change-Id: Ie4bcbc18e94467936f40875c749cd22793021d0c
2014-03-10convert pivot filter dialog to .uiCaolán McNamara
Change-Id: I795d296bae700d1e3a273fbe71fc842d145c5138
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara
this dialog is hauntingly similar to the writer one, a copy and paste job Change-Id: Ic873038dba4ca4fd737690b917f6cd0d5144218a
2014-03-05Converted group by [number|date] pivot table dlg to .uiKatarina Behrens
Change-Id: I3c6256f1b2d176790a8eb7c094c1583ce053971b Reviewed-on: https://gerrit.libreoffice.org/8382 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-14convert Data Field Options Dialog to .uiCaolán McNamara
Change-Id: Ie940352828a9b58d35dd1644d030d6fb5b72d386
2014-02-13Various adjustments of the pivot tableCaolán McNamara
especially relative positions were relative to the dialog which was assumed to be then a direct parent of the widgets so that a simple calculation could make the positions relative to the widgets also now the pivot table fits into a 768 pixel high screen Change-Id: I86a4155439872e8273943b90f15320e560e237a4
2014-02-13Converted pivot table layout dlg to .uiKatarina Behrens
pimped up dialog a bit, added mnemonics Change-Id: I4585d9a3a1c96b45c7eedea8a5be41ec717139dd
2014-02-11convert change chart data source dialog to .uiCaolán McNamara
Change-Id: Iecccfbcd6b1eaec9d14c594812293c3e2acfda46
2014-02-11convert show changes dialog to .uiCaolán McNamara
Change-Id: I29397e454e30bff98644f0c9e0f3a8e00547af1b
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan
Extending f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 "fdo#74132: Do not interrupt search in Writer." for Calc. Change-Id: I3a7e5070300993d2811a79f17cb1b2edb0355c44
2014-02-05convert scenario dialog to .uiCaolán McNamara
Change-Id: I66f7fe04155ad4c6e42e6aa96bb2db71ba4f682f
2014-02-04convert select data source dialog to .uiCaolán McNamara
Change-Id: Iecca542c2c425a34184ba2c3ae0e34d093fa6a06
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks
Change-Id: Ic94ed52bbe0e5c612258fa56a970d61de0972eb3
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks
Change-Id: I7ae80079f4bd5fed1234753b521a680498ec43e1
2014-02-02convert import options dialog to .uiCaolán McNamara
Change-Id: Iaf20b6d2306ba76f21cb5f7be231f40b403c790a
2014-01-28drop RID_SCDLG_INSCONT, etc. nowCaolán McNamara
Change-Id: Iee2eaf89f662b61fc4ec32b353b13417ee6b2610
2014-01-28Converted Calc paste special dialog to .uiKatarina Behrens
Change-Id: Ibe782ed765a20adb34bb6ddd226c3d5ed328e810
2014-01-22reorient the ok/cancel/help buttons of external dataCaolán McNamara
Change-Id: I08abe30a259014ba33bcad63a40198baa1099893
2014-01-21ScCondFormatList is in scloCaolán McNamara
Change-Id: Ie79ea86509004dc149cda2316c07cd7db9b339a4
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar
Change-Id: I60b74cecc17352681fac7dfa0e41114515dbd6f5
2014-01-19fdo#73799: Make some items in the filter dialogs translatable.Kohei Yoshida
Change-Id: I67c54ae9cee0a57baf900c80f50b28572bc9465b
2014-01-17ellipsize incorrectly set here for some reasonCaolán McNamara
Change-Id: I85b89c59c3545aef538da47a3d3727110cff4a82
2014-01-17tweak MultiListBox to ListBoxCaolán McNamara
Change-Id: I94e39f29c2920eea57262cf047f899eb0bbe62c4
2014-01-17convert pivot table subtotals data field dialog to .uiCaolán McNamara
Change-Id: I4ac7fb3a13cdc03d3c75cdd730bf39a7d814de99
2014-01-17convert data field dialog to .uiCaolán McNamara
Change-Id: I68da93c1227e8140511f3ad4071c87b3cf0443c0
2014-01-16Resolves: rhbz#1047871 convert conditional formattting dialog to widget layoutCaolán McNamara
the wrapper dialog not the list contained within Change-Id: I4f4793888885ec5d991f1ab4218cc371726558e6
2014-01-09specify that grid color listbox can shrink...Caolán McNamara
in calc->view options and that the checkbox entries cannot when options pane isn't wide enough to fit everything in (fr). Necessitates swapping columns so the stretching/shrinking column can be centered horizontally for e.g. en to remain pretty. Change-Id: I1402183b6ad0989af676a3472c8bf4d2b9c94ea8
2014-01-08stretch label to fill vertically for long textCaolán McNamara
calc compatibility page (e.g. de) Change-Id: Ieab742900747808a4c27205b190e416b391b7a39
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
Calc general page (e.g. .de) Change-Id: Ifc5c230040c9b59f8570a64deda0121ac93ed0e9
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
Change-Id: I46c5290ab411ac133ef8ea1e461197b00d837068
2014-01-06convert col or row dialog to .uiCaolán McNamara
Change-Id: I47b0b0abd3cbb992b93cd1db10558fed579e4f1c
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara
and that's the last TabDialog in calc converted Change-Id: Idecf1b4ba991f7b59e40ea0f0813a5dc5644dfd3
2014-01-04convert calc character dialog to .uiCaolán McNamara
Change-Id: I305b18bea24377dcd98b3e06c4cf75bdbdd4d717
2013-12-30convert retype password input dialog to .uiCaolán McNamara
Change-Id: I97940629f93a5a1948a8771b9d9668bc28c49a91
2013-12-30convert simple reference dialog to .uiCaolán McNamara
Change-Id: I4e58c86aa85b2e1639a047b07156b62c9900153c
2013-12-30convert solver options dialog to .uiCaolán McNamara
Change-Id: I319210233dd1b71f6e717c7322b953de8f093150