summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist2019-12-311-6/+9
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2019-09-308-14/+14
* warn on load when a document binds an event to a macroCaolán McNamara2019-09-053-8/+26
* sfx2: include what we use onlyAshod Nakashian2019-09-031-0/+1
* loplugin:sequentialassign in dbaccess..desktopNoel Grandin2019-08-0515-49/+24
* tdf#123020 dbahsql: Support string delimiterTamas Bunth2019-08-051-2/+18
* tdf#126268: Check for the sign value at the right placeXisco Fauli2019-08-051-2/+2
* Resolves: tdf#125168 label mnemonic appearing in database urlCaolán McNamara2019-07-061-1/+1
* Remove Help - Restart in Safe Mode menu itemAndras Timar2019-06-155-10/+0
* Remove Help - Donate to LibreOffice menu itemAndras Timar2019-06-155-15/+0
* tdf#125381: Manage URLs beginning with an "~" in cutPrefix (dbaccess/dsntypes)Julien Nabet2019-06-131-3/+6
* has_default needs can_defaultCaolán McNamara2019-06-121-0/+1
* dbaccess: fix more memory leaks caused by circular ReferenceMichael Stahl2019-05-313-13/+18
* tdf#114596 dbaccess: fix mysterious dataloss bug (part 2)Xisco Fauli2019-05-292-4/+5
* tdf#125267: relax the requirement of fixed value of current filterKatarina Behrens2019-05-181-1/+4
* Resolves: tdf#123975 support tri-state for PrimaryKey uiCaolán McNamara2019-03-122-3/+34
* Make Firebird the (unconditional) default for new databasesStephan Bergmann2019-02-072-13/+2
* tdf#119502: dbahsql: tables without primary keyTamas Bunth2019-02-052-13/+26
* Fix conversion of non-BMP charsStephan Bergmann2019-02-051-22/+43
* tdf#121069, tdf#121469 migrate special charactersTamas Bunth2019-02-054-38/+45
* dbaccess: fix Tdf119625Test with read-only $SRCDIRMichael Stahl2019-01-292-3/+6
* dbaccess: don't try to migrate read-only fileMichael Stahl2019-01-291-4/+9
* tdf#122885: fix crash when converting odb file to FirebirdJulien Nabet2019-01-231-1/+1
* Resolves: tdf#122467 drop down field name is too narrowCaolán McNamara2019-01-101-9/+11
* Resolves: tdf#122285 task panel too shortCaolán McNamara2019-01-022-3/+19
* Resolves: tdf#121838 catch exception for missing columnCaolán McNamara2018-12-211-1/+11
* tdf#122020 crash in SvTreeList::InvalidateEntryCaolán McNamara2018-12-212-10/+17
* [API CHANGE] tdf#122152 set dialog parentCaolán McNamara2018-12-181-1/+7
* give dbaccess save query dialog a parentCaolán McNamara2018-12-181-1/+1
* tdf#121935 crash on "set up connect to text files"Caolán McNamara2018-12-064-18/+33
* Resolves: tdf#121810 wrong column orderCaolán McNamara2018-12-022-2/+8
* Related: tdf#121810 pass suitable message dialog parent aroundCaolán McNamara2018-12-023-4/+12
* Disable firebird migration assistant in 6.2Xisco Fauli2018-11-302-6/+4
* suspicious has-default on help buttonsCaolán McNamara2018-11-271-1/+0
* weld SwCondCollPageCaolán McNamara2018-11-225-10/+10
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-227-0/+7
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-225-0/+6
* weld TreeViewCaolán McNamara2018-11-195-4/+7
* Adapt to C++2a char_tStephan Bergmann2018-11-172-2/+2
* Fix typosAndrea Gelmini2018-11-161-1/+1
* loplugin:buriedassign in dbaccess..ooxNoel Grandin2018-11-164-8/+14
* loplugin:staticmethods improvementNoel Grandin2018-11-161-1/+1
* loplugin:singlevalfields in accessibility..extensionsNoel Grandin2018-11-124-9/+5
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-111-1/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-111-1/+1
* cppCheck redundantAssignment pParseNodeZdibák Zoltán2018-11-111-2/+1
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-2/+2
* Avoid getTokenCountMatteo Casalin2018-11-101-5/+8
* Use indexed getTokenMatteo Casalin2018-11-101-4/+5
* Avoid getToken to just get last tokenMatteo Casalin2018-11-101-2/+2