]>
source.dussan.org Git - gwtquery.git/log
Julien Dramaix [Thu, 31 Mar 2011 21:28:41 +0000 (21:28 +0000)]
remove System.err.println() calls
Julien Dramaix [Thu, 31 Mar 2011 21:27:41 +0000 (21:27 +0000)]
add test for unwrap() method
Julien Dramaix [Thu, 31 Mar 2011 21:23:41 +0000 (21:23 +0000)]
add animation simple (queue, delay ...)
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*
Julien Dramaix [Tue, 29 Mar 2011 13:18:04 +0000 (13:18 +0000)]
improve tests for detach and remove methods
Manolo Carrasco [Tue, 29 Mar 2011 10:21:15 +0000 (10:21 +0000)]
Let gquery to use the most adequate selector here
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
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
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
Manolo Carrasco [Mon, 28 Mar 2011 15:03:12 +0000 (15:03 +0000)]
println
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
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)
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
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
Manolo Carrasco [Thu, 17 Mar 2011 10:31:39 +0000 (10:31 +0000)]
adding a new method to widgets utils
Manolo Carrasco [Tue, 15 Mar 2011 18:11:15 +0000 (18:11 +0000)]
Change in deploy phase of artifact for 2.2.0
Julien Dramaix [Mon, 14 Mar 2011 21:39:00 +0000 (21:39 +0000)]
add DecoratorPanel factory
Julien Dramaix [Mon, 14 Mar 2011 21:11:40 +0000 (21:11 +0000)]
- add checkbox and radiobutton factories
- remove WidgetOptions interface
Julien Dramaix [Mon, 14 Mar 2011 11:53:54 +0000 (11:53 +0000)]
update lazy interface
Julien Dramaix [Mon, 14 Mar 2011 11:52:30 +0000 (11:52 +0000)]
widgets plugin take care of widgets hierarchy
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
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
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.
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
Manolo Carrasco [Mon, 7 Mar 2011 10:53:46 +0000 (10:53 +0000)]
removed unused method
Julien Dramaix [Mon, 7 Mar 2011 10:11:25 +0000 (10:11 +0000)]
add suggestbox in widget plugin
Julien Dramaix [Mon, 7 Mar 2011 10:10:48 +0000 (10:10 +0000)]
add suggestbox in widget plugin
Manolo Carrasco [Mon, 7 Mar 2011 07:40:50 +0000 (07:40 +0000)]
fix iframe detection
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
Manolo Carrasco [Sun, 6 Mar 2011 20:38:26 +0000 (20:38 +0000)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Sun, 6 Mar 2011 20:38:15 +0000 (20:38 +0000)]
[maven-release-plugin] prepare release gquery-archetype-0.5
Manolo Carrasco [Sun, 6 Mar 2011 20:37:09 +0000 (20:37 +0000)]
Update tests to the last gquery api, fixes issue_70
Julien Dramaix [Sun, 6 Mar 2011 08:08:05 +0000 (08:08 +0000)]
use 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
Julien Dramaix [Sat, 5 Mar 2011 21:32:02 +0000 (21:32 +0000)]
implement ListBox creation in Widgets plugin
Julien Dramaix [Sat, 5 Mar 2011 20:27:55 +0000 (20:27 +0000)]
correct typo
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
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
Julien Dramaix [Sat, 5 Mar 2011 19:50:39 +0000 (19:50 +0000)]
add enable animation options
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
Julien Dramaix [Sat, 5 Mar 2011 08:09:32 +0000 (08:09 +0000)]
header must found inside the element !
Julien Dramaix [Sat, 5 Mar 2011 07:56:06 +0000 (07:56 +0000)]
add disclosure panel
Julien Dramaix [Fri, 4 Mar 2011 21:18:35 +0000 (21:18 +0000)]
improve filter method to work with detached elements
Julien Dramaix [Fri, 4 Mar 2011 20:37:12 +0000 (20:37 +0000)]
Lazy interface for widgets plugins
Julien Dramaix [Fri, 4 Mar 2011 20:10:44 +0000 (20:10 +0000)]
remove useless functions
Julien Dramaix [Fri, 4 Mar 2011 16:00:03 +0000 (16:00 +0000)]
correct behavior of replaceWith and replaceAll methods !
improve javadocs
Manolo Carrasco [Fri, 4 Mar 2011 13:13:49 +0000 (13:13 +0000)]
update lazy interfaces
Manolo Carrasco [Fri, 4 Mar 2011 13:13:03 +0000 (13:13 +0000)]
fix compilation
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
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
Julien Dramaix [Thu, 3 Mar 2011 22:45:25 +0000 (22:45 +0000)]
improve widgets plugins
Julien Dramaix [Thu, 3 Mar 2011 21:31:51 +0000 (21:31 +0000)]
bug in replaceAll() method
Julien Dramaix [Thu, 3 Mar 2011 19:26:41 +0000 (19:26 +0000)]
remove unused package
Julien Dramaix [Thu, 3 Mar 2011 19:16:55 +0000 (19:16 +0000)]
finalize javadocs
Manolo Carrasco [Thu, 3 Mar 2011 13:13:50 +0000 (13:13 +0000)]
Replacing JSArray class in generators
Julien Dramaix [Thu, 3 Mar 2011 12:12:39 +0000 (12:12 +0000)]
Remove JSArray class
Manolo Carrasco [Thu, 3 Mar 2011 10:34:13 +0000 (10:34 +0000)]
updated javadocs
Manolo Carrasco [Thu, 3 Mar 2011 10:13:24 +0000 (10:13 +0000)]
changes in dev test module
Manolo Carrasco [Thu, 3 Mar 2011 10:11:47 +0000 (10:11 +0000)]
Refactoring of Lightweight JSO classes and more.
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
Julien Dramaix [Wed, 2 Mar 2011 20:33:05 +0000 (20:33 +0000)]
Refactoring of plugins package
Manolo Carrasco [Wed, 2 Mar 2011 15:39:44 +0000 (15:39 +0000)]
update demos
Manolo Carrasco [Wed, 2 Mar 2011 15:38:56 +0000 (15:38 +0000)]
deferred generators do not use private constructors
Julien Dramaix [Wed, 2 Mar 2011 12:43:20 +0000 (12:43 +0000)]
make some constructor private
Manolo Carrasco [Wed, 2 Mar 2011 09:44:21 +0000 (09:44 +0000)]
updated javadocs
Manolo Carrasco [Wed, 2 Mar 2011 09:39:57 +0000 (09:39 +0000)]
update lazy interfaces
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
Manolo Carrasco [Wed, 2 Mar 2011 09:31:39 +0000 (09:31 +0000)]
adding gwt-maven version to pom
Manolo Carrasco [Wed, 2 Mar 2011 09:01:01 +0000 (09:01 +0000)]
gwt-2.2.0 artifacts are now in central repos
Manolo Carrasco [Wed, 2 Mar 2011 07:40:48 +0000 (07:40 +0000)]
updated javadocs
Julien Dramaix [Tue, 1 Mar 2011 16:43:31 +0000 (16:43 +0000)]
elements field of GQuery class is now private !
Julien Dramaix [Tue, 1 Mar 2011 16:37:02 +0000 (16:37 +0000)]
remove $ class
Manolo Carrasco [Tue, 1 Mar 2011 14:17:57 +0000 (14:17 +0000)]
updated javadocs
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
Julien Dramaix [Mon, 28 Feb 2011 22:33:30 +0000 (22:33 +0000)]
changes in r409 override
Julien Dramaix [Mon, 28 Feb 2011 22:25:16 +0000 (22:25 +0000)]
use new way to set CSS
Julien Dramaix [Mon, 28 Feb 2011 22:22:09 +0000 (22:22 +0000)]
finalize CSS part
Manolo Carrasco [Mon, 28 Feb 2011 21:52:09 +0000 (21:52 +0000)]
Remove redundant methods
Julien Dramaix [Mon, 28 Feb 2011 20:36:36 +0000 (20:36 +0000)]
length should accept double and int
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
Manolo Carrasco [Sun, 27 Feb 2011 12:58:36 +0000 (12:58 +0000)]
update lazy interface with last gquery new methods
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.
Manolo Carrasco [Fri, 25 Feb 2011 10:32:55 +0000 (10:32 +0000)]
add scrollTo and scrollIntoView methods
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
Julien Dramaix [Thu, 24 Feb 2011 21:02:42 +0000 (21:02 +0000)]
implement Manolo's idea : use with() method to facilitate eclipse auto-completion
Manolo Carrasco [Thu, 24 Feb 2011 13:56:47 +0000 (13:56 +0000)]
dom attr should not be camelized because there are dom elements using the hyphen (ex svg nodes)
Manolo Carrasco [Thu, 24 Feb 2011 11:05:45 +0000 (11:05 +0000)]
$() must handle nulls
Manolo Carrasco [Wed, 23 Feb 2011 09:30:48 +0000 (09:30 +0000)]
Does not die when properties syntax is wrong
Manolo Carrasco [Wed, 23 Feb 2011 08:29:10 +0000 (08:29 +0000)]
reverting println
Manolo Carrasco [Wed, 23 Feb 2011 08:05:48 +0000 (08:05 +0000)]
proof of concept
Julien Dramaix [Sun, 20 Feb 2011 17:54:24 +0000 (17:54 +0000)]
proposal for Widgets plugin
Julien Dramaix [Thu, 17 Feb 2011 21:56:25 +0000 (21:56 +0000)]
finalize CSS2 part of gwtquery
Manolo Carrasco [Wed, 16 Feb 2011 10:40:51 +0000 (10:40 +0000)]
svnignore
Manolo Carrasco [Wed, 16 Feb 2011 09:40:53 +0000 (09:40 +0000)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Wed, 16 Feb 2011 09:40:42 +0000 (09:40 +0000)]
[maven-release-plugin] prepare release gquery-archetype-0.4
Manolo Carrasco [Wed, 16 Feb 2011 09:40:14 +0000 (09:40 +0000)]
Archetype now generates gwt-2.2.0 projects
Manolo Carrasco [Wed, 16 Feb 2011 09:00:18 +0000 (09:00 +0000)]
disable unique version in snapshot repo, so as we can upload multiple classifier
Julien Dramaix [Wed, 16 Feb 2011 08:49:54 +0000 (08:49 +0000)]
change in margin and padding property
Julien Dramaix [Wed, 16 Feb 2011 08:49:17 +0000 (08:49 +0000)]
initial revision
Julien Dramaix [Tue, 15 Feb 2011 22:06:07 +0000 (22:06 +0000)]
add possibility to specify a shorthand css property taking 4 values