Commit Graph

182 Commits

Author SHA1 Message Date
Peinthor Rene 258c91556b Revert "use explicit slot connection"
This reverts commit de2397f4dc.
2013-01-21 20:08:47 +01:00
Peinthor Rene 9bcad6eb20 Revert "move the whole mainwindow ui into a layout file .ui"
This reverts commit 6459cd4fc7.
2013-01-21 20:08:30 +01:00
Peinthor Rene a72aee8b7d Revert "show the current journal mode in the statusbar"
This reverts commit bc2956a484.
2013-01-21 20:08:04 +01:00
Peinthor Rene bc2956a484 show the current journal mode in the statusbar
will be made changeable soon
2013-01-21 19:13:59 +01:00
Peinthor Rene 6459cd4fc7 move the whole mainwindow ui into a layout file .ui
there might still be crashes or bad behavior because i missed some widgets
2013-01-20 22:01:49 +01:00
Peinthor Rene de2397f4dc use explicit slot connection 2013-01-19 13:08:28 +01:00
Peinthor Rene dea609140b remove useless debug message 2013-01-18 14:58:02 +01:00
Peinthor Rene f7bb605d66 better about dialog layout 2013-01-18 14:47:10 +01:00
Peinthor Rene 2048920df0 add a freedesktop file 2012-12-23 23:53:54 +01:00
Peinthor Rene 516dbf8961 upgrade to sqlite version 3.7.15.1 2012-12-23 23:35:07 +01:00
Peinthor Rene b81454c461 redo about dialog with version info and a qt designer file 2012-12-23 23:29:15 +01:00
Peinthor Rene 0c368ff7ad fix out of source builds 2012-12-23 22:07:56 +01:00
Peinthor Rene 63461df6c4 add current git hash to the app title 2012-07-31 18:51:30 +02:00
Peinthor Rene 00601b6f8d add CTRL+L shortcut for log view 2012-07-31 15:58:54 +02:00
Peinthor Rene 959e7ccf91 change the order in the browse data tab on header click
if a header is clicked in the browse data view
the sort order of the clicked column is used/changed
2012-07-31 15:55:21 +02:00
Peinthor Rene d45678c551 on refresh don't reset column widths 2012-07-29 22:36:53 +02:00
Peinthor Rene c7c191574d add alt+c shortcut to close db menu entry 2012-07-29 21:38:14 +02:00
Peinthor Rene 8c2c1903c9 better size hint for the table combobox 2012-06-12 20:02:36 +02:00
Peinthor Rene 433a126a06 resize column to contents in the data browser, but limit column size to 400 2012-06-11 16:42:29 +02:00
Peinthor Rene 1f760aac14 set horizontal scrollmode of result widgets to per pixel 2012-04-17 16:37:21 +02:00
Peinthor Rene b42de4ac4c browsetab: set a simpled wrapped tooltip for items to quickly lookup long content 2012-04-03 17:08:58 +02:00
Peinthor Rene d391f938bf syntaxhighlighter: Fix quotation matching 2012-04-03 16:40:38 +02:00
Peinthor Rene aea23c0134 CTRL+F hotkey for the find window 2012-03-27 15:27:11 +02:00
Peinthor Rene fa2a70405e improve the execute query tab.
Don't set db state to dirty if only selects are executed.
Result table isn't editable anymore and reset columns correctly
query string is correctly given as UTF8
2012-03-27 15:26:51 +02:00
Peinthor Rene ec331b0c80 add F5 hotkey to the refresh button 2012-03-08 17:11:22 +01:00
Peinthor Rene 7eab9d069e avoid another useless copy 2012-03-07 18:23:37 +01:00
Peinthor Rene ffebe2bb03 hightlight table names in the sql edit window 2012-03-07 18:21:06 +01:00
Peinthor Rene cc82b47a77 add support for table names highlighting 2012-03-07 18:20:45 +01:00
Peinthor Rene 474cbf04eb rename private highlighter members 2012-03-07 18:20:27 +01:00
Peinthor Rene 934c4ba4b2 Fix my stupid log appending 2012-03-07 17:56:43 +01:00
Peinthor Rene b570eeb0df cleanup DBBrowserDB::updateSchema and also get rid of a lot of unneeded object copies 2012-03-06 17:52:08 +01:00
Peinthor Rene e55096a1d2 add a menu action to show/hide the db toolbar 2012-03-03 18:32:38 +01:00
Peinthor Rene 454ca8aa98 remove useless togglelogwindow function 2012-03-03 18:32:11 +01:00
Peinthor Rene 300c0c8947 update the mainTabSelected signal/slot 2012-02-21 15:17:01 +01:00
Peinthor Rene 3f4de16bf7 remove an deprecated signal 2012-02-21 15:16:29 +01:00
Peinthor Rene b846b556e9 Fix deleteTablePopup signal warning by adding a stub function 2012-02-21 15:08:28 +01:00
Peinthor Rene a7424aa7f8 don't insert an empty item if there is no table 2012-02-21 14:59:03 +01:00
Peinthor Rene 917d035b82 reindent sqlitedb.h 2012-02-21 14:49:19 +01:00
Peinthor Rene e04b3891b3 don't shorten lines and add some ..., this will be done by Qt automatically 2012-02-21 14:47:41 +01:00
Peinthor Rene 4c856b3e31 correctly close and save the application state 2012-02-15 22:12:00 +01:00
Peinthor Rene 31b8026e61 a first version of syntax hightlighted sql input fields and sql log 2012-02-15 22:01:11 +01:00
Peinthor Rene 1e85455adb Fix kinda broken execute query function 2012-02-15 16:57:38 +01:00
Peinthor Rene 3f2c39933d save the activated log view(user, application) between a session 2012-02-14 23:15:59 +01:00
Peinthor Rene f8c6192227 scroll to bottom in the log view 2012-02-14 23:01:18 +01:00
Peinthor Rene 708c9043f0 cleanup field activation and disable execute sql button if no db is opened 2012-02-14 17:38:45 +01:00
Peinthor Rene 62c970fe3b cleanup AboutDialog 2012-02-13 06:56:34 +01:00
Peinthor Rene 536e6891ce add some usefull shortcuts for menus and tabs 2012-02-11 22:11:16 +01:00
Peinthor Rene b6726ec168 rename mainForm class to MainWindow 2012-02-10 14:45:50 +01:00
Peinthor Rene beaf6ceb14 cleanup mainForm 2012-02-10 14:44:46 +01:00
Peinthor Rene 38aa4f2f28 add build executable to gitignore 2012-02-10 14:21:16 +01:00