1
0
forked from pool/sqlitebrowser

- update to 3.0:

+ Qt3Support was removed
  + Recent files menu added
  + Improved UI, making it more modern, replacing some dialogs etc.
  + Syntax highlighting for SQL code
  + Cleaned up the code, reducing the SLOC quite a bit
  + Added basic support for triggers and views
  + Added pragma editing
  + Added BLOB support
  + Added a new filter row for searching
  + Improved performance when opening large tables
  + Extended the SQL tab
  + Added SQLite extension support
  + Fixed a ton of bugs
  + Probably more
- removed edittableform-fix-qdebug-use.patch
- removed sqlitebrowser-libs.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=2
This commit is contained in:
Lars Vogdt
2013-11-07 13:23:18 +00:00
committed by Git OBS Bridge
parent 68e1d2b858
commit 6ad7fee719
6 changed files with 89 additions and 52 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Nov 7 13:20:45 UTC 2013 - lars@linux-schulserver.de
- update to 3.0:
+ Qt3Support was removed
+ Recent files menu added
+ Improved UI, making it more modern, replacing some dialogs etc.
+ Syntax highlighting for SQL code
+ Cleaned up the code, reducing the SLOC quite a bit
+ Added basic support for triggers and views
+ Added pragma editing
+ Added BLOB support
+ Added a new filter row for searching
+ Improved performance when opening large tables
+ Extended the SQL tab
+ Added SQLite extension support
+ Fixed a ton of bugs
+ Probably more
- removed edittableform-fix-qdebug-use.patch
- removed sqlitebrowser-libs.patch
-------------------------------------------------------------------
Thu Sep 29 07:24:24 UTC 2011 - lars@linux-schulserver.de