qooxdoo-commit Mailing List for qooxdoo (Page 10)
Brought to you by:
ecker,
martinwittemann
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(453) |
Feb
(800) |
Mar
(247) |
Apr
(324) |
May
(172) |
Jun
(145) |
Jul
(265) |
Aug
(447) |
Sep
(271) |
Oct
(312) |
Nov
(327) |
Dec
(472) |
| 2007 |
Jan
(493) |
Feb
(631) |
Mar
(565) |
Apr
(469) |
May
(757) |
Jun
(460) |
Jul
(440) |
Aug
(411) |
Sep
(813) |
Oct
(339) |
Nov
(112) |
Dec
(215) |
| 2008 |
Jan
(423) |
Feb
(671) |
Mar
(578) |
Apr
(566) |
May
(498) |
Jun
(411) |
Jul
(845) |
Aug
(1208) |
Sep
(176) |
Oct
(144) |
Nov
(216) |
Dec
(353) |
| 2009 |
Jan
(363) |
Feb
(700) |
Mar
(416) |
Apr
(362) |
May
(292) |
Jun
(238) |
Jul
(243) |
Aug
(216) |
Sep
(287) |
Oct
(304) |
Nov
(300) |
Dec
(416) |
| 2010 |
Jan
(200) |
Feb
(200) |
Mar
(183) |
Apr
(259) |
May
(217) |
Jun
(241) |
Jul
(320) |
Aug
(330) |
Sep
(209) |
Oct
(217) |
Nov
(460) |
Dec
(392) |
| 2011 |
Jan
(338) |
Feb
(465) |
Mar
(1257) |
Apr
(433) |
May
(505) |
Jun
(417) |
Jul
(438) |
Aug
(241) |
Sep
(258) |
Oct
(223) |
Nov
(224) |
Dec
(172) |
| 2012 |
Jan
(151) |
Feb
(119) |
Mar
(220) |
Apr
(182) |
May
(236) |
Jun
(264) |
Jul
(188) |
Aug
(145) |
Sep
(186) |
Oct
(183) |
Nov
(243) |
Dec
(126) |
| 2013 |
Jan
(133) |
Feb
(165) |
Mar
(122) |
Apr
(116) |
May
(177) |
Jun
(177) |
Jul
(290) |
Aug
(150) |
Sep
(165) |
Oct
(168) |
Nov
(252) |
Dec
(152) |
| 2014 |
Jan
(109) |
Feb
(150) |
Mar
(135) |
Apr
(186) |
May
(235) |
Jun
(181) |
Jul
(193) |
Aug
(117) |
Sep
(118) |
Oct
(194) |
Nov
(207) |
Dec
(261) |
| 2015 |
Jan
(138) |
Feb
(218) |
Mar
(180) |
Apr
(141) |
May
(114) |
Jun
(24) |
Jul
(22) |
Aug
(14) |
Sep
(22) |
Oct
(11) |
Nov
(7) |
Dec
(10) |
| 2016 |
Jan
(1) |
Feb
(31) |
Mar
(13) |
Apr
(30) |
May
(34) |
Jun
(25) |
Jul
(16) |
Aug
(14) |
Sep
(21) |
Oct
(20) |
Nov
(6) |
Dec
|
|
From: Andreas E. <and...@1u...> - 2015-11-23 17:08:34
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 1b4b8c66c4875817e662c03c0f50751633221fcf https://github.com/qooxdoo/qooxdoo/commit/1b4b8c66c4875817e662c03c0f50751633221fcf Author: Andreas Ecker <and...@1u...> Date: 2015-11-23 (Mon, 23 Nov 2015) Changed paths: M framework/source/class/qx/bom/client/Browser.js M framework/source/class/qx/log/appender/PhoneGap.js Log Message: ----------- Minor correction of file headers |
|
From: Andreas E. <and...@1u...> - 2015-11-11 15:19:23
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: 22600e7f789b5cfd55429ede03574ce5e6ccc047 https://github.com/qooxdoo/qooxdoo/commit/22600e7f789b5cfd55429ede03574ce5e6ccc047 Author: Andreas Ecker <and...@1u...> Date: 2015-11-11 (Wed, 11 Nov 2015) Changed paths: M framework/source/class/qx/ui/core/MMovable.js Log Message: ----------- [BUG #9105] Fix text selection after moving a Window (merging pull request #133) |
|
From: Andreas E. <and...@1u...> - 2015-11-11 15:16:30
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 8ac338abc06cb196c8f0945ddbebc0e128856c7f https://github.com/qooxdoo/qooxdoo/commit/8ac338abc06cb196c8f0945ddbebc0e128856c7f Author: zpo <zbi...@gm...> Date: 2015-04-23 (Thu, 23 Apr 2015) Changed paths: M framework/source/class/qx/ui/core/MMovable.js Log Message: ----------- Update MMovable.js I am not sure my proposal is correct. Nevertheless I encountered a problem when moving the object of qx.ui.window.Window class. After move action a user is not able to select the text within form text widgets (I mean select by mouse). In my case the "roll" event handling was not removed. Commit: 8074113affa404ffc3a32235f53ccce6dbb3a390 https://github.com/qooxdoo/qooxdoo/commit/8074113affa404ffc3a32235f53ccce6dbb3a390 Author: Andreas Ecker <and...@1u...> Date: 2015-11-11 (Wed, 11 Nov 2015) Changed paths: M framework/source/class/qx/ui/core/MMovable.js Log Message: ----------- Merge pull request #133 from zpo/patch-1 [BUG #9105] Fix text selection after moving a Window Compare: https://github.com/qooxdoo/qooxdoo/compare/f1bca02277c1...8074113affa4 |
|
From: Andreas E. <and...@1u...> - 2015-10-30 15:24:38
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: f1bca02277c1a8176b6c07d45c3725214a6abaef https://github.com/qooxdoo/qooxdoo/commit/f1bca02277c1a8176b6c07d45c3725214a6abaef Author: Andreas Ecker <and...@1u...> Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M framework/source/class/qx/bom/client/Event.js M framework/source/class/qx/core/Environment.js M framework/source/class/qx/event/type/dom/Pointer.js Log Message: ----------- [BUG #9212] Feature detect the creation of mouse events |
|
From: Andreas E. <and...@1u...> - 2015-10-30 15:06:03
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 85fab5957cc6da9ee9d683b0af7b3a804fe4e727 https://github.com/qooxdoo/qooxdoo/commit/85fab5957cc6da9ee9d683b0af7b3a804fe4e727 Author: Cajus Pollmeier <pol...@go...> Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M framework/source/class/qx/ui/basic/Image.js Log Message: ----------- Fix call of __getMode Commit: 4860c89712931a5f0e0e346f6a271cc82bc93dec https://github.com/qooxdoo/qooxdoo/commit/4860c89712931a5f0e0e346f6a271cc82bc93dec Author: Cajus Pollmeier <pol...@go...> Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M framework/source/class/qx/ui/basic/Image.js Log Message: ----------- Fix initial show/include after theme switch Commit: 915fe7c387c307865d986ee47f2c23b69ce15411 https://github.com/qooxdoo/qooxdoo/commit/915fe7c387c307865d986ee47f2c23b69ce15411 Author: Andreas Ecker <and...@1u...> Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M framework/source/class/qx/ui/basic/Image.js Log Message: ----------- Merge pull request #158 from cajus/fix-image-theme-switch [BUG #9224] Fix image theme switch Compare: https://github.com/qooxdoo/qooxdoo/compare/6e5d811da6e0...915fe7c387c3 |
|
From: Andreas E. <and...@1u...> - 2015-10-30 09:48:48
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 6e5d811da6e0be5667a3b42140498b4bbdb1b467 https://github.com/qooxdoo/qooxdoo/commit/6e5d811da6e0be5667a3b42140498b4bbdb1b467 Author: Andreas Ecker <and...@1u...> Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M framework/source/class/qx/ui/core/Widget.js M framework/source/class/qx/ui/mobile/core/Widget.js Log Message: ----------- [BUG #9225] Enhance API docs for adding widgets |
|
From: Andreas E. <and...@1u...> - 2015-10-30 09:45:30
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: c98ea2192df4945e9cc4b4e90adb4b77775fa913 https://github.com/qooxdoo/qooxdoo/commit/c98ea2192df4945e9cc4b4e90adb4b77775fa913 Author: Andreas Ecker <and...@1u...> Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M framework/source/class/qx/ui/core/Widget.js M framework/source/class/qx/ui/mobile/core/Widget.js Log Message: ----------- [BUG #9225] Enhance API docs for adding widgets |
|
From: Andreas E. <and...@1u...> - 2015-10-20 08:43:18
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: a46491b0859735f0d368d55e5875cfb3c6c44300 https://github.com/qooxdoo/qooxdoo/commit/a46491b0859735f0d368d55e5875cfb3c6c44300 Author: Andreas Ecker <and...@1u...> Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M framework/source/class/qx/core/Property.js Log Message: ----------- [BUG #9204] Resolved annoying warning in Firebug console by dead/redundant code removal |
|
From: Andreas E. <and...@1u...> - 2015-10-20 08:40:43
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 1a867f2878e62e12ca356d87c8139f97a6b21cf1 https://github.com/qooxdoo/qooxdoo/commit/1a867f2878e62e12ca356d87c8139f97a6b21cf1 Author: Andreas Ecker <and...@1u...> Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M framework/source/class/qx/core/Property.js Log Message: ----------- [BUG #9204] Resolved annoying warning in Firebug console by dead/redundant code removal |
|
From: Andreas E. <and...@1u...> - 2015-10-19 13:24:43
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 7ccc4b1381aba173741ded6fb98f511e3d2c0eea https://github.com/qooxdoo/qooxdoo/commit/7ccc4b1381aba173741ded6fb98f511e3d2c0eea Author: Andreas Ecker <and...@1u...> Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M framework/source/class/qx/event/util/Keyboard.js Log Message: ----------- Minor change |
|
From: Andreas E. <and...@1u...> - 2015-10-19 12:54:18
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 93cac8c3250f85f23f2a87909f60c783b2f8d8be https://github.com/qooxdoo/qooxdoo/commit/93cac8c3250f85f23f2a87909f60c783b2f8d8be Author: Andreas Ecker <and...@1u...> Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M tool/admin/bin/wiki2rst.py Log Message: ----------- Allow converter script to run from shell |
|
From: Andreas E. <and...@1u...> - 2015-10-19 12:48:52
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 65dcc10d3c817328481f1d1ff123c1184bacf992 https://github.com/qooxdoo/qooxdoo/commit/65dcc10d3c817328481f1d1ff123c1184bacf992 Author: John Spackman <joh...@ze...> Date: 2012-07-06 (Fri, 06 Jul 2012) Changed paths: M framework/source/class/qx/bom/client/Runtime.js Log Message: ----------- Improved detection of Rhino to support upcoming rhino 1.8 (rhino was previously detected as safari) Commit: 391adabcb87190edb0765436238257f42741145e https://github.com/qooxdoo/qooxdoo/commit/391adabcb87190edb0765436238257f42741145e Author: Andreas Ecker <and...@1u...> Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M framework/source/class/qx/bom/client/Runtime.js Log Message: ----------- Merge pull request #156 from johnspackman/rhino-1.8 [BUG #9226] Improved detection of Rhino to support upcoming rhino 1.8 Compare: https://github.com/qooxdoo/qooxdoo/compare/7b2dca944a5a...391adabcb871 |
|
From: Alexander S. <ale...@1u...> - 2015-10-12 15:41:21
|
Branch: refs/heads/before_1w Home: https://github.com/qooxdoo/qooxdoo Commit: 6b1359fd3eb41541417059b2631f75422982b344 https://github.com/qooxdoo/qooxdoo/commit/6b1359fd3eb41541417059b2631f75422982b344 Author: Alexander Steitz <ale...@1u...> Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M framework/source/class/qx/module/Event.js Log Message: ----------- Added extra checks before storing event infos. |
|
From: Alexander S. <ale...@1u...> - 2015-10-12 15:18:19
|
Branch: refs/heads/before_1w Home: https://github.com/qooxdoo/qooxdoo Commit: 9ae37d184f7c7adb9328dad940adde74c954b981 https://github.com/qooxdoo/qooxdoo/commit/9ae37d184f7c7adb9328dad940adde74c954b981 Author: Alexander Steitz <ale...@1u...> Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M framework/source/class/qx/module/Event.js Log Message: ----------- Fixing double event emitting of e.g. "orientationChange" by checking the incoming event. |
|
From: Andreas E. <and...@1u...> - 2015-09-25 15:48:33
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 0f4496cfdac86a8aafe0807e2f409f1a78066809 https://github.com/qooxdoo/qooxdoo/commit/0f4496cfdac86a8aafe0807e2f409f1a78066809 Author: mrfeet <gi...@mr...> Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M framework/source/class/qx/test/util/Uri.js M framework/source/class/qx/util/Uri.js Log Message: ----------- [BUG #9197] Changed regex to accomodate ipv6 addresses Updated the regexes to allow for ipv6 addresses in URLs like [::1] or [FE80:0000:0000:0000:0202:B3FF:FE1E:8329] Commit: 7b2dca944a5aa7e349d9f85b67444ade08836916 https://github.com/qooxdoo/qooxdoo/commit/7b2dca944a5aa7e349d9f85b67444ade08836916 Author: Andreas Ecker <and...@1u...> Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M framework/source/class/qx/test/util/Uri.js M framework/source/class/qx/util/Uri.js Log Message: ----------- Merge pull request #143 from mrfeet/master [BUG #9197] Changed regex to accomodate ipv6 addresses Compare: https://github.com/qooxdoo/qooxdoo/compare/5f46ee1b3ecc...7b2dca944a5a |
|
From: Martin W. <Mar...@1u...> - 2015-09-15 13:21:37
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: 25fec15560382958ac856b60826ca8e2d5e8ca07 https://github.com/qooxdoo/qooxdoo/commit/25fec15560382958ac856b60826ca8e2d5e8ca07 Author: Martin Wittemann <Mar...@1u...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M application/demobrowser/package.json M application/demobrowser/source/demo/welcome.html M application/feedreader/package.json M application/mobileshowcase/package.json M application/playground/package.json M application/showcase/package.json M application/todo/package.json M application/tutorial/package.json M application/websitewidgetbrowser/package.json M application/widgetbrowser/package.json M component/apiviewer/package.json M component/skeleton/server/readme.txt M component/skeleton/website/index.html M component/skeleton/website/readme.txt M component/standalone/server/npm/package.json M component/standalone/website/package.json M component/testrunner/package.json M documentation/manual/source/conf.py M documentation/tech_manual/source/conf.py M framework/Manifest.json M framework/package.json M index.html M package.json M readme.rst M tool/admin/release/index.html M tool/admin/release/test_plans/utils.js M tool/data/generator/active_reload.js M tool/data/generator/copyright.include.js M tool/grunt/package.json M version.txt Log Message: ----------- Bumped version number |
|
From: wittemann <mar...@1u...> - 2015-09-15 13:20:19
|
Branch: refs/tags/release_5_0_1 Home: https://github.com/qooxdoo/qooxdoo |
|
From: Martin W. <Mar...@1u...> - 2015-09-15 11:54:20
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: 1c3785d258ce917480bdad4258d76599f5a50975 https://github.com/qooxdoo/qooxdoo/commit/1c3785d258ce917480bdad4258d76599f5a50975 Author: Martin Wittemann <Mar...@1u...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M tool/admin/www Log Message: ----------- Updated submodule |
|
From: Andreas E. <and...@1u...> - 2015-09-15 11:13:16
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 5f46ee1b3eccf65a42aa50a012525d6021e108b7 https://github.com/qooxdoo/qooxdoo/commit/5f46ee1b3eccf65a42aa50a012525d6021e108b7 Author: Andreas Ecker <and...@1u...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M tool/bin/migrator.py Log Message: ----------- Updated migration data |
|
From: Andreas E. <and...@1u...> - 2015-09-15 11:11:29
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: 98e58e8adb3c35b67a618ded14402116299f2584 https://github.com/qooxdoo/qooxdoo/commit/98e58e8adb3c35b67a618ded14402116299f2584 Author: Andreas Ecker <and...@1u...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M tool/bin/migrator.py Log Message: ----------- Updated migration data |
|
From: Andreas E. <and...@1u...> - 2015-09-15 08:54:43
|
Branch: refs/heads/branch_5_0_x Home: https://github.com/qooxdoo/qooxdoo Commit: 4b424a0154fe8fabf30f09c7f67bc88db5b7b5b3 https://github.com/qooxdoo/qooxdoo/commit/4b424a0154fe8fabf30f09c7f67bc88db5b7b5b3 Author: Andreas Ecker <and...@1u...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M application/demobrowser/source/index.html M application/feedreader/source/index-mobile.html M application/feedreader/source/index-website.html M application/feedreader/source/index.html M application/mobileshowcase/source/index.html M application/playground/source/index.html M application/showcase/source/index.html M application/todo/index.html M application/tutorial/source/index.html M application/websitewidgetbrowser/index.html M application/widgetbrowser/source/index.html M component/apiviewer/source/index.html M component/standalone/website/api/index.html M component/standalone/website/test/index-module.html M component/standalone/website/test/index-source.html M component/standalone/website/test/index.html M component/testrunner/source/index.html M documentation/manual/source/_theme.indigo/layout.html Log Message: ----------- [BUG #9209] Update analytics code |
|
From: Andreas E. <and...@1u...> - 2015-09-15 08:48:23
|
Branch: refs/heads/master Home: https://github.com/qooxdoo/qooxdoo Commit: 2fc361f8b93894e754cb1c0491f5daa7621b34b4 https://github.com/qooxdoo/qooxdoo/commit/2fc361f8b93894e754cb1c0491f5daa7621b34b4 Author: Andreas Ecker <and...@1u...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M application/demobrowser/source/index.html M application/feedreader/source/index-mobile.html M application/feedreader/source/index-website.html M application/feedreader/source/index.html M application/mobileshowcase/source/index.html M application/playground/source/index.html M application/showcase/source/index.html M application/todo/index.html M application/tutorial/source/index.html M application/websitewidgetbrowser/index.html M application/widgetbrowser/source/index.html M component/apiviewer/source/index.html M component/standalone/website/api/index.html M component/standalone/website/test/index-module.html M component/standalone/website/test/index-source.html M component/standalone/website/test/index.html M component/testrunner/source/index.html M documentation/manual/source/_theme.indigo/layout.html Log Message: ----------- [BUG #9209] Update analytics code |
|
From: Daniel W. <dan...@1u...> - 2015-09-14 14:07:24
|
Branch: refs/heads/branch_4_1_x Home: https://github.com/qooxdoo/qooxdoo Commit: 1c19e853f3ed970644b9694a8dd65638ed2c94f3 https://github.com/qooxdoo/qooxdoo/commit/1c19e853f3ed970644b9694a8dd65638ed2c94f3 Author: Daniel Wagner <dan...@1u...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M framework/source/class/qx/ui/core/scroll/NativeScrollBar.js Log Message: ----------- [BUG #9175] Apply IE scrollbar fix in Edge |
|
From: danielwagner <dan...@1u...> - 2015-09-14 13:59:15
|
Branch: refs/heads/branch_4_1_x Home: https://github.com/qooxdoo/qooxdoo Commit: 94116fab61abed81c33e9387d9b975f73e427202 https://github.com/qooxdoo/qooxdoo/commit/94116fab61abed81c33e9387d9b975f73e427202 Author: danielwagner <dan...@1u...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M framework/source/class/qx/ui/form/AbstractField.js Log Message: ----------- [BUG #9179] fixed placeholder CSS for MS Edge |
|
From: Sabrina M. <sab...@1u...> - 2015-09-02 15:31:49
|
Branch: refs/heads/before_1w Home: https://github.com/qooxdoo/qooxdoo Commit: 14b58c7040b7b7a7c95821c644c2391711a2dc1b https://github.com/qooxdoo/qooxdoo/commit/14b58c7040b7b7a7c95821c644c2391711a2dc1b Author: Sabrina Metzger <sab...@1u...> Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M framework/source/class/qx/bom/request/Xhr.js Log Message: ----------- [Bug #9205] fixed check for network error - ie9 has no statusText for status 204 |