Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit
https://gerrit.libreoffice.org/2508 to look at the new patch set (#3). Change subject: Add new dialog to Query Design View ...................................................................... Add new dialog to Query Design View 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 --- M dbaccess/Library_dbu.mk M dbaccess/Module_dbaccess.mk A dbaccess/UI_dbaccess.mk M dbaccess/inc/dbaccess_slotid.hrc A dbaccess/source/ui/dlg/QueryPropertiesDialog.cxx A dbaccess/source/ui/inc/LimitBox.hxx A dbaccess/source/ui/inc/QueryPropertiesDialog.hxx M dbaccess/source/ui/inc/querycontroller.hxx A dbaccess/source/ui/querydesign/LimitBox.cxx M dbaccess/source/ui/querydesign/limitboxcontroller.cxx M dbaccess/source/ui/querydesign/limitboxcontroller.hxx M dbaccess/source/ui/querydesign/querycontroller.cxx M dbaccess/uiconfig/dbquery/menubar/menubar.xml A dbaccess/uiconfig/ui/querypropertiesdialog.ui M extras/source/glade/libreoffice-catalog.xml M officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu 16 files changed, 617 insertions(+), 135 deletions(-) git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/08/2508/3 -- To view, visit https://gerrit.libreoffice.org/2508 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538 Gerrit-PatchSet: 3 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Zolnai Tamás <zolnaitamas2...@gmail.com> Gerrit-Reviewer: Caolán McNamara <caol...@redhat.com> Gerrit-Reviewer: LibreOffice gerrit bot <ger...@libreoffice.org> Gerrit-Reviewer: Lionel Elie Mamane <lio...@mamane.lu> Gerrit-Reviewer: Zolnai Tamás <zolnaitamas2...@gmail.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice