summaryrefslogtreecommitdiff
path: root/dbaccess/UIConfig_dbaccess.mk
AgeCommit message (Collapse)Author
2020-02-17weld LimitBox Item WindowCaolán McNamara
also merge dbaui::LimitBox with dbaui::LimitBoxImpl Change-Id: Idd01e71d6afe817971223b46611c622a82883304 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88870 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2019-09-12weld OCopyTableWizard clusterCaolán McNamara
Change-Id: I52547defb0e7ba328ec20d41a955e545556ffd16 note: get the toplevel parent by getting it from the XInteractionHandler Reviewed-on: https://gerrit.libreoffice.org/78751 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31[API CHANGE] remove MacroMigrationWizardCaolán McNamara
https://wiki.openoffice.org/wiki/Macros_in_Database_Documents Prior to OpenOffice 3 (2008) base didn't support macros, but subdocuments might have had macros. since OOo3 base supported macros and subdocuments not, and a migration wizard is available to update pre OOo3 documents to the new scheme. Here I presume whatever is going to get migrated has been migrated at this point and drop the migration wizard This undoes the addition of the idl for sdb::application::MacroMigrationWizard of commit 5b982b69363f0f067fe4a0f679528ce1c5a2eafc Date: Mon Mar 11 17:51:56 2013 +0200 so flag as an api change, though not to anything published Change-Id: I37271752234dda4e7e8f033e0136825fd356439b Reviewed-on: https://gerrit.libreoffice.org/78326 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-22weld chart CreationWizardCaolán McNamara
Change-Id: I7ee88c1e1b0eca5c2510a4bbba8b60c0d8a4e3e8 Reviewed-on: https://gerrit.libreoffice.org/77954 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-22weld ODbTypeWizDialogSetupCaolán McNamara
split up RoadmapWizard to sit its wizard logic on top of a a native GtkAssistant a) awkwardly GtkAssistant is not a GtkDialog, but derives directly from GtkWindow so some shuffling around required due to that b) hidden/unused pages are shuffled to the end of the list of pages and their titles turned off in order to hide them from the roadmap c) some nonstandard hackery required to get the gtk roadmap titles to wrap Change-Id: I0d2346c489fef744136a2785f33c846d97bd8dc6 Reviewed-on: https://gerrit.libreoffice.org/76876 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-14tdf#116944 Warn user before database migrationTamas Bunth
Warn user with a pop-up dialog before migration. To do that we have to know the database URL at UI level. In order to get that I updated XDataSource interface with getConnectionURL(). The dialog offers two options: proceed with or without migration. If the user choose "yes", we store that information in XDataSource. The migration itself will be made in buildLowConnection(). Change-Id: I1f0d03da6352f7a0a8d989da79c4b2fe60a03ca1 Reviewed-on: https://gerrit.libreoffice.org/52876 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2017-05-06tdf#107652: Crash relation Design windowJulien Nabet
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=057cde3f8aedc48401bfe864a5b03ef29dd8b641 "convert join table view menu to .ui" Change-Id: I6703f7b9b24b67dab87f0b64351d75b3051b5379 Reviewed-on: https://gerrit.libreoffice.org/37314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-04-18convert query functions menu to .uiCaolán McNamara
Change-Id: Iba4fc93d6042d873c45c58f11b7b54638ed54d82
2017-04-18convert join menu to .uiCaolán McNamara
Change-Id: I4e38e431df00a8a97772c5eb0056f824beaf8912
2017-04-18convert primary key menu to .uiCaolán McNamara
Change-Id: I78b4f6edc33ddc908402d8ab952bfebc11e4f929
2017-04-18convert table design row menu to .uiCaolán McNamara
Change-Id: I8a6be28ccd7cbd2b8f18255e3da01df2dfe13fb8
2017-04-07convert RID_QUERYCOLPOPUPMENU to .ui formatCaolán McNamara
Change-Id: Idcf8566db964c475a0b9049f215af6fc57f0978b
2014-08-25convert TABLE_DESIGN_ALL_ROWS_DELETED with custom buttons to .uiCaolán McNamara
Change-Id: Id4b5573cd7e20f841e25ba17f17e98b78fb759cc
2014-08-25convert TABLE_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: Id0ea1a0a8de1cdd363ee462003406c5625b0e4af
2014-08-25convert RELATION_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: Ifc0ccdf278e9f249845cf8bc12eece8f5a5f0d86
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I248e7b14fdd89c3efca60dfce0b9b8dfd2693fa8
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I184ffcda39b3e38ae4e4c4729f8dae62158afdae
2014-08-15convert user details page to .uiCaolán McNamara
Change-Id: Id8ad4a013fb5049452bbad502da828db94ce7d47
2014-08-07Convert PAGE_ADO and PAGE_MYSQL_ODBC to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/dlg/dbadmin.src Change-Id: Idaba7ea38b8ca6b7d0d9cc9599e9a76836573086
2014-08-07Convert PAGE_LDAP to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/dlg/dbadmin.src Change-Id: I2655cc1d58c87a254c7074682fd7814e4d00fe73
2014-08-06TAB_WIZ_TYPE_SELECT and TAB_WIZ_NAME_MATCHING conversion to .uiSzymon Kłos
Conflicts: dbaccess/UIConfig_dbaccess.mk dbaccess/source/ui/misc/WizardPages.src Change-Id: I1a628dd6220f3f180cc01353380fe4aa7e166cf4 Reviewed-on: https://gerrit.libreoffice.org/10776 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Convert PAGE_ODBC to .uiPalenik Mihály
Change-Id: I23dfbeb7a1a5ed0c8c51d925a1c0d11daca75f3f Reviewed-on: https://gerrit.libreoffice.org/10787 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Convert PAGE_MYSQL_JDBC and PAGE_ORACLE_JDBC to .uiPalenik Mihály
Change-Id: I925dd0971aaf7f453c76ec37771ce001608dc57b Reviewed-on: https://gerrit.libreoffice.org/10785 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Convert PAGE_DBASE to .uiPalenik Mihály
Change-Id: Ie2f1592b030465a2ca5e2f25408ae38e9a833831 Reviewed-on: https://gerrit.libreoffice.org/10777 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-05Convert PAGE_CONNECTION to .uiPalenik Mihály
Change-Id: Id65d57b848280fee12384b4f470782a28233acd8 Reviewed-on: https://gerrit.libreoffice.org/10748 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-04Convert DLG_PARAMETERS to .uiPalenik Mihály
Conflicts: dbaccess/UIConfig_dbaccess.mk Change-Id: Ib9e1c986e2f58b0095e69890664764d1cf8badb0
2014-08-04PAGE_MYSQL_NATIVE and PAGE_DBWIZARD_MYSQL_NATIVE conversion to .uiSzymon Kłos
Change-Id: I5daec87637f1b3ad528c1f966a148adec7fae166 Reviewed-on: https://gerrit.libreoffice.org/10706 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-02TAB_PAGE_USERADMIN conversion to .uiSzymon Kłos
Change-Id: I65ae56bee3e66ec0b19e40fa23ac02a8ec1afbf8 Reviewed-on: https://gerrit.libreoffice.org/10681 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-02Convert DLG_DATABASE_TYPE_CHANGE to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: I854d1c37d5a8b4944b786b9a4cace8b3f8b5e093
2014-08-01Convert PAGE_DBWIZARD_AUTHENTIFICATION and PAGE_DBWIZARD_LDAP to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/dlg/dbadminsetup.hrc dbaccess/source/ui/dlg/dbadminsetup.src dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: I71558269dd2edcc828af9633992f2d143ffefd6d
2014-08-01Convert 3 tabpages to .uiPalenik Mihály
I converted PAGE_DBWIZARD_MYSQL_JDBC, PAGE_DBWIZARD_ORACLE and PAGE_DBWIZARD_JDBC to .ui. Conflicts: dbaccess/source/ui/dlg/dbadminsetup.hrc dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: I920183c4abf303918ac0406b5810e1b8b377a04c Reviewed-on: https://gerrit.libreoffice.org/10608 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-01Convert 5 tabpages to .uiPalenik Mihály
I convert PAGE_DBWIZARD_ADO, PAGE_DBWIZARD_DBASE, PAGE_DBWIZARD_MSACCESS, PAGE_DBWIZARD_ODBC, PAGE_DBWIZARD_USERDEFINED Conflicts: dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: Id5efedb2016011a25c037b7d2bc15b20ddd73800 Reviewed-on: https://gerrit.libreoffice.org/10607 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-29PAGE_DBWIZARD_MYSQL_INTRO and PAGE_DBWIZARD_SPREADSHEET conversion to .uiSzymon Kłos
Change-Id: I5d14fc4bd051c37802c0689d55d8557e26312a5d Reviewed-on: https://gerrit.libreoffice.org/10606 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-28PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .uiSzymon Kłos
Change-Id: Iea5105cc33b436e9c0728df799b1ceb63f20e46e Reviewed-on: https://gerrit.libreoffice.org/10579 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-22convert migrate page to .uiCaolán McNamara
Change-Id: I9a7871bfd08fdd8dc649d7a728eb41bcc0b64b37
2014-07-22convert summary page to .uiCaolán McNamara
Change-Id: I27fbeaafb53b4a0ae30c3408888419af93a37300
2014-07-21convert backup page to .uiCaolán McNamara
Change-Id: Id9a90001153fdaad51a00b68f38b1298195c5646
2014-07-21convert TP_PREPARE to .uiCaolán McNamara
Change-Id: Iad0c94ffd08117f79cba5d5305f03c836ac6ada9
2014-07-02Convert DLG_COLLECTION_VIEW to .uiPalenik Mihály
Conflicts: include/svtools/fileview.hxx svtools/source/contnr/fileview.cxx Change-Id: I78b590410ec4e55eeecd2da8ab79738f05e403b5 Reviewed-on: https://gerrit.libreoffice.org/9981 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-10DLG_INDEXDESIGN conversion to .uisk94
Change-Id: I84d6531a73e6e726359bd20664b6299ad8a390ee Reviewed-on: https://gerrit.libreoffice.org/9699 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-05-13convert copy table page to .uiCaolán McNamara
Change-Id: Id537486dcaf0d3c6ab850a9fb50cef3d995ad51f
2014-05-09convert apply columns page to .ui formatCaolán McNamara
Change-Id: I14f12809d2e78a184ed53d6d9cee81d5f4e79ae6
2014-04-01convert sql exception dialog to .uiCaolán McNamara
Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960
2014-04-01convert user admin password dialog to .uiCaolán McNamara
Change-Id: Ia94c3b27b80d8c58e287ae588a5f6a40fb64fa38
2014-03-13convert relation dialog to .ui formatCaolán McNamara
Change-Id: I5c3fce06cbcd9ce46e85f66fb06369155d514efe
2014-03-13convert query join dialog to .ui formatCaolán McNamara
Change-Id: I1de2bb1d171e23a42834e20040ade92822901876
2014-02-17convert DBase index dialog to .uiCaolán McNamara
Change-Id: I64ab68d22194ec4b6de9cd8c6c588ed7cd8d7f20
2014-02-17convert select data source dialog to .uiCaolán McNamara
Change-Id: I1506f59dc6e6b6bd2b9cb1a7dd36044bef7f40e2
2014-02-10convert add relationships dialog to .uiCaolán McNamara
Change-Id: I984ff7e4fca6e7cd3529e921383bca4e6f2a464e
2014-02-04convert database save as dialog to .uiCaolán McNamara
Change-Id: Ifc8d43930ecbd3ccd67147cd891260555976dc0d