]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
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

13 years agoRefactoring of plugins package
Julien Dramaix [Wed, 2 Mar 2011 20:33:05 +0000 (20:33 +0000)]
Refactoring of plugins package

13 years agoupdate demos
Manolo Carrasco [Wed, 2 Mar 2011 15:39:44 +0000 (15:39 +0000)]
update demos

13 years agodeferred generators do not use private constructors
Manolo Carrasco [Wed, 2 Mar 2011 15:38:56 +0000 (15:38 +0000)]
deferred generators do not use private constructors

13 years agomake some constructor private
Julien Dramaix [Wed, 2 Mar 2011 12:43:20 +0000 (12:43 +0000)]
make some constructor private

13 years agoupdated javadocs
Manolo Carrasco [Wed, 2 Mar 2011 09:44:21 +0000 (09:44 +0000)]
updated javadocs

13 years agoupdate lazy interfaces
Manolo Carrasco [Wed, 2 Mar 2011 09:39:57 +0000 (09:39 +0000)]
update lazy interfaces

13 years agoRe-factoring: moving classes from client package to specific packages. Improving...
Manolo Carrasco [Wed, 2 Mar 2011 09:39:05 +0000 (09:39 +0000)]
Re-factoring: moving classes from client package to specific packages. Improving javadocs

13 years agoadding gwt-maven version to pom
Manolo Carrasco [Wed, 2 Mar 2011 09:31:39 +0000 (09:31 +0000)]
adding gwt-maven version to pom

13 years agogwt-2.2.0 artifacts are now in central repos
Manolo Carrasco [Wed, 2 Mar 2011 09:01:01 +0000 (09:01 +0000)]
gwt-2.2.0 artifacts are now in central repos

13 years agoupdated javadocs
Manolo Carrasco [Wed, 2 Mar 2011 07:40:48 +0000 (07:40 +0000)]
updated javadocs

13 years agoelements field of GQuery class is now private !
Julien Dramaix [Tue, 1 Mar 2011 16:43:31 +0000 (16:43 +0000)]
elements field of GQuery class is now private !

13 years agoremove $ class
Julien Dramaix [Tue, 1 Mar 2011 16:37:02 +0000 (16:37 +0000)]
remove $ class

13 years agoupdated javadocs
Manolo Carrasco [Tue, 1 Mar 2011 14:17:57 +0000 (14:17 +0000)]
updated javadocs

13 years agomargin and padding shorthand properties can be defined with either one, two, three...
Julien Dramaix [Tue, 1 Mar 2011 13:32:07 +0000 (13:32 +0000)]
margin and padding shorthand properties can be defined with either one, two, three or four Length

13 years agochanges in r409 override
Julien Dramaix [Mon, 28 Feb 2011 22:33:30 +0000 (22:33 +0000)]
changes in r409 override

13 years agouse new way to set CSS
Julien Dramaix [Mon, 28 Feb 2011 22:25:16 +0000 (22:25 +0000)]
use new way to set CSS

13 years agofinalize CSS part
Julien Dramaix [Mon, 28 Feb 2011 22:22:09 +0000 (22:22 +0000)]
finalize CSS part

13 years agoRemove redundant methods
Manolo Carrasco [Mon, 28 Feb 2011 21:52:09 +0000 (21:52 +0000)]
Remove redundant methods

13 years agolength should accept double and int
Julien Dramaix [Mon, 28 Feb 2011 20:36:36 +0000 (20:36 +0000)]
length should accept double and int

13 years agoremoving generics so as eclipse does not hide the type of the array
Manolo Carrasco [Mon, 28 Feb 2011 07:14:43 +0000 (07:14 +0000)]
removing generics so as eclipse does not hide the type of the array

13 years agoupdate lazy interface with last gquery new methods
Manolo Carrasco [Sun, 27 Feb 2011 12:58:36 +0000 (12:58 +0000)]
update lazy interface with last gquery new methods

13 years agoAdding a nice method able to look for widgeds of a specific class in the dom. Restori...
Manolo Carrasco [Sun, 27 Feb 2011 10:06:04 +0000 (10:06 +0000)]
Adding a nice method able to look for widgeds of a specific class in the dom. Restoring css method removed in a previous release and deprecating it, in order to avoid to break existing apps using it.

13 years agoadd scrollTo and scrollIntoView methods
Manolo Carrasco [Fri, 25 Feb 2011 10:32:55 +0000 (10:32 +0000)]
add scrollTo and scrollIntoView methods

13 years agoimplement Manolo's idea : use with() method to facilitate eclipse auto-completion
Julien Dramaix [Thu, 24 Feb 2011 21:46:35 +0000 (21:46 +0000)]
implement Manolo's idea : use with() method to facilitate eclipse auto-completion