]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
14 years agoGenerated Selector class names should consider outer-class name also. Fix issue42
Manolo Carrasco [Fri, 23 Jul 2010 05:56:30 +0000 (05:56 +0000)]
Generated Selector class names should consider outer-class name also. Fix issue42

14 years agoupdate demos
Manolo Carrasco [Mon, 19 Jul 2010 10:58:51 +0000 (10:58 +0000)]
update demos

14 years agoRe-factor of the Benchmark Example Module, now it is possible to select which bench...
Manolo Carrasco [Mon, 19 Jul 2010 10:53:34 +0000 (10:53 +0000)]
Re-factor of the Benchmark Example Module, now it is possible to select which bench to run, and much more

14 years agoReplaced Sizzle port by a pure jsni sizzle implementation which performs better until...
Manolo Carrasco [Mon, 19 Jul 2010 09:57:36 +0000 (09:57 +0000)]
Replaced Sizzle port by a pure jsni sizzle implementation which performs better until SizzleGwt was finished. Added cache to CssToXPath selector.

14 years agoupdated demos
Manolo Carrasco [Sun, 18 Jul 2010 19:01:38 +0000 (19:01 +0000)]
updated demos

14 years agoScript to generate code of lazyInterfaces was removing some valid lines in javadocs
Manolo Carrasco [Sun, 18 Jul 2010 08:34:04 +0000 (08:34 +0000)]
Script to generate code of lazyInterfaces was removing some valid lines in javadocs

14 years agoremoved unnecessary method
Manolo Carrasco [Sun, 18 Jul 2010 08:20:02 +0000 (08:20 +0000)]
removed unnecessary method

14 years agochange empty method in order to handle iframe documents.
Manolo Carrasco [Sun, 18 Jul 2010 07:50:32 +0000 (07:50 +0000)]
change empty method in order to handle iframe documents.

14 years ago- Added submit method to gquery, and handle submit events in the events plugins ...
Manolo Carrasco [Sat, 17 Jul 2010 17:21:11 +0000 (17:21 +0000)]
- Added submit method to gquery, and handle submit events in the events plugins (fixes issue40)
- Use the owner document to create new dom elements in order to write in iframes.
- Many changes in gquery in order to handle correctly iframe manipulation.
- Updated lazy interfaz for GQuery.
- Added tests for iframe manipulation and submit events.

14 years agoallow document as a valid gquery context in order to handle correctly elements in...
Manolo Carrasco [Fri, 16 Jul 2010 09:17:24 +0000 (09:17 +0000)]
allow document as a valid gquery context in order to handle correctly elements in iframes. Changed the return signature of set-data method (Fixes issue41)

14 years agoupdated demos
Manolo Carrasco [Sat, 26 Jun 2010 10:18:17 +0000 (10:18 +0000)]
updated demos

14 years agoremoved some warning
Manolo Carrasco [Wed, 23 Jun 2010 15:57:27 +0000 (15:57 +0000)]
removed some warning

14 years agomake GQueryQueue methods return the type of the plugin instead of itself
Manolo Carrasco [Wed, 23 Jun 2010 14:15:15 +0000 (14:15 +0000)]
make GQueryQueue methods return the type of the plugin instead of itself

14 years agoUse Utils class
Manolo Carrasco [Wed, 23 Jun 2010 13:51:50 +0000 (13:51 +0000)]
Use Utils class

14 years agoUse Utils class
Manolo Carrasco [Wed, 23 Jun 2010 13:50:47 +0000 (13:50 +0000)]
Use Utils class

14 years agocheckstyle fix in GQuery class. Moved or method to utils class
Manolo Carrasco [Wed, 23 Jun 2010 13:49:09 +0000 (13:49 +0000)]
checkstyle fix in GQuery class. Moved or method to utils class

14 years agoupdated maven snapshots, demos and javadocs
Manolo Carrasco [Wed, 23 Jun 2010 10:07:09 +0000 (10:07 +0000)]
updated maven snapshots, demos and javadocs

14 years agoupdated Lazy interface with new GQuery methods
Manolo Carrasco [Wed, 23 Jun 2010 09:36:32 +0000 (09:36 +0000)]
updated Lazy interface with new GQuery methods

14 years ago- domManip was modifying the set of noded passed.
Manolo Carrasco [Wed, 23 Jun 2010 09:35:22 +0000 (09:35 +0000)]
- domManip was modifying the set of noded passed.
- appendTo and prependTo was returning an incorrect gquery object.
- overloaded the methods appendTo and prependTo in order to accept the same options other methods do.
- allow document node to be used in append and prepend methods.
- Fixed an issue in ClipAnimation when the element has an absolute position set by css.

14 years agoupdate deployed demos
Manolo Carrasco [Mon, 21 Jun 2010 14:12:15 +0000 (14:12 +0000)]
update deployed demos

14 years agoupdated javadoc
Manolo Carrasco [Mon, 21 Jun 2010 14:08:56 +0000 (14:08 +0000)]
updated javadoc

14 years agosome changes to dev tests
Manolo Carrasco [Mon, 21 Jun 2010 13:59:47 +0000 (13:59 +0000)]
some changes to dev tests

14 years ago(no commit message)
Manolo Carrasco [Mon, 21 Jun 2010 13:48:52 +0000 (13:48 +0000)]

14 years ago- Added a customized linker which puts the doctype to the iframe with the gwt code
Manolo Carrasco [Mon, 21 Jun 2010 13:42:30 +0000 (13:42 +0000)]
- Added a customized linker which puts the doctype to the iframe with the gwt code
- Added new selector classes for Ie8.
- Little re-factor in SelectorEngine.
Thanks to @johnthuss who spoted out the issue and sent a great patch.
Fixes issue37

14 years agoupdated deployed demos
Manolo Carrasco [Mon, 21 Jun 2010 09:33:31 +0000 (09:33 +0000)]
updated deployed demos

14 years agoNew Sample Module (Image Zoom) to demostrate Effects plugin features.
Manolo Carrasco [Mon, 21 Jun 2010 09:12:59 +0000 (09:12 +0000)]
New Sample Module (Image Zoom) to demostrate Effects plugin features.

14 years ago- Implemented the stop() method in queue
Manolo Carrasco [Mon, 21 Jun 2010 09:10:09 +0000 (09:10 +0000)]
- Implemented the stop() method in queue
- Fixed some issues in css (width, height, opacity)
- Fix PropertiesAnimation to handle correctly non-px units
- Fixed an NPE in getParent
- Moved some useful static method into a new GQUtils class
- More tests

14 years agofixed an issue in PropertiesAnimation with the width and height. Added tests for...
Manolo Carrasco [Wed, 16 Jun 2010 15:28:18 +0000 (15:28 +0000)]
fixed an issue in PropertiesAnimation with the width and height. Added tests for width and height calculations. Added tests for ClipAnimation effect

14 years agoadded a utility script to update demos in the svn repository
Manolo Carrasco [Mon, 14 Jun 2010 08:07:21 +0000 (08:07 +0000)]
added a utility script to update demos in the svn repository

14 years agoupdated demos deployed in svn
Manolo Carrasco [Mon, 14 Jun 2010 08:00:03 +0000 (08:00 +0000)]
updated demos deployed in svn

14 years agofixed test
Manolo Carrasco [Mon, 14 Jun 2010 07:35:15 +0000 (07:35 +0000)]
fixed test

14 years agoremoved stuff committed by mistake
Manolo Carrasco [Mon, 14 Jun 2010 07:33:36 +0000 (07:33 +0000)]
removed stuff committed by mistake

14 years agoupdated Lazy interfaz for GQuery
Manolo Carrasco [Mon, 14 Jun 2010 07:31:00 +0000 (07:31 +0000)]
updated Lazy interfaz for GQuery

14 years ago- Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.
Manolo Carrasco [Sun, 13 Jun 2010 12:24:42 +0000 (12:24 +0000)]
- Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.
- Do not change overflow when it is not a resize animation
- Restore correctly attibutes in show/hide animations
- Restored the parameter force in css and curCSS methods
- Changed the way show sets the display property in order to use block only when it is needed
- change the parameter order of the setStyleProperty method

14 years agofixes issue35
Manolo Carrasco [Sat, 12 Jun 2010 00:47:00 +0000 (00:47 +0000)]
fixes issue35

14 years agoupdated demos folder
Manolo Carrasco [Fri, 11 Jun 2010 23:37:17 +0000 (23:37 +0000)]
updated demos folder

14 years agofixed tests
Manolo Carrasco [Fri, 11 Jun 2010 23:25:50 +0000 (23:25 +0000)]
fixed tests

14 years agofixed a silly issue in the demo module
Manolo Carrasco [Fri, 11 Jun 2010 22:58:43 +0000 (22:58 +0000)]
fixed a silly issue in the demo module

14 years agomoved style code from GQuery to appropriate implementation classes
Manolo Carrasco [Fri, 11 Jun 2010 22:29:00 +0000 (22:29 +0000)]
moved style code from GQuery to appropriate implementation classes

14 years agosvn property set for html files in javadoc
Manolo Carrasco [Fri, 11 Jun 2010 12:51:41 +0000 (12:51 +0000)]
svn property set for html files in javadoc

14 years agodeleted old files in javadoc folder
Manolo Carrasco [Fri, 11 Jun 2010 12:48:31 +0000 (12:48 +0000)]
deleted old files in javadoc folder

14 years agoupdated javadoc
Manolo Carrasco [Fri, 11 Jun 2010 12:36:04 +0000 (12:36 +0000)]
updated javadoc

14 years agofix for effects tests
Manolo Carrasco [Fri, 11 Jun 2010 11:22:45 +0000 (11:22 +0000)]
fix for effects tests

14 years agoMany changes almost related with effects and the re-factor of plugins:
Manolo Carrasco [Fri, 11 Jun 2010 09:53:32 +0000 (09:53 +0000)]
Many changes almost related with effects and the re-factor of plugins:
- Removed plugin stuff which already were moved to the plugins module
- Moved all GQuery core plugin stuff into the plugins namespace
- Redesign and recode of the Effects plugin using GWT animate as base
- Documented many undocumented methods
- Added a couple of scripts to generate Lazy interfaces from the class
- Modifications to the effects sample to show the usage of the effects plugin
- More tests cases in the devtest module.
- Many other minor changes.

14 years agoUse className as type in queue
Manolo Carrasco [Sat, 5 Jun 2010 06:59:17 +0000 (06:59 +0000)]
Use className as type in queue

14 years agonative engine uses xpath selector for css selectors not supported by the native css...
Manolo Carrasco [Wed, 2 Jun 2010 14:12:36 +0000 (14:12 +0000)]
native engine uses xpath selector for css selectors not supported by the native css selector

14 years agouse the shorthand \w in css2xpat regex
Manolo Carrasco [Wed, 2 Jun 2010 11:25:44 +0000 (11:25 +0000)]
use the shorthand \w in css2xpat regex

14 years agofixed an issue when using pseudos selector in Css2Xpath engine
Manolo Carrasco [Wed, 2 Jun 2010 10:19:12 +0000 (10:19 +0000)]
fixed an issue when using pseudos selector in Css2Xpath engine

14 years agoresolved an issue related to the context where a xpath selector produced with Css2Xpa...
Manolo Carrasco [Wed, 2 Jun 2010 07:53:39 +0000 (07:53 +0000)]
resolved an issue related to the context where a xpath selector produced with Css2Xpath was executed, and another problem with the handle of attributes when the tag was not given, and fixed the tests

14 years agoadded a new XPath engine based in Andrea Giammarchi Css2Xpath library
Manolo Carrasco [Tue, 1 Jun 2010 09:09:26 +0000 (09:09 +0000)]
added a new XPath engine based in Andrea Giammarchi Css2Xpath library

14 years agofixed the test for HtmlUnit
Manolo Carrasco [Sun, 30 May 2010 09:12:41 +0000 (09:12 +0000)]
fixed the test for HtmlUnit

14 years agoadded new test to check the effects queue
Manolo Carrasco [Sun, 30 May 2010 07:38:05 +0000 (07:38 +0000)]
added new test to check the effects queue

14 years agomoved especific FX queue methods to Effects class
Manolo Carrasco [Sun, 30 May 2010 06:29:54 +0000 (06:29 +0000)]
moved especific FX queue methods to Effects class

14 years agoadded queue stuff to its own class, so as plugins using queue have to extend this...
Manolo Carrasco [Sun, 30 May 2010 06:11:36 +0000 (06:11 +0000)]
added queue stuff to its own class, so as plugins using queue have to extend this instead of GQuery

14 years agouse the same "unique()" method in SelectorEngine and GQuery, this eliminates the...
Manolo Carrasco [Sat, 29 May 2010 07:32:55 +0000 (07:32 +0000)]
use the same "unique()" method in SelectorEngine and GQuery, this eliminates the need of FastSet in favor of java.util.HashSet

14 years ago(no commit message)
Manolo Carrasco [Fri, 28 May 2010 09:30:47 +0000 (09:30 +0000)]

14 years agofixes an issue with adding quotes to attribute values in selectors, issue12
Manolo Carrasco [Fri, 28 May 2010 09:16:15 +0000 (09:16 +0000)]
fixes an issue with adding quotes to attribute values in selectors, issue12

14 years agoset svn:mime-type to html files
Manolo Carrasco [Fri, 28 May 2010 07:08:02 +0000 (07:08 +0000)]
set svn:mime-type to html files

14 years agoupdated javadocs
Manolo Carrasco [Fri, 28 May 2010 07:02:24 +0000 (07:02 +0000)]
updated javadocs

14 years agofixed tests
Manolo Carrasco [Fri, 28 May 2010 06:59:36 +0000 (06:59 +0000)]
fixed tests

14 years agocheckstyle warnings
Manolo Carrasco [Fri, 28 May 2010 06:43:01 +0000 (06:43 +0000)]
checkstyle warnings

14 years agoadded a missed import
Manolo Carrasco [Fri, 28 May 2010 06:33:44 +0000 (06:33 +0000)]
added a missed import

14 years agochanged repo configuration for snapshots to commit them by hand and reduce the number...
Manolo Carrasco [Fri, 28 May 2010 06:25:33 +0000 (06:25 +0000)]
changed repo configuration for snapshots to commit them by hand and reduce the number of commits to the repo

14 years agouncommented test for JS selector, in order to increase coverage report
Manolo Carrasco [Fri, 28 May 2010 06:23:07 +0000 (06:23 +0000)]
uncommented test for JS selector, in order to increase coverage report

14 years agoadded a pure javascript selector engine based in Sizzle, replaced EngineJS by EngineS...
Manolo Carrasco [Thu, 27 May 2010 22:53:34 +0000 (22:53 +0000)]
added a pure javascript selector engine based in Sizzle, replaced EngineJS by EngineSizzle in gwt.xml, added tests units for dinamic and compiled selectors.

14 years agoremoved warning, fix checkstyle rules
Manolo Carrasco [Thu, 27 May 2010 22:38:19 +0000 (22:38 +0000)]
removed warning, fix checkstyle rules

14 years agoadded more assertions to the devtest module
Manolo Carrasco [Thu, 13 May 2010 10:40:53 +0000 (10:40 +0000)]
added more assertions to the devtest module

14 years agoupdated javadocs
Manolo Carrasco [Thu, 13 May 2010 10:37:16 +0000 (10:37 +0000)]
updated javadocs

14 years agodelegate calculation of offsets to the native methods present in the GWT core library
Manolo Carrasco [Thu, 13 May 2010 10:14:52 +0000 (10:14 +0000)]
delegate calculation of offsets to the native methods present in the GWT core library

14 years agoapplied patch in Issue_13 with fixes a bug when the node is in an iframe
Manolo Carrasco [Thu, 13 May 2010 09:47:50 +0000 (09:47 +0000)]
applied patch in Issue_13 with fixes a bug when the node is in an iframe

14 years agotests and fix for Issue_23
Manolo Carrasco [Thu, 13 May 2010 09:40:31 +0000 (09:40 +0000)]
tests and fix for Issue_23

14 years agoFixes Issue_28
Manolo Carrasco [Thu, 13 May 2010 08:53:37 +0000 (08:53 +0000)]
Fixes Issue_28

14 years agoTest to demonstrate that Issue_27 is fixed
Manolo Carrasco [Thu, 13 May 2010 06:40:47 +0000 (06:40 +0000)]
Test to demonstrate that Issue_27 is fixed

14 years agoadded a test to demonstrate that capitalLetters in Id works as expected, Issue_17
Manolo Carrasco [Wed, 12 May 2010 16:15:58 +0000 (16:15 +0000)]
added a test to demonstrate that capitalLetters in Id works as expected, Issue_17

14 years agoFixes Issue_18
Manolo Carrasco [Wed, 12 May 2010 15:57:13 +0000 (15:57 +0000)]
Fixes Issue_18

14 years agoFixed tests broken because of the workaround for Issue_20
Manolo Carrasco [Wed, 12 May 2010 15:34:39 +0000 (15:34 +0000)]
Fixed tests broken because of the workaround for Issue_20

14 years agoWorkaround to fix Issue_20
Manolo Carrasco [Wed, 12 May 2010 14:35:59 +0000 (14:35 +0000)]
Workaround to fix Issue_20

14 years agoAdded a module to speed up testing in development mode
Manolo Carrasco [Wed, 12 May 2010 13:47:14 +0000 (13:47 +0000)]
Added a module to speed up testing in development mode

14 years agofixed a typo in SelectorGeneratorNative, Fixes Issue_6
Manolo Carrasco [Wed, 12 May 2010 11:25:52 +0000 (11:25 +0000)]
fixed a typo in SelectorGeneratorNative, Fixes Issue_6

14 years agoMake Selector instances root context sensitive, Issue_5
Manolo Carrasco [Wed, 12 May 2010 10:14:40 +0000 (10:14 +0000)]
Make Selector instances root context sensitive, Issue_5

14 years agoFixed an issue which happened in domManip when it received a list of nodes with multi...
Manolo Carrasco [Wed, 12 May 2010 09:53:32 +0000 (09:53 +0000)]
Fixed an issue which happened in domManip when it received a list of nodes with multiple elements

14 years agoextracted effects tests to its own class, and renamed test classes
Manolo Carrasco [Tue, 11 May 2010 11:30:45 +0000 (11:30 +0000)]
extracted effects tests to its own class, and renamed test classes

14 years agoignore case when comparing property name exceptions
Manolo Carrasco [Tue, 11 May 2010 10:53:20 +0000 (10:53 +0000)]
ignore case when comparing property name exceptions

14 years agoRenamed test classes
Manolo Carrasco [Sun, 9 May 2010 21:09:13 +0000 (21:09 +0000)]
Renamed test classes

14 years agoRenamed test classes
Manolo Carrasco [Sun, 9 May 2010 21:06:09 +0000 (21:06 +0000)]
Renamed test classes

14 years agomessages in assertions
Manolo Carrasco [Thu, 6 May 2010 14:19:06 +0000 (14:19 +0000)]
messages in assertions

14 years agofixed examples
Manolo Carrasco [Thu, 6 May 2010 14:11:05 +0000 (14:11 +0000)]
fixed examples

14 years agoCreated missing methods in LazyGQuery, removed parameter warnings
Manolo Carrasco [Thu, 6 May 2010 13:29:12 +0000 (13:29 +0000)]
Created missing methods in LazyGQuery, removed parameter warnings

14 years agoSet version number to 1.0.0. Deploy sites now are pointing to gwtquery svn-repo....
Manolo Carrasco [Thu, 6 May 2010 09:34:26 +0000 (09:34 +0000)]
Set version number to 1.0.0. Deploy sites now are pointing to gwtquery svn-repo.  Added gcupload-maven-plugin to upload distribution file to google-code. Modified surefire configuration in order to run gwtTests which share the same module, and run emma goals

14 years agocall local method to remove repeated code
Manolo Carrasco [Wed, 5 May 2010 13:26:07 +0000 (13:26 +0000)]
call local method to remove repeated code

14 years agorunning multiple tests in maven fails when all tests share the same module name
Manolo Carrasco [Wed, 5 May 2010 13:21:31 +0000 (13:21 +0000)]
running multiple tests in maven fails when all tests share the same module name

14 years agoDo not override original Gwt EventListeners, fixes Issue_10
Manolo Carrasco [Wed, 5 May 2010 10:35:52 +0000 (10:35 +0000)]
Do not override original Gwt EventListeners, fixes Issue_10

14 years agofixed tests broken in rev62 when core tests was splited in two classes
Manolo Carrasco [Wed, 5 May 2010 09:00:57 +0000 (09:00 +0000)]
fixed tests broken in rev62 when core tests was splited in two classes

14 years agoRemoved debug printlns
Manolo Carrasco [Wed, 5 May 2010 08:50:51 +0000 (08:50 +0000)]
Removed debug printlns

14 years agoFixed event handler with IE and Chrome. Re-factor of Events. Increased coverage.
Manolo Carrasco [Wed, 5 May 2010 08:48:34 +0000 (08:48 +0000)]
Fixed event handler with IE and Chrome. Re-factor of Events. Increased coverage.

14 years agoextracted Event tests to a new class
Manolo Carrasco [Tue, 4 May 2010 13:42:59 +0000 (13:42 +0000)]
extracted Event tests to a new class

14 years agocreated final attribute document, and using final attributes instead of functions...
Manolo Carrasco [Tue, 4 May 2010 13:38:49 +0000 (13:38 +0000)]
created final attribute document, and using final attributes instead of functions, fixed return type in $ constructor when plugin is passed

14 years agoadded more tests
Manolo Carrasco [Tue, 4 May 2010 13:36:08 +0000 (13:36 +0000)]
added more tests

14 years agoupdated javadocs
Manolo Carrasco [Mon, 3 May 2010 21:40:01 +0000 (21:40 +0000)]
updated javadocs

14 years agoFixes Issue_29
Manolo Carrasco [Mon, 3 May 2010 16:10:03 +0000 (16:10 +0000)]
Fixes Issue_29