Notes |
(0000190)
subzero (administrator)
2008-02-23 11:04
|
can you provide sample screenshots, please?
And what operating system are you using? Which Sqliteman and Qt version? |
|
(0000196)
subzero (administrator)
2008-03-14 11:36
|
please, attach screenshots and OS informations. I cannot reproduce it at all. |
|
(0000197)
pmycro (reporter)
2008-03-20 01:27
|
I retract the second comment. It seems to be possible, although you have to know what to expect.
In terms of the query result window not being able to be resized much, this is still an issue. This has to do with the large minimum size of the query window when it is present.
In terms of the OS I am using, it is Windows. My screen resolution is 1280*800.
I hope this clarifies it a bit |
|
(0000198)
bugger (reporter)
2008-03-20 17:40
|
version 1.1.0svn:
I also found the squeezed space for the result set/table annoying. The error pane can be easily reduced to status bar message (or at least a dockable pane so that I can hide it or move it under the table treeview on the left).
The query textbox could be made dockable, too, and its minimal height should be one line, not several. The horizontal scrollbar should be made visible only when necessary and hidden for most of the time (I doubt that most people will write such long sql query that runs over the screen all the time!) The cursor position indicator (Col 4 Row 1/1) really belongs to the status bar (in my humble opinion) rather than taking up a substantial portion of vertical space.
I guess I can alway use the snapshot function if I need to see more rows at the same time, but that is just one extra step plus I will need to use the mouse to do that (since I haven't found a keyboard shortcut for that yet).
While I'm at it, there are a few more GUI issues (maybe a new task for this?)
1) the toolbar positions / item order are not persisted after app closing. After restarting, everything is back to default.
2) the toolbar function should be available at the menu, too, so that I can hide the toolbar and use accelerator keys for those instead of reaching for the mouse.
3) ctrl+A in the query editor should select all, not go to alter table! (it is just so counter-intuitive for any frequent keyboard shortcut user)
4) the auto-resize in the data table works well for long column but not for short columns such as column containing only small integers (the default width is too wide and wastes too much screen real estate...)
Hope these comments are helpful. |
|
(0000285)
subzero (administrator)
2009-11-02 21:29
|
all GUI parts (item tree, data viewer, sql editor) can be switched on/off. Issues mentioned in additional notes are fixed too (toolbars, ctrl+a etc).
Committed revision 500. |
|