|
|
| 19:29 | 566322 | 0 | staniek | Main Window
- fixed setting focus after switching between views
2.0: merged
| |
|
|
| 08:02 | 564074 | 0 | mlaurent | Deprecated--
| |
|
|
| 19:16 | 529565 | 0 | staniek | Kexi 2.0
- merged changes since revision 523723
| |
|
|
| 07:49 | 524299 | 0 | mlaurent | qt3to4 | |
|
|
| 07:46 | 523044 | 11670 | mlaurent | Adapt to kdelibs api
(for kpresenter/karbon/kivio it's not a portage
just change to kdelibs api (need for the future))
| |
|
|
| 20:18 | 509932 | 0 | staniek | General
- when query design has been changed and saved, subsequent
openings of a form using it will reload it's definition.
The same for 'page setup' dialogs, etc.
- fixed crash when 'page setup' dialog is opened, closed, and opened again for
the same data object
| |
|
|
| 08:48 | 509306 | 0 | staniek | Main Window
- closing dialog is now marked as 'pending job', the same as for opening
- When there are pending jobs, 'quit' and 'close project' actions are
delayed and executed after last pending job finishes. This removed possible
crashes when user closed application's main window (or closed project)
when there are pending jobs.
- #ifdef added for above improvement
| |
|
|
| 15:06 | 498910 | 0 | staniek | Main Window
- do not allow to open the same dialog twice - it was possible
for slowly loading dialogs with large data (e.g. a table view with 10^4 rows);
pending 'open' actions are now known
| |
|
|
| 15:37 | 498048 | 0 | staniek | Main Window
- fixed saving Project Navigator Side Panel's visibility
Simple Printing
- do not paint invalid values of type time, date or date/time
| |
|
|
| 15:07 | 494305 | 1561 | staniek | KexiDB
- SQLite: opened files are now locked for read/write by default;
related error messages improved
Simple Printouts
- pages to print can be selected
- number of copies can be entered
- pages collation switch on or off (i.e. 1-2..n; 1-2..n.... for collation
and 1-1-...1; 2-2..2; .. for "no collation")
- page count is properly computed and printed on the footer as "Page x of y"
- "Page Setup" action added;
now it's window is only presented when user really wants this
- text of the page title properly updated
Startup
- "--skip-dialog" command line option added.
Skips displaying connection dialog\n"
and connects directly. Available when opening .kexic
or .kexis shortcut files.
- opening server-based projects works in File->Open when
there's already project opened.
- "--connection <shortcut_filename>" command line option added.
Specifies a database connection shortcut .kexic file containing
connection data. Can be used with --createdb or --create-opendb
for convenience instead of using options like --user, --host
or --port. Note: Options like --user, --host have precedence
over settings defined in the shortcut file.
- creating server-based projects works in File->New when
there's already project opened.
Migration
- Project Migration Wizard is proposed if a server-based database
is incompatible with Kexi and cannot be opened
- if a destination for imported project is a server, it is also
opened after imported, if user wanted this
CCMAIL:kexi-devel@kde.org
| |
|
|
| 22:13 | 490460 | 0 | staniek | Simple Printouts
- added Simple Printouts window with print preview and settings
Table View
- failed accepting of row editing now cancels window closing
- fixes for updating row data (this was sometimes visible in Table Designer)
Table Designer
- avoid asking twice for saving changes to the design on window closing
- find unique name for autogenerated primary key fields
Kexi Core
- possibility of adding non-db-aware windows/tabs in Kexi
General
- added --print and --printpreview command line options
- (temporary) mini-kolibs added to get print settings stuff and remain
independent on kolibs
CCMAIL: kexi-devel@kde.org
| |
|
|
| 22:35 | 485128 | 0 | staniek | Main Window
- usability: for IDEAl mode tabs are also visible when one window is opened
(otherwise user could not know what the window's caption is)
- usability: added "close" button to the tab widget for IDEAl mode
- 'hover close button' is now turned off by default for IDEAl mode
(added HoverCloseButtonForTabs setting to kexirc for changing this)
| |