r1048 - trunk/themes/base
Author: scottjehl Date: Sun Dec 7 06:55:51 2008 New Revision: 1048 Modified: trunk/themes/base/ui.all.css trunk/themes/base/ui.allplugins.css Log: @imports set up earlier this week needed url(...) wrappers Modified: trunk/themes/base/ui.all.css ============================================================================== --- trunk/themes/base/ui.all.css (original) +++ trunk/themes/base/ui.all.css Sun Dec 7 06:55:51 2008 @@ -1,8 +1,3 @@ -@import "ui.core.css"; -@import "ui.accordion.css"; -@import
r1047 - trunk/themes/base
Author: scottjehl Date: Sun Dec 7 06:50:20 2008 New Revision: 1047 Added: trunk/themes/base/ui.allplugins.css Log: added ui.allwidgets.css to import all css except framework. Still unsure if this will be more helpful than ui.all for TR use. standby... Added: trunk/themes/base/ui.allplugins.css ============================================================================== --- (empty file) +++ trunk/themes/base/ui.allplugins.css Sun Dec 7 06:50:20 2008 @@ -0,0 +1,7 @@ +@import "ui.accordion.css";
r1046 - tags/1.5.3/ui tags/latest/ui trunk/ui
Author: rdworth Date: Sat Dec 6 12:51:28 2008 New Revision: 1046 Modified: tags/1.5.3/ui/effects.core.js tags/1.5.3/ui/ui.core.js tags/latest/ui/effects.core.js tags/latest/ui/ui.core.js trunk/ui/effects.core.js Log: Removed some UTF-8 BOMs causing problems in the download builder versions of files. Modified: tags/1.5.3/ui/effects.core.js ============================================================================== --- tags/1.5.3/ui/effects.core.js (original) +++ tags/1.5.3/ui/effects.core.js Sat
r1045 - in trunk: tests ui
Author: scott.gonzalez Date: Sat Dec 6 06:58:52 2008 New Revision: 1045 Modified: trunk/tests/dialog.js trunk/ui/ui.dialog.js Log: Dialog: Fixed #3637: Added role of button to close link. Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original) +++ trunk/tests/dialog.js Sat Dec 6 06:58:52 2008 @@ -215,6 +215,24 @@ el.remove(); }); +test("ARIA", function() { + expect(4); + + el = $('<div></div>').dialog();
r1043 - trunk/tests/static
Author: fg.maggie Date: Fri Dec 5 12:59:30 2008 New Revision: 1043 Modified: trunk/tests/static/progressbar.html Log: added ui-widget class to apply correct font Modified: trunk/tests/static/progressbar.html ============================================================================== --- trunk/tests/static/progressbar.html (original) +++ trunk/tests/static/progressbar.html Fri Dec 5 12:59:30 2008 @@ -8,7 +8,7 @@ <h1>jQuery UI Progressbar Static Markup Test Page</h1> -<div class="ui-progressbar
r1042 - trunk/themes/base
Author: rdworth Date: Fri Dec 5 12:23:30 2008 New Revision: 1042 Modified: trunk/themes/base/ui.core.css Log: themes/base: changed comment-hidden tokens to use /*{tokenname}*/ format instead of /*tokenname*/ Modified: trunk/themes/base/ui.core.css ============================================================================== --- trunk/themes/base/ui.core.css (original) +++ trunk/themes/base/ui.core.css Fri Dec 5 12:23:30 2008 @@ -16,27 +16,27 @@ /* Component containers ----------------------------------*/
r1041 - in trunk: . tests tests/static tests/visual themes/base
Author: rdworth Date: Fri Dec 5 12:19:46 2008 New Revision: 1041 Modified: trunk/AUTHORS.txt (contents, props changed) trunk/tests/static/accordion.html (contents, props changed) trunk/tests/static/all.html (contents, props changed) trunk/tests/static/datepicker.html (contents, props changed) trunk/tests/static/dialog.html (contents, props changed) trunk/tests/static/progressbar.html (contents, props changed) trunk/tests/static/slider.html (contents, props changed) trunk/tests/static/tabs.html (contents,
r1040 - in trunk: tests/static themes/base themes/base/images
Author: rdworth Date: Fri Dec 5 12:16:37 2008 New Revision: 1040 Added: trunk/tests/static/ trunk/tests/static/accordion.html trunk/tests/static/all.html trunk/tests/static/datepicker.html trunk/tests/static/dialog.html trunk/tests/static/progressbar.html trunk/tests/static/slider.html trunk/tests/static/tabs.html trunk/themes/base/ trunk/themes/base/images/ trunk/themes/base/images/222222_256x240_icons_icons.png (contents, props changed) trunk/themes/base/images/2e83ff_256x240_icons_icons.png (contents,
r1039 - in trunk: tests/visual ui
Author: rdworth Date: Fri Dec 5 07:42:46 2008 New Revision: 1039 Modified: trunk/tests/visual/progressbar.html trunk/ui/ui.progressbar.js Log: progressbar: a little clean up and some more visual tests Modified: trunk/tests/visual/progressbar.html ============================================================================== --- trunk/tests/visual/progressbar.html (original) +++ trunk/tests/visual/progressbar.html Fri Dec 5 07:42:46 2008 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Language"
r1038 - in trunk: tests/visual ui
Author: rdworth Date: Fri Dec 5 05:35:11 2008 New Revision: 1038 Modified: trunk/tests/visual/progressbar.html trunk/ui/ui.progressbar.js Log: progressbar refactor Modified: trunk/tests/visual/progressbar.html ============================================================================== --- trunk/tests/visual/progressbar.html (original) +++ trunk/tests/visual/progressbar.html Fri Dec 5 05:35:11 2008 @@ -6,289 +6,40 @@ <title>ProgressBar Test Page</title> <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
r1037 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Wed Dec 3 11:54:37 2008 New Revision: 1037 Modified: branches/dev/grid/tests/visual/grid.html branches/dev/grid/ui/ui.grid.js Log: grid: first step done to make columns resizable by implementing a inline mini plugin called gridResizable, still needs callbacks and server updating + hover indication Modified: branches/dev/grid/tests/visual/grid.html ============================================================================== --- branches/dev/grid/tests/visual/grid.html (original)
Timepicker
According to the TAE meeting, the single most often requested component is a timepicker. Is someone interesting in doing some research on this? We need to look at available implementations, no matter where (OS, browser, desktop apps, etc.). Based on that we need to look at existing JavaScript implementations, then at jQuery plugins. Based on a summary of all that we could discuss if, when and how a timepicker could be added to jQuery UI. Jörn
r1036 - tags/latest/ui
Author: rdworth Date: Tue Dec 2 17:55:38 2008 New Revision: 1036 Modified: tags/latest/ui/effects.core.js tags/latest/ui/ui.core.js Log: merged rev1035 to tags/latest Modified: tags/latest/ui/effects.core.js ============================================================================== --- tags/latest/ui/effects.core.js (original) +++ tags/latest/ui/effects.core.js Tue Dec 2 17:55:38 2008 @@ -1,5 +1,5 @@ -/* - * jQuery UI Effects @VERSION +/* + * jQuery UI Effects 1.5.3 * * Copyright (c) 2008
r1035 - tags/1.5.3/ui
Author: rdworth Date: Tue Dec 2 17:52:04 2008 New Revision: 1035 Modified: tags/1.5.3/ui/effects.core.js tags/1.5.3/ui/ui.core.js Log: updated @VERSION in 1.5.3 tag Modified: tags/1.5.3/ui/effects.core.js ============================================================================== --- tags/1.5.3/ui/effects.core.js (original) +++ tags/1.5.3/ui/effects.core.js Tue Dec 2 17:52:04 2008 @@ -1,5 +1,5 @@ -/* - * jQuery UI Effects @VERSION +/* + * jQuery UI Effects 1.5.3 * * Copyright (c) 2008 Aaron
r1034 - trunk/ui
Author: paul.bakaus Date: Tue Dec 2 04:47:53 2008 New Revision: 1034 Modified: trunk/ui/ui.sortable.js Log: sortable: fixed regression that caused wrong offset calculation if the helper option has been set to "original" Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Dec 2 04:47:53 2008 @@ -99,9 +99,8 @@ //Cache the margins of the original element this._cacheMargins();
r1033 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Mon Dec 1 08:11:44 2008 New Revision: 1033 Modified: branches/dev/grid/tests/visual/grid.html branches/dev/grid/ui/ui.grid.js branches/dev/grid/ui/ui.infiniteScrolling.js Log: infiniteScrolling: added "restart" method grid: - fixed column sorting for infinite scrolling - added allocateRows option (default: true) - improved visual demo to show 3 different configurations (infinite scrolling, finite scrolling, pagination) Modified: branches/dev/grid/tests/visual/grid.html ==============================================================================
Criticals, Blockers for 1.6
There are currently two open criticals on regular components: http://ui.jquery.com/bugs/query?status=accepted&status=assigned&status=new&status=reopened&group=component&max=250&order=priority&priority=blocker&priority=critical&col=id&col=summary&col=owner&col=type&col=priority&col=version&milestone=1.6&report=16 Both affect sortables and draggables and are assigned to Eduardo. Paul, maybe you could look into these and help Eduardo? All others are meta components, affecting themeroller and the build/download
r1032 - in trunk: demos/functional/templates ui/i18n
Author: kbwood.au Date: Mon Dec 1 02:56:21 2008 New Revision: 1032 Modified: trunk/demos/functional/templates/ui.datepicker.html trunk/ui/i18n/ui.datepicker-nl.js Log: Updated Dutch localisation Modified: trunk/demos/functional/templates/ui.datepicker.html ============================================================================== --- trunk/demos/functional/templates/ui.datepicker.html (original) +++ trunk/demos/functional/templates/ui.datepicker.html Mon Dec 1 02:56:21 2008 @@ -370,7 +370,7
New themeroller icons
Hi all - We've re-vamped the Themeroller icon set to be anti-aliased and now uses grayscale for depth. There are also a few new icons. Not 100% finished, but getting closer. I posted the icons to the wiki: http://jqueryui.pbwiki.com/Themeroller Example of the accordian with new icons: http://filamentgroup.com/clients/jQueryUI/applications/themeroller/framework_demos/accordion.php All icons (except the new additions) here: http://www.filamentgroup.com/clients/jQueryUI/applications/themeroller/framework_demos/icons.php
r1031 - tags/latest
Author: rdworth Date: Fri Nov 28 13:50:57 2008 New Revision: 1031 Added: tags/latest/ - copied from r1029, /tags/1.5.3/ Log: tagged 1.5.3 latest
r1030 - branches/1.5.3 tags/latest
Author: rdworth Date: Fri Nov 28 13:49:32 2008 New Revision: 1030 Removed: branches/1.5.3/ tags/latest/ Log: deleted 1.5.3 branch, latest tag
r1029 - tags/1.5.3
Author: rdworth Date: Fri Nov 28 13:48:04 2008 New Revision: 1029 Added: tags/1.5.3/ - copied from r1027, /branches/1.5.3/ Log: tagged 1.5.3 release
r1028 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Fri Nov 28 13:23:42 2008 New Revision: 1028 Modified: branches/dev/grid/tests/visual/infiniteScrolling.html (props changed) branches/dev/grid/ui/ui.infiniteScrolling.js (props changed) Log: infiniteScrolling: correct mime-types
r1027 - branches/1.5.3
Author: rdworth Date: Fri Nov 28 13:13:46 2008 New Revision: 1027 Modified: branches/1.5.3/version.txt Log: Set version.txt to 1.5.3 in 1.5.3 branch Modified: branches/1.5.3/version.txt ============================================================================== --- branches/1.5.3/version.txt (original) +++ branches/1.5.3/version.txt Fri Nov 28 13:13:46 2008 @@ -1 +1 @@ -1.5.2 \ No newline at end of file +1.5.3 \ No newline at end of file
r1026 - branches/1.5.3/ui
Author: rdworth Date: Fri Nov 28 13:13:13 2008 New Revision: 1026 Modified: branches/1.5.3/ui/ui.datepicker.js Log: Applied Datepicker Daylight Saving patch to 1.5.3 branch. Thanks kbwood. Modified: branches/1.5.3/ui/ui.datepicker.js ============================================================================== --- branches/1.5.3/ui/ui.datepicker.js (original) +++ branches/1.5.3/ui/ui.datepicker.js Fri Nov 28 13:13:13 2008 @@ -233,12 +233,6 @@ this._updateDatepicker(inst); }, - /*
r1025 - branches/1.5.3
Author: rdworth Date: Fri Nov 28 13:07:29 2008 New Revision: 1025 Added: branches/1.5.3/ - copied from r747, /tags/1.5.2/ Log: created 1.5.3 branch from 1.5.2 tag rev747
r1024 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Fri Nov 28 08:40:12 2008 New Revision: 1024 Modified: branches/dev/grid/tests/visual/infiniteScrolling.html branches/dev/grid/ui/ui.infiniteScrolling.js Log: infiniteScrolling: now supports true infinite scrolling: if you don't set the 'total' option, empty rows are not allocated and it simply appends new rows when it comes to the end of the scrollbar Modified: branches/dev/grid/tests/visual/infiniteScrolling.html ==============================================================================
r1023 - trunk/ui
Author: eduardolundgren Date: Fri Nov 28 07:43:32 2008 New Revision: 1023 Modified: trunk/ui/ui.core.js trunk/ui/ui.draggable.js trunk/ui/ui.slider.js trunk/ui/ui.sortable.js Log: Source formatting Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Fri Nov 28 07:43:32 2008 @@ -187,7 +187,7 @@ }, scrollParent: function() { - + var scrollParent; if(($.browser.msie
r1022 - branches/dev/grid/ui
Author: paul.bakaus Date: Fri Nov 28 02:32:14 2008 New Revision: 1022 Modified: branches/dev/grid/ui/ui.grid.js Log: grid: implemented 'chunk' option in grid Modified: branches/dev/grid/ui/ui.grid.js ============================================================================== --- branches/dev/grid/ui/ui.grid.js (original) +++ branches/dev/grid/ui/ui.grid.js Fri Nov 28 02:32:14 2008 @@ -242,7 +242,7 @@ self.infiniteScrollingJustInitiated = true; $('div.ui-grid-content',
r1021 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Fri Nov 28 02:28:30 2008 New Revision: 1021 Modified: branches/dev/grid/tests/visual/infiniteScrolling.html branches/dev/grid/ui/ui.grid.js branches/dev/grid/ui/ui.infiniteScrolling.js Log: infiniteScrolling: renamed option 'block' to 'chunk' Modified: branches/dev/grid/tests/visual/infiniteScrolling.html ============================================================================== --- branches/dev/grid/tests/visual/infiniteScrolling.html (original) +++ branches/dev/grid/tests/visual/infiniteScrolling.html Fri
r1020 - branches/dev/grid/ui
Author: paul.bakaus Date: Fri Nov 28 01:25:55 2008 New Revision: 1020 Modified: branches/dev/grid/ui/ui.infiniteScrolling.js Log: infiniteScrolling: implemented 'delay' option, causes the update event to be delayed, so if you scroll fast, or directly to a block, only the immediate blocks are shown/preloaded (default to 100ms) Modified: branches/dev/grid/ui/ui.infiniteScrolling.js ============================================================================== --- branches/dev/grid/ui/ui.infiniteScrolling.js (original)
r1019 - branches/dev/grid/ui
Author: paul.bakaus Date: Fri Nov 28 01:08:22 2008 New Revision: 1019 Modified: branches/dev/grid/ui/ui.infiniteScrolling.js Log: infiniteScrolling: fixed IE issue related to setting a new innerHTML on a table element Modified: branches/dev/grid/ui/ui.infiniteScrolling.js ============================================================================== --- branches/dev/grid/ui/ui.infiniteScrolling.js (original) +++ branches/dev/grid/ui/ui.infiniteScrolling.js Fri Nov 28 01:08:22 2008 @@ -17,18
r1018 - branches/dev/grid/ui
Author: paul.bakaus Date: Fri Nov 28 00:58:52 2008 New Revision: 1018 Modified: branches/dev/grid/ui/ui.infiniteScrolling.js Log: infiniteScrolling: infinite scrolling is only triggered when scrollTop is actually modified, not always on the scroll event Modified: branches/dev/grid/ui/ui.infiniteScrolling.js ============================================================================== --- branches/dev/grid/ui/ui.infiniteScrolling.js (original) +++ branches/dev/grid/ui/ui.infiniteScrolling.js Fri
r1017 - branches/dev/grid/ui
Author: paul.bakaus Date: Fri Nov 28 00:54:16 2008 New Revision: 1017 Modified: branches/dev/grid/ui/ui.grid.js branches/dev/grid/ui/ui.infiniteScrolling.js Log: grid: use event delegation to add row hovering infiniteScrolling: better calculation of firstItem/lastItem (still buggy), report total rows in ui object Modified: branches/dev/grid/ui/ui.grid.js ============================================================================== --- branches/dev/grid/ui/ui.grid.js (original) +++ branches/dev/grid/ui/ui.grid.js Fri
r1016 - branches/dev/grid/ui
Author: paul.bakaus Date: Thu Nov 27 02:11:47 2008 New Revision: 1016 Modified: branches/dev/grid/ui/ui.draggable.js Log: draggable: Implemented keepHelper option that allows to keep the i.e. the clone after the drag (this was requested frequently) Modified: branches/dev/grid/ui/ui.draggable.js ============================================================================== --- branches/dev/grid/ui/ui.draggable.js (original) +++ branches/dev/grid/ui/ui.draggable.js Thu Nov 27 02:11:47 2008 @@
#3606 Discussion: Rename accordion change event
See http://ui.jquery.com/bugs/ticket/3606 Currently the accordion binds a change-event handler by default, which causes problems with forms inside the accordion: Upon changing an input field inside that accordion, a change event is bubbled and handled by the accordion, usually resulting in an error, as the ui argument is missing. Looking at other plugins, custom events aren't namespaced, eg. accordionchange isn't a good name. What would be a better fit? I'd also like to get some comments on this
r1015 - in branches/experimental/tabbable: . tests
Author: a.farkas.pm Date: Wed Nov 26 11:04:40 2008 New Revision: 1015 Modified: branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: #3559: added some tests and enabled suggested getTabIndex-function Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Wed
r1014 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Wed Nov 26 08:21:04 2008 New Revision: 1014 Added: branches/dev/grid/tests/visual/infiniteScrolling.html branches/dev/grid/ui/ui.infiniteScrolling.js Modified: branches/dev/grid/tests/visual/grid.html branches/dev/grid/ui/ui.grid.js Log: infiniteScrolling: initial implementation of a utility that solves infinite table scrolling and provides callbacks to retrieve and fill rows grid: supports and implements infinite scrolling (by disabling this.options.pagination, see visual
r1013 - branches/dev/grid/ui
Author: paul.bakaus Date: Wed Nov 26 02:58:41 2008 New Revision: 1013 Modified: branches/dev/grid/ui/ui.grid.js Log: grid: implemented fixed column width, improvements to fixed column headers and scrolling (still needs the little box at the end of the column headers to serve as scrollbar placeholder) Modified: branches/dev/grid/ui/ui.grid.js ============================================================================== --- branches/dev/grid/ui/ui.grid.js (original) +++ branches/dev/grid/ui/ui.grid.js Wed
ThemeRoller CSS framework updates and demos
I finished up the majority of the new UI CSS framework today. Almost all of the framework classes have been changed now to reflect the new naming conventions decided in an earlier thread. The icon classes are all sprite-driven. FRAMEWORK CSS: Please view the generated CSS here: http://www.filamentgroup.com/clients/jQueryUI/applications/themeroller/css/jquery-ui-base.css.php [ note that there are styles at the bottom for all the ui widgets still, and most of them are not written for the new framework
Next Page