1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
compile More... almost 19 years ago
let's make API docs nicer to read
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
KoProperty - 'list data' introduced to clearly define 'keys' and 'strings' for combobox-like editors - cursor editor fixed - other minor fixes
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
acceptInput() on leaving to another editor item
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
somebody may want to extend editors so were exporting them
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
SVN_SILENT "X" not "x"
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
* Factory doesn't use function ptrs anymore (too hard to use and not convenient) Instead, a, interface was created : CustomPropertyFactory which contains two virtual functions, to create custom properties and editors * Small fixes in PixmapEdit * in EditorItem: painter is now clipped before passing it to Widget::drawViewer More... almost 19 years ago
Property Editor
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
Some small fixes (including last ports from KexiPropertyEditor) More... almost 19 years ago
code reverted to simpler case: memory leak removed
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
Fix redefinition of KOPROPERTY_EXPORT, fix compiler warning, remove USE_EXCEPTIONS too since there's none in this code. More... almost 19 years ago
add 'koffice' dir for iconloader, so libkoproperty can load specific icons if used outside of koffice
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
- spaces changed to tabs - Property ctors changed - Set class' signals changed/added - KOProperty namespace renamed to KoProperty, as "Ko" is recommended prefix here - boolean editor is less focusing user's attention now
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
compile More... almost 19 years ago
compile More... almost 19 years ago
Fixed some crash, in particular every time the editor was closed (in kformdesigner) More... almost 19 years ago
Typo? At least, I can't compile without this. Please check, thanks. More... almost 19 years ago
* Rename PtrList to Set, which is a better name that reflects better its nature (it's _not_ an ordered list, but rather a dict) * Fixes for compilation under win32 by Jaroslaw Staniek <[email protected]> * Reverted Adam changes: going back to a Dict to store properties inside Set, ordering will be added later thanks to a sortingKey() in Property class More... almost 19 years ago
* End the iterator. More... almost 19 years ago
* Changed the internal storage to QValueList from QAsciiDict to preserve the order of the properties. The API hasn't changed although it should. It is quite awkward. More... almost 19 years ago
* Fix the intersect. Still having a problem with the order of signals emitted though. More... almost 19 years ago
* Not sure what this was for, but it was messing up the selection process something terrible. More... almost 19 years ago
* Can't cache the widgets by type because some of the subclasses implement different drawing routines based on their internal state: see ComboBox More... almost 19 years ago
* Missing else was causing top-level properties to show up twice. More... almost 19 years ago
General - more utility functions and clases moved to kexiutils library
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
* Update the list with a few new methods to support the Buffer class. Intersects are still not working exactly right. More... almost 19 years ago
* Fix the groups and give booledit better icons/descriptions. More... almost 19 years ago
srcdir != builddir More... almost 19 years ago
Initial import of kdenonbeta/propertyeditor into KOffice libs
Jarosław Staniek
as Jaroslaw Staniek
More... almost 19 years ago
Core - editor within property panel is accepted before buffer switching
Jarosław Staniek
as Jaroslaw Staniek
More... about 19 years ago