1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Finally implemented the whole DatabaseTest suite * Minor fixed in dbobjects (thanks to tests) * Added a custom target to visual-db.pro for easier tests compilation and run More... over 14 years ago
* Updated tests. Finally found the reason why DatabaseTest suite crashed. Lesson to learn. Pay attention to variable names. Avoid duplicate names for class members and local variables. * Fixed minor bugs in dbobjects found during unit test implementation. More... over 14 years ago
* Fixed tooltips * Added todo to MainWindow class More... over 14 years ago
* Restored formatting More... over 14 years ago
* refs 2899104 * Use quint16 instead of int More... over 14 years ago
Fixed bug: when clean scene legend item removed too More... over 14 years ago
Fixed bug: when delete items from the scene - program chashed More... over 14 years ago
* DbTable improved perf in some functions. * Updated docs. * Retabed files because they had corrupted formatting. More... over 14 years ago
* Fixed code to comply with code style More... over 14 years ago
* Updated code docs * Replaced 'const bool' with 'bool' More... over 14 years ago
+ Fix bug with selection when exporting to image More... over 14 years ago
+ Fix bug with scene scaling More... over 14 years ago
* DatabaseManager: on flush() call cleanup() before droping the instance * Tests: moved trigger specific tests from Database to DbSchema, due to this migration in the main source code * Updated tests More... almost 15 years ago
* Updated comments * Database: add*() functions now return bool which can be used later for detecting new objects and possibly modified objects * DbSchema: Just like in Database, add*() functions will return bool instead of void which will be used later for smart refresh More... almost 15 years ago
* TreeWidget: set adequate column header title at creation * SqlWidget: on successful query execution print a message to LogPanel * Update comments More... almost 15 years ago
* Fixed if statement by explicitly define the condition groupping More... almost 15 years ago
* Database: Add doxygen style comments * main.cpp: add Doxygen mainpage's text More... almost 15 years ago
* Files :retab'ed with tabstop=4 More... almost 15 years ago
* All db objects are read now, incldeing pg_* * Fix crash when quering table when trying to obtain the pointer to MainWindow's status bar * Make DbSchema readTriggers * Fix readTriggers() More... almost 15 years ago
* Move triggers from Database to DbSchema * Note: triggers might not be read, as they depend on system objects which are not read too. More... almost 15 years ago
* Replace standard types with Qt types * Fix usage of Database's sqlDriver() function More... about 15 years ago
* Database: Object enum gets moved to DbObject.h, because it the most appropriate place for it. Object enum gets renamed to Type. More... about 15 years ago
* Fix action's text for TreeWidgetItem context menu More... about 15 years ago
* MainWindow: printMsg() to print text to log panel More... about 15 years ago
* Forbid moving anchored tables with arrows * Fix the menu item for showing/hiding log panel More... about 15 years ago
* MainWindow: now based on generated ui * TreeWidget: ctor doesn't get QMenu*, insted we have a getter now * Rename divideOnPages => divideIntoPages * Rename attachToGrid => alignToGrid * Rename weightAnchor => disableAnchor * SqlWidget plugin fixed More... about 15 years ago
* The plugin has been fixed(i.e. designer successfully 'sees' it) More... about 15 years ago
* SceneWidget: based on generated ui + plugin * Fixed setup_env.sh to work on fresh system More... about 15 years ago
+ Fix the bug (didn't work 'draw full schema' function) More... about 15 years ago
* SqlWidget: based on generated ui + plugin * SqlWidget: using QFrame instead of QToolButton see ctor for details More... about 15 years ago