Commit Graph

1145 Commits

Author SHA1 Message Date
Martin Kleusberg
c9b892879e Fix regular expressions when used on columns with NULL values
See issue #353.
2015-06-13 19:00:35 +02:00
Geoff Lawrence
0f68c85d4c Merge pull request #355 from glawrence/master
Added English (United Kingdom) translation
2015-06-13 15:27:49 +01:00
Geoff Lawrence
700741af71 Added English (United Kingdom) translation
Not a huge change from the default US English but also added the flag.
This was done to document the process for the wiki!
2015-06-13 15:15:01 +01:00
schdub
e7cecd0e42 Merge pull request #351 from schdub/master
update Russian translation
2015-06-10 23:04:28 +03:00
schdub
621a31ea99 update Russian translation 2015-06-10 22:19:56 +03:00
schdub
6d803d9733 Merge pull request #350 from schdub/issue349
exportsql: incorrect extra ); after create table
2015-06-10 17:33:24 +03:00
schdub
e0a687992d exportsql: incorrect extra ); after create table 2015-06-10 17:16:09 +03:00
schdub
ad06406c70 Merge pull request #328 from mafagafogigante/pretty
Brazilian Portuguese translation.
2015-05-31 14:46:57 +03:00
Bernardo Sulzbach
8a84ed5dca Brazilian Portuguese translation. 2015-05-30 12:52:14 -03:00
Peinthor Rene
d99d83f269 windows installer will now also silently install the vc redist package 2015-05-23 10:31:32 +02:00
Peinthor Rene
bedb1b0fca rise package version 2015-05-23 10:31:27 +02:00
Peinthor Rene
4223d5d5da gen_version.h is no longer generated so rename it to version.h 2015-05-23 10:27:15 +02:00
Peinthor Rene
5761d6bc25 Merge pull request #324 from schdub/master
plot: remove ssDot item from point shape option
2015-05-22 08:30:50 +02:00
Peinthor Rene
04ee11e5a6 Merge pull request #323 from schdub/qcp-version-1.3.1
QCustomPlot: version 1.3.1
2015-05-22 08:25:51 +02:00
schdub
8a4abcf9da plot: remove ssDot item from point shape option 2015-05-22 04:26:00 +03:00
schdub
3137f21972 QCustomPlot: version 1.3.1 2015-05-22 04:13:00 +03:00
Martin Kleusberg
bd0df70329 Merge pull request #322 from schdub/master
qscintilla: get rid 'Not relevant classes found' messages from build log
2015-05-21 00:07:16 +02:00
Martin Kleusberg
8823cf837c Merge pull request #320 from mafagafogigante/typo-fix
Fixed a typo.
2015-05-21 00:02:55 +02:00
schdub
7070aa4866 qscintilla: rid 'not relevant classes found' in build log 2015-05-20 23:56:12 +03:00
Bernardo Sulzbach
8153df8cb8 Reworded CSVProgress brief. 2015-05-20 14:03:59 -03:00
Bernardo Sulzbach
abc432fcd6 Fixed a few typos. 2015-05-20 10:17:52 -03:00
Peinthor Rene
97b88feaab Merge pull request #317 from schdub/issue316
plot: lineType and pointShape options
2015-05-20 09:21:06 +02:00
schdub
641e18235c Merge pull request #318 from schdub/tr-portuguese
preparation to Brazilian Portuguese translation
2015-05-20 01:53:42 +03:00
schdub
b0abd07d01 preparation to Brazilian Portuguese translation 2015-05-20 01:09:57 +03:00
schdub
220c5ba75b plot: lineType and pointShape options 2015-05-19 23:37:32 +03:00
Martin Kleusberg
4e36226c85 Fix Qt4 build
...again
2015-05-18 19:19:59 +02:00
Martin Kleusberg
75483d0136 Add a 'Copy Create statement' popup action to Database Browser tab
See issue #140.
2015-05-18 19:09:30 +02:00
Martin Kleusberg
55780562d5 EditTableDialog: Add '=' in fron of functions in default value
When editing an existing table with a function used inside a default
value of a field add a '=' character before the default expression
string to match our own input format for these kind of default values.

See issue #166.
2015-05-18 18:42:24 +02:00
Martin Kleusberg
a342194443 Simplify code for translation loading
Don't have two identical loops for loading languages from files and from
resources.
2015-05-18 15:44:57 +02:00
schdub
8aa72c94d4 Merge pull request #314 from schdub/update-russian-translation
Update Russian Translation
2015-05-15 16:01:25 +03:00
schdub
28f3fae7a9 Update Russian Translation 2015-05-15 14:56:28 +03:00
Justin Clift
7cfef559b4 Merge pull request #309 from schdub/issue305
enhancement: preserve field filters when switching tab
2015-05-15 04:30:49 +02:00
Peinthor Rene
dd333ce88c Merge pull request #310 from schdub/issue304
fix: translations are not being installed via make install
2015-05-12 21:52:20 +02:00
Peinthor Rene
9359b855a1 Merge branch 'pinotree-external-antlr' 2015-05-12 21:43:41 +02:00
Peinthor Rene
274fbbbe1d cmake: simplify syntax 2015-05-12 21:41:15 +02:00
schdub
f251d11ccb fix: translations are not being installed via make install 2015-05-12 22:15:10 +03:00
schdub
b5c1c7b0ab enhancement: preserve field filters when switching tab 2015-05-11 23:35:59 +03:00
Martin Kleusberg
b5796d5df7 Fix Qt4 build 2015-05-06 20:35:03 +02:00
Martin Kleusberg
2715d75f01 Add option for setting SQL editor font
See issue #299.
2015-05-06 19:54:02 +02:00
Justin Clift
9cbb4d538d Trivial typo fix 2015-05-05 22:54:09 +01:00
Peinthor Rene
48b73b1c27 Merge branch 'external-antlr' of git://github.com/pinotree/sqlitebrowser into pinotree-external-antlr 2015-05-05 21:16:24 +02:00
Peinthor Rene
ffe5254cb8 Merge pull request #297 from schdub/RussianTranslation
update Russian Translation
2015-05-05 21:15:25 +02:00
schdub
07af4b6862 Russian Translation 2015-05-05 21:47:12 +03:00
Peinthor Rene
4f3855e7c8 cmake/vs2013: use winxp toolset 2015-05-05 18:47:49 +02:00
Martin Kleusberg
0fb1b3b307 Merge pull request #285 from schdub/master
sqlitetablemodel: return back 'cheap BLOB test' for data DisplayRole
2015-05-05 10:06:09 +02:00
Pino Toscano
f4587f7213 travis-ci: install also antlr v2
Antlr v2 is available in Debian-based systems for many years, so make
use of it instead of the embedded copy of it.
2015-05-03 15:48:43 +02:00
Pino Toscano
ae08f772a2 cmake: use an external antlr2 if available
Look for an installed antlr v2, and if available use it instead of its
embedded copy.
2015-05-03 15:44:42 +02:00
Martin Kleusberg
dbad366d96 Merge pull request #290 from pinotree/tests-build
Improve the build of tests
2015-05-03 15:36:33 +02:00
Pino Toscano
e8b9de3212 Update build instructions for tests
Update BUILDING.md regarding the unit tests, mentioning ENABLE_TESTING
during the build, and make test or ctest for running them.
2015-05-03 14:37:21 +02:00
Pino Toscano
8d07f120bf tests: remove DBBrowserDB usage from test-import
Apparently DBBrowserDB is not really used, so remove it and cleanup
test-import from the extra sources and dependencies needed by that.
2015-05-03 14:37:18 +02:00