]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
13 years agofix tests
Manolo Carrasco [Fri, 15 Apr 2011 08:04:16 +0000 (08:04 +0000)]
fix tests

13 years agoRevert method f to return an object and avoid eclipse warnings. Accept either dom...
Manolo Carrasco [Fri, 15 Apr 2011 06:59:58 +0000 (06:59 +0000)]
Revert method f to return an object and avoid eclipse warnings. Accept either dom.Element or client.Element in function methods. Tests for map() which was untested. Added shortcut method to get/set id

13 years agoadd nextUntil, prevUntil, parentsUntil methods + tests
Julien Dramaix [Thu, 14 Apr 2011 19:26:07 +0000 (19:26 +0000)]
add nextUntil, prevUntil, parentsUntil methods + tests

13 years agoremove import
Manolo Carrasco [Thu, 14 Apr 2011 07:27:20 +0000 (07:27 +0000)]
remove import

13 years agoa better casting for the gwtc compiler
Manolo Carrasco [Thu, 14 Apr 2011 07:20:14 +0000 (07:20 +0000)]
a better casting for the gwtc compiler

13 years agoDo not return unparametrized array in list
Manolo Carrasco [Thu, 14 Apr 2011 07:14:52 +0000 (07:14 +0000)]
Do not return unparametrized array in list

13 years agoadd fadeToggle() shortcut method in GQuery class
Julien Dramaix [Wed, 13 Apr 2011 12:35:51 +0000 (12:35 +0000)]
add fadeToggle() shortcut method in GQuery class

13 years agoremove java.util.Map in GQuery class (closest method)
Manolo Carrasco [Wed, 13 Apr 2011 10:20:57 +0000 (10:20 +0000)]
remove java.util.Map in GQuery class (closest method)

13 years agoadding emma plugin
Manolo Carrasco [Tue, 12 Apr 2011 23:30:03 +0000 (23:30 +0000)]
adding emma plugin

13 years agoadding cache benchmark in the examples index
Manolo Carrasco [Tue, 12 Apr 2011 23:14:46 +0000 (23:14 +0000)]
adding cache benchmark in the examples index

13 years agopom changes in devtest module. Missing assertions and latest tests
Manolo Carrasco [Tue, 12 Apr 2011 22:53:35 +0000 (22:53 +0000)]
pom changes in devtest module. Missing assertions and latest tests

13 years agotests for jsCache, permit null values and zero as key, tostring
Manolo Carrasco [Tue, 12 Apr 2011 22:51:23 +0000 (22:51 +0000)]
tests for jsCache, permit null values and zero as key, tostring

13 years agoimplement undelegate methods
Julien Dramaix [Mon, 11 Apr 2011 20:34:40 +0000 (20:34 +0000)]
implement undelegate methods

13 years agoadd delegate() methods
Julien Dramaix [Mon, 11 Apr 2011 18:52:12 +0000 (18:52 +0000)]
add delegate() methods

13 years agofixing compilation
Manolo Carrasco [Sun, 10 Apr 2011 21:05:20 +0000 (21:05 +0000)]
fixing compilation

13 years agoNew js object and methods
Manolo Carrasco [Sun, 10 Apr 2011 20:47:47 +0000 (20:47 +0000)]
New js object and methods

13 years agouse an unused event mask for ONSUBMIT
Julien Dramaix [Sun, 10 Apr 2011 20:25:50 +0000 (20:25 +0000)]
use an unused event mask for ONSUBMIT

13 years agoadd testLiveWithEventBit and testLiveWithMultipleEvent tests !
Julien Dramaix [Sun, 10 Apr 2011 19:58:50 +0000 (19:58 +0000)]
add testLiveWithEventBit and testLiveWithMultipleEvent tests !

13 years agothis line was committed by mistake, tests notized me that something was wrong :-)
Manolo Carrasco [Sun, 10 Apr 2011 14:39:44 +0000 (14:39 +0000)]
this line was committed by mistake, tests notized me that something was wrong :-)

13 years agoHanding multiple event bits in live and die, and list of event names
Manolo Carrasco [Sun, 10 Apr 2011 09:21:06 +0000 (09:21 +0000)]
Handing multiple event bits in live and die, and list of event names

13 years agooopps testLiveWithMultipleEvent() should not be committed
Julien Dramaix [Sun, 10 Apr 2011 08:17:32 +0000 (08:17 +0000)]
oopps testLiveWithMultipleEvent() should not be committed

13 years ago- correct live implementation to accept an array of Function
Julien Dramaix [Sun, 10 Apr 2011 07:10:31 +0000 (07:10 +0000)]
- correct live implementation to accept an array of Function
- method live(String, Object, Function) loop on itself

13 years agoRefactoring JsCollection benchmarking
Manolo Carrasco [Sun, 10 Apr 2011 06:51:23 +0000 (06:51 +0000)]
Refactoring JsCollection benchmarking

13 years agoFixing an old bug in code which was making live methods without context fail the...
Manolo Carrasco [Sat, 9 Apr 2011 14:45:46 +0000 (14:45 +0000)]
Fixing an old bug in code which was making live methods without context fail the second time. And Fixing a NullPointerException when calling die in an element without live functions

13 years agoHashMap versus JsMap/JsCache
Julien Dramaix [Sat, 9 Apr 2011 08:07:28 +0000 (08:07 +0000)]
HashMap versus JsMap/JsCache

13 years agoremove unused import
Julien Dramaix [Sat, 9 Apr 2011 05:48:56 +0000 (05:48 +0000)]
remove unused import

13 years agoremove compiler error: Constructors must be 'protected' in subclasses of JavaScriptO...
Manolo Carrasco [Sat, 9 Apr 2011 01:00:25 +0000 (01:00 +0000)]
remove compiler error:  Constructors must be 'protected' in subclasses of JavaScriptObject

13 years agolive methods should follow the same api that gquery uses for bind, using Event.*...
Manolo Carrasco [Sat, 9 Apr 2011 00:56:13 +0000 (00:56 +0000)]
live methods should follow the same api that gquery uses for bind, using Event.* constants to be more type-safe.

13 years agoimplement live() and die methods
Julien Dramaix [Fri, 8 Apr 2011 18:35:54 +0000 (18:35 +0000)]
implement live() and die methods

13 years agolet addLiveEvents() method calls
Julien Dramaix [Thu, 7 Apr 2011 03:48:06 +0000 (03:48 +0000)]
let addLiveEvents() method calls

13 years agocorrect test
Julien Dramaix [Thu, 7 Apr 2011 03:46:18 +0000 (03:46 +0000)]
correct test

13 years agoadd closest methods !
Julien Dramaix [Wed, 6 Apr 2011 21:50:43 +0000 (21:50 +0000)]
add closest methods !

13 years agoProperties constructor now accepts css syntax
Manolo Carrasco [Wed, 6 Apr 2011 08:42:19 +0000 (08:42 +0000)]
Properties constructor now accepts css syntax

13 years agoCheck that gquery has elements to avoid exceptions
Manolo Carrasco [Wed, 6 Apr 2011 06:49:12 +0000 (06:49 +0000)]
Check that gquery has elements to avoid exceptions

13 years agoupdate lazy widgets api
Manolo Carrasco [Tue, 5 Apr 2011 09:40:21 +0000 (09:40 +0000)]
update lazy widgets api

13 years agomoved gwt widgets from gwtquery to gquery enhance plugin
Manolo Carrasco [Tue, 5 Apr 2011 08:16:39 +0000 (08:16 +0000)]
moved gwt widgets from gwtquery to gquery enhance plugin

13 years agonull
Manolo Carrasco [Mon, 4 Apr 2011 16:18:12 +0000 (16:18 +0000)]
null

13 years agocheck that first element exists in all gquery methods
Manolo Carrasco [Mon, 4 Apr 2011 16:08:49 +0000 (16:08 +0000)]
check that first element exists in all gquery methods

13 years agoImplement live and die methods, fixes issue#69. Little changes in .js package
Manolo Carrasco [Mon, 4 Apr 2011 12:20:03 +0000 (12:20 +0000)]
Implement live and die methods, fixes issue#69. Little changes in .js package

13 years agomake Easing an interface instead of an Enum. Users can easily their own easing functi...
Julien Dramaix [Sat, 2 Apr 2011 08:41:59 +0000 (08:41 +0000)]
make Easing an interface instead of an Enum. Users can easily their own easing function. That allows also defining others easing functions in a plugin

13 years agoremove System.err.println() calls
Julien Dramaix [Thu, 31 Mar 2011 21:28:41 +0000 (21:28 +0000)]
remove System.err.println() calls

13 years agoadd test for unwrap() method
Julien Dramaix [Thu, 31 Mar 2011 21:27:41 +0000 (21:27 +0000)]
add test for unwrap() method

13 years agoadd animation simple (queue, delay ...)
Julien Dramaix [Thu, 31 Mar 2011 21:23:41 +0000 (21:23 +0000)]
add animation simple (queue, delay ...)

13 years ago- add unwrap() method
Julien Dramaix [Thu, 31 Mar 2011 21:22:49 +0000 (21:22 +0000)]
- add unwrap() method
- correct bug in replaceWith method : order of replacing element was not kept
- add animations method : delay, queue, dequeue, clearQueue, animate, stop and slide*

13 years agoimprove tests for detach and remove methods
Julien Dramaix [Tue, 29 Mar 2011 13:18:04 +0000 (13:18 +0000)]
improve tests for detach and remove methods

13 years agoLet gquery to use the most adequate selector here
Manolo Carrasco [Tue, 29 Mar 2011 10:21:15 +0000 (10:21 +0000)]
Let gquery to use the most adequate selector here

13 years agomake rebind static and call sink only if a gwt EventListener is associated to the...
Julien Dramaix [Tue, 29 Mar 2011 01:02:18 +0000 (01:02 +0000)]
make rebind static and call sink only if a gwt EventListener is associated to the element

13 years agomake rebind static and call sink only if a gwt EventListener is associated to the...
Julien Dramaix [Tue, 29 Mar 2011 01:02:03 +0000 (01:02 +0000)]
make rebind static and call sink only if a gwt EventListener is associated to the element

13 years agoadd detach method.
Julien Dramaix [Mon, 28 Mar 2011 21:13:39 +0000 (21:13 +0000)]
add detach method.
refactoring of the remove() method to be compliant with jQuery documentation
add test for remove and detach methods.
Don't try to clean GQuery events if no one EventListener exists + correct bug in event cleaning

13 years agoprintln
Manolo Carrasco [Mon, 28 Mar 2011 15:03:12 +0000 (15:03 +0000)]
println

13 years agoCall rebind whenenver an element is reattached to the DOM, and clean events and data...
Manolo Carrasco [Mon, 28 Mar 2011 14:55:52 +0000 (14:55 +0000)]
Call rebind whenenver an element is reattached to the DOM, and clean events and data only if the remove method is called with "true" arg

13 years agoeq() and get() method must accept negative index (count from the end of the matched...
Julien Dramaix [Mon, 28 Mar 2011 12:25:55 +0000 (12:25 +0000)]
eq() and get() method must accept negative index (count from the end of the matched set)

13 years agoAdd the old widget element when its parent is HTMLPanel and we want maintain it hidde...
Manolo Carrasco [Thu, 24 Mar 2011 12:01:55 +0000 (12:01 +0000)]
Add the old widget element when its parent is HTMLPanel and we want maintain it hidden in the dom

13 years agoHandle replacement of widgets, it needs to deal with more gwt panels
Manolo Carrasco [Thu, 24 Mar 2011 11:42:58 +0000 (11:42 +0000)]
Handle replacement of widgets, it needs to deal with more gwt panels

13 years agoadding a new method to widgets utils
Manolo Carrasco [Thu, 17 Mar 2011 10:31:39 +0000 (10:31 +0000)]
adding a new method to widgets utils

13 years agoChange in deploy phase of artifact for 2.2.0
Manolo Carrasco [Tue, 15 Mar 2011 18:11:15 +0000 (18:11 +0000)]
Change in deploy phase of artifact for 2.2.0

13 years agoadd DecoratorPanel factory
Julien Dramaix [Mon, 14 Mar 2011 21:39:00 +0000 (21:39 +0000)]
add DecoratorPanel factory

13 years ago- add checkbox and radiobutton factories
Julien Dramaix [Mon, 14 Mar 2011 21:11:40 +0000 (21:11 +0000)]
- add checkbox and radiobutton factories
- remove WidgetOptions interface

13 years agoupdate lazy interface
Julien Dramaix [Mon, 14 Mar 2011 11:53:54 +0000 (11:53 +0000)]
update lazy interface

13 years agowidgets plugin take care of widgets hierarchy
Julien Dramaix [Mon, 14 Mar 2011 11:52:30 +0000 (11:52 +0000)]
widgets plugin take care of widgets hierarchy

13 years agocall RootPanel.detachOnWindowClose only when the widget is not in another widget...
Manolo Carrasco [Wed, 9 Mar 2011 18:47:12 +0000 (18:47 +0000)]
call RootPanel.detachOnWindowClose only when the widget is not in another widget. Detach correctly the widget when is removed in gquery

13 years agomoving back WidgetsUtils, new class GqUi to access protected methods of ui package...
Manolo Carrasco [Wed, 9 Mar 2011 18:02:14 +0000 (18:02 +0000)]
moving back WidgetsUtils, new class GqUi to access protected methods of ui package. Detach widgets when removing elements

13 years agoRemoving Attachable and AttachableComposite and moving WidgetUtils to the gwt Widget...
Manolo Carrasco [Wed, 9 Mar 2011 13:37:15 +0000 (13:37 +0000)]
Removing Attachable and AttachableComposite and moving WidgetUtils to the gwt Widget package so as onAttach is visible.

13 years ago- cannot replace some html tags
Julien Dramaix [Tue, 8 Mar 2011 16:03:04 +0000 (16:03 +0000)]
- cannot replace some html tags
- append widget on li td th elements
- remove tags constraint on some widget factory

13 years agoremoved unused method
Manolo Carrasco [Mon, 7 Mar 2011 10:53:46 +0000 (10:53 +0000)]
removed unused method

13 years agoadd suggestbox in widget plugin
Julien Dramaix [Mon, 7 Mar 2011 10:11:25 +0000 (10:11 +0000)]
add suggestbox in widget plugin

13 years agoadd suggestbox in widget plugin
Julien Dramaix [Mon, 7 Mar 2011 10:10:48 +0000 (10:10 +0000)]
add suggestbox in widget plugin

13 years agofix iframe detection
Manolo Carrasco [Mon, 7 Mar 2011 07:40:50 +0000 (07:40 +0000)]
fix iframe detection

13 years agochange visibility of methods so as they are available for external plugins
Manolo Carrasco [Mon, 7 Mar 2011 07:23:43 +0000 (07:23 +0000)]
change visibility of methods so as they are available for external plugins

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Sun, 6 Mar 2011 20:38:26 +0000 (20:38 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gquery-archetype-0.5
Manolo Carrasco [Sun, 6 Mar 2011 20:38:15 +0000 (20:38 +0000)]
[maven-release-plugin] prepare release gquery-archetype-0.5

13 years agoUpdate tests to the last gquery api, fixes issue_70
Manolo Carrasco [Sun, 6 Mar 2011 20:37:09 +0000 (20:37 +0000)]
Update tests to the last gquery api, fixes issue_70

13 years agouse a initializer object instead of Function
Julien Dramaix [Sun, 6 Mar 2011 08:08:05 +0000 (08:08 +0000)]
use a initializer object instead of Function

13 years agouse a initializer object instead of Function
Julien Dramaix [Sun, 6 Mar 2011 08:07:46 +0000 (08:07 +0000)]
use a initializer object instead of Function

13 years agoimplement ListBox creation in Widgets plugin
Julien Dramaix [Sat, 5 Mar 2011 21:32:02 +0000 (21:32 +0000)]
implement ListBox creation in Widgets plugin

13 years agocorrect typo
Julien Dramaix [Sat, 5 Mar 2011 20:27:55 +0000 (20:27 +0000)]
correct typo

13 years agoremove enableAnimation ... This option is not needed to construct the widget and...
Julien Dramaix [Sat, 5 Mar 2011 20:16:49 +0000 (20:16 +0000)]
remove enableAnimation ... This option is not needed to construct the widget and can be set in init function

13 years agocheck if a widget is not yet attached to the element before to create a new one
Julien Dramaix [Sat, 5 Mar 2011 19:51:13 +0000 (19:51 +0000)]
check if a widget is not yet attached to the element before to create a new one

13 years agoadd enable animation options
Julien Dramaix [Sat, 5 Mar 2011 19:50:39 +0000 (19:50 +0000)]
add enable animation options

13 years agocheck on presence of a possible existing widget on element constituting the tab widge...
Julien Dramaix [Sat, 5 Mar 2011 19:36:37 +0000 (19:36 +0000)]
check on presence of a possible existing widget on element constituting the tab widget before to create a new one

13 years agoheader must found inside the element !
Julien Dramaix [Sat, 5 Mar 2011 08:09:32 +0000 (08:09 +0000)]
header must found inside the element !

13 years agoadd disclosure panel
Julien Dramaix [Sat, 5 Mar 2011 07:56:06 +0000 (07:56 +0000)]
add disclosure panel

13 years agoimprove filter method to work with detached elements
Julien Dramaix [Fri, 4 Mar 2011 21:18:35 +0000 (21:18 +0000)]
improve filter method to work with detached elements

13 years agoLazy interface for widgets plugins
Julien Dramaix [Fri, 4 Mar 2011 20:37:12 +0000 (20:37 +0000)]
Lazy interface for widgets plugins

13 years agoremove useless functions
Julien Dramaix [Fri, 4 Mar 2011 20:10:44 +0000 (20:10 +0000)]
remove useless functions

13 years agocorrect behavior of replaceWith and replaceAll methods !
Julien Dramaix [Fri, 4 Mar 2011 16:00:03 +0000 (16:00 +0000)]
correct behavior of replaceWith and replaceAll methods !
improve javadocs

13 years agoupdate lazy interfaces
Manolo Carrasco [Fri, 4 Mar 2011 13:13:49 +0000 (13:13 +0000)]
update lazy interfaces

13 years agofix compilation
Manolo Carrasco [Fri, 4 Mar 2011 13:13:03 +0000 (13:13 +0000)]
fix compilation

13 years agoAdded RichTextArea and DateBox widgetfactories. These are example of widgets which...
Manolo Carrasco [Fri, 4 Mar 2011 12:53:33 +0000 (12:53 +0000)]
Added RichTextArea and DateBox widgetfactories. These are example of widgets which need to call onAttach

13 years agoThe method widget now accept the index of the widget to return
Manolo Carrasco [Fri, 4 Mar 2011 12:51:53 +0000 (12:51 +0000)]
The method widget now accept the index of the widget to return

13 years agoimprove widgets plugins
Julien Dramaix [Thu, 3 Mar 2011 22:45:25 +0000 (22:45 +0000)]
improve widgets plugins

13 years agobug in replaceAll() method
Julien Dramaix [Thu, 3 Mar 2011 21:31:51 +0000 (21:31 +0000)]
bug in replaceAll() method

13 years agoremove unused package
Julien Dramaix [Thu, 3 Mar 2011 19:26:41 +0000 (19:26 +0000)]
remove unused package

13 years agofinalize javadocs
Julien Dramaix [Thu, 3 Mar 2011 19:16:55 +0000 (19:16 +0000)]
finalize javadocs

13 years agoReplacing JSArray class in generators
Manolo Carrasco [Thu, 3 Mar 2011 13:13:50 +0000 (13:13 +0000)]
Replacing JSArray class in generators

13 years agoRemove JSArray class
Julien Dramaix [Thu, 3 Mar 2011 12:12:39 +0000 (12:12 +0000)]
Remove JSArray class

13 years agoupdated javadocs
Manolo Carrasco [Thu, 3 Mar 2011 10:34:13 +0000 (10:34 +0000)]
updated javadocs

13 years agochanges in dev test module
Manolo Carrasco [Thu, 3 Mar 2011 10:13:24 +0000 (10:13 +0000)]
changes in dev test module

13 years agoRefactoring of Lightweight JSO classes and more.
Manolo Carrasco [Thu, 3 Mar 2011 10:11:47 +0000 (10:11 +0000)]
Refactoring of Lightweight JSO classes and more.

13 years agoremove the asWidget() method from GQuery class as Widgets plugin is in a experimental...
Julien Dramaix [Wed, 2 Mar 2011 21:07:54 +0000 (21:07 +0000)]
remove the asWidget() method from GQuery class as Widgets plugin is in a experimental state