summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dbu_dlg.hrc
AgeCommit message (Collapse)Author
2016-04-12Avoid reserved identifiersStephan Bergmann
Change-Id: I15609fb6b11606d865d8817f4a63ba8816f7384e
2014-09-05resource files: remove unused definitionsThomas Arnhold
Change-Id: Ic782eab6943aa8e659acfceb9f20dac76224c258
2014-08-09remove unused resourcesThomas Arnhold
Change-Id: Ifdb5ab9f2a0a59d3ca31ca1fa5112449e1a6aa11
2014-08-09remove DLG_PARAMETERS resource stuffThomas Arnhold
clean up after b15c01e43071099c6cb631953e56e88e9961e29e Change-Id: Id50032647d74892f33e1f5214226e9fd0b7d7b62
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 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-08-01Convert DLG_DATABASE_WIZARD dialog to .uiPalenik Mihály
Change-Id: I18bc001be01b526d4005eacc324b7d2fb82830a0 Reviewed-on: https://gerrit.libreoffice.org/10602 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-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-04-23huge hrc and src file cleanupThomas Arnhold
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-01convert sql exception dialog to .uiCaolán McNamara
Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960
2014-02-10convert add relationships dialog to .uiCaolán McNamara
Change-Id: I984ff7e4fca6e7cd3529e921383bca4e6f2a464e
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt
Firebird is able to create new databases from within LO hence we need to add a new property to database configration files. This allows use of a db creation dialog (which is opened by using the "New Database" button) in order to allow creating new dialogs (in addition to being able to open existing databases using the "Browse" button). Conflicts: dbaccess/source/ui/dlg/ConnectionHelper.hxx Change-Id: I6174f3b7d9032c48286b49b5ddf125cd3b428303
2013-03-27Use UI builder for database wizard's start pageMathias Hasselmann
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-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-14re-base on ALv2 code.Michael Meeks
2012-02-19remove adabas/adabasuiCaolán McNamara
2010-09-15dba34a: removed unused string resources / resource IDsFrank Schoenheit [fs]
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-08-19INTEGRATION: CWS dba31a (1.16.42); FILE MERGEDVladimir Glazounov
2008/07/04 13:15:56 oj 1.16.42.1: #i86043# new string
2008-04-10INTEGRATION: CWS changefileheader (1.15.84); FILE MERGEDRüdiger Timm
2008/03/31 13:27:46 rt 1.15.84.1: #i87441# Change license header to LPGL v3.
2007-11-21INTEGRATION: CWS dba24c (1.13.40); FILE MERGEDIvo Hinkelmann
2007/10/30 12:57:47 oj 1.13.40.4: #i81043# impl new type access 2007 2007/10/29 22:44:09 fs 1.13.40.3: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/09 21:14:26 fs 1.13.40.2: changed the message box about un/successful JDBC driver class test to contain one line only 2007/10/02 10:26:48 oj 1.13.40.1: #i81043# allow accdb
2007-11-01INTEGRATION: CWS dba24b (1.13.28); FILE MERGEDJens-Heiner Rechtien
2007/08/27 10:37:53 fs 1.13.28.1: in preparation of #i80930#: some cleanup/re-factoring
2007-07-06INTEGRATION: CWS oj14 (1.12.4); FILE MERGEDRüdiger Timm
2007/06/06 07:34:39 lla 1.12.4.1: #i77259# new dialog if extension is not present
2006-12-13INTEGRATION: CWS dba22ui (1.11.64); FILE MERGEDKurt Zenker
2006/12/05 09:47:56 fs 1.11.64.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006-07-10INTEGRATION: CWS qiq (1.10.80); FILE MERGEDOliver Bolte
2006/05/19 10:53:25 fs 1.10.80.1: #i51143#
2005-12-19INTEGRATION: CWS kaddrbook (1.8.46); FILE MERGEDOliver Bolte
2005/12/09 10:06:25 fs 1.8.46.4: removed unused string STR_ADDRESSBOOK_KAB 2005/11/30 00:52:14 kendy 1.8.46.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/24 14:02:29 ebischoff 1.8.46.2: Rabasing so much items was useless 2005/08/29 08:51:34 ebischoff 1.8.46.1: Changes needed for new KDE address book driver
2005-09-08INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGEDRüdiger Timm
2005/09/05 17:34:46 rt 1.8.50.1: #i54170# Change license header: remove SISSL
2005-06-30INTEGRATION: CWS wizopendb (1.7.60); FILE MERGEDKurt Zenker
2005/06/15 07:19:32 fs 1.7.60.2: #i42477# layout changes 2005/06/06 10:40:43 fs 1.7.60.1: #i42477# allow the 'New Database' wizard to load existing documents
2005-02-21INTEGRATION: CWS mozab05 (1.5.8); FILE MERGEDVladimir Glazounov
2005/01/31 08:23:54 windly 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2005/01/14 10:39:07 windly 1.5.8.2: #i20088# add browse support 2004/12/03 10:26:05 windly 1.5.8.1: #i20088# add ThunderBird address book type to database wizward
2005-01-21INTEGRATION: CWS dba22 (1.5.4); FILE MERGEDKurt Zenker
2004/12/28 13:29:02 fs 1.5.4.3: #i39602# removed obsolete strings 2004/12/20 15:27:08 fs 1.5.4.2: #i39187# renamed and moved STR_CALCDOC_DOESNOTEXIST 2004/12/08 09:37:53 oj 1.5.4.1: #i33656# fix for userdefined drivers
2004-11-17INTEGRATION: CWS dba18 (1.3.38); FILE MERGEDOliver Bolte
2004/11/10 14:48:07 oj 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/14 12:11:10 fs 1.3.38.1: #i24021# +STR_EXPLAIN_STRINGCONVERSION_ERROR
2004-10-27INTEGRATION: CWS dbwizard1 (1.3.6); FILE MERGEDPascal Junck
2004/08/16 10:55:22 bc 1.3.6.1: #i20313#Classes for Datasource wizard checked in
2004-08-02INTEGRATION: CWS insight01 (1.2.20); FILE MERGEDJens-Heiner Rechtien
2004/07/19 10:53:17 oj 1.2.20.7: ongoing work for saveas dialog 2004/05/28 13:28:36 oj 1.2.20.6: remove some unused things 2004/04/26 10:24:57 oj 1.2.20.5: show error message when user admin does not exist 2004/03/05 07:07:26 oj 1.2.20.4: #111090# change the appearance of the dialogs 2003/11/26 12:22:54 oj 1.2.20.3: #111075# ongoing work 2003/08/01 11:51:21 oj 1.2.20.2: #111090# ongoing work 2003/07/29 12:22:23 oj 1.2.20.1: #111075# insight changes
2003-06-02INTEGRATION: CWS evoab (1.1.54); FILE MERGEDVladimir Glazounov
2003/04/04 15:51:42 bjia 1.1.54.1: #108648#
2002-08-19#99473# split resource strings into folder partsOcke Janssen