1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
asterisks work now how they should More... over 20 years ago
- added ccpasteur's property editor system More... over 20 years ago
- QueryAsterisk: -setTable() added - a must for parser to work -debug improoved
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
holliday changes... More... over 20 years ago
Updated due to change in connectiondata api More... over 20 years ago
- ConnectionData -conflict with QObject fixed -"name" member is now: "connName"
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
- KexiDB, core: -ConnectionData and KexiProjectData now inherit QObject (useful for QGuardedPtr, sharing and for notifications about changes) -project_caption, project_desc properties are now created and stored in projects -some utility functions added in kexidb/utils.cpp
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
- table view: -in key event - we give up with executing actions that are shared with main window, because these actions are executed at main window's level. These actions are declared using plugSharedAction(). -row deleting works
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
mysql drv: temporary disabled
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
Driver now compiles ok but still requires additional functionality for updates/inserts. Not sure about escaping functions in pqxxdriver.cpp withr regard to different char sets. More... over 20 years ago
CVS_SILENT: micro-speedup, thx dfaure
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
CVS_SILENT: fix for type
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
CVS_SILENT: now is better
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
Fix Makefile.cvs run (If a variable declaration is commented out, its use must be commented out too) CCMAIL:[email protected] More... over 20 years ago
- Finally: new row inserting works (no data integrity checking or warnings added though).
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
compile More... over 20 years ago
Updating with NULL values fixed, and it is done only when needed
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
- KexiDB::Field: -many properties of type int are now of type uint -WIDTH property added -NOTEMPTY property added -canBeEmpty(), typeGroup(), isDateTimeType() added
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
pqxx temporary disabled
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
CVS_SILENT: file added
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
-KexiDB: -IndexSchema's pkey retrieving for loaded project -fixed -RowEditBuffer class introduced -Object::debugError() shows more error info -Connection::updateRow() and Cursor::updateRow() inttroduced for row updating -some metods goes inline -expanded list (obtained from QuerySchema::fieldsExpanded()) of Cursor's all query fields is cached within cursor -FieldList - fields lookup is now case insensitive -results of QuerySchema::fieldsExpanded() is cached inside QuerySchema -QuerySchema::pkeyFieldsOrder(), QuerySchema::fieldsOrder() methods introduced (results are cached)
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
The second test is about the library directory but it was tested against the header directory. CCMAIL:[email protected] More... over 20 years ago
movePrev() fixed, looks like it working for mysql driver
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
- Cursor::movePrev() impl. updated - DriverManager: result names are available for KParts::ComponentFactory::ComponentLoadingError errors
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
no absulut path (fixed by piggz) More... over 20 years ago
a try to get movePrev working. Behaves similiar to an inbetween iterator More... over 20 years ago
basic mysqldriver again. At least it compiles More... over 20 years ago
- sources synced with win32 target, again
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
CVS_SILENT: typos
Jarosław Staniek
as Jaroslaw Staniek
More... over 20 years ago
Prints the status of required files for the kexi postgres driver at the end of configure. If its a bit too verbose please feel free to alter :) More... over 20 years ago