
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Ideality is an advanced IDEAL-like library for Qt 4.
To compile:
qmake -recursive
make
The library contains some demostrations.
Currently only g++/Linux is tested using Qt 4.1/4.2 but there is no reason for not work on other platform/compiler supported by Qt 4.
feedback is welcome!
14 years ago
iDeality
Version 0.1.0:
2006-09-12 David Cuadrado :
* Update to Qt 4.2 rc1
* Improved exclusion when Tool view is floating
* Disable autohide property if Qt < 4.2
2006-08-29 David Cuadrado :
* Fixed button exclusion
* Code cleanup and optimization
2006-08-20 David Cuadrado :
* Added DWorkspaceMainWindow and DStackedMainWindow
2006-08-19 David Cuadrado :
* Change 'workspace' concept to 'perspective'
2006-08-14 David Cuadrado :
* Multiplatform support
Version 0.0.2:
2006-08-13 David Cuadrado :
* Added 'auto-hide' property to Button Bar.
* Added a DMainWindow factory.
* Fixed flicker in buttons with certain palette configuration.
2006-08-12 David Cuadrado :
* Create popup menu dinamically in DButtonBar and DViewButton.
* Added function for disable button blending.
2006-08-11 David Cuadrado :
* Do not add widget to DTabbedMainWindow if workspace is different
* Improved 'exclusion' property
* Small fixes
Version 0.0.1:
2006-08-10 David Cuadrado :
* Initial release
2006-08-04 David Cuadrado :
* Genesis
14 years ago
iDeality
Version 0.1.0:
2006-09-12 David Cuadrado :
* Update to Qt 4.2 rc1
* Improved exclusion when Tool view is floating
* Disable autohide property if Qt < 4.2
2006-08-29 David Cuadrado :
* Fixed button exclusion
* Code cleanup and optimization
2006-08-20 David Cuadrado :
* Added DWorkspaceMainWindow and DStackedMainWindow
2006-08-19 David Cuadrado :
* Change 'workspace' concept to 'perspective'
2006-08-14 David Cuadrado :
* Multiplatform support
Version 0.0.2:
2006-08-13 David Cuadrado :
* Added 'auto-hide' property to Button Bar.
* Added a DMainWindow factory.
* Fixed flicker in buttons with certain palette configuration.
2006-08-12 David Cuadrado :
* Create popup menu dinamically in DButtonBar and DViewButton.
* Added function for disable button blending.
2006-08-11 David Cuadrado :
* Do not add widget to DTabbedMainWindow if workspace is different
* Improved 'exclusion' property
* Small fixes
Version 0.0.1:
2006-08-10 David Cuadrado :
* Initial release
2006-08-04 David Cuadrado :
* Genesis
BlackDal
11 years ago
Report
logixoul
14 years ago
That said, I don't understand the purpose of this library. Is it designed to allow KDE applications easily provide an UI mode like KDevelop's IDEAi? If so, this is unnecessary, because Qt4 has this.
Report
Brandybuck
14 years ago
Report
manyoso
14 years ago
http://www.kdedevelopers.org/node/2202
Report