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

14 years agoFixes Issue_32
Manolo Carrasco [Mon, 3 May 2010 14:06:43 +0000 (14:06 +0000)]
Fixes Issue_32

14 years agosvn ignore temporary stuff
Manolo Carrasco [Mon, 3 May 2010 12:48:25 +0000 (12:48 +0000)]
svn ignore temporary stuff

14 years agoincreased coverage of gquery methods
Manolo Carrasco [Sun, 2 May 2010 22:13:58 +0000 (22:13 +0000)]
increased coverage of gquery methods

14 years agoremoved className manipulation which was copied from UIObject because it was moved...
Manolo Carrasco [Sun, 2 May 2010 21:14:23 +0000 (21:14 +0000)]
removed className manipulation which was copied from UIObject because it was moved into Element, so there is no reason to maintain this code any more

14 years agoFixed many issues discovered when running tests in production mode (IE & Chrome)...
Manolo Carrasco [Sun, 2 May 2010 10:31:08 +0000 (10:31 +0000)]
Fixed many issues discovered when running tests in production mode (IE & Chrome). There is work to do with events

14 years agofixed Issue_11
Manolo Carrasco [Sat, 1 May 2010 14:39:31 +0000 (14:39 +0000)]
fixed Issue_11

14 years agoupdated svn:ignore properties
Manolo Carrasco [Sat, 1 May 2010 09:02:18 +0000 (09:02 +0000)]
updated svn:ignore properties

14 years agomaven configuration changes: use gwt-2.0.3, latest gwt-maven-plugin, added new developer
Manolo Carrasco [Sat, 1 May 2010 09:01:13 +0000 (09:01 +0000)]
maven configuration changes: use gwt-2.0.3, latest gwt-maven-plugin, added new developer

14 years agomoved webapp stuff to standar maven location
Manolo Carrasco [Sat, 1 May 2010 08:20:09 +0000 (08:20 +0000)]
moved webapp stuff to standar maven location

14 years agoAdded stuff for Eclipse GWT plugin
Manolo Carrasco [Sat, 1 May 2010 07:47:15 +0000 (07:47 +0000)]
Added stuff for Eclipse GWT plugin

14 years agoTests fixed
Manolo Carrasco [Sat, 1 May 2010 07:46:19 +0000 (07:46 +0000)]
Tests fixed

15 years agoFix munged file, had spurious newline.
Ray Cromwell [Mon, 27 Jul 2009 22:31:59 +0000 (22:31 +0000)]
Fix munged file, had spurious newline.

15 years agoUpdate to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module files to...
Ray Cromwell [Mon, 27 Jul 2009 09:01:20 +0000 (09:01 +0000)]
Update to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module files to properly include Plugins.gwt.xml module. Disabled tests for now (JUnitShell not launching properly from new plugin). Fixed unbound deferred bindings.

15 years agoBig update
Ray Cromwell [Thu, 23 Jul 2009 22:59:18 +0000 (22:59 +0000)]
Big update

15 years agoFinal tweaks for Google I/O. After this, I promise higher quality commit comments.
Ray Cromwell [Thu, 28 May 2009 18:36:55 +0000 (18:36 +0000)]
Final tweaks for Google I/O. After this, I promise higher quality commit comments.

15 years agoFix up star ratings.
Ray Cromwell [Tue, 19 May 2009 23:26:11 +0000 (23:26 +0000)]
Fix up star ratings.

15 years agoHorse race update
Ray Cromwell [Fri, 15 May 2009 08:30:53 +0000 (08:30 +0000)]
Horse race update

15 years agoTweaks to horserace
Ray Cromwell [Fri, 15 May 2009 00:47:33 +0000 (00:47 +0000)]
Tweaks to horserace

15 years agoFixes to star-ratings plugin
Ray Cromwell [Fri, 15 May 2009 00:25:16 +0000 (00:25 +0000)]
Fixes to star-ratings plugin
Added "horse race" visualization to selector benchmark

15 years agoPlugins
Ray Cromwell [Thu, 14 May 2009 01:06:43 +0000 (01:06 +0000)]
Plugins

15 years agoFixed issue with native compiled selectors.
Ray Cromwell [Mon, 11 May 2009 21:22:08 +0000 (21:22 +0000)]
Fixed issue with native compiled selectors.
Change initialization pattern for CSS enums to allow better compiler pruning.

15 years agoSeed plugins package
Ray Cromwell [Fri, 8 May 2009 00:03:12 +0000 (00:03 +0000)]
Seed plugins package

15 years ago(no commit message)
Ray Cromwell [Thu, 7 May 2009 07:43:53 +0000 (07:43 +0000)]

15 years agoMisc fixes. Sample animation.
Ray Cromwell [Thu, 7 May 2009 07:43:31 +0000 (07:43 +0000)]
Misc fixes. Sample animation.

15 years agoAdd javadoc generation to pom.
Ray Cromwell [Wed, 6 May 2009 23:44:13 +0000 (23:44 +0000)]
Add javadoc generation to pom.

15 years agoCSS enum work.
Ray Cromwell [Wed, 6 May 2009 23:33:34 +0000 (23:33 +0000)]
CSS enum work.

15 years agoCompletion of Effects framework
Ray Cromwell [Wed, 6 May 2009 20:57:23 +0000 (20:57 +0000)]
Completion of Effects framework

15 years agoEffects/Animation work
Ray Cromwell [Wed, 6 May 2009 01:04:40 +0000 (01:04 +0000)]
Effects/Animation work

15 years agoAdded lazy generator
Ray Cromwell [Tue, 5 May 2009 00:12:58 +0000 (00:12 +0000)]
Added lazy generator

15 years agoSVN test
Ray Cromwell [Mon, 4 May 2009 20:36:47 +0000 (20:36 +0000)]
SVN test

15 years agoCheckstyle fixes.
Ray Cromwell [Fri, 1 May 2009 00:16:10 +0000 (00:16 +0000)]
Checkstyle fixes.

15 years agoRefactored to com.google.gwt.query
Ray Cromwell [Thu, 30 Apr 2009 21:43:29 +0000 (21:43 +0000)]
Refactored to com.google.gwt.query
Fixup javadocs
Add tests

15 years agoMore implementations and docs
Ray Cromwell [Wed, 29 Apr 2009 23:40:20 +0000 (23:40 +0000)]
More implementations and docs

15 years agoSample test case
Ray Cromwell [Wed, 29 Apr 2009 00:03:09 +0000 (00:03 +0000)]
Sample test case

15 years agointerrim commit
Ray Cromwell [Wed, 22 Apr 2009 23:27:30 +0000 (23:27 +0000)]
interrim commit

16 years agoAdded ability to deploy jar artifacts to our maven repo at http://gwt-chronoscope...
Ray Cromwell [Thu, 9 Oct 2008 21:49:50 +0000 (21:49 +0000)]
Added ability to deploy jar artifacts to our maven repo at http://gwt-chronoscope.googlecode.com/svn/mavenrepo

16 years agoUpdated to GWT 1.5.2
Ray Cromwell [Thu, 9 Oct 2008 20:09:40 +0000 (20:09 +0000)]
Updated to GWT 1.5.2

16 years ago(no commit message)
Ray Cromwell [Wed, 4 Jun 2008 00:38:01 +0000 (00:38 +0000)]

16 years ago(no commit message)
Ray Cromwell [Wed, 4 Jun 2008 00:35:50 +0000 (00:35 +0000)]

16 years ago(no commit message)
Ray Cromwell [Wed, 4 Jun 2008 00:29:32 +0000 (00:29 +0000)]

16 years ago(no commit message)
Ray Cromwell [Wed, 4 Jun 2008 00:27:08 +0000 (00:27 +0000)]

16 years ago[maven-release-plugin] prepare for next development iteration
Ray Cromwell [Wed, 4 Jun 2008 00:08:35 +0000 (00:08 +0000)]
[maven-release-plugin] prepare for next development iteration

16 years ago[maven-release-plugin] prepare release gwtquery-project-0.2
Ray Cromwell [Wed, 4 Jun 2008 00:03:57 +0000 (00:03 +0000)]
[maven-release-plugin] prepare release gwtquery-project-0.2

16 years ago(no commit message)
Ray Cromwell [Tue, 3 Jun 2008 23:59:43 +0000 (23:59 +0000)]

16 years ago0.2 alpha release?
Ray Cromwell [Tue, 3 Jun 2008 23:55:45 +0000 (23:55 +0000)]
0.2 alpha release?

16 years agofixed compiler issue
Ray Cromwell [Tue, 3 Jun 2008 23:49:13 +0000 (23:49 +0000)]
fixed compiler issue

16 years ago0.2 release (breaks rc1 compiler?)
Ray Cromwell [Tue, 3 Jun 2008 23:14:56 +0000 (23:14 +0000)]
0.2 release (breaks rc1 compiler?)

16 years agoRefactoring for 0.2 release
Ray Cromwell [Tue, 3 Jun 2008 07:18:45 +0000 (07:18 +0000)]
Refactoring for 0.2 release

16 years ago(no commit message)
Ray Cromwell [Tue, 3 Jun 2008 06:58:53 +0000 (06:58 +0000)]

16 years ago(no commit message)
Ray Cromwell [Tue, 3 Jun 2008 06:57:49 +0000 (06:57 +0000)]

16 years agoFirst release of GwtQuery alpha 0.1
Ray Cromwell [Thu, 29 May 2008 20:33:46 +0000 (20:33 +0000)]
First release of GwtQuery alpha 0.1

16 years agoInitial directory structure.
Ray Cromwell [Thu, 3 Apr 2008 20:24:35 +0000 (20:24 +0000)]
Initial directory structure.