7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed: add local success variable to return on end of filter() method More... over 14 years ago
SVN_SILENT fixed: adapt markers style More... over 14 years ago
added: tool to insert sequence of bytes (temporary solution) More... over 14 years ago
added: tool to insert sequence of bytes (temporary solution) More... over 14 years ago
SVN_SILENT made messages (.desktop file) More... over 14 years ago
changed: create list of bytearray streamencoders and their config editor factories in, again, factories More... over 14 years ago
fixed: pass lists as const reference in method parameter More... over 14 years ago
fixed: pass lists as const reference in method parameter More... over 14 years ago
fixed: pass lists as const reference in method parameter More... over 14 years ago
added: simple example for using the Okteta widgets with UI files More... over 14 years ago
changed: templates are internal ones, so need that special build guard More... over 14 years ago
added: differ between internal and normal examples, as the normal need the installed headers, whose prefix might be different and who are not yet installed More... over 14 years ago
fixed: added prefix okteta/ to include name More... over 14 years ago
added: flags to control the build of templates and examples More... over 14 years ago
changed: removed the model as argument in the constructor of ByteArrayColumnView More... over 14 years ago
SVN_SILENT changed: code style More... over 14 years ago
changed: set to 0/255, not 0/1 More... over 14 years ago
added: some info where Okteta is prepared for extensions More... over 14 years ago
added: description of the three different project parts More... over 14 years ago
added: a filter+parameter template and instructions how to create a new filter from it More... over 14 years ago
removed: unneeded include More... over 14 years ago
changed: use id member of the edit classes to compare for match to parameterset type More... over 14 years ago
added: a static member to every edit class holding the id to match for the parameter set More... over 14 years ago
changed: moved creation of filters and parametersetedits into separated factory classes in the lib, also changed parameterset id from QString to const char* (micro optimisation) More... over 14 years ago
changed: use Qt's pimpl method More... over 14 years ago
changed: use reference for access to mId, as this is a private inlined method More... over 14 years ago
changed: have AbstractViewArea and its subclasses share the private class More... over 14 years ago
fixed: destructor needs to be virtual, so the correct destructor is called on delete More... over 14 years ago
fixed: destructor needs to be virtual, so the correct destructor is called on delete More... over 14 years ago
changed: have AbstractModelSynchronizer and AbstractModelFileSystemSynchronizer sharing the private class More... over 14 years ago