Update of /cvsroot/qooxdoo/qooxdoo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13234
Modified Files:
Tag: renderer
CHANGELOG
Log Message:
Updated
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/Attic/CHANGELOG,v
retrieving revision 1.1.2.37
retrieving revision 1.1.2.38
diff -u -d -r1.1.2.37 -r1.1.2.38
--- CHANGELOG 24 Jan 2006 12:52:34 -0000 1.1.2.37
+++ CHANGELOG 25 Jan 2006 09:26:18 -0000 1.1.2.38
@@ -1,3 +1,141 @@
+2006-01-25 10:19 wpbasti
+
+ * source/script/: appearance/QxAppearanceTheme-Default.js,
+ widgets/QxBlocker.js, widgets/QxClientDocument.js: Improved
+ blocker code, moved more styling to appearance
+
+2006-01-25 10:00 wpbasti
+
+ * source/script/managers/QxEventManager.js: Removed special
+ handling for gecko, I really don't know why we need this. Is only
+ commented out, could be easily re-added if there will be a
+ misbehaviour somewhere afterwards
+
+2006-01-25 09:59 wpbasti
+
+ * source/script/layouts/QxLayoutImpl.js: Changed to handle new
+ margin default value
+
+2006-01-25 09:58 wpbasti
+
+ * source/: style/qooxdoo.css, script/widgets/QxInputCheckIcon.js:
+ Removed unnecessary style, moved margin to contructor
+
+2006-01-25 09:57 wpbasti
+
+ * source/script/layouts/: QxHorizontalBoxLayoutImpl.js,
+ QxVerticalBoxLayoutImpl.js: Minor fixes to support new padding
+ default values
+
+2006-01-25 09:56 wpbasti
+
+ * source/script/gui/QxWidget.js: Changed default value for
+ margin/padding to null
+
+2006-01-25 09:25 wpbasti
+
+ * source/script/gui/QxWidget.js: Made _htmlProperties and
+ _htmlAttributes hash tables optional
+
+2006-01-25 09:10 wpbasti
+
+ * source/script/appearance/QxAppearanceTheme-Default.js: Minor
+ bugfix
+
+2006-01-24 19:19 ecker
+
+ * source/test/user/Native_Window_1.html: Fixed typo.
+
+2006-01-24 19:17 ecker
+
+ * source/script/gui/QxNativeWindow.js: Added possibilty to resize
+ existing window (if allowed by cross-domain security policies).
+
+2006-01-24 17:48 wpbasti
+
+ * source/: script/appearance/QxAppearanceTheme-Default.js,
+ script/core/QxApplication.js, script/core/QxConst.js,
+ script/gui/QxColorCache.js, script/gui/QxFontCache.js,
+ script/gui/QxWidget.js,
+ script/layouts/QxHorizontalBoxLayoutImpl.js,
+ script/widgets/QxBlocker.js, script/widgets/QxButton.js,
+ script/widgets/QxClientDocument.js, script/widgets/QxImage.js,
+ script/widgets/QxInline.js, script/widgets/QxInputCheckIcon.js,
+ script/widgets/QxLabel.js, script/widgets/QxTextField.js,
+ script/widgets/QxToolBarButton.js, style/demolayout.css,
+ style/qooxdoo.css, test/user/Label_4.html: Moved many styling
+ stuff to the widgets, dramatically reduced size of qooxdoo.css,
+ direct font handling in appearance of QxLabel and QxTextField,
+ default font-size for all qooxdoo widgets is from now on zero.
+
+2006-01-24 16:00 wpbasti
+
+ * source/script/gui/QxNativeWindow.js: Minor move
+
+2006-01-24 15:59 wpbasti
+
+ * source/: script/gui/QxNativeWindow.js,
+ test/user/Native_Window_1.html: Added dependent property to
+ QxNativeWindow. Change default for allowScrollbars to true,
+ re-structured test-example variable names
+
+2006-01-24 15:25 wpbasti
+
+ * source/contributed/httptransport_ricks/Http_Transport_1.html:
+ Minor path fix
+
+2006-01-24 15:18 wpbasti
+
+ * source/contributed/: buttonpane_olsson/OptionPane_1.html,
+ buttonpane_olsson/OptionPane_2.html,
+ buttonpane_olsson/QxButtonPane.js,
+ buttonpane_olsson/QxOptionPane.js, clock_olsson/Clock_1.html,
+ clock_olsson/QxBinaryClock.js, clock_olsson/QxClock.js,
+ clock_olsson/QxDigitalClock.js, frame_olsson/Frame_1.html,
+ frame_olsson/QxFrame.js, frame_olsson/QxUtil.js,
+ frame_olsson/QxWindow.js, progressbar_olsson/ProgressBar_1.html,
+ progressbar_olsson/QxProgressBar.js,
+ splashscreen_olsson/QxSplashScreen.js,
+ splashscreen_olsson/SplashScreen_1.html,
+ splashscreen_olsson/SplashScreen_2.html,
+ statusbar_olsson/Frame_1.html, statusbar_olsson/QxFrame.js,
+ statusbar_olsson/QxStatusBar.js,
+ statusbar_olsson/QxStatusBarPane.js, statusbar_olsson/QxUtil.js,
+ statusbar_olsson/QxWindow.js, statusbar_olsson/StatusBar_1.html,
+ statusbar_olsson/StatusBar_2.html, clock_olsson/green/0.png,
+ clock_olsson/green/1.png, clock_olsson/green/2.png,
+ clock_olsson/green/3.png, clock_olsson/green/4.png,
+ clock_olsson/green/5.png, clock_olsson/green/6.png,
+ clock_olsson/green/7.png, clock_olsson/green/8.png,
+ clock_olsson/green/9.png, clock_olsson/green/blank.png,
+ clock_olsson/green/divisor.png: Sorry, renamed olsen to olsson
+
+2006-01-24 15:12 wpbasti
+
+ * source/contributed/: httptransport_ricks/Http_Transport_1.html,
+ httptransport_ricks/QxHttpTransport.js,
+ httptransport_ricks/QxHttpTransportQueue.js,
+ progressbar_vogel/Progressanim_1.html,
+ progressbar_vogel/Progressbar_1.html,
+ progressbar_vogel/QxProgressanim.js,
+ progressbar_vogel/QxProgressbar.js: Added contributed section
+
+2006-01-24 14:14 wpbasti
+
+ * source/script/core/QxBuilder.js, source/test/user/Builder_1.html,
+ source/test/user/Builder_2.html, source/test/user/Builder_2.xml,
+ source/test/user/Builder_3.html, source/test/user/Builder_3.xml,
+ source/test/user/Builder_4.html, tools/config.sh: Re-added
+ QxBuilder
+
+2006-01-24 14:07 wpbasti
+
+ * TODO: Updated
+
+2006-01-24 13:52 wpbasti
+
+ * CHANGELOG: Updated
+
2006-01-24 13:46 wpbasti
* source/script/: core/QxConst.js, gui/QxNativeWindow.js: Use
@@ -4815,6 +4953,11 @@
* source/script/core/QxBuilder.js: Ugly bugfix
+2005-10-04 08:31 wpbasti
+
+ * source/script/core/QxBuilder.js: file QxBuilder.js was added on
+ branch renderer on 2006-01-24 13:14:20 +0000
+
2005-10-04 08:30 wpbasti
* source/script/widgets/QxIframe.js: Add framename
|