openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
visual-db
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 5 of 6
Search / Filter on:
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
lyuts
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.
lyuts
More...
over 14 years ago
* Fixed tooltips * Added todo to MainWindow class
lyuts
More...
over 14 years ago
* Restored formatting
lyuts
More...
over 14 years ago
* refs 2899104 * Use quint16 instead of int
lyuts
More...
over 14 years ago
Fixed bug: when clean scene legend item removed too
karataev
More...
over 14 years ago
Fixed bug: when delete items from the scene - program chashed
karataev
More...
over 14 years ago
* DbTable improved perf in some functions. * Updated docs. * Retabed files because they had corrupted formatting.
lyuts
More...
over 14 years ago
* Fixed code to comply with code style
lyuts
More...
over 14 years ago
* Updated code docs * Replaced 'const bool' with 'bool'
lyuts
More...
over 14 years ago
+ Fix bug with selection when exporting to image
karataev
More...
over 14 years ago
+ Fix bug with scene scaling
karataev
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
lyuts
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
lyuts
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
lyuts
More...
almost 15 years ago
* Fixed if statement by explicitly define the condition groupping
lyuts
More...
almost 15 years ago
* Database: Add doxygen style comments * main.cpp: add Doxygen mainpage's text
lyuts
More...
almost 15 years ago
* Files :retab'ed with tabstop=4
lyuts
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()
lyuts
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.
lyuts
More...
almost 15 years ago
* Replace standard types with Qt types * Fix usage of Database's sqlDriver() function
lyuts
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.
lyuts
More...
about 15 years ago
* Fix action's text for TreeWidgetItem context menu
lyuts
More...
about 15 years ago
* MainWindow: printMsg() to print text to log panel
lyuts
More...
about 15 years ago
* Forbid moving anchored tables with arrows * Fix the menu item for showing/hiding log panel
lyuts
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
lyuts
More...
about 15 years ago
* The plugin has been fixed(i.e. designer successfully 'sees' it)
lyuts
More...
about 15 years ago
* SceneWidget: based on generated ui + plugin * Fixed setup_env.sh to work on fresh system
lyuts
More...
about 15 years ago
+ Fix the bug (didn't work 'draw full schema' function)
karataev
More...
about 15 years ago
* SqlWidget: based on generated ui + plugin * SqlWidget: using QFrame instead of QToolButton see ctor for details
lyuts
More...
about 15 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree