r1449 - trunk/ui
Author: scott.gonzalez Date: Wed Dec 31 19:10:43 2008 New Revision: 1449 Modified: trunk/ui/ui.core.js Log: Core: Cleaned up whitespace. Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Wed Dec 31 19:10:43 2008 @@ -14,7 +14,6 @@ //Helper functions and ui object $.ui = { - version: "@VERSION", // $.ui.plugin is deprecated. Use the proxy pattern instead. @@ -125,7 +124,6
r1444 - in tags/1.6rc3/ui: . i18n minified minified/i18n packed packed/i18n
Author: rdworth Date: Wed Dec 31 17:51:42 2008 New Revision: 1444 Added: tags/1.6rc3/ui/i18n/jquery.ui.i18n.all.js tags/1.6rc3/ui/jquery.ui.all.js tags/1.6rc3/ui/minified/ tags/1.6rc3/ui/minified/effects.blind.min.js tags/1.6rc3/ui/minified/effects.bounce.min.js tags/1.6rc3/ui/minified/effects.clip.min.js tags/1.6rc3/ui/minified/effects.core.min.js tags/1.6rc3/ui/minified/effects.drop.min.js tags/1.6rc3/ui/minified/effects.explode.min.js tags/1.6rc3/ui/minified/effects.fold.min.js tags/1.6rc3/ui/minified/effects.highlight.min.js
r1446 - tags/testing
Author: rdworth Date: Wed Dec 31 17:56:38 2008 New Revision: 1446 Removed: tags/testing/ Log: updating testing tag
r1445 - trunk
Author: rdworth Date: Wed Dec 31 17:53:03 2008 New Revision: 1445 Modified: trunk/version.txt Log: set trunk version back to 1.6pre Modified: trunk/version.txt ============================================================================== --- trunk/version.txt (original) +++ trunk/version.txt Wed Dec 31 17:53:03 2008 @@ -1 +1 @@ -1.6rc3 \ No newline at end of file +1.6pre \ No newline at end of file
r1447 - tags/testing
Author: rdworth Date: Wed Dec 31 17:57:09 2008 New Revision: 1447 Added: tags/testing/ - copied from r1444, /tags/1.6rc3/ Log: updated testing tag as 1.6rc3
r1443 - in tags/1.6rc3/tests/plugins: . cookie
Author: rdworth Date: Wed Dec 31 17:34:03 2008 New Revision: 1443 Added: tags/1.6rc3/tests/plugins/cookie/ tags/1.6rc3/tests/plugins/cookie/jquery.cookie.js tags/1.6rc3/tests/plugins/cookie/jquery.cookie.min.js tags/1.6rc3/tests/plugins/cookie/jquery.cookie.pack.js tags/1.6rc3/tests/plugins/cookie/jquery.cookie.zip (contents, props changed) Modified: tags/1.6rc3/tests/plugins/ (props changed) Log: tags/1.6rc3: removed svn:externals Added: tags/1.6rc3/tests/plugins/cookie/jquery.cookie.js ==============================================================================
r1442 - in tags/1.6rc3/tests: . qunit
Author: rdworth Date: Wed Dec 31 17:32:58 2008 New Revision: 1442 Added: tags/1.6rc3/tests/qunit/ tags/1.6rc3/tests/qunit/testrunner.js tags/1.6rc3/tests/qunit/testsuite.css Modified: tags/1.6rc3/tests/ (props changed) Log: tags/1.6rc3: removed svn:externals Added: tags/1.6rc3/tests/qunit/testrunner.js ============================================================================== --- (empty file) +++ tags/1.6rc3/tests/qunit/testrunner.js Wed Dec 31 17:32:58 2008 @@ -0,0 +1,735 @@ +/* + * QUnit
r1441 - tags/1.6rc3
Author: rdworth Date: Wed Dec 31 17:30:14 2008 New Revision: 1441 Added: tags/1.6rc3/ - copied from r1440, /trunk/ Log: tagged trunk r1440 as 1.6rc3
r1440 - trunk
Author: rdworth Date: Wed Dec 31 17:29:05 2008 New Revision: 1440 Modified: trunk/version.txt Log: set version to 1.6rc3 Modified: trunk/version.txt ============================================================================== --- trunk/version.txt (original) +++ trunk/version.txt Wed Dec 31 17:29:05 2008 @@ -1 +1 @@ -1.6pre \ No newline at end of file +1.6rc3 \ No newline at end of file
r1439 - trunk/release
Author: rdworth Date: Wed Dec 31 17:24:55 2008 New Revision: 1439 Modified: trunk/release/build.xml Log: release/build.xml: corrected build to place additional folder level in zip file Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Wed Dec 31 17:24:55 2008 @@ -93,7 +93,7 @@ <target description="Zip the package" name="zip"> <zip destfile="${dist.dir}/../${release.filename}.zip">
r1438 - trunk/themes/default
Author: rdworth Date: Wed Dec 31 16:49:42 2008 New Revision: 1438 Modified: trunk/themes/default/ui.theme.css Log: reverted r1437 as it seems it came from a TR cache Modified: trunk/themes/default/ui.theme.css ============================================================================== --- trunk/themes/default/ui.theme.css (original) +++ trunk/themes/default/ui.theme.css Wed Dec 31 16:49:42 2008 @@ -41,7 +41,7 @@ .ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png);
r1437 - trunk/themes/default
Author: rdworth Date: Wed Dec 31 16:43:09 2008 New Revision: 1437 Modified: trunk/themes/default/ui.theme.css Log: themes/default: updated generated ui.theme.css from themeroller Modified: trunk/themes/default/ui.theme.css ============================================================================== --- trunk/themes/default/ui.theme.css (original) +++ trunk/themes/default/ui.theme.css Wed Dec 31 16:43:09 2008 @@ -41,7 +41,7 @@ .ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png);
r1436 - in trunk/demos: accordion datepicker dialog draggable droppable progressbar resizable sel...
Author: rdworth Date: Wed Dec 31 16:36:10 2008 New Revision: 1436 Modified: trunk/demos/accordion/index.html trunk/demos/datepicker/index.html trunk/demos/dialog/index.html trunk/demos/draggable/index.html trunk/demos/droppable/index.html trunk/demos/progressbar/index.html trunk/demos/resizable/index.html trunk/demos/selectable/index.html trunk/demos/slider/index.html trunk/demos/sortable/index.html trunk/demos/tabs/index.html Log: demos: touch ups Modified: trunk/demos/accordion/index.html ==============================================================================
r1435 - in trunk/demos: datepicker draggable droppable resizable
Author: rdworth Date: Wed Dec 31 16:27:45 2008 New Revision: 1435 Removed: trunk/demos/droppable/tolerance.html Modified: trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/inline.html trunk/demos/datepicker/multiple_calendars.html trunk/demos/draggable/index.html trunk/demos/droppable/greedy.html trunk/demos/droppable/index.html trunk/demos/resizable/alsoresize.html trunk/demos/resizable/animate.html trunk/demos/resizable/aspectratio.html
r1431 - trunk/demos/sortable
Author: rdworth Date: Wed Dec 31 15:56:02 2008 New Revision: 1431 Modified: trunk/demos/sortable/delaydistance.html Log: demos/sortable: fitting into demo preview frame Modified: trunk/demos/sortable/delaydistance.html ============================================================================== --- trunk/demos/sortable/delaydistance.html (original) +++ trunk/demos/sortable/delaydistance.html Wed Dec 31 15:56:02 2008 @@ -8,20 +8,17 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
r1427 - in trunk/demos: draggable effects_general effects_showhide selectable
Author: rdworth Date: Wed Dec 31 15:29:44 2008 New Revision: 1427 Modified: trunk/demos/draggable/containment_iframe.html (contents, props changed) trunk/demos/effects_general/bounce.html (contents, props changed) trunk/demos/effects_general/default.html (contents, props changed) trunk/demos/effects_general/highlight.html (contents, props changed) trunk/demos/effects_general/index.html (contents, props changed) trunk/demos/effects_general/pulsate.html (contents, props changed) trunk/demos/effects_general/scale.html
r1432 - trunk/demos/sortable
Author: rdworth Date: Wed Dec 31 15:57:05 2008 New Revision: 1432 Modified: trunk/demos/sortable/connectwith.html Log: demos/sortable/connectwith.html: removed wrong description Modified: trunk/demos/sortable/connectwith.html ============================================================================== --- trunk/demos/sortable/connectwith.html (original) +++ trunk/demos/sortable/connectwith.html Wed Dec 31 15:57:05 2008 @@ -43,7 +43,7 @@ <div class="demo-description"> -The easiest way to make
r1426 - trunk/demos/selectable
Author: rdworth Date: Wed Dec 31 15:27:40 2008 New Revision: 1426 Added: trunk/demos/selectable/floating.html trunk/demos/selectable/serializing.html Modified: trunk/demos/selectable/default.html trunk/demos/selectable/index.html Log: demos/sortable: touched up selectable demos Modified: trunk/demos/selectable/default.html ============================================================================== --- trunk/demos/selectable/default.html (original) +++ trunk/demos/selectable/default.html Wed
r1428 - in trunk/demos: selectable sortable
Author: rdworth Date: Wed Dec 31 15:41:40 2008 New Revision: 1428 Modified: trunk/demos/selectable/default.html trunk/demos/selectable/floating.html trunk/demos/selectable/serializing.html trunk/demos/sortable/default.html trunk/demos/sortable/floating.html trunk/demos/sortable/placeholder.html Log: demos: some sizing issues with selectable and sortable demos Modified: trunk/demos/selectable/default.html ============================================================================== --- trunk/demos/selectable/default.html (original)
r1433 - trunk/demos/selectable
Author: rdworth Date: Wed Dec 31 15:58:34 2008 New Revision: 1433 Modified: trunk/demos/selectable/serializing.html Log: demos/selectable: fitting into demo preview frame Modified: trunk/demos/selectable/serializing.html ============================================================================== --- trunk/demos/selectable/serializing.html (original) +++ trunk/demos/selectable/serializing.html Wed Dec 31 15:58:34 2008 @@ -43,7 +43,6 @@ <li class="ui-widget-content">Item 4</li> <li
r1429 - in trunk/demos: selectable sortable
Author: rdworth Date: Wed Dec 31 15:50:39 2008 New Revision: 1429 Modified: trunk/demos/selectable/default.html trunk/demos/selectable/serializing.html trunk/demos/sortable/default.html trunk/demos/sortable/placeholder.html Log: demos: some sizing issues with selectable and sortable demos Modified: trunk/demos/selectable/default.html ============================================================================== --- trunk/demos/selectable/default.html (original) +++ trunk/demos/selectable/default.html Wed
r1434 - trunk/demos/resizable
Author: rdworth Date: Wed Dec 31 16:00:04 2008 New Revision: 1434 Modified: trunk/demos/resizable/alsoresize.html Log: demos/resizable: fitting into demo preview frame Modified: trunk/demos/resizable/alsoresize.html ============================================================================== --- trunk/demos/resizable/alsoresize.html (original) +++ trunk/demos/resizable/alsoresize.html Wed Dec 31 16:00:04 2008 @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" />
r1430 - trunk/demos/dialog
Author: rdworth Date: Wed Dec 31 15:53:47 2008 New Revision: 1430 Modified: trunk/demos/dialog/default.html trunk/demos/dialog/modal.html trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_form.html trunk/demos/dialog/modal_message.html Log: demos/dialog: fitting into demo preview frame Modified: trunk/demos/dialog/default.html ============================================================================== --- trunk/demos/dialog/default.html (original) +++ trunk/demos/dialog/default.html Wed
r1425 - trunk/demos
Author: rdworth Date: Wed Dec 31 15:11:31 2008 New Revision: 1425 Modified: trunk/demos/index.html Log: demos/index.html: load effects as well as ui files Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Wed Dec 31 15:11:31 2008 @@ -18,6 +18,19 @@ <script type="text/javascript" src="../ui/ui.slider.js"></script> <script type="text/javascript" src="../ui/ui.sortable.js"></script>
r1423 - in trunk/demos: . effects effects-easing effects-general effects_general effects_showhide
Author: rdworth Date: Wed Dec 31 14:53:33 2008 New Revision: 1423 Added: trunk/demos/effects_general/ (props changed) - copied from r1415, /trunk/demos/effects-general/ trunk/demos/effects_general/bounce.html trunk/demos/effects_general/default.html trunk/demos/effects_general/highlight.html trunk/demos/effects_general/pulsate.html trunk/demos/effects_general/scale.html trunk/demos/effects_general/shake.html trunk/demos/effects_general/size.html trunk/demos/effects_general/transfer.html trunk/demos/effects_showhide/
r1424 - trunk/demos/sortable
Author: rdworth Date: Wed Dec 31 15:10:48 2008 New Revision: 1424 Modified: trunk/demos/sortable/default.html trunk/demos/sortable/delaydistance.html trunk/demos/sortable/droponempty.html trunk/demos/sortable/droppable.html trunk/demos/sortable/floating.html trunk/demos/sortable/items.html trunk/demos/sortable/placeholder.html Log: demos/sortable: touched up sortable demos Modified: trunk/demos/sortable/default.html ============================================================================== ---
r1422 - in trunk/demos: datepicker draggable droppable slider sortable
Author: rdworth Date: Wed Dec 31 14:16:02 2008 New Revision: 1422 Modified: trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/multiple_calendars.html trunk/demos/draggable/axis.html trunk/demos/draggable/containment.html trunk/demos/draggable/containment_iframe.html trunk/demos/draggable/cursorat.html trunk/demos/draggable/delaydistance.html trunk/demos/draggable/grid.html trunk/demos/draggable/handle.html trunk/demos/draggable/helper.html
r1420 - trunk/demos/effects
Author: rdworth Date: Wed Dec 31 13:18:06 2008 New Revision: 1420 Added: trunk/demos/effects/blind.html trunk/demos/effects/clip.html trunk/demos/effects/default.html trunk/demos/effects/drop.html trunk/demos/effects/explode.html trunk/demos/effects/fold.html trunk/demos/effects/puff.html trunk/demos/effects/scale.html trunk/demos/effects/slide.html Modified: trunk/demos/effects/index.html Log: demos/effects: Added show/hide/toggle effect demos Added: trunk/demos/effects/blind.html ==============================================================================
r1421 - trunk/ui
Author: scott.gonzalez Date: Wed Dec 31 13:27:56 2008 New Revision: 1421 Modified: trunk/ui/ui.slider.js Log: Slider: Fixed #3717: Correct event types for callbacks. Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Wed Dec 31 13:27:56 2008 @@ -431,6 +431,7 @@ $.extend($.ui.slider, { getter: "value values", version: "@VERSION", + eventPrefix: "slide", defaults:
r1419 - trunk/demos/dialog
Author: rdworth Date: Wed Dec 31 12:16:15 2008 New Revision: 1419 Modified: trunk/demos/dialog/modal.html Log: demos/dialog/modal.html: clarified the description for modal Modified: trunk/demos/dialog/modal.html ============================================================================== --- trunk/demos/dialog/modal.html (original) +++ trunk/demos/dialog/modal.html Wed Dec 31 12:16:15 2008 @@ -27,12 +27,12 @@ <div class="demo"> - <div id="dialog" title="Basic modal dialog"> - Adding
r1418 - trunk/demos/slider
Author: rdworth Date: Wed Dec 31 12:03:03 2008 New Revision: 1418 Modified: trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: space before /> Modified: trunk/demos/slider/slider_vertical.html ============================================================================== --- trunk/demos/slider/slider_vertical.html (original) +++ trunk/demos/slider/slider_vertical.html Wed Dec 31 12:03:03 2008 @@ -32,7 +32,7 @@ <label for="amount">Volume:</label> -<input type="text" id="amount"
r1416 - trunk/ui
Author: rdworth Date: Wed Dec 31 11:55:16 2008 New Revision: 1416 Modified: trunk/ui/ui.slider.js Log: Fixed #3716 - slider: range handles should not be able to cross Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Wed Dec 31 11:55:16 2008 @@ -21,6 +21,8 @@ this._keySliding = false; + this._handleIndex = null; + this._mouseInit(); this.element
r1417 - trunk/demos/dialog
Author: rdworth Date: Wed Dec 31 12:01:55 2008 New Revision: 1417 Modified: trunk/demos/dialog/modal.html Log: demos/dialog/modal.html: clarified the description for modal Modified: trunk/demos/dialog/modal.html ============================================================================== --- trunk/demos/dialog/modal.html (original) +++ trunk/demos/dialog/modal.html Wed Dec 31 12:01:55 2008 @@ -48,11 +48,15 @@ </div><!-- End demo --> - - <div class="demo-description"> - This is identical to
r1415 - trunk/demos/selectable
Author: cloudream@gmail.com Date: Wed Dec 31 09:47:42 2008 New Revision: 1415 Added: trunk/demos/selectable/default.html Log: demos: +selectable default demo Added: trunk/demos/selectable/default.html ============================================================================== --- (empty file) +++ trunk/demos/selectable/default.html Wed Dec 31 09:47:42 2008 @@ -0,0 +1,55 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Selectable - Default Demo</title> + <link type="text/css"
r1413 - trunk/ui
Author: rdworth Date: Wed Dec 31 09:15:47 2008 New Revision: 1413 Modified: trunk/ui/ui.datepicker.js Log: Fixed #3712 - Month and year dropdown mis-alignment in datepicker Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Wed Dec 31 09:15:47 2008 @@ -1318,6 +1318,7 @@ var dayNamesShort = this._get(inst, 'dayNamesShort'); var dayNamesMin = this._get(inst,
Dialog height is wrong when I call dialog("open") more than one time
Hello, I'm trying the new jquery-ui and I've found a little problem with dialog. I modfied the modal form demo (latest from svn) and added a button to open the dialog. The first time the dialog is opened it works well, but if I call close and then open again the dialog height is wrong. If I open the dialog the third time it is ok again. You can find the test page at this address http://devtests.libertyline.com/jquery-ui/demos/dialog/mf.html Thanks and happy new year to everybody. Daniele
r1411 - trunk/ui
Author: scott.gonzalez Date: Wed Dec 31 08:10:38 2008 New Revision: 1411 Modified: trunk/ui/ui.core.js Log: Core: Whitespace only. Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Wed Dec 31 08:10:38 2008 @@ -367,8 +367,10 @@ this.options[key] = value; if (key == 'disabled') { - this.element[value ? 'addClass' : 'removeClass']( - this.widgetBaseClass
r1412 - trunk/tests
Author: scott.gonzalez Date: Wed Dec 31 08:23:58 2008 New Revision: 1412 Modified: trunk/tests/dialog.js Log: Dialog tests: Fixed typo. Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original) +++ trunk/tests/dialog.js Wed Dec 31 08:23:58 2008 @@ -687,7 +687,7 @@ el.remove(); el = $('<div></div>').dialog().bind('dialogclose', function(ev, ui) { - ok(true, '.dialog("close") firse dialogclose
r1410 - trunk/demos/slider
Author: rdworth Date: Wed Dec 31 07:22:54 2008 New Revision: 1410 Modified: trunk/demos/slider/default.html trunk/demos/slider/multiple_vertical.html trunk/demos/slider/range.html trunk/demos/slider/range_vertical.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: demos/slider: removed media="screen" Modified: trunk/demos/slider/default.html ==============================================================================
r1409 - trunk/demos/draggable
Author: paul.bakaus Date: Wed Dec 31 07:14:06 2008 New Revision: 1409 Added: trunk/demos/draggable/containment_iframe.html Modified: trunk/demos/draggable/containment.html Log: demos: added inner iframe for draggable containment demo Modified: trunk/demos/draggable/containment.html ============================================================================== --- trunk/demos/draggable/containment.html (original) +++ trunk/demos/draggable/containment.html Wed Dec 31 07:14:06 2008 @@ -2,47 +2,15
Next Page