|
|
| 20:27 | 535589 | 0 | staniek | KexiDB
- SQLite3 driver: report error when closing database failed
1.0/2.0: ported
- "visibleDecimalPlaces" property added for table fields of type floating point
(will be added for decimal and currency too); "Auto" state is supported
as default so only meaningful fractional digits are be displayed
Core
- KexiProject: report error when closing database failed
Query Data View
- properly destroy cursor on view removing; this also fixes the problem
with compacting Kexi database when it cannot be reopened read/write when
there was opened view with query data because of db cursor blocking
the database
- properly close as soon as the data is fetched (temporary solution)
General
- "Kexi Internal Debugger" introduced to help in Kexi development;
"showKexiDBDebuger" in [General] should be set to true and KEXI_DEBUG_GUI
defined to use this.
Table Designer
- "visibleDecimalPlaces" property supported for floating point types
Table View
- "visibleDecimalPlaces" property supported when displaying and editing
floating point values
| |
|
|
| 15:07 | 494305 | 1571 | 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
| |
|
|
| 15:26 | 485026 | 0 | staniek | KexiDB
- more helper functions added, like rowCount() operatin
on tables and queries
- SQL text is diaplayed using a fixed font in error messages
- prepared for introducing 'ORDER BY' to the API
| |
|
|
| 10:25 | 474410 | 0 | staniek | KexiDB
- DatabaseProperties utility class added to API
| |
|
|
| 17:54 | 466447 | 3 | zander | CVSSILENT: update FSF address
| |