1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- DriverManagerInternal::slotAppQuits() used to destroy all drivers on QApplication quit, so even if there are DriverManager's static instances that are destroyed on program "static destruction", drivers are not kept after QApplication death.
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
tableview test passes now, yay :o) More... almost 22 years ago
inlines fixed for newer compilers
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
-added id for connectiondata -some const added
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
i will get the tableview test to work !!!!!! More... almost 22 years ago
some changes for kmdi wrapper on kde3.1
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
started added implementation for new cursor stuff...passes all but tableview test More... almost 22 years ago
compleatly rewrote core: - kexi isn't dependend of koffice libs anymore - kexi's parts are loaded on demand - kexi uses KMDI now - kexi can use database files directly to open - the meta table approach is adopted to the forntend - core is strictly split up in a gui and a non-gui part More... almost 22 years ago
buffer code fixed
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
Cursor: m_beforeFirst is probably not needed anymore; m_at==0 is enough
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
removed 'inline' keyword from severl functions to get to compile on gcc 3.3.1 More... almost 22 years ago
- Cursor: some members made private or protected - Field: isNumericType(), isTextType() added, etc.; type names are now i18n'd in an array; some methods inlined
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
- SQLiteConnection:: sqlite_freemem() used to free error message when needed; the same for SQLiteCursor - serverResult(), etc. methods aded also to Cursor class, so finer grained error info is available
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
Documentation added for few newer and older methods.
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
- KexiDB::Cursor: many code like drv_getNextRecord() moved from SQLiteCursor down to Cursor class
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
QCString -> QString in drivername
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
- KexiDB::ConenctionData: now offers (optional) driverName info - KexiDB::Driver::Info (short usefull structure) is now offered by DriverManager
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
by default there is no valid record
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
mimetype updated
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
CVS_SILENT: more debug
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
Trying to get cursor positioning logic right More... almost 22 years ago
CVS_SILENT: some more debug
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
Changed implementation to use result object instead of cursor, and leave the cursor stuff to kexidb. Also changed transaction type to 'nontransaction' More... almost 22 years ago
CVS_SILENT: small update
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
CVS_SILENT: drv name list is not lower case now
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
Connection::lastInsertedAutoIncValue() introduced
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
- KexiDB driver services' properties updated: - X-Kexi-DriverType=[File|Network] - and X-Kexi-FileDBDriverMime (for file-based drivers only; for sqlite it is: application/x-sqlite) -MimeType property removed - startup speed improoved: drivers lookup in KexiDB::DriverManager is now on demand. - Driver name now reuses QObject::name()
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
properties set updated
Jarosław Staniek
as Jaroslaw Staniek
More... almost 22 years ago
Passes cursor test but fails tableview test due to a bug in (i think) create table putting bad data in tables More... almost 22 years ago
Used a more professional comment for driver :) More... almost 22 years ago