summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc
AgeCommit message (Collapse)Author
2015-05-07Make pivot table resizable again to make it easier to work with.Tomaž Vajngerl
Change-Id: I205f7348993031e0dd72c74531ca67e3e87e809c
2015-05-05tdf#34555 add to scalc: crop, change img, save img, edit with ext toolsPhilippe Jung
Adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) to scalc. Proposal of new Format menu and image context menu organisation. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: I7f5cf2d1eb3870245684eadf5909fe590d56bf42 Reviewed-on: https://gerrit.libreoffice.org/15589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-05-01add "Contains totals row" to database range dialogEike Rathke
Change-Id: Ibdd144158f1484cf0e8c3861b6f3758a03638434
2015-04-23tdf90782: Restore string and fix Manage Names dlgOlivier Hallot
1) restore previously deleted label which is actually used by the controller 2) put Manage Names dialog in same one-column as Define Name dialog. Change-Id: Ia5e6d1cf183ba7e0dc5b43b964054caf2f187ed8 Reviewed-on: https://gerrit.libreoffice.org/15487 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-22tdf#90782: better string also for Manage Names dlgOlivier Hallot
Change "Manage Names" dialog as well with better strings Change-Id: I4bbb44976a4a9057cc793409281bad567c3a3b4f Reviewed-on: https://gerrit.libreoffice.org/15482 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-22Related: tdf#90782 Switch to a single-column layoutAdolfo Jayme Barrientos
Now that a label has been made longer, this will save space. Also, removed a now-redundant explanation to reduce the number of translatable messages, and dropped a spurious “yalign” value. Change-Id: I46652effa364a867c8df28fb9373c48ab2fd2d74
2015-04-22Remove a superfluous “Options” frame which enclosed only one widgetAdolfo Jayme Barrientos
Change-Id: I1ec58cdc2d8b3f080638918e44ee853cd0a5ed58
2015-04-22Fix tdf#90782: better label for named formulasOlivier Hallot
Fix tdf#90782, change labek "Range:" with "Range or formula expression:" Also, add a Help button to dialog Change-Id: I78025bc50200153a8a7c69b9bc54482d4c5d99ad Reviewed-on: https://gerrit.libreoffice.org/15477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-11databaroptions.ui: Improve some translatable messagesAdolfo Jayme Barrientos
Change-Id: Ia9380033261c7aaa229f9d2a64af0ac33c41d541
2015-04-11Tweaks to calc toolbars and add missing small tango iconsYousuf Philips
Change-Id: I0e84003420e58d1d830a1e937372fabe87208479 Reviewed-on: https://gerrit.libreoffice.org/15244 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-09tdf#85594 Additional tweaking of the standard, formatting and draw toolbarsYousuf Philips
Change-Id: I37f16184d8671f6f0eba7679e712e458abee314c Reviewed-on: https://gerrit.libreoffice.org/15195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-09tdf#89199: UI option to show data bar only (no values)Katarina Behrens
Change-Id: I13cbde947d6252c1157ec79a5f2190df24cca978
2015-04-09add Product function to Subtotals UIClément Lassieur
Change-Id: I240859bafa953c75ee639ccb77305161274217d1 Reviewed-on: https://gerrit.libreoffice.org/15210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-08Fix duplicate widget IDs and sloppy mnemonic IDsKatarina Behrens
Change-Id: I4df3b1e1886e77f7314e034550907ffca58b9ce6
2015-04-06tdf#85594 Addition of freeze, split, header & footer, and symbol buttonsYousuf Philips
Change-Id: Ie6904e3f3d62acd8e9f6011312cc3a80722d3e6d Reviewed-on: https://gerrit.libreoffice.org/15167 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-04-03added UI part for minLength and maxLength databar property, tdf#90197Benjamin Ni
Change-Id: I82a3655864b56d9b749e85443ca10ea9ab7a0c36
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a Reviewed-on: https://gerrit.libreoffice.org/14504 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2015-02-16tdf#89243 Allow box to expand on resizingAdolfo Jayme Barrientos
Change-Id: I2bdcc060c30487c3a697430062e9938738b92101 Reviewed-on: https://gerrit.libreoffice.org/14453 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-02-14Related tdf#89372: use VclComboBoxNumeric instead of GtkComboBoxJulien Nabet
warn:vcl.layout:723333:1:vcl/source/window/builder.cxx:1424: making metric box for type: GtkComboBox unit: degrees name: orientationdegrees use a VclComboBoxNumeric instead Change-Id: I56b93ff19fcd5e650f9de60a2db70bc86ac81299
2015-02-07databaroptions.ui: Reduce row spacing, right-align new Fill labelAdolfo Jayme Barrientos
See also tdf#87356 Change-Id: I4866afb179fa2425f4ba6be48dde33461b00c255 Reviewed-on: https://gerrit.libreoffice.org/14356 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-02-03tdf#87356: Enable switching between gradient and solid fill data barKatarina Behrens
Could use a checkbox instead of listbox here, since our LB has only 2 values, but with listbox it'll be easier to add more fill types in the future Change-Id: I67cd94b9b49b06434e4a22788b032425c3728e7f
2015-02-02Resolves: #i105692# rearrange the order of the controls and fix name of typeCaolán McNamara
Change-Id: I8f0cc916fc09af68436e7daafce9288097fe3be2
2015-01-21add has-focus .ui supportCaolán McNamara
Change-Id: Ifd95d9fa74f6cbba989c05aae2a225a85b78c9f1
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara
This reverts commit 8c291bb13335fc73785eab2bba81b37a5161d6b4 because a pile of stuff then crashes, its not sufficient to remove things from .ui files if there are still used but the cxx. e.g. opencl options page Change-Id: Ice608af7e4a3f7798183a45602715ab04afbc87a
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos
Frames are meant to group together sets of related controls. It is a mistake to use them to label just a single UI control. Change-Id: I2666eefd6f6986825e48879ed3fb5b8d55f3e0d0 Reviewed-on: https://gerrit.libreoffice.org/13865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-13Decrease the formula group size limit for OpenCL to be considered back to 100Tor Lillqvist
Are we having fun yet? This reverts commit 0694e8313877ca433d226c753301a5a90364b3a5. Change-Id: I378a1695a7b3bd8a1b6bb3d5aa1fff53ab8c7bb5
2015-01-13Allow setting the limit to the minumum possibleTor Lillqvist
Also change the default to what it actually is now. Change-Id: Iac5737f9328587c9f0757acecce4f2e77e715d8b
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos
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>
2015-01-05Refactor OpenCL settings dialogOlivier Hallot
Convert listbox entries into independent widgets Some code left as the dialog and the settings are been worked ATM. Add help button (fdo#86637) HIG-ification of widgets Change-Id: Ieef1abb0502171e7f46695f40445af6cfa059a04 Reviewed-on: https://gerrit.libreoffice.org/13703 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-27fdo#87442 restore simple listboxAndras Timar
Change-Id: I2296c4da785919e97f49b4281ac2d408cba6734a
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-10Make some dialogs resizable again.Jan Holesovsky
As discussed in http://listarchives.libreoffice.org/global/design/msg06845.html Change-Id: I9e9ada1b2bee6023ee7f79d28cf4de2765c5daa0
2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot
Replace single ellipsis in buttons of sc/ Change-Id: Iace6689aba7d57c6d72074118521907bf67d6f26 Reviewed-on: https://gerrit.libreoffice.org/13339 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-03fdo#85594 enabling date format and rearranging othersYousuf Philips
Change-Id: I839f6a3a01c1a9758b7997858416f15b73dba0bd Reviewed-on: https://gerrit.libreoffice.org/13284 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-02mark numbers as untranslatableStanislav Horacek
Change-Id: Ib6aa1a53bef3aefd9266b87340a5d787d99e600a Reviewed-on: https://gerrit.libreoffice.org/13252 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-29fdo#86035 removed uno:InsertDraw and added shapes submenu to writerYousuf Philips
Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa Reviewed-on: https://gerrit.libreoffice.org/13188 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-27Add the "Test" button backTor Lillqvist
This functionality is Calc-specific and will stay in the Calc part of the options. Let's not give the false impression that it would be going away. (How it looks and works now is not final.) Change-Id: Ic2f783a6fd07de89eec7d7e685364dad71243b4b
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips
Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c Reviewed-on: https://gerrit.libreoffice.org/13060 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-25fdo#86132 add tooltips to calc xcu fileYousuf Philips
Change-Id: I9c643e72cb0e925c2d4e5283c6811ef73306c76b Reviewed-on: https://gerrit.libreoffice.org/13023 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips
Change-Id: Id3c81d50e504e3d2e29f921955a10ef00c2d3646 Reviewed-on: https://gerrit.libreoffice.org/13026 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#85594 enable conditional formatting button, add icons, and tooltipsYousuf Philips
Change-Id: Ia6fa678fba21f48de183798bb33ee2e34598b03e Reviewed-on: https://gerrit.libreoffice.org/13021 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
2014-11-20Improve wording for the OpenCL blacklist/whitelistTor Lillqvist
Change-Id: I4fd0a255903daab3d5a1888eeff266f831ad590b
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist
Drop version number bounds, use regexps instead. Not entirely ideal, but as vendors are free to put arbitrary stuff into the driver version string (part of which might be numbers, part free text, part significant, part just informative), just comparing against lower and upper bounds with strverscmp() was not ideal either. Change-Id: Ic4ef4d8e15f79f1c96e6e03f6c01e62ae92dc2fc
2014-11-20fdo#85594 enabling date format and pivot table and adding a more hidden onesYousuf Philips
Change-Id: I1cd438c9d85445da97210210ddd4a6c99d6390e6 Reviewed-on: https://gerrit.libreoffice.org/12977 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18fdo#85594 renabling a few entries and adding addition hidden entriesYousuf Philips
Change-Id: Ifcf30f209355d4cea4daeabe06896b0c225a65a0 Reviewed-on: https://gerrit.libreoffice.org/12958 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist
Does not yet do anything, but will essentially run a "unit test" of the OpenCL functionality required by the default subset of opcodes. Change-Id: I230f6232c90562ea56057347fb0dc088f98c215d
2014-11-18fdo#86086 addition of number format submenu and simplifying itemsYousuf Philips
Change-Id: Ic65cb86872241b0b9425e65883a75b1e7382522e Reviewed-on: https://gerrit.libreoffice.org/12367 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18fdo#85594 moving merge cells to standard toolbarYousuf Philips
Change-Id: I73b199458e23ffafc269c9683ca30ec87b41f770 Reviewed-on: https://gerrit.libreoffice.org/12417 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>