Kexi/Releases

From KDE Community Wiki
Revision as of 09:02, 26 January 2018 by Jstaniek (talk | contribs) (→‎3.1.0 Beta 1 (PENDING): unstable again)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

See also: Schedules | Kexi 2 releases | Building

In addition to Kexi, for benefit and convenience of fellow software engineers, we're sharing frameworks originally developed within the Kexi Project (that is KDb, KProperty, KReport). There are marked with the same version as Kexi and are prepared for general, standalone usage. For general convenience the frameworks tend to be released in the same time as Kexi.

Note

Check out you Linux distribution for binary packages, or tell your distributor if they are missing. Universal packages for Windows will come be a bit later.


Note

Download universal Snapshots ready to use for Linux.


Kexi 3 offers the same list of features as Kexi 2 and uses the same format for .kexi files and server projects. Exceptions: no scripting (in Kexi 2 it was present as experimental) and (in 3.0) no "map" elements. Further Kexi version would of course get new features not present in Kexi 2.


3.1.0 (PENDING)

3.1.0 Downloads (PENDING)

Note: source code downloads. The code is known to build and run with Linux (gcc, clang) and MS Windows (msvc).

Click here for info about signature verification.

3.1.0 Beta 1 (PENDING)

January 29, 2018 (3.0.94)

Kexi kexi-3.0.94.tar.xz (signature)
KDb kdb-3.0.94.tar.xz (signature)
KProperty kproperty-3.0.94.tar.xz (signature)
KReport kreport-3.0.94.tar.xz (signature)

3.1.0 (PENDING)

February 26, 2018

Kexi kexi-3.1.0.tar.xz (signature)
KDb kdb-3.1.0.tar.xz (signature)
KProperty kproperty-3.1.0.tar.xz (signature)
KReport kreport-3.1.0.tar.xz (signature)

3.1.0 Changes (PENDING)

Changes in Kexi

  • 3.1.0 Beta 1 (3.0.94)
    • 72d5368a3 New: Add support for setting character encoding for source database to import table assistant
    • Bug fixes
      • 12c56e660 Reports: Make jumping to specific page possible
      • 9f7e374b2 Reports: Keep information about type of data source (table or query). Detects if needed. (Bug #385071)
      • 4457b59d9 CSV import assistant: switch back to checkboxes from command link buttons
      • 87b9be923 CSV import assistant: fix layout of delimiter widget
      • 1afb7fbf6 CSV import assistant: Improve getting filename selection from the new file requester
      • c4103f731 CSV import assistant: Single click on file requester's item moves to next page
      • 10a3e4d85 Fix broken CSV import (Bug #386102)
      • 17fcaf440 Rework the KexiFileRequester to use a simple and light QTreeView
      • c7385a4af Update mimetypes info when needed
      • 608d6b4db Fix "wait" cursors
      • 7e783f1bc Fix crash when deleting or renaming a table (Bug #379078)
      • 28f684a4d Table Designer: don't warn about non-existing table or query when lookup fields are cleared
      • 97472ba5d Table view's combo box editor: delete the combo button when needed, this fixes possible crash when user clicks the non-deleted button
      • d98f53f12 Fix possible crash when table view containing combo boxes is re-used (Bug #389029)
      • b0eddb7aa Fix recent dirs handling for file widgets (bug from Kexi 3.0.x), move recent start/recent dirs handling to KexiUtils
      • f69ac59ad Forms: Fix double moving forward/backward on tab/backtab key press
      • 1400c0fbc Before physical altering or deleting table ask the user to close depending table/query/report/form (Bug #371896, Task #7704, Review #8118)
      • 6cc93c7c2 Synchronize the "dirty" flag between Design and Text views
      • 619f967f1 SQL designer: remove possible memory leak if the parsed query object is still present on destruction
      • ab0373aec Queries: fix possible crash in data view when the query design changes in a design view
      • 6da3188a6 Queries: after parsing the SQL only assume the query changed if the SQL differs from the previous SQL
      • 80363610d Fix memory leak in Project data object (list of auto-open objects)
      • cbb7e9a9c Fix detection of single-click mode for XFCE
    • Optimizations
    • Improvements
      • acec3e586 Set Cancel as default for critical question message boxes
      • e6d0010d1 Use Delete verb rather than Remove for consistency
      • 16da909e5 Don't use empty space by object tabs (like in web browsers)
      • 4adbe1bd3 Backport experimental scripting in Kexi. (Task #4649, Review #6037)
      • c220b122c Add config file setting to force the use of KFileWidgets or simple file requesters independently of the desktop (Task #5791)
      • e246e138c Detect whether native operating system's dialogs should be used
      • ec71dc00c Query Designer: Improve "The query you entered is incorrect. Do you want to cancel any changes made to this SQL text?" question
      • b141d08d6 Query Designer: Improve "Do you want to save invalid query?" question
      • ec3ed6fd9 Import Table assistant: improve appearance of the "Finish" page and logic for buttons
      • ef638949c Project Import assistant: support single-click accepting of source databases if needed
      • 9d113c82f Translations and typo fixes
      • ae73eabbc Add option to build without KFileWidget, default on Windows
      • 1b9febfe5 Connection selector widget: select Next step on double click, don't select on highlighting
      • 12d1adf10 Add location edit and file filter combo work in KexiFileRequester, add filename completion
      • 9d63a4f52 Reports: Remove traces of "external data" support, this is not supported since Kexi 2.3
      • ae0116bb2 Reports: Remove no longer necessary "Set Data" button from the data source tab
    • Docs and examples
  • 3.1.0


Changes in KDb

  • 3.1.0 Beta 1 (3.0.94)
    • API changes
      • c9724af4 Add optimized overload KDb::isIdentifier(const QByteArray&)
      • ad942b0c KDbUtils::Property/Set: add operators ==, !=, setCaption(), setValue(), allow Property to be not null even is there is no caption
      • da0ee94a KDbConnectionOptions: add operators ==, !=, add setValue(), make insert() work for valid identifiers only
      • a133a6d4 Add some more const correctness to KDbField and KDbQueryAsterisk
      • 8324d4b0 Add d-pointer to KDbIndexSchema, improve API and docs
      • 52c0091a Add d-pointer to KDbInternalTableSchema for future extensions
      • a004dbe7 Add d-pointer to KDbLongLongValidator
      • 2c8d47d3 Add d-pointer to KDbQueryColumnInfo for future extensions
      • e1bbd778 KDbConnection::TableSchemaChangeListenerInterface -> KDbTableSchemaChangeListener
      • bf289538 Remove abbreviations from KDbResultInfo
      • 95e6ba91 Make KDbTableViewData::autoIncrementedColumn() const
      • 9ba04128 Add more QDebug operators
      • 7c25225f Move KDbLookupFieldSchema::RecordSource to KDbLookupFieldSchemaRecordSource
      • cb098025 Add and clean up operators ==, !=, = for KDbLookupFieldSchemaRecordSource, KDbLookupFieldSchema, PropertySet
      • 47e6a5e0 Add d-pointer to KDbOrderByColumn, use enum class for SortOrder
      • 86706b3a Add many overloads to KDbQuerySchema, remove use of bool args, update docs
      • 61473975 KDbField, KDbFieldList, KDbQUerySchema, KDbQueryAsterisk: clean up virtuals
      • 3556a61f Move KDbQueryAsterisk to separate files
      • 3b2db65b Add d-pointer to KDbQueryAsterisk
      • 8d196081 Fix constructors of KDbQueryAsterisk and KDbField and improve constness
      • 0da02ad6 Replace KDbCursor options with enum (Task #4736, Review #4957)
      • 8647bf71 Make KDbQuerySchemaParameter implicitly shared
      • de724068 Remove operator== from Resultable
      • d7e1200a Improve memory management of raw SQL execution and preparing (Task #5992, Review #5771)
      • 3c662e74 Pass the KDbSqlResult by value to KDb::lastInsertedAutoIncValue
      • 422c62c8 Global API change: SQL -> Sql
      • 013848ab Remove unnecessary inline code from headers
      • 06d49115 KDbTransaction::active -> KDbTransaction::isActive
      • 24da8061 Remove redundant const KDbTableSchema* KDbQueryAsterisk::table()
      • 094b7290 Add operators ==, != for KDbQueryAsterisk
      • 282a5608 Add operator != for KDbTransaction
      • 7394ee0f Replace boolean parameter 'table' with enum in KDbTableOrQuerySchema
      • 91081ea7 Replace boolean parameter 'owner' with enum in KDbTableViewColumn
      • 5492b72c Use enums for KDbConnection::commitTransaction and KDbConnection::rollbackTransaction
      • 499ba8a7 Add and use KDbConnection::QueryRecordOptions
      • ad1e4880 Add and use KDbConnection::AlterTableNameOptions
      • d7397ec6 Add and use KDbConnection::CreateTableOptions
      • b8fad114 KDbConnection::dropTable -> KDbConnection::dropTableInternal
      • a5d50f94 Make KDbSelectStatementOptions implicitly shared
      • 9cddfb10 Move KDbDriverBehavior pointer to driver's d-pointer, add protected KDbDriver::behavior()
      • df0a5eab Add d-pointer to KDbRelationship, assignment and comparison operators, simplify header
      • 22082b9b Add d-pointer to transaction classes, split their headers, move KDbConnection::TransactionOptions to KDbTransaction, improve docs
      • 3962069c Improve constness of KDbTableViewColumn and related classes
      • bccf9296 Add d-pointer to KDbField
      • 0d701f0e Add d-pointer to KDbFieldList
      • c0c0dc1c Add two KDb::escapeString() helpers
      • 70fb2d24 Reduce number of assertions, make many parameters optional
      • ec8ea1af Make KDbConnection::loadObjectData(id) require object type, allow to pass existing query object to parser, use loadObjectData() more
      • 637866b6 Use 'cannot' instead of 'could not' for something that can never work
      • 1d6ce3b6 KDbOrderByColumnList: Remove inheritance from template classes (Task #407)
      • f6e1d8fd KDbField: Remove inheritance from template classes (Task #407)
      • 865aaae8 KDbFunctionExpression and KDbToken: Remove inheritance from template classes (Task #407)
      • 3e87811c Make query and table objects independent of connection (decouple) (Review #7027)
      • e755e3af Cache expanded fields of KDbQuerySchema in context of connection
      • aa2a7a43 Make query and table objects independent of connection (decouple) (Task #6695, Review #7027)
      • 28840f34 Use enum class in findExe()
      • 43b52dc1 Use enum classes in KDbLookupFieldSchema and KDbLookupFieldSchemaRecordSource
      • 3145dccd Use enum class for BLOBEscapingType
      • f8d07600 Use enum class for KDbConnectionData::UserVisibleStringOption
      • 6752c58f Make alias-related methods for query schema return boolean result
    • Bug fixes
      • 75ce1082 SQLite driver: don't clear set of paths in extraSqliteExtensionPaths Connection property if exists
      • 564a9237 Add safer debug for large values
      • 46c6f293 Fix issues because of using " quotes for identifiers in SQLite driver (Bug #376052)
      • 7c489ffa Query parsing: try harder to locate positions of table/table aliases
      • ba423b99 Connection dialog: make message handler optional, return result, accept on success
      • 06de0ced Fix KDbNativeStatementBuilder API: connection is always needed
      • 9fb605c7 Add COLLATION keywords when generated statements are native, otherwise KDbSQL string is invalid (Bug #379447)
      • a10c1be7 Fix generating of SQL statements if there are tables used having lookup fields based on queries (Bug #385417)
      • e56318d1 Aesthetics: generate "SELECT FROM ..." statements with exactly one space after SELECT
      • a2c5c9ec Fix crash when generating "SELECT a.* FROM a, b" statements
      • 58acda41 Generate automatic ORDER BY only for native SQL statements
      • 40c07dec Raise SQL parse error when alias is duplicated for columns, e.g. "SELECT foo AS a, bar AS a FROM t"
      • 479333c2 Raise SQL parse error when alias is duplicated for tables, e.g. "SELECT * FROM foo AS a, bar AS a"
      • 3d6032f4 Expand scope of KDbTableSchemaChangeListener to allow registering queries for changes in table schema (Bug #371896, Task #7704, Review #8117)
      • 29bf64b2 Properly unregister table from listeners before dropping (Task #7703, Review #9771)
      • 7eefe215 Setup query in connection: parsing failure can delete the query object so do not try to access it
      • 48f42f04 Query schema: fix possible crashes - explicitly/properly remove query from connection's cache when needed
      • 3028f8ac Query schema: fix memory leaks - remove internal expressions
    • Optimizations
      • 0494d6c0 Don't create temporary table schema object when checking for existence in createTable()
      • 203f29b1 Don't create temporary table or query schema object when checking for existence object with empty name
    • Docs and examples
  • 3.1.0


Changes in KProperty

  • 3.1.0 Beta 1 (3.0.94)
    • API changes
      • 81d317c Make KF a component that can be specified in find_package(KPropertyWidgets)
      • d2cb9e1 Move paintInternal() to KPropertyValuePainterInterface::paint()
      • 6f90a8f Make KProperty::hasOptions() look at parent property too, if possible
      • 4a27e3a Reduce protected API of KProperty, make d-pointers private, not protected
      • 42b1e7b Property groupDescription is now called groupCaption, icon is called iconName
      • 692a02d Reduce protected API of KPropertySet, use KPropertySetPrivate API internally
      • 80e8f6d Reimplement support for property groups, add API to show/hide groups (Task #5020, Review #3957)
      • f97ab39 Many enums are now enum classes, and some booleans are now QFlags
      • ad82184 Add missing operators !=
      • afa69a9 Add KPropertySet::groupNameForProperty()
      • c37eb63 Changes from uint to int (Qt convention)
      • c6c5914 Replace "unit" property option with "suffix"; add "prefix", support in double/integer/composed types (Task #5872, Review #5419)
      • 5eb591a Allow to use newline characters for captions in the property view, add KProperty::captionOrName()
      • 4a55b4b Add d-pointers and Q_DISABLE_COPY to composed factory APIs
      • 9b55579 Replace KPropertyEditorCreatorInterface::Options by KPropertyEditorCreatorOptions, add d-pointers
      • f1e24a7 KPropertyBuffer -> KPropertySetBuffer, add d-pointer
      • 959ff43 Improve KPropertyListData API, remove one constructor from KProperty
      • 4f247d7 Move KPropertyListData to separate files
      • ff64dc9 Add d-pointer to KPropertyComboBoxEditor and move nested classess
      • cc03c09 Add d-pointer to KPropertyLabel
      • b85c684 Add d-pointer to KPropertySetIterator, add operators and copy constructor
      • b3f950a Make API of KPropertySetPrivate more protected
      • 08ac635 d075767 Add d-pointers to editor classes
      • af67dc6 Invert logic of KProperty::ValueOption enums to simplify user's code; return result of setValue()
      • 1afd2d2 Return true in KProperty::isModified() also when at least one subproperty is modified
      • 4e123fa Add KPropertySet::clearModifiedFlags() and KPropertySet::isModified()
      • 5a20f08 Allow to remove property option by setting the option's value to null
      • be46e3f Add toolTipsVisible feature to KPropertyEditorView, if enabled tooltips are visible for property editor items
    • Bug fixes
      • 2e82810 Fix painting grid over scroll areas
      • 3ae4b9b Fix background of multiline editor
      • 1f1ebb7 Fix background color for multiline editor when alternate color is needed or is in readonly mode
      • 494a9ab Try to locate icon rcc files in PATH subdirs too, useful for running apps from the build dir, without installing
      • cb98dcd Color editor: display hex color code also when the editor is active
      • 94ff37a Combo box icon provider: fix possible memory issue with assigning KPropertyComboBoxEditorOptions values
      • 65b4c1a Add translations missing in 3.0.x
      • 1b3f4c4 Properly update properties with subproperties in the view when value or the "modify" flag changes
      • 2ad9224 Do not display unclear "None" text when point/size/rect values are null
      • af30f18 Fix displaying minimum values for types having minimum value defined but no minValueText value
      • ff32c68 Translations: split kproperty_qt into kpropertycore_qt & kpropertywidgets_qt (Task #3992, Review #8230)
      • a05c8f4 Int/double spin boxes: do not allow to set values out of range, fix invalid ranges
      • 46b682e List .pot files explicitly, this allows releaseme l10n detection to work, used in KDE neon
      • e34ed54 Fix handling values in the URL editor
      • aaa5e51 Improve commit changes for the URL editor only; fixup paths
    • Docs and examples
      • f1ac05e Enable creation of API docs QCH file during the build (Review #3514)
      • c58d9b1 Resize first column of the property view to contents in KPropertyExample
  • 3.1.0


Changes in KReport

3.1.0 Known issues

  • All modules known from version 2.9.11 has been ported but these are missing:
    • map form widget
    • experimental scripts (will be replaced with JavaScript solution in later versions)

3.0.2

3.0.2 Downloads

Source code downloads. The code is known to build and run with Linux (gcc, clang) and MS Windows (msvc).

Click here for info about signature verification.

You can also download universal Snapshots ready to run on Linux (last version is from May 2017).

Aug 11, 2017

Kexi kexi-3.0.2.tar.xz (signature)
KDb kdb-3.0.2.tar.xz (signature)
KProperty kproperty-3.0.2.tar.xz (signature)
KReport kreport-3.0.2.tar.xz (signature)

3.0.2 Changes

Changes in Kexi

Highlight: Kexi has a number of general user interface and usability improvements. Some fixes for problems that appeared in version 3.0.0, including backward-compatibility. There are further improvements to the query designer (WHERE conditions and switching between views). Forms and reports also benefit from improvements of queries. Kexi now works better under non-KDE Plasma desktops such as XFCE, what can also have benefits on MS Windows. There are no new features apart from auto-opening command line options that work again.

  • General
    • 3c210bdc8 Don't move to first Project navigator's item when last object tab is closed (usability fix)
    • 6a218a1fb Improve detection of desktop type and use it in file dialogs and the Feedback Agent
    • d5b7a5e21 Detect single click setting for XFCE
    • 3bcc45629 Fix appearance of Kexi tabbed toolbar for gtk2 style used by XFCE
    • a41b632d5 Make auto-opening command line options work for Kexi again (Bug #378418, Review #5322)
    • 0a03c3e6d Fix regression since 3.0.0: store, copy and update user settings for objects, e.g. column widths
    • 5de2b558b Fix regression since 3.0.0: Keep compatibility with older format versions regarding the storage for object type
    • 90ee47e08 Fix regression since 3.0.0: Allow to change name and caption of objects (Bug #379078)
    • 499fbf454 Close window before renaming object on user's request
    • 08665e10a Fix background of the Kexi button for fusion style
    • dc7cc8c61 Fix vertical alignment of the record navigator (Bug #379844)
    • 373d8f4e9 Return invalid URL when open/save image dialog was canceled
    • c5603739a Improve image chooser for properties of type Pixmap: display "all supported files" (Bug #379073)
  • Table Designer
  • Query Designer
  • ce88fbae8 464196eac 24dccc710 Improve WHERE conditions handling in query designer (Bug #377579, Review #5295)
    • ac6b9a503 Fix updating SQL statement in SQL designer after switching from other views and property revert to previous SQL (Bug #377579)
  • Form Designer
    • 236681be7 Make check boxes two-state by default because this covers 99% of use cases. It is also Qt's default.
    • 6192dbc38 Don't set any special minimum size for checkbox form widgets, users may want to set specific small size (link)
    • 7e5f20b83 Fix geometry of the combo box (Bug #265330, Review #5486)
    • 22e905861 Make it possible to use vertical alignment property in Text Box form widgets
    • e0bf19825 Fix possible crashes in form's undo/redo actions, make them properly work with alignment properties of widgets (Bug #380175, Review #5969)
  • Report Designer
  • Buildsystem
  • Tests
    • 43724947a Search for resource file in bin/data also on non-Windows so tests work OK without installation of the project


Changes in KDb

  • General
    • 9730fa06 Fix possible issue: the WHERE condition can be lost while converting query to SQL. This can be seen in Kexi Query Designer.
    • c7dfaa15 Validate query and offer error message/description while setting or extending WHERE conditions
    • d81e9a1e Fix WHERE conditions handling (Review #5294)
    • 875de031 Make query parameters also work in COLUMNS section. Kexi query parameters do not work in COLUMNS section, e.g. this won't work ('invalid query' error appears): SELECT [Param]. The parameters work only in the WHERE section, e.g. SELECT 123 WHERE [Param] = 1. Port calligra commit 5c0d3ee52fd. (Bug #348473)
    • a8907bc8 Support queries such as "SELECT FROM table WHERE condition" for completeness
  • Buildsystem
    • 3572da40 Add detection for PostgreSQL 10
    • dd4a21fc Improve information about recommended packages (for drivers, python, etc.)
    • dd4a21fc Improve SQLite detection
    • c62c4296 FindMySQL script: for Windows use "ProgramFiles(x86)" environemnt variable to locate "Program Files (x86)" folder and find MySQL/MariaDB libs there
    • e7bc7bbe FindMySQL script: fix it if CMAKE_BUILD_TYPE is not specified (Windows)
  • Tests
    • 6157a64b Fix HeadersTest for paths containing spaces
    • 87dad272 Add tests related to query parameters to the parser test


Changes in KProperty

  • General
    • 2d1c35c Fix comparing double values: use "precision" option instead of "step" option
    • c5e550c Improve checking for validity of min/max/step/precision options for date/time/double types
    • f8ed63a Fix strikeout/underline font option not available in font dialogs. These options are missing in font dialogs on non-Plasma, non-Windows desktops, e.g. XFCE which has too simplified dialog. The solution is to force using Qt's own dialog (Bug #379190).
    • 72a91e6 Pixmap editor: fix display preview of pixmap value on mouse click
    • 4e4c1a6 Pixmap editor: improve size of the (...) button
    • 6267e71 Pixmap editor: don't display taskbar entry on Windows for the popup, use Tooltip palette
  • Buildsystem
    • eb8c218 Do not check for Sailfish OS since its version 2.1
  • Tests
    • cb08dd6 Fix HeadersTest for paths containing spaces


Changes in KReport

  • Buildsystem
    • efe3670072 Make sure KProperty* libs are not newer than 3.0.x
  • Tests
    • 315c86d6ad Fix HeadersTest for paths containing spaces

3.0.2 Known issues

  • See bit.ly/kexibugs

3.0.1

3.0.1 Downloads

Source code downloads. The code is known to build and run with Linux (gcc, clang) and MS Windows (msvc).

Click here for info about signature verification.

You can also download universal Snapshots ready to run on Linux.

March 13, 2017

Kexi kexi-3.0.1.1.tar.xz (signature)
KDb kdb-3.0.1.1.tar.xz (signature)
KProperty kproperty-3.0.1.tar.xz (signature)
KReport kreport-3.0.1.tar.xz (signature)

3.0.1 Changes

Changes in Kexi

Highlight: Kexi has a few minor memory problems fixed and adds more icons of form widgets for its new standard Breeze theme. In Table Designer altering physical table design has been fixed when lookup fields are in use. Relationships creation using drag & drop has been fixed in Query Designer. There are no new features.

  • General
    • 2fbb864 Make project navigator's "single click" mode work on Windows
    • d5aae07 Use the only supported style (breeze) on Windows and Mac
    • e57a6bc Make the Status Bar not using KIO copy on Windows (to simplify the runtime)
    • b5b757b 343fd44 Fix memory leaks related to project migration
    • bd39e8a Limit size of application icon on Mac
  • Table Designer
  • Query Designer
  • Form Designer
    • 255b874 Update button form widget icon (32px)
    • 93d0b68 Add breeze icons for combobox form widget
    • 3a9d4fc Add breeze icons for frame form widget
    • 70632f0 Add breeze icons for tab widget and page
    • 802d3df Add breeze icons for groupbox widget
    • 55de5d8 Add breeze icons for data source tag
    • 601af3f Fix handling mouse release in forms
  • Buildsystem
    • efae6bd Make it possible to find PostgreSQL 9.6
    • a7374e3 Improve icons lookup when Kexi is run without installing
    • 40d0808 Improve searching for the MySQL migration build dependencies
    • 8e54268 Keep apps in the same bin dir so resources that are kept relative to this dir can be found without installing

Changes in KDb

  • General
    • 60059e2 Check result of closing database while testing connection (ConnectionTestThread)
    • 6888f59 Make it possible to set row source values for lookup column back to empty list
    • a838c60 Fix setting properties for lookup column (record source related) (Bug #371958)
    • 00a5688 Fix identifying table properties as related to lookup field (Bug #371958)
    • 3affb95 Add safer debug for large values (internal in 3.0.1)
  • PostgreSQL support
    • 8f1a6ce Fix database cursors for PostgreSQL: remove use of uninitialized variable (Bug #371331)
    • 141931a Fix error on repeated loading of "fuzzystrmatch" extension for the PostgreSQL driver
  • Buildsystem
    • 6791780 Make it possible to find PostgreSQL 9.6
    • 43723b4 Improve support for Qt Translation catalogs (use ecm_install_po_files_as_qm macro)
    • 8941221 Fix finding KDb config (use ecm_configure_package_config_file macro)
    • 68d8ae9 Add PROJECT_STABLE_VERSION_PATCH constant, extend logic for PROJECT_STABLE* constants
    • 55f3020 Improve discovery of PostgreSQL library on Windows
    • 5923022 Improve searching for the MySQL driver build dependencies
    • b29dc79 SDC: initialize all variables in from-map constructors regardless of errors, add {} to conditions, improve spacing
    • 156f898 Suppress warnings about duplicated drivers if KDB_NO_DUPLICATED_DRIVER_WARNINGS environment variable is set

Changes in KProperty

  • General
    • fef75cc Make standard icon location a list of unique paths
    • bc30325 Try to find private icons resource in a dir relative to local bin/
    • b0d7688 Try to locate rcc files in PATH subdirs too, useful for running apps from the build dir, without installing
    • 1f937b9 There is only one translation catalog currently, load with kpropertycore
    • 867e84e Add PainterSaver and use it to avoid problems with missing QPainter::restore()
    • 9e5396c Fix painting grid over scroll areas
    • 522b31d Fix crash when while removing property that has non-lowercase character in its name
  • Examples
    • 261a23c Fix KPropertyExample when KF5 is not in use
    • b0e48fd Make property editor read-only if property or property set is read-only
    • 3334295 Add all PROJECT_STABLE* constants
  • Buildsystem
    • b175941 macro kproperty_add_icons_rcc_file: generate rcc icons in the builddir/bin/data/icons/ dir so it can be used within the builddir
    • 8e6fc02 Keep apps in the same bin dir so resources that are kept relative to this dir can be found without installing
    • d2ebc72 Use ecm_install_po_files_as_qm macro for Qt Translation catalogs
    • b99d584 Fix finding KProperty configs - use ecm_configure_package_config_file macro

Changes in KReport

  • General
    • ced8679 Add 24x24 icons, useful on classic Windows
    • 3a47f64 Try to locate rcc files in PATH subdirs too, useful for running apps from the build dir, without installing
    • b76828c Fix async rendering of map item (Review #3028)
    • ba2223a Add all PROJECT_STABLE* and KREPORT_TESTING_EXPORT constants
    • b38de8a Synchronize plugin versions with KReport version: 3.0
    • df25b82 Check for plugin versions and duplicates in the plugin manager
    • e5d6e47 Fix uninitialized variables in KReportItemMaps()
    • e939571 Fix uninitialized variables in KReportItemText(), OROCheck(), KReportPluginMetaData::Private()
    • aae22cd Add checks for nullptrs in KReportItemWeb, KReportItemMaps, KReportItemChart
    • 71beded Add missing initializations in KReportSectionData
    • 7beabb7 Add missing initializations in KReportItemBarcode
    • e9a20cd Add BoundedTextItem init, make the type qreal [0..1] for consistency with Qt
    • d721688 Keep apps in the same bin dir so resources that are kept relative to this dir can be found without installing
  • Buildsystem
    • 388828a macro kreport_add_icons_rcc_file: generate rcc icons in the builddir/bin/data/icons/ dir so it can be used within the builddir
    • 6e9ff95 Use ecm_install_po_files_as_qm macro for Qt Translation catalogs
    • ff46de3 Fix finding KReport config - use ecm_configure_package_config_file macro

3.0.1 Known issues

  • Bug #377579 Criterias cannot be saved in Query Designer (regression compared to 2.9)


3.0.0

3.0.0 Downloads

Note: source code downloads. The code is known to build and run with Linux (gcc, clang) and MS Windows (msvc).

Click here for info about signature verification.

You can also download universal Snapshots ready to run on Linux.

3.0.0 Alpha 1

September 14, 2016

Kexi kexi-2.99.90-1.tar.xz (signature)
KDb kdb-2.99.2.tar.xz (signature)
KProperty kproperty-2.99.2.tar.xz (signature)
KReport kreport-2.99.2.tar.xz (signature)

3.0.0 Beta 1

September 19, 2016

Kexi kexi-2.99.91.tar.xz (signature)
KDb kdb-2.99.3.tar.xz (signature)
KProperty kproperty-2.99.3.tar.xz (signature)
KReport kreport-2.99.3.tar.xz (signature)

3.0.0

October 5, 2016

Kexi kexi-3.0.0.tar.xz (signature)
KDb kdb-3.0.0.tar.xz (signature)
KProperty kproperty-3.0.0.tar.xz (signature)
KReport kreport-3.0.0.tar.xz (signature)

3.0.0 Changes

Changes in Kexi

  • 3.0.0 Alpha 1 (2.99.90)
    • Initial Alpha release
  • 3.0.0 Beta 1 (2.99.91)
    • 6a3fe65 Avoid displaying "(I18N_ARGUMENT_MISSING)" for one complicated message
    • c9e6040 Remove unused & outdated check for MarbleControlBox::setMarbleWidget
    • b6bc638 Make update_kexi_breeze_list.sh more generic so it can be easier reused by other projects such as KReport
    • 66011ce If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
  • 3.0.0
    • New: Completely new PostgreSQL database driver, based on libpq. The old one less stable based on libpqxx is discontinued.
    • New: Many improvements in handling database migration, importing e.g. from MS Access to MySQL, then to PostgreSQL, then to SQLite is much more reliable than in Kexi 2.
    • New: Most icons now use the Breeze theme, Kexi is now optimized for this theme as well as the Breeze widget style, and this is the default look.
    • 6dfcb06 Fix build when KEXI_GIT_SHA1_STRING is defined but not KEXI_GIT_BRANCH_STRING (e.g. on Jenkins build.kde.org)
    • f74a160 Extend full Kexi version info so major.minor.release is also present for unstable, e.g. 2.99.91
    • 8e39416 Make command line options work again Task #3805
    • b29e54f Show the Welcome page at startup 100ms later to fix vertical position issue
    • 4a07af5 Port QRegExp to QRegularExpression in Kexi (Task #1767)
    • 1a3b13e Add "Switch Application Language" action to the global action collection
    • 6591eb2 Disable extra actions that may be in conflict with the Welcome page (e.g. Donate)
    • 8880ecb Fix moving to another field if input mask is present (for table cell and form widget)
    • e43e8e4 Fix broken input and display of Date/Time values in Kexi tables and forms (Task #3901, Review #2924)


Changes in KDb

  • 3.0.0 Alpha 1 (2.99.2)
    • Initial Alpha release, contains the same features as the report designer library of Kexi 2.9.11, plus:
  • 3.0.0 Beta 1 (2.99.3)
    • 6fbd390 Find python for SDC
    • d6c5178 Output KDb plugins to a co-installable build subdir
    • 862a5e0 Output SQLite extension relative to KDb plugins co-installable build subdir
    • cb1e6da KDbTestUtils: don't crash when driver not found
    • e222064 KDbCreateSharedDataClasses: display message when Python interpreter missing
    • 83cf3f9 Test correctness of KDbDriverManager when no drivers are found
    • 1c79d93 If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
  • 3.0.0
    • abe0859 Set versions of drivers to 3.0 to match KDb version
    • d846d96 Add KDB_STABLE_VERSION_* macros
    • fbb9814 Check for exact version of drivers in manager
    • 284b480 Port QRegExp to QRegularExpression (Review #2867)
    • 0f1377f Fix INSERT prepared statement support for SQLite


Changes in KProperty

  • 3.0.0 Alpha 1 (2.99.2)
    • Initial Alpha release, contains the same features as the property editor library of Kexi 2.9.11, plus:
      • general-purpose API
  • 3.0.0 Beta 1 (2.99.3)
    • 347a580 If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
    • 1bd714b Get git rev and branch even if property widgets are not built
  • 3.0.0
    • b582a74 Improve look of the boolean editor and delegate, add null boolean editor to the example
    • 5cef157 Add icons resource file, like in Kexi and KReport
    • 2e40708 kpropertyexample: load global icon resource


Changes in KReport

  • 3.0.0 Alpha 1 (2.99.2)
    • Initial Alpha release, contains the same features as the report designer library of Kexi 2.9.11, plus:
      • reusable API
  • 3.0.0 Beta 1 (2.99.3)
    • 3c25e8e Find python for SDC
    • 6610367 KDbCreateSharedDataClasses: display message when Python interpreter missing
    • de88a18 Fix handling of events when items are selected across scenes
    • d68306a Improve KReportExample main window by combining designer and preview widgets (Review #2795)
    • ce0214a Save/restore visual state of KReportExample
    • 8dec5d3 Show preview at startup in KReportExample
    • a23ddb8 Set layout of KReportView to 0, it's a QWidget so that's better default
    • 623c707 Improve KReportExample main window by combining designer and preview widgets
    • cf3b4c7 KReportExample: move the toolbox to the left
    • 766d14e KReportExample: use more typical kde.org config folder, set names for the dock and toolbars for better config handling
    • 9566a36 KReportExample: Write settings to kde.org/ dir, not org.kde/
    • 56bc035 KReportExample: Set organization domain and use it (and app name) in QSettings
    • 3b0548a KReportExample: Use KReport version as the KReportExample app's version
    • f49a302 If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
  • 3.0.0


3.0.0 Known issues

  • All modules known from version 2.9.11 has been ported but these are missing:
    • map form widget
    • experimental scripts (will be replaced with JavaScript solution in later versions)
  • Bug #376970 Adding table relationships in Query Designer using drag&drop does not work (regression compared to 2.9.x)