summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2019-08-28warn on load when a document binds an event to a macroCaolán McNamara
2019-07-22tdf#123020 dbahsql: Support string delimiterTamas Bunth
2019-07-17tdf#126268: Check for the sign value at the right placeXisco Fauli
2019-06-25Resolves: tdf#125168 label mnemonic appearing in database urlCaolán McNamara
2019-06-13tdf#125381: Manage URLs beginning with an "~" in cutPrefix (dbaccess/dsntypes)Julien Nabet
2019-06-12has_default needs can_defaultCaolán McNamara
2019-05-31dbaccess: fix more memory leaks caused by circular ReferenceMichael Stahl
2019-05-29tdf#114596 dbaccess: fix mysterious dataloss bug (part 2)Xisco Fauli
2019-05-18tdf#125267: relax the requirement of fixed value of current filterKatarina Behrens
2019-03-12Resolves: tdf#123975 support tri-state for PrimaryKey uiCaolán McNamara
2019-02-07Make Firebird the (unconditional) default for new databasesStephan Bergmann
2019-02-05tdf#119502: dbahsql: tables without primary keyTamas Bunth
2019-02-05Fix conversion of non-BMP charsStephan Bergmann
2019-02-05tdf#121069, tdf#121469 migrate special charactersTamas Bunth
2019-01-29dbaccess: fix Tdf119625Test with read-only $SRCDIRMichael Stahl
2019-01-29dbaccess: don't try to migrate read-only fileMichael Stahl
2019-01-23tdf#122885: fix crash when converting odb file to FirebirdJulien Nabet
2019-01-10Resolves: tdf#122467 drop down field name is too narrowCaolán McNamara
2019-01-02Resolves: tdf#122285 task panel too shortCaolán McNamara
2018-12-21Resolves: tdf#121838 catch exception for missing columnCaolán McNamara
2018-12-21tdf#122020 crash in SvTreeList::InvalidateEntryCaolán McNamara
2018-12-18[API CHANGE] tdf#122152 set dialog parentCaolán McNamara
2018-12-18give dbaccess save query dialog a parentCaolán McNamara
2018-12-06tdf#121935 crash on "set up connect to text files"Caolán McNamara
2018-12-02Resolves: tdf#121810 wrong column orderCaolán McNamara
2018-12-02Related: tdf#121810 pass suitable message dialog parent aroundCaolán McNamara
2018-11-30Disable firebird migration assistant in 6.2Xisco Fauli
2018-11-27suspicious has-default on help buttonsCaolán McNamara
2018-11-22weld SwCondCollPageCaolán McNamara
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-19weld TreeViewCaolán McNamara
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-11-16Fix typosAndrea Gelmini
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-11-12loplugin:singlevalfields in accessibility..extensionsNoel Grandin
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-11cppCheck redundantAssignment pParseNodeZdibák Zoltán
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10Avoid getTokenCountMatteo Casalin
2018-11-10Use indexed getTokenMatteo Casalin
2018-11-10Avoid getToken to just get last tokenMatteo Casalin
2018-11-10Loop only if string length is the desired oneMatteo Casalin
2018-11-10Avoid getTokenCount()Matteo Casalin
2018-11-10Early bailoutMatteo Casalin
2018-11-10Avoid getTokenCount()Matteo Casalin
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin
2018-11-10Fix double ;Matteo Casalin