summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2016-12-04Standardize all gbuild bridge makefile.mk filesDamjan Jovanovic
(main/*/prj/makefile.mk) to the version that sets gbuild debug flags from the configure.ac debug settings, and make this the standard gbuild template too. Patch by: me Notes: ignore: obsolete
2016-11-06#i119892# Missing "by" in descriptionDamjan Jovanovic
Fixes spelling errors in some Base messages. Reported by: Dwayne Henderson Patch by: me Notes: merged as: 028cc38a164493c5049d152eae38a34218428fce
2016-08-09Only enable subsequent checks if JUnit is available.Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2016-08-07Merge branches/gbuild-reintegration to trunk.Damjan Jovanovic
Notes: ignore: obsolete
2016-05-22Spelling, spelling ...Pedro Giffuni
Why worry about some sprinkled German when we haven't yet learned English. Notes: prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
2015-11-09#i121096# When editing a table query in Design View, the ORDER BY clause of ↵Damjan Jovanovic
the the query being edited is ignored. When Base's Query Design View parses the SQL query, it looked at the wrong node position in the SQL parse tree for the ORDER BY clause (child 4 = join instead of child 5 = order by), causing the sort order to be forgotten. Fix this. Patch by: me Notes: prefer: 08ba87c55858335094c24ca4e610a13da133330c
2015-08-14#i120706# CRASH - navigating tables containing NULL timestamps in ↵Damjan Jovanovic
DataSourceBrowser using mysql JDBC connector causes AOO to crash because the read-only column list was not kept in sync with the column list. Notes: prefer: 522b4c65dcc90719288b4f7aa7eb565c15b64e86
2014-09-18#i121492Kay Schenk
Patch by: hanya Fixed date filter problems in table view. Now processes old style date format and "normal" for database as expected. Notes: merged as: 32b46b74f2c45e1dff3530162ddb207527574026
2014-04-29Many spelling fixes: directories a* - g*.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd
2014-03-11#i124401# add a virtual destructor to dbaui::ISaveValueWrapperHerbert Dürr
because dbaui::TDeleteWrapperFunctor needs it to delete its derived classes Notes: prefer: 5f166e1d7f17619fd8790da31eff558b816df397
2014-01-28#i124131# use smart pointer's bool operator instead of comparing its content ↵Herbert Dürr
against NULL this makes the code more typesafe and avoids the -Wnull-conversion warnings seen with boost>=1.55 smart pointers in C+11 enabled build environments Notes: prefer: 6cf30940750607eeb062113dbee9968769d7bd06
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr
Notes: merged as: 2cb1a05e867c17328ef24bd3489f3c18d80dfcf4
2014-01-06#i123964# reshuffle DLLEXPORT in dbaccess moduleHerbert Dürr
to fix the build with MSVC2008 Notes: ignore: fixed
2014-01-06#i123817# prepare codebase for updating to boost 1.55Herbert Dürr
Notes: merged as: 9e77ddcd19d328c54ed0fb3ebb83f585b85f0249
2014-01-06#i123964# fix symbol visibility mismatch in dbaccess filter/xmlHerbert Dürr
Notes: ignore: obsolete
2014-01-03#i123964# fix symbol visibility mismatch in dbaccess moduleHerbert Dürr
Notes: ignore: obsolete
2013-11-28#i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr
Notes: prefer: 112bdf84d684590e042725c7173e059b4afa2f83
2013-10-07#i123418# prevent iterator decrement when it is at begin()Herbert Dürr
also prevent derefencing of an iterator after it has been erased Notes: prefer: 82a061079ae03f841713fd26c809d45621a59836
2013-07-21#i122792# Remove extra text from error message.Andrea Pescetti
Notes: reject: regression from 551fe0714a688ef563d4ab67e1fb55a23698b8f2
2013-07-02i122589 check if element is added before removing and deleting it (well, put ↵Armin Le Grand
it in undo) Notes: merged as: cb6e8c46d723de33073a5fb9ca53be12412e2a27
2013-05-28Remove dbaui::OStatusbarControllerAriel Constenla-Haile
It actually does not override any method in svt::StatusbarController, so there is no point in keeping it. Notes: merged as: 53ef9fa167cc68969cdc953b4c0b9ad339f2d27e
2013-05-25Make .uno:Open a drop-down toolbar itemAriel Constenla-Haile
Notes: merged as: eaad3098c605390b9312e37aa05dd8288ea81888
2013-04-26fix narrowing conversions in xmlHelperHerbert Dürr
Notes: prefer: c31d7b012f953f4a677fd5a576c0aa8379897879
2013-04-18WaE: fix suspicious assignments in if-conditionsHerbert Dürr
Notes: prefer: 83079e1fdd729492a6829f005f9ba937493770b1
2013-04-08removed all non en-US messages incl. x-comment, to enable correct translation.Jan Iversen
corrected a few problems where en-US was dublicated. NO code/makefile changes Notes: prefer: 14c0e038c9c33dc59cbf6e5ec81d36779f28b004
2012-11-30i118923 - OS/2 port: use of gcc style import libraries.Yuri Dario
Notes: ignore: OS/2
2012-09-09#i120859# Advance the wizard when Socket edit field has textAriel Constenla-Haile
Notes: merged as: d586255881ec8e149c099c603249050dcb81ab28
2012-09-01Fix build breaker: remove test dependenciesAriel Constenla-Haile
Notes: ignore: obsolete
2012-06-15Remove obsolete attributes from UI element XML filesAriel Constenla-Haile
Notes: prefer: 15175a00c976d48f132bc3458e961d1cb2e62a9b
2012-03-30Update headers to Alv2 headersAndrew Rist
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-03-28Added AL2 license.Andre Fischer
2012-03-24Update headers to Alv2 headersAndrew Rist
2012-03-23Update headers to Alv2 headersAndrew Rist
2012-02-18i118923 - OS/2 port: new link system now uses unix style.Yuri Dario
2012-02-16remove svn:executable properties from misc non-exec filesHerbert Dürr
2012-02-15remove svn:executable properties from more source filesHerbert Dürr
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr
2012-02-15remove svn:executable properties from resource data filesHerbert Dürr
2012-02-15remove svn:executable properties from source filesHerbert Dürr
2012-02-03remove onlineregistration with dependenciesJürgen Schmidt
2012-01-17Update headers to Alv2 headersAndrew Rist
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist