0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
May 19, 2024 — May 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor cleanup More... almost 19 years ago
Major bugfix for Label auto-sizing More... almost 19 years ago
Initial checkin of new color popup (as a rewrite of the old qooxdoo 0.1.x QxColorPresetPopup More... almost 19 years ago
Fixed a debug message More... almost 19 years ago
Corrected dependency (Json instead of JSON) More... almost 19 years ago
Some debug messages were output even with enableTransportDebug == false More... almost 19 years ago
Added support for * wildcard for the parameters "-cl" and "-scl" More... almost 19 years ago
Added support for methods defined in the constructor (code style that supports real private methods) More... almost 19 years ago
Applied patch for Bug #95 of Dietrich Streifert, which adds a property for making the "column visibility button" invisible More... almost 19 years ago
Replaced QxCompare with qx.uti.Compare (Dietrich Streifert) More... almost 19 years ago
Replaced QxCompare with qx.uti.Compare (Dietrich Streifert) More... almost 19 years ago
Minor rewrapping More... almost 19 years ago
Deferred creation of client document blocker More... almost 19 years ago
Added new primitive type "function" More... almost 19 years ago
r17...@cabra: derrell | 2006-07-04 08:55:23 -0400 Add Danny Adair's Python JSON-RPC date/time functionality More... almost 19 years ago
r17...@cabra: derrell | 2006-07-04 08:54:32 -0400 Add new directory for work-in-progress python JSON-RPC server More... almost 19 years ago
r17...@cabra: derrell | 2006-07-03 23:07:55 -0400 Add an example for how to drag a widget around the screen More... almost 19 years ago
r17...@cabra: derrell | 2006-06-30 16:03:51 -0400 More... almost 19 years ago
"new Function" doesn't work in Safari. Better ideas than the anonymous function introduced in this commit are welcome (maybe a browser switch would be good to reduce overhead in other browsers). More... almost 19 years ago
Safari isn't really using khtml anymore -> introduce an engine name "webkit" More... almost 19 years ago
r17...@cabra: derrell | 2006-06-30 09:24:18 -0400 ObjectManager is in qx.manager.object, not in qx.core (broken by a recent check-in of mine) More... almost 19 years ago
r17...@cabra: derrell | 2006-06-29 15:01:55 -0400 After finding the dispose function from an incorrect superclass being called in one location, and realizing how incredibly easy it is to accidentally call a function in an incorrect class, I went in search of other problem cases. This patch fixes a number of other incorrect class calls, and documents intentional use of calling not-immediate-superclass functions elsewhere. In a few cases, the call to a not-immediate superclass was changed to call the immediate superclass even though there is currently no difference, so that in the future, if changes to the immediate superclass are made, the subclasses will properly inherit the changes. More... almost 19 years ago
Minor More... almost 19 years ago
r17...@cabra: derrell | 2006-06-29 12:49:37 -0400 Avoid some confusion on building/viewing documentation More... almost 19 years ago
Bugfix: The wrong super class was callen in dispose More... almost 19 years ago
r17...@cabra: derrell | 2006-06-28 16:41:22 -0400 Now this works for placing the column selector menu in the right place, regardless of whether the table was sized using left/right or left/width. More... almost 19 years ago
r17...@cabra: derrell | 2006-06-28 14:20:11 -0400 I realized that using menu.setRight(this.getRight()) only works if the table is sized with left & right, and not if it is sized with left & width. This fix handles both methods of sizing the table. More... almost 19 years ago
Bugfix: carriage returns were not escaped in JSON export More... almost 19 years ago
r17...@cabra: derrell | 2006-06-27 23:45:28 -0400 Here's a nice simple way to put the menu in the right place. More... almost 19 years ago
r17...@cabra: derrell | 2006-06-27 23:28:26 -0400 Following up on Sebastian's and Til's comments, I have confirmed Til's determination that only one of the flushGlobalQueue() calls pertains to the current issue (scrunched menu after any item is deselected), and I have commented that call out. No change to the current issue. More... almost 19 years ago