summaryrefslogtreecommitdiff
path: root/dbaccess/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2013-04-23Access Query Properties Dialog from toolbar tooZolnai Tamás1-0/+1
Change-Id: Ide4697e6903c9550d31ea22ff0a5881878fddacf
2013-04-08The library we want is called dbulo, not dbauiTor Lillqvist1-2/+2
Change-Id: Iaf57030a228d9c03c132976293d5e01e2fb287f4
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks1-4/+4
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks11-82/+82
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2013-03-27Use UI builder for database wizard's start pageMathias Hasselmann2-0/+289
Actually the resource based code maintaining two pretty different pages in one single class: The start page of the setup wizard and the start page for the change datasource type wizard. Both dialogs looked pretty different so to simplify the UI definition and to reduce number of null pointers and branches in the underlaying code I've split dbaui::OGeneralPage into two separate classes that share a few common pieces. Change-Id: I690e178992c528de112d91cecf00cc3c5156f1cf Reviewed-on: https://gerrit.libreoffice.org/2887 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-09fdo#61794 Allow greater value in LimitBoxZolnai Tamás1-1/+1
Increase the width of LimitBox *on toolbar: 6 digits *in dialog: 10 digits Set maximum value of LimitBox to the max value of Int32 Change-Id: I6fcf0270b474eb46a29ff98ade9cd7ee8ba637f5
2013-03-06various efforts to consistently apply HIG rulesCaolán McNamara1-14/+3
Change-Id: I1a3ef21959d2bf50c57ffeaf5be3e49f75cd8cca
2013-03-04Add new dialog to Query Design ViewZolnai Tamás2-1/+248
In Query Properties Dialog can be set properties like distinct values and limit. To open choose Edit\Query Properties. Steps of implementation: - Add new slot to Edit menu (menubar.xml): delete the slot of distinct values, because it can set in this dialog too - Separate LimitBox class from limitboxcontroller.cxx (LimitBox.hxx\cxx) With it only LimitBox header is included in the dialog source. - Extend LimitBox class to work with new layout widget (make... and GetOptimalSize()) and add it to the galde catalog - Make a class for the new dialog (QueryPropertiesDialog.hxx\cxx) and write the .ui file. (querypropertiesdialog.ui) - Syncronize the two LimitBox (querycontroller.cxx) Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538
2013-02-25Database: Add Limit in Query Desing ViewZolnai Tamás1-1/+2
Levels of implementation - Add a new toolbar item to ui (designobjectbar.xml) - Make a control for this element( LimitBox: derived from NumericBox) - Make an own controller for this control (LimitBoxController) and register it - Add new feature to the general\central controller (OQueryController) and construct a communication channel between the two controller - Modify the view switching (SQL<->Design) methods to use\set limit value (QueryDesignView.cxx) Conflicts: dbaccess/source/ui/querydesign/QueryDesignView.cxx Change-Id: I0eb09d1d40cfdb9b8a2a57ab8911faca91d5e690 Reviewed-on: https://gerrit.libreoffice.org/1994 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat5-0/+10
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat5-0/+5
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)5-5/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek5-0/+10
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)5-10/+0
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-14re-base on ALv2 code.Michael Meeks18-0/+306
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev5-5/+10
2011-01-14Remove the Registration... menu item which we don't want. (fdo#33112)Kohei Yoshida1-1/+0
2010-11-25Put show credits entry into all app ui configsThorsten Behrens5-0/+5
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba5-5/+5
2010-09-15default-no-registration-menu.diff: Remove registration from menu.Michael Meeks4-4/+0
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]1-7/+7
2010-04-22slidecopy: removed accelerator/*/default.xml - they're not used for a long ↵Frank Schoenheit [fs]17-72/+0
time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
2010-04-12cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menusCaolán McNamara1-7/+7
2008-10-16CWS-TOOLING: integrate CWS odbmacros3Oliver Bolte1-0/+1
2008-03-06INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDEDKurt Zenker1-0/+1
2008/02/18 13:48:37 fs 1.1.2.1: #i10000# Our framework needs a "menubar" folder for each module's description (modules/dbbrowser/menubar in this case), even if it doesn't contain a menubar.xml. Otherwise, it will fail to load all UI elements for this module. Unfortunately, the place where our uiconfig.zip is packaged doesn't respect empty folders, so we need to have a folder with a dummy file - "preserve.txt", in this case.
2008-03-05INTEGRATION: CWS dba30a (1.1.2); FILE ADDEDKurt Zenker1-0/+27
2008/02/05 21:31:55 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
2008-03-05INTEGRATION: CWS dba30a (1.1.2); FILE ADDEDKurt Zenker1-0/+76
2008/02/22 12:47:48 oj 1.1.2.3: #100251# #100250# two new commands for the dbtdata menu 2008/02/11 13:49:27 fs 1.1.2.2: unify the help menu 2008/02/05 21:31:55 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
2008-03-05INTEGRATION: CWS dba30a (1.1.2); FILE ADDEDKurt Zenker4-0/+16
2008/02/05 21:31:54 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
2008-03-05INTEGRATION: CWS dba30a (1.1.2); FILE ADDEDKurt Zenker1-0/+4
2008/02/05 21:31:53 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
2008-03-05INTEGRATION: CWS dba30a (1.10.134); FILE MERGEDKurt Zenker1-5/+0
2008/02/11 13:49:27 fs 1.10.134.1: unify the help menu
2008-03-05INTEGRATION: CWS dba30a (1.11.134); FILE MERGEDKurt Zenker1-5/+0
2008/02/11 13:49:27 fs 1.11.134.1: unify the help menu
2008-03-05INTEGRATION: CWS dba30a (1.11.134); FILE MERGEDKurt Zenker1-5/+0
2008/02/11 13:49:26 fs 1.11.134.1: unify the help menu
2008-03-05INTEGRATION: CWS dba30a (1.4.540); FILE MERGEDKurt Zenker1-0/+4
2008/02/05 21:28:38 fs 1.4.540.1: #i85879# cleanup the toolbar mess in the data source browser
2008-03-05INTEGRATION: CWS dba30a (1.1.4); FILE ADDEDKurt Zenker1-0/+1
2008/03/05 10:34:46 fs 1.1.4.2: copying herein from CWS odbmacros 2008/02/19 07:56:27 fs 1.1.4.1: file compat.xml was added on branch cws_src680_dba30a on 2008-03-05 10:34:46 +0000
2008-03-05INTEGRATION: CWS dba30a (1.12.116); FILE MERGEDKurt Zenker1-5/+0
2008/02/11 13:49:26 fs 1.12.116.1: unify the help menu
2007-07-06INTEGRATION: CWS oj14 (1.6.130); FILE MERGEDRüdiger Timm1-4/+4
2007/06/04 19:03:14 oj 1.6.130.5: RESYNC: (1.10-1.11); FILE MERGED 2006/12/18 16:25:45 oj 1.6.130.4: RESYNC: (1.9-1.10); FILE MERGED 2006/11/07 09:55:49 oj 1.6.130.3: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 08:27:23 oj 1.6.130.2: RESYNC: (1.6-1.8); FILE MERGED 2006/01/03 08:07:52 oj 1.6.130.1: export controller class
2007-05-10INTEGRATION: CWS dba23a (1.9.98); FILE MERGEDKurt Zenker1-1/+4
2007/02/05 06:33:54 oj 1.9.98.1: #i71071# apply patch
2007-05-10INTEGRATION: CWS dba23a (1.10.98); FILE MERGEDKurt Zenker2-2/+8
2007/02/05 06:33:54 oj 1.10.98.1: #i71071# apply patch
2007-05-10INTEGRATION: CWS dba23a (1.10.30); FILE MERGEDKurt Zenker1-0/+6
2007/02/05 06:33:53 oj 1.10.30.1: #i71071# apply patch
2006-12-13INTEGRATION: CWS dba22ui (1.9.42); FILE MERGEDKurt Zenker1-0/+1
2006/10/10 07:18:58 fs 1.9.42.1: #i64651# add 'Edit in SQL View' command
2006-10-18INTEGRATION: CWS dba205b (1.5.276); FILE MERGEDIvo Hinkelmann1-11/+11
2006/08/07 07:18:17 fs 1.5.276.1: #125087# Execute Query moved to the left, to be more distant from 'Delete Query'
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+6
2006/08/07 07:31:05 fs 1.1.2.1: some query design keyboard shortcuts
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+6
2006/08/07 07:25:16 fs 1.1.2.1: some query design keyboard shortcuts
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/09/13 07:42:41 fs 1.1.2.1: #i51875#
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/09/13 07:44:13 fs 1.1.2.1: #i51875#
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/08/03 08:11:16 oj 1.1.2.1: #i51875# new short cut for searching
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/09/13 07:44:12 fs 1.1.2.1: #i51875#
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/09/13 07:42:40 fs 1.1.2.1: #i51875#
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/10/11 08:46:03 fs 1.1.2.2: #i64143# Ctrl-N, not Ctrl-Shift-N for a new document 2006/08/02 08:12:16 oj 1.1.2.1: #i64143# new acc for ctrl+n
2006-10-18INTEGRATION: CWS dba205b (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+4
2006/10/11 08:46:02 fs 1.1.2.2: #i64143# Ctrl-N, not Ctrl-Shift-N for a new document 2006/08/02 08:12:06 oj 1.1.2.1: #i64143# new acc for ctrl+n