Commit Graph

1125 Commits

Author SHA1 Message Date
schdub
7070aa4866 qscintilla: rid 'not relevant classes found' in build log 2015-05-20 23:56:12 +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
Pino Toscano
27df9cfa4d tests: split sqlb-unittests
Instead of a single executable running different unit tests at the
same time, split the sqlobjects and import parts out of it.
While this currently duplicates the cmake boilerplate for each,
it allows to finetune each properly (like build only the sources for
it, in the future), and to call each separately.

Add the QTEST_MAIN in each test, and remove the manual QCoreApplication
handling in TestImport (handled by QTEST_MAIN).
2015-05-03 14:34:09 +02:00
Pino Toscano
57f2622e34 tests: merge build of tests within main build
Instead of a separate CMakeLists.txt for the tests, make them built
together with the rest of the main project. This behaviour is off
by default, and can be enabled using ENABLE_TESTING.

Furthermore, the testing facilities of cmake are now used, so ctest
(invoked by `make test`) knows about the sqlb-unittests. Thus, adapt
the Travis build steps, building the main sources and executing the
tests twice, one for sqlite and one for sqlcipher.
2015-05-03 14:29:00 +02:00
Martin Kleusberg
f11acc00c5 Fix tests 2015-05-03 13:42:31 +02:00
Martin Kleusberg
861ecec527 Add option to remember last location for file dialogs
Add an option to remember the location of the last opened or saved file
and use it as the default location for the next file dialog because
always going back to the default location set in the preferences dialog
can be a real hastle.

See issues #224, #276 and #281.
2015-05-03 13:22:13 +02:00
Martin Kleusberg
f21ff619f2 Remove superfluous whitespace from Schema column in DB Structure view
In the Database Structure tab and the DB Schema pane, replace any
sequence of whitespace characters by a single space character if the
one-line Schema view is enabled.

See issue #283.
2015-05-02 20:16:28 +02:00
Martin Kleusberg
f921815e9d Merge pull request #289 from pinotree/tests-encoding
TestImport: fix unicode handling
2015-05-02 19:53:39 +02:00
Pino Toscano
584f5d66bb tests: fix encoding handling in TestImport
Make sure to write the temporary CSV file in the proper encoding
(i.e. the one specified by the test data), and to use that encoding
when reading back from it.
This way the test should behave correctly, no matter the current
system charset.

Furthermore, fix and extend unicode data: the current utf8chars is
actually UTF-16 data, so rename it and change its encoding as such.
Add a proper utf8chars data with UTF-8-only characters.
2015-05-02 16:31:09 +02:00
schdub
517ecec18b sqlitetablemodel: return back 'cheap BLOB test' for data DisplayRole 2015-05-01 15:10:46 +03:00
Martin Kleusberg
7e3d9cd0a3 sqltextedit: Enable UTF-8
See issue #282.
2015-05-01 13:38:17 +02:00
Justin Clift
413da8cab1 Updated Ubuntu PPA URL 2015-04-29 10:31:30 +01:00
Justin Clift
1d1aacf0dd Added initial pointer to the Ubuntu PPA
Thanks deepsidhu1313. :)
2015-04-29 00:32:46 +01:00
Justin Clift
32d694bc97 Updated currentrelease to 3.6.0 2015-04-28 19:34:25 +01:00
Peinthor Rene
92a8a9eec6 windows/msvc: add missing .dll to installers 2015-04-28 19:24:10 +02:00
Justin Clift
e7b9356ec2 Merge pull request #270 from mcprentiss/release-notes
fix release info in src/gen_version.h
2015-04-28 01:43:26 +01:00
Justin Clift
848f4bf034 Reverting currentrelease to 3.5.1 for now
https://github.com/sqlitebrowser/sqlitebrowser/issues/269
2015-04-28 01:39:42 +01:00
mp466
b40f88e970 fix release and development branch 2015-04-27 19:38:49 -05:00
mp466
357847207b fix release info in src/gen_version.h 2015-04-27 19:09:15 -05:00
Justin Clift
c1482fd34f Updated currentrelease to 3.6.0 2015-04-27 23:36:44 +01:00
Justin Clift
fc7a845a4b Updated for 3.6.0 release 2015-04-27 23:35:45 +01:00
Martin Kleusberg
e8328aa5a2 qmake: Enable version checking for Windows 2015-04-27 14:59:46 +02:00