summaryrefslogtreecommitdiff
path: root/sc/UIConfig_scalc.mk
AgeCommit message (Collapse)Author
2016-09-22Notebookbar: separate .ui files settings for each moduleSzymon Kłos
* 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 Philips
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 Kose
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-Poirier
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łos
+ 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 Philips
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łos
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 Monastirsky
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 Vajna
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 Kose
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 Monastirsky
Change-Id: Ic37bfb9e25eba9b03b2c896c904823aec478355e
2016-02-17tdf#91013 Convert freezepanes menu to xmlMaxim Monastirsky
Change-Id: Iedab5e5be5358f7716a2b33de3f0db582a401155
2016-01-25tdf#86567 Dropdown for conditional formattingMaxim Monastirsky
Change-Id: I1ba12a8b7501065e3cd52e17b7c0c83a0f58f9cf
2015-12-24tdf#93837 Convert sheet row/col header context menus to xmlMaxim Monastirsky
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 Monastirsky
Change-Id: Ia05fb0a568c29d7990a8a837e1df953358acfa1f
2015-12-14tdf#93837 Convert some Calc context menus to xmlMaxim Monastirsky
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ž Vajngerl
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ž Vajngerl
Change-Id: I35c115a1f1cb733a0d6841596d8baf2e5ade4a1d
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl
Change-Id: I8169e9ceefc48c06b358d5a8e1fc08dabf019eb3
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos
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łos
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ály
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ály
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 .uisk94
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 McNamara
Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30
2014-04-04callcatcher: remove old pivot table dialogCaolán McNamara
Change-Id: I9e80a0d6661c29343103a27baa752cebbc876314
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-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-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-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-02convert import options dialog to .uiCaolán McNamara
Change-Id: Iaf20b6d2306ba76f21cb5f7be231f40b403c790a
2014-01-28Converted Calc paste special dialog to .uiKatarina Behrens
Change-Id: Ibe782ed765a20adb34bb6ddd226c3d5ed328e810
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-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
2013-12-30convert solver progress dialog to .uiCaolán McNamara
Change-Id: I259f7d75591121be584e3a8cfe514232a404c0fa
2013-12-29convert solver success dialog to .uiCaolán McNamara
Change-Id: Ia9062a21afde96510a4953d1b51e7e59e9012fb7
2013-12-29convert tab background color to .uiCaolán McNamara
Change-Id: I121d4abd3227b96a274f1983e61ca313728419f7