Commit Graph

30 Commits

Author SHA1 Message Date
Vladislav Tronko 8f057d720c Fix indentation after if clause 2016-07-02 08:11:49 +03:00
Justin Clift c6a39d3441 Adding some useful comments to the qscintilla project file 2016-05-02 14:09:42 +01:00
Justin Clift 11963f4f95 Stop forcing release mode config for qscintilla 2016-05-01 17:14:42 +01:00
nickberry17 f0d6925470 Disabled bufferedDraw for smooth fonts on Retina and high DPI displays (#575) 2016-04-26 14:48:50 +01:00
Jens Hoffmann 3f4ba5982f Fix sqlcipher and OSX 10.10 build.
Building under Mac OS X 10.10 was broken using latest QT SDK. Add
missing macextras and fix INCLUDEPATH for mac.
2015-07-15 00:57:59 +02:00
schdub 3137f21972 QCustomPlot: version 1.3.1 2015-05-22 04:13:00 +03:00
schdub 7070aa4866 qscintilla: rid 'not relevant classes found' in build log 2015-05-20 23:56:12 +03:00
Martin Kleusberg cde2393539 Use QScintilla instead of own implementation of a code editor
This is a first rough implementation of QScintilla support as SQL text
editor.

It should work mostly and build fine with qmake as well as cmake. The
new code supports all the features of the old one plus adding a few
subtle improvements. The main point of this, however, is reducing the
code we have to maintain and making it easier to add new features to the
editor.
2015-04-23 19:51:54 +02:00
Samir Aguiar c8ea53bf4f qhexedit: Fix initialization order in QHexEditPrivate
This prevents use of uninitialized values in conditional jumps
as reported by Valgrind. It's already fixed in QHexEdit repository.
2015-03-20 23:31:45 +01:00
Peinthor Rene a2e704cd01 cmake: lower minimal required version a bit 2014-09-17 22:21:07 +02:00
Markus Elfring d3ccdc2cdd Bug #58: Completed quoting for parameters of some CMake commands
A wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes.

Quoting was added so that more places should also handle file names correctly
which contain space characters or semicolons eventually.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2014-08-01 15:49:11 +02:00
Martin Kleusberg e43f43a3f8 Silence some warnings in the antlr code 2014-07-27 13:39:36 +02:00
Fedosov Alexander a17fd095d1 '%u' causes warning messages on 64bit systems. 2014-07-26 18:46:40 +04:00
Martin Kleusberg be401ad477 Fix project files of libraries to compile with Qt5
This should fix issue #11.
2014-05-22 20:19:10 +02:00
Rene Peinthor 0ecff2caa2 cmake: build qcustomplot as static lib and fix windows build 2014-04-23 08:31:53 +02:00
Martin Kleusberg f451beef0d Update qmake files
As promised, here is me updating the qmake project files in order to
allow building the new version with qmake instead of cmake.
2014-04-20 12:36:21 +02:00
Peinthor Rene abeafa2786 add qcustomplot qt plotting widget 1.2.1 2014-04-19 22:00:02 +02:00
Sean T. Hayes 5647fa86e0 Minor changes to support building with Visual Studio. 2014-02-14 00:47:18 +01:00
Peinthor Rene de1fb9ff2f qt5: full qt5 compability
ifdef rest of the code which can't be ported 100%
add CMake option USE_QT5 to use qt5 ;)
Thanks to stretchtiberius for initial patch
2014-02-14 00:28:42 +01:00
Peinthor Rene 202b6c915e qt5: toAscii() -> toLatin1() 2014-02-13 23:52:03 +01:00
Peinthor Rene 33b19895d6 fix windows antlr runtime build 2013-09-08 09:45:05 +02:00
Peinthor Rene 11c4cf423a cmake: fix a few warnings and add an option to build unittests 2013-07-11 16:15:51 +02:00
Peinthor Rene 7c411904b9 cmake: initial version of cmake build system files 2013-07-09 23:36:43 +02:00
Peinthor Rene e3d20ee434 cleanup and improve qmake build files 2013-04-19 06:30:06 +02:00
Peinthor Rene 267d450805 don't force release target on antlr, it is release by default anyway 2013-04-18 19:01:08 +02:00
unknown d2c0452e2c fix the windows build 2013-03-24 23:40:13 +02:00
Martin Kleusberg a8af5a7c04 Use static linking for QHexEdit
Compile and link the QHexEdit as a static library.
2013-03-17 12:31:23 +01:00
Martin Kleusberg 0cf9ecd158 Add the QHexEdit widget
Add the QHexEdit widget as some sort of library. Feel free to improve
the project files - I won't, every build system ever made is just
horrible.
2013-03-16 23:36:36 +01:00
Peinthor Rene e91aa3833a fix warning 2013-03-13 18:02:30 +01:00
Peinthor Rene 3c6ab04485 add antlr 2.7.7 cpp runtime for parsing the sqlite3 grammar 2013-03-13 15:35:04 +01:00