Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b
|
|
Change-Id: I0ad5c2f5b5a8037612f339fcd5fb246bb526aaf0
|
|
This allows for choosing between the HSQLDB driver (currently default)
and the firebird driver for embedded databases.
Change-Id: I3734440fedf9f07b28f9cfd806dafbe6610393f7
Reviewed-on: https://gerrit.libreoffice.org/5199
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
and we can use existing GtkTextView<->VclMultiLineEdit mapping rather than the
svtools MultiLineEdit
Change-Id: I6d20a9ba8731dda1ec9579fc2877b817fea0632f
|
|
Change-Id: I51140fe6abd2d321c5784b923f920ab9183f417e
Reviewed-on: https://gerrit.libreoffice.org/5171
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
(cherry picked from commit b38a51d67373daf9a45a4701e7c760c7b3571a66)
Conflicts:
chart2/uiconfig/toolbar/standardbar.xml
dbaccess/uiconfig/dbapp/toolbar/toolbar.xml
sc/uiconfig/scalc/toolbar/standardbar.xml
sd/uiconfig/sdraw/toolbar/standardbar.xml
starmath/uiconfig/smath/toolbar/standardbar.xml
sw/uiconfig/sglobal/toolbar/standardbar.xml
sw/uiconfig/sweb/toolbar/standardbar.xml
sw/uiconfig/swform/toolbar/standardbar.xml
sw/uiconfig/swreport/toolbar/standardbar.xml
sw/uiconfig/swriter/toolbar/standardbar.xml
sw/uiconfig/swxform/toolbar/standardbar.xml
Change-Id: Iac0c7e8e474e8d217ca4daf47232019c64ca888f
|
|
Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
|
|
Change-Id: Ide4697e6903c9550d31ea22ff0a5881878fddacf
|
|
Change-Id: Iaf57030a228d9c03c132976293d5e01e2fb287f4
|
|
/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
|
|
/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
|
|
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>
|
|
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
|
|
Change-Id: I1a3ef21959d2bf50c57ffeaf5be3e49f75cd8cca
|
|
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
|
|
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>
|
|
Although the implementation is here, the dialogs to show when clicking
on the menu items aren't there yet.
Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
|
|
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
|
|
A bit differently this time around:
+ remove Credits menu item from menu
+ remove License button from the About dialog
Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
|
|
GPLv3 has to be easily accessible. We should not hide it under too many
mouse clicks.
This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
|
|
The About dialog now houses these functions.
Change-Id: I7f751027564897a063d2910644c69680d471b6d9
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
|
|
|
|
|
|
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/02/05 21:31:55 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
|
|
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/02/05 21:31:54 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
|
|
2008/02/05 21:31:53 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser
|
|
2008/02/11 13:49:27 fs 1.10.134.1: unify the help menu
|
|
2008/02/11 13:49:27 fs 1.11.134.1: unify the help menu
|
|
2008/02/11 13:49:26 fs 1.11.134.1: unify the help menu
|
|
2008/02/05 21:28:38 fs 1.4.540.1: #i85879# cleanup the toolbar mess in the data source browser
|
|
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/02/11 13:49:26 fs 1.12.116.1: unify the help menu
|
|
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/02/05 06:33:54 oj 1.9.98.1: #i71071# apply patch
|
|
2007/02/05 06:33:54 oj 1.10.98.1: #i71071# apply patch
|
|
2007/02/05 06:33:53 oj 1.10.30.1: #i71071# apply patch
|
|
2006/10/10 07:18:58 fs 1.9.42.1: #i64651# add 'Edit in SQL View' command
|
|
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/08/07 07:31:05 fs 1.1.2.1: some query design keyboard shortcuts
|
|
2006/08/07 07:25:16 fs 1.1.2.1: some query design keyboard shortcuts
|