summaryrefslogtreecommitdiff
path: root/sc/UIConfig_scalc.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-10-14implement new more user friendly data provider dlgMarkus Mohrhard1-0/+3
This is still a work in progress. Change-Id: I1e68c86acc810eec068b1f184b2307c51d9b58df Reviewed-on: https://gerrit.libreoffice.org/43259 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-09-05tdf#107158 Groupedbar variant of the Notebookbar for Calcandreas kainz1-0/+2
Change-Id: I8f6a086a0895d54cce6243f65c3f47f7cc4cf50e Reviewed-on: https://gerrit.libreoffice.org/41742 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-08-10Add UI for the sc::dataproviderJaskaran Singh1-0/+1
Change-Id: I29acc8903d5694e46e7575133ee852bbaae6eeee Reviewed-on: https://gerrit.libreoffice.org/40851 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard1-6/+0
Change-Id: I1f08d6ef43b76e7bae41ac33bb954f506ae7c485 Reviewed-on: https://gerrit.libreoffice.org/36542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-04-10convert scenario menu to .uiCaolán McNamara1-0/+1
Change-Id: Iac0f52898ce9e8484731d62b2555ed3c83563d1d
2017-04-10convert RID_POPUP_DROPMODE menu to .uiCaolán McNamara1-0/+1
Change-Id: I004bb61ab6d0cb2dfacc9290236c32a2adf7ff82
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos1-0/+1
In the tabbed notebookbar the shortcuts toolbox is introduced. It is placed before tab labels, after the menu button. Customization is possible, buttons are loaded from the newly created toolbar "Notebookbar shortcuts". NotebookbarTabControl was moved to the sfx module. Change-Id: Ifa4a1688c6e92c2f03bd386608e3e9d1c28069d4 Reviewed-on: https://gerrit.libreoffice.org/35194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-01-16Convert RID_MENU_NOTEBOOKBAR to xmlMaxim Monastirsky1-0/+1
Brings a lot of features (icons, keyboard shortcuts, customization, context menu interception etc.) Other changes: - Make SfxDispatcher::ExecutePopup take PopupMenuFlags arg, to be able to pass NoMouseUpClose, so that the menu won't close on mouse-up under anything != gtk3. - Make .uno:OpenFromWriter and .uno:OpenFromCalc async slots, to avoid crash under gtk3 when recycling the current frame. - Don't show the menu in customization dialog, if experimental mode disabled. Change-Id: Ieea2f73f6b48fbaf4bdfc4acf1a33d25422357cb Reviewed-on: https://gerrit.libreoffice.org/33101 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-10-25convert conditional format src fragment to .ui and layoutCaolán McNamara1-0/+1
this is a difficult widget Change-Id: If4ea45230679c46f7ad763f07c876dd74d4478d0
2016-10-24convert ScIconSetFrmtDataEntry to .ui and layoutCaolán McNamara1-0/+1
Change-Id: I38ab8ef4ac642b73f4a4bcd5b1c44ba987e2a55c
2016-10-24convert function panel to .ui formatCaolán McNamara1-0/+1
Change-Id: I79e069aa9bd15642d969d5829a5ad2fa2d264d6c
2016-10-19tdf#103170 Heikobar: Add it to CalcYousuf Philips1-0/+1
Change-Id: I9b7c004558a15f520b54935c2a712fcdb551757e Reviewed-on: https://gerrit.libreoffice.org/30042 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-10-07convert calc navigator to .ui formatCaolán McNamara1-0/+1
Change-Id: I74d718b128ea1d795ab01da1234f58cfe1852aff
2016-10-05convert border style to .uiCaolán McNamara1-0/+1
and merge CellBorderStylePopup and CellBorderStyleControl Change-Id: I96ca2784f2055e8d99380b4d4bcd1374c9c40f4e
2016-10-05convert line style to .ui formatCaolán McNamara1-0/+1
andd... 1) adjust the UserDraw so the units are not truncated 2) fix focus so keyboard works inside the popup 3) merge CellLineStylePopup and CellLineStyleControl Change-Id: I51f05dd990c0a35b5b7515876362d3fbd908167f
2016-09-25tdf#101390 Add Arrows toolbox functions on calc drawingbar.Gulsah Kose1-0/+1
Calc arrows toolbox includes following commands .uno:LineArrowEnd .uno:LineCircleArrow .uno:LineSquareArrow .uno:LineArrows .uno:LineArrowStart .uno:LineArrowCircle .uno:LineArrowSquare .uno:Line Change-Id: I09c93447baeafd3f7d4993117458d4585d21cbaf Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/29021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-09-22Notebookbar: separate .ui files settings for each moduleSzymon Kłos1-2/+0
* each module have own list of implementations * deleted placeholder .ui files from Calc and Impress Change-Id: Ib7d4cafbb332447e769ca753003d31e9f3025f0a Reviewed-on: https://gerrit.libreoffice.org/29143 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-08-25Notebookbar: Single contextual toolbar implementationYousuf Philips1-0/+1
Change-Id: I72a0bffc3f1093d9f07ea9d4ba9101df2cf4d032 Reviewed-on: https://gerrit.libreoffice.org/28331 Reviewed-by: Szymon Kłos <eszkadev@gmail.com> Tested-by: Szymon Kłos <eszkadev@gmail.com>
2016-08-19tdf#86083 Add group buttons for column and row operation.Gulsah Kose1-0/+2
Change-Id: Ic95618f37b1b76d320a90c318301644847253edd Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/27570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2016-08-16tdf#30456 Enable to empty or not merged cellsLaurent Balland-Poirier1-0/+1
Insert options during MergeCells to empty hidden cells Three options: - Move contents to first cell (previous Yes) - Keep contents in covered cells (previous No, default) - Empty covered cells (new option) To be done: link to the help system https://gerrit.libreoffice.org/27467/ Change-Id: I98e85296591cce8ba789d282cead1f1010e5e2ce Reviewed-on: https://gerrit.libreoffice.org/27463 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
2016-08-16GSoC notebookbar: multiple .ui implementationsSzymon Kłos1-0/+1
+ added menu controller for .uno:Notebookbar showing all implementations + switching between .ui files + officecfg stores implementation description + added second implementation file notebookbar_groups.ui Change-Id: I9f406daced7a111793f61a2e9f939cba27d92184 Reviewed-on: https://gerrit.libreoffice.org/28067 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2016-05-31tdf#92218 Implement Calc single toolbar mode toolbarYousuf Philips1-0/+1
Change-Id: Ie261b71000c37f18efe0658bbf239c9639a5fcf3 Reviewed-on: https://gerrit.libreoffice.org/24088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos1-0/+1
Changes: + added ui file for start center, calc and impress + NotebookBar not visible in Math, Draw Change-Id: Ie35935e67524ac712930b088591e9e53955de4a1 Reviewed-on: https://gerrit.libreoffice.org/24860 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-03-08Move anchor submenu to separate popupmenu fileMaxim Monastirsky1-0/+1
Objectives: - Reduce copy-paste, by defining the list of commands only once, and reusing everywhere (menubar, context menu, toolbar button). - Kill SwTbxAnchor. Once we have separate popupmenu, we can just load it with the generic controller. Change-Id: I5a8b47892471e293ee2331915361f8ce256dc76c
2016-03-03sc: add classification toolbarMiklos Vajna1-0/+1
Again this is just UI to call into sfx2, where the functionality is shared with Writer and Impress. Change-Id: I73ce6fb54d50c23df19ed2c610766b7c515e94d6
2016-02-28tdf#89646 Implement "uno:LineToolbox" command into calc.Gulsah Kose1-0/+1
Freeline filled, Polygon filled, Bezier Filled, Polygon 45, Polygon 45 filled buttons are added into writer's LineToolbox. Change-Id: I181d3cbc64a70ef1ef363b1ef76641b6b8ec2c79 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/22748 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky1-0/+1
Change-Id: Ic37bfb9e25eba9b03b2c896c904823aec478355e
2016-02-17tdf#91013 Convert freezepanes menu to xmlMaxim Monastirsky1-0/+1
Change-Id: Iedab5e5be5358f7716a2b33de3f0db582a401155
2016-01-25tdf#86567 Dropdown for conditional formattingMaxim Monastirsky1-0/+1
Change-Id: I1ba12a8b7501065e3cd52e17b7c0c83a0f58f9cf
2015-12-24tdf#93837 Convert sheet row/col header context menus to xmlMaxim Monastirsky1-0/+2
This commit shows some weakness of the current approach with PopupLabel, as in many cases it's exactly the same as Label. Have some ideas on how to improve that, but will look at it after converting the remaining menus (at least in sfx2 based modules), so I could have a broader look at what we have. Change-Id: I78dfdb4a6f2ea3faf84f3a521067c6c15df96852
2015-12-18tdf#93837 Convert RID_POPUP_TAB to xmlMaxim Monastirsky1-0/+1
Change-Id: Ia05fb0a568c29d7990a8a837e1df953358acfa1f
2015-12-14tdf#93837 Convert some Calc context menus to xmlMaxim Monastirsky1-0/+16
TODO: - Clean the now unused defines/resources. - Several submenus are duplicated (in the menubar too). Makes sense to refactor them to separate popup menu controllers. Change-Id: I85505eda1c5fb707b1e6064007f27af7b31452bf Reviewed-on: https://gerrit.libreoffice.org/20704 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl1-0/+1
Add a new statistics dialog for calculating regression. First supported regression models are linear, logarithmic and power. Change-Id: I6fa18136455d4bc4d69edbaa7d19ee6b5b6e5703
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl1-0/+1
Change-Id: I35c115a1f1cb733a0d6841596d8baf2e5ade4a1d
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl1-0/+1
Change-Id: I8169e9ceefc48c06b358d5a8e1fc08dabf019eb3
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos1-0/+1
Change-Id: I4194af3033f6591c7a8ca219aebf2ef816edcd63 Reviewed-on: https://gerrit.libreoffice.org/10915 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos1-0/+1
Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90 Reviewed-on: https://gerrit.libreoffice.org/10778 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály1-0/+1
Change-Id: If515e8f554f36e4ba203474d08d5ebe9caa023fa Reviewed-on: https://gerrit.libreoffice.org/10739 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-11Convert RID_SCDLG_RETYPEPASS to .uiPalenik Mihály1-0/+1
Change-Id: I5d6e1ba67bf04c4a10e92f203fcbf36b58a8801c Reviewed-on: https://gerrit.libreoffice.org/10178 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-06RID_SCDLG_COND_FORMAT_MANAGER conversion to .uisk941-0/+1
Change-Id: If3e0ac5afd73ed31f8c21ab68d0c3c765cb447f4 Reviewed-on: https://gerrit.libreoffice.org/9660 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-09convert data validation tab page to .uiCaolán McNamara1-0/+1
Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30
2014-04-04callcatcher: remove old pivot table dialogCaolán McNamara1-1/+0
Change-Id: I9e80a0d6661c29343103a27baa752cebbc876314
2014-03-31pivot: new pivot table layout dialogTomaž Vajngerl1-0/+1
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-10convert pivot filter dialog to .uiCaolán McNamara1-0/+1
Change-Id: I795d296bae700d1e3a273fbe71fc842d145c5138
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara1-0/+1
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 Behrens1-0/+2
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 McNamara1-0/+1
Change-Id: Ie940352828a9b58d35dd1644d030d6fb5b72d386
2014-02-13Converted pivot table layout dlg to .uiKatarina Behrens1-0/+1
pimped up dialog a bit, added mnemonics Change-Id: I4585d9a3a1c96b45c7eedea8a5be41ec717139dd
2014-02-11convert change chart data source dialog to .uiCaolán McNamara1-0/+1
Change-Id: Iecccfbcd6b1eaec9d14c594812293c3e2acfda46
2014-02-11convert show changes dialog to .uiCaolán McNamara1-0/+1
Change-Id: I29397e454e30bff98644f0c9e0f3a8e00547af1b