66e89fe6 | 21-May-2020 |
mseidel |
Cleaned up resource file, minor changes in Help |
Revision tags: 420-Dev2-m2 |
|
f7259798 | 26-Dec-2019 |
mseidel |
Cleaned up resource file, removed MASKCOLOR |
71bf7eee | 23-Dec-2019 |
mseidel |
Cleaned up resource files, removed MASKCOLOR |
0508b79b | 12-Dec-2019 |
mseidel |
Cleaned up resource files, removed MASKCOLOR |
787035a6 | 08-Nov-2019 |
mseidel |
Icons were changed to PNG long ago |
4b87ead9 | 29-Oct-2019 |
mseidel |
Removed invisible Unicode character U+FEFF from resource files |
Revision tags: AOO417 |
|
00d1660d | 06-Jul-2019 |
Matthias Seidel |
Cleaned up whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1862663 13f79535-47bb-0310-9956-ffa450edef68 |
96cc0662 | 19-Jun-2019 |
Matthias Seidel |
Removed some whitespace, changed String git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861665 13f79535-47bb-0310-9956-ffa450edef68 |
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
c575ce11 | 14-Apr-2019 |
Matthias Seidel |
Cleaned up resource file, fixed typo, removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1857499 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1 |
|
05e4b308 | 10-Jan-2019 |
Matthias Seidel |
Cleaned up resource file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850937 13f79535-47bb-0310-9956-ffa450edef68 |
485980a1 | 13-Dec-2018 |
Matthias Seidel |
Cleaned up resource file, removed double space git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848858 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416 |
|
4980b968 | 07-Nov-2018 |
Mechtilde Stehmann |
remove whitespaces git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845999 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
b1bc2d97 | 26-Aug-2018 |
Matthias Seidel |
Fixed typo (meaningfull -> meaningful) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839231 13f79535-47bb-0310-9956-ffa450edef68 |
a8f4084d | 31-May-2018 |
Matthias Seidel |
Fixed typos: contructor -> constructor convinient -> convenient git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832633 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
14516f1f | 18-Feb-2018 |
Matthias Seidel |
Fixed typo, deleted whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1824668 13f79535-47bb-0310-9956-ffa450edef68 |
faea413b | 17-Jan-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821338 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414 |
|
3c5114b8 | 20-Aug-2017 |
Damjan Jovanovic |
#i127350# - Table design: can't change length of Postgresql char types Add the initial version of a new SDBC driver, for the PostgreSQL database. Also its build changes: since it ne
#i127350# - Table design: can't change length of Postgresql char types Add the initial version of a new SDBC driver, for the PostgreSQL database. Also its build changes: since it needs Apache Commons Lang version 3, get configure.ac to check for that, and get that to always build, just like our driver does. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805579 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413 |
|
e53d11b3 | 06-Nov-2016 |
damjan |
#i119892# Missing "by" in description Fixes spelling errors in some Base messages. Reported by: Dwayne Henderson Patch by: me git-svn-id: https://svn.apache.o
#i119892# Missing "by" in description Fixes spelling errors in some Base messages. Reported by: Dwayne Henderson Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1768361 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86ca9154 | 09-Nov-2015 |
Damjan Jovanovic |
#i121096# When editing a table query in Design View, the ORDER BY clause of the the query being edited is ignored. When Base's Query Design View parses the SQL query, it looked at the wrong
#i121096# When editing a table query in Design View, the ORDER BY clause of 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 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713502 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
d7b348a9 | 14-Aug-2015 |
Damjan Jovanovic |
#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crash because the read-only column list was not kept in sync with the
#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crash because the read-only column list was not kept in sync with the column list. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1695962 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e05189b8 | 18-Sep-2014 |
Kay Schenk |
#i121492 Patch by: hanya Fixed date filter problems in table view. Now processes old style date format and "normal" for database as expected. git-svn-id: https://svn.apache.org/repos
#i121492 Patch by: hanya Fixed date filter problems in table view. Now processes old style date format and "normal" for database as expected. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1626099 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
07a3d7f1 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories a* - g*. 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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|