Commit Graph

63 Commits

Author SHA1 Message Date
Peter Morgan d598483891 Q3MainWindow >> QMainWindow 2010-10-05 00:58:32 +01:00
Peter Morgan 744af37aca * Minor code tidy
* added .gitignore
2010-10-05 00:42:12 +01:00
tabuleiro 5d11202e91 Compiler warning fix by bokic@users.sourceforge.net 2010-03-22 14:53:26 +00:00
tabuleiro 11b0f7dc83 Fix bug with execution of sql with no tail and no semicolon at the end - patch by Barbulovski Boris bokic@users.sourceforge.net 2010-03-22 14:52:14 +00:00
tabuleiro 8b9a587679 patch by Jim - outdoor83 at sf.net. Allows building against Qt 4.4 or earlier 2010-01-15 11:33:37 +00:00
arvind_your 87c3172d89 Added comments 2010-01-11 11:27:16 +00:00
tabuleiro 72978d9c6e fix loading of preferences 2009-12-29 23:26:07 +00:00
tabuleiro d22ef4c05e updating to sqlite 3.6.21 2009-12-29 01:02:24 +00:00
tabuleiro 9c49f612bc remove unused classes 2009-12-29 00:58:10 +00:00
tabuleiro 79b0efd3ba Fixes ported from Arca, fix slow times when importing from CSV (caused by logging lots of SQL statements) 2009-12-29 00:54:47 +00:00
tabuleiro 64fce1c254 Update version 2009-12-29 00:53:35 +00:00
tabuleiro 79c559f7c4 Update build instructions 2009-12-29 00:51:31 +00:00
tabuleiro e5f598851e adjust .txt 2009-12-29 00:40:52 +00:00
tabuleiro 012d1fab20 add qt LGPL licenses 2009-12-29 00:39:54 +00:00
tabuleiro f7228bfe83 update about box 2009-12-29 00:38:47 +00:00
tabuleiro 0f893767c3 getline->sqlbrowser_getline to make it work in Linux 2009-12-10 16:31:19 +00:00
tabuleiro 9ce6511753 About info to 2.0b1 for beta 1 2009-12-10 15:59:09 +00:00
tabuleiro 0ea93232e1 Build Universal Binary on OSXC 2009-12-10 15:45:36 +00:00
tabuleiro c204d43030 Execute multiline queries in the SQL window 2009-12-10 15:41:53 +00:00
tabuleiro 7b6457acdd Allow debugging in QtCreator 2009-12-10 15:39:08 +00:00
tabuleiro 352900eba1 include path for windows 2009-12-03 18:03:27 +00:00
tabuleiro aaf2731ec4 Add progress dialog box for the import csv operation 2009-12-02 18:31:19 +00:00
tabuleiro 758e08e268 Port Q3WidgetStack to QStackedWidget, fixing bug 2009-12-02 17:31:08 +00:00
tabuleiro 978ef2a553 Fix port of no longer supported iterators, which are read-only in Qt4. Switch to plain QList<QStringList> structure, using references for access 2009-12-02 17:26:58 +00:00
tabuleiro 92f2822778 Removing obsolete .ui files 2009-12-02 17:18:16 +00:00
tabuleiro a1486769f3 Backport of all fixes from ArcaBrowser to the open source version, including a better port to Qt4. Previous implementation using Q3Value compiled but was not working for updates 2009-11-28 19:11:31 +00:00
tabuleiro 8901339bf2 remove dummy import export actions added by qt3to4 conversion 2009-11-23 18:56:52 +00:00
tabuleiro 16f443e8cd Final fixes for 2.0 release, bug in OSX Q3Table fixed in Qt4.6 2009-11-19 18:28:21 +00:00
tabuleiro c4ff08ab72 Convert no longer supported Qt3 .ui files and merge ui.h contents. This makes it easier to debug in QtCreator, but we loose Designer support 2009-09-17 19:39:52 +00:00
tabuleiro 55842bee06 Updating to SQLite amalgamation sources, version 3.6.18 2009-09-17 14:19:10 +00:00
tabuleiro 5844f12b5b Removing old SQLite sources 2009-09-17 13:32:20 +00:00
tabuleiro 3531f9a241 SQLiteBrowser sources are in public domain, not GPL. All contributions must adhere to the project license. djusted with permission from Arvind Kumar 2009-09-17 13:23:01 +00:00
tabuleiro b47e2a41d9 Use default GCC on Mac 2009-07-13 21:33:43 +00:00
arvind_your 7113b00907 When editing a table field, After Apply, updated value was not populated. Fixed By Arvind Kumar India 2009-07-04 12:44:14 +00:00
arvind_your 2fe9e1c7f3 Drag and drop feature of db file is implemented by Arvind Kumar, India 2009-07-03 12:22:55 +00:00
arvind_your eb48435c28 Drag and drop feature of a db file implemented: Arvind Kumar 2009-06-28 03:34:49 +00:00
tabuleiro d42188ab20 Source is now Qt4-enabled, update licensing info for Windows 2008-12-30 02:06:50 +00:00
tabuleiro 4d3c3395fb Cleaning up CVS import 2008-12-27 01:19:26 +00:00
tabuleiro 749e7bb332 Add MSVC option for libsqlite linking 2007-08-17 18:40:12 +00:00
saintlou c0c0bdc238 + Updated SQLite Database Browser 1.3 code to build with QT 4.3.1.
+ Additionally fixed an initialization bug in mainForm::init() which caused
a crash.
+ This was tested with MinGW on Windows using the OpenSource version of QT
4.3.1.
Note given the nature of the changes I do not expect any problems with other
compiler/platforms.
2007-08-17 01:07:51 +00:00
tabuleiro ff68326d19 updated to Sqlite 3.3.5 sources 2006-05-04 13:48:36 +00:00
tabuleiro cb37ba2c45 bumped version number to 1.3, since databases saved with the SQLite 3.3.4 engine can not be opened by earlier versions of this (or any other) SQLite compatible program. 2006-02-17 20:13:52 +00:00
jmiltner 52c96b77e2 bumped version number to 1.3 2006-02-16 10:13:54 +00:00
jmiltner 1ed78137e4 table popup list is now sorted by table name 2006-02-16 10:13:34 +00:00
jmiltner 14d4d0f5be updated to sqlite 3.3.4 sources 2006-02-16 10:11:47 +00:00
tabuleiro 33f5538706 Updated to SQLite-CVS 04/28/05 - critical fixes
Changed to UTF8 encoding using Qt functions, should work cross platform without the need to byteswap the data stored in the db file
2005-04-29 04:26:04 +00:00
tabuleiro 4010c15342 updated app.plist version info 2005-04-05 13:04:42 +00:00
tabuleiro 016f54b877 updated to SQLite 3.2.1 - added check for SQLite 3 header when opening a db file 2005-04-05 04:15:01 +00:00
jmiltner ce47263176 exposed StringFromUTF16 utility function so it can be used from within form1.ui.h 2005-03-24 16:51:35 +00:00
jmiltner 7513a5b5ce fixed result processing for executing sql queries input by user 2005-03-24 16:02:18 +00:00