0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 26, 2024 — May 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup of old files More... almost 19 years ago
Ingore configured for python files More... almost 19 years ago
Added prototypes info More... almost 19 years ago
Improved info rountine More... almost 19 years ago
Renamed #before to #load (the most time this was used to load other files after the current file. This makes this rename quite logical. #before if it should really work like a before needs dramatic changes to the sorting implementation. I also think it's generally not needed, as all sorting requirements could be solved with one of the other available ones. More... almost 19 years ago
Fixed auto-lists of themes More... almost 19 years ago
Removed singletonManager, converted getInstance to a method which control's the creation of instances (like in Java), updated requirements. The only direct singleton is no qx.core.Init. Instances are only created by request. More... almost 19 years ago
iso encoding converted to utf-8 More... almost 19 years ago
Added nice support to all Makefiles (use nice=10 as default to lowering process priority a bit) More... almost 19 years ago
Added instance getter (lazy instantiation) More... almost 19 years ago
Added support for user application. This is an alternative to the existing defineMain(), etc. and is expected to supersede the current solution. More... almost 19 years ago
Added patch feature, general improvement More... almost 19 years ago
More improvements to data structures More... almost 19 years ago
Added debug output More... almost 19 years ago
Improved encoding, added content reader More... almost 19 years ago
Added patch and info compiler, more improvements to code More... almost 19 years ago
Added new migrator using the wonderful python language More... almost 19 years ago
Moved own option to separate module More... almost 19 years ago
Minor fix More... almost 19 years ago
More fixes regarding latest singleton changes More... almost 19 years ago
More fixes regarding latest singleton changes More... almost 19 years ago
More fixes regarding latest singleton changes More... almost 19 years ago
Multiple fixes because of latest changes regarding ClientDocument, EventHandler and ClientWindow More... almost 19 years ago
Multiple fixes because of latest changes regarding ClientDocument, EventHandler and ClientWindow More... almost 19 years ago
Converted ClientDocument and EventHandler to singletons, removed ClientWindow (no longer useful), this.add doesn't work anymore in defineMain context. Use widget.addToDocument() instead. More... almost 19 years ago
More fixes because of singleton changes previously done More... almost 19 years ago
Several fixes because of singleton changes previously done More... almost 19 years ago
Fixed minor issue with else combinations without braces, see also bug #129 More... almost 19 years ago
Converted all defered singletons to store instance to _instance instead of old overwrite of the class itself. More... almost 19 years ago
Added getInstance() to all singletons classes, converted direct singletons to store inside _instance of the class and not overwrite the class anymore More... almost 19 years ago