summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2010-05-20CWS-TOOLING: integrate CWS sdfindallVladimir Glazunov
Notes: split repo tag: base_ooo/DEV300_m79
2010-05-11unoawt: merge after pulling from CWS slidecopyFrank Schoenheit [fs]
2010-04-29cws tl79: fixed problems after merging with DEV300_m77Thomas Lange [tl]
2010-04-28cws tl79: mergeThomas Lange [tl]
2010-04-22slidecopy: removed accelerator/*/default.xml - they're not used for a long ↵Frank Schoenheit [fs]
time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
2010-04-21sb120: merged in DEV300_m77sb
2010-04-20DEV300 masterfix: #i10000#: dbaccess: KeySet.[ch]xx: merge/build fixesJens-Heiner Rechtien
Notes: split repo tag: base_ooo/DEV300_m77
2010-04-19dba33f: build problems ....Frank Schoenheit [fs]
2010-04-19dba321b: #i110942# use default if key columsn are unknownOcke Janssen [oj]
Notes: split repo tag: base_ooo/DEV300_m78
2010-04-16dba33f: merge with m76-branchFrank Schoenheit [fs]
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-12sdfindall: merge with DEV300 m76Caolán McNamara
2010-04-12cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menusCaolán McNamara
2010-04-07sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118sb
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-03-26#110406# add new columns to name mataching mapOcke Janssen
2010-03-24 #i109549# cache row values when a filter value which is not part of the key ↵Ocke Janssen
values
2010-03-17missing ;Ocke Janssen
2010-03-17#i109314# clear add pkey flag and clear name mapping when going backOcke Janssen
2010-03-17correct wordingOcke Janssen
2010-03-17 #i110111# fix access column names problemOcke Janssen
2010-03-17#i109766# apply for patch for unhandled exceptionOcke Janssen
2010-03-16cws tl79: #i110053# remove old svtools LoginDialogThomas Lange [tl]
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-09sb120: #i109978# removed --disable-qadevooosb
2010-03-01#i109549# use setElementaryQueryOcke Janssen
2010-02-25sb118: merged in DEV300_m72sb
2010-02-22autorecovery: connect: lock SolarMutex before locking own mutex (makes ↵Frank Schoenheit [fs]
UISettings complex test case run, again)
2010-02-22autorecovery: care for recovering a previously unmodified file (where ↵Frank Schoenheit [fs]
SalvagedFile is empty)
2010-02-19Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33eFrank Schoenheit [fs]
2010-02-19autorecovery: 'using' directive needed to compile on unxsols4 without warningFrank Schoenheit [fs]
2010-02-19autorecovery: 'using' directive needed to compile on unxsols4 without warningFrank Schoenheit [fs]
2010-02-18dba33f: #i108311#Frank Schoenheit [fs]
2010-02-18autorecovery: oops, this variable needs to be available in a pro-build, too ...Frank Schoenheit [fs]
2010-02-18autorecovery: unary_function needs <functional>-inlude on MacFrank Schoenheit [fs]
2010-02-18dba33e: #i108128# catch exception when asking for driverOcke Janssen [oj]
2010-02-17Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33fFrank Schoenheit [fs]
2010-02-17dba33f: initially select complete textFrank Schoenheit [fs]
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: base_ooo/DEV300_m72 split repo tag: base_ooo/DEV300_m73 split repo tag: base_ooo/DEV300_m74
2010-02-16Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecoveryFrank Schoenheit [fs]
2010-02-16autorecovery: do not show errors when we're recovering the query designerFrank Schoenheit [fs]
2010-02-16autorecovery: recover non-document sub compontns hidden, tooFrank Schoenheit [fs]
2010-02-16autorecovery: do the recovery in setCurrentController, not in ↵Frank Schoenheit [fs]
connectController - this ensures all knittings, in particular between controller and frame, already happened
2010-02-16autorecovery: recover query designer settingsFrank Schoenheit [fs]
not yet finished: - query designer needs to be loaded hidden, and shown when the main window is shown - recovering table windows is not correct, yet (windows which have been added to the UI, but do not yet add to the "latest known" statement, are not restored (probably) - closing the recovered, and modified, query designer somehow does not ask for saving
2010-02-16autorecovery: import query design settings (but do not recover the query ↵Frank Schoenheit [fs]
designer)
2010-02-16autorecovery: remove unused local static methodFrank Schoenheit [fs]
2010-02-16sb118: adapted remaining */qa/unoapi tests to new frameworksb
2010-02-16autorecovery: outsourced the SubComponentRecovery class into a dedicated ↵Frank Schoenheit [fs]
file, in preparation of recovering query designs
2010-02-16autorecovery: fixed member initialization orderFrank Schoenheit [fs]
2010-02-15autorecovery: clarified the role of a doc's URL/LocationFrank Schoenheit [fs]
as per agreement with MAV, XModel::getURL and XStorable::getLocation both need to return the logical document URL, even when the document has been recoved from another location. So, the DocFileLocation of the ModelImpl now is for internal purpose only. Consequently, ModelImpl's API has been reworked to better differ between the logical and the "loaded-from" URL of the document.