summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* #5613 Client side logging related improvementsMatti Tahvonen2010-09-1712-280/+404
| | | | | | | | | * deprecated ClientExceptionHandler and ApplicationConsole.getConsole() * introduced VConsole for logging * moved responsibility of setting app loggin to ApplicationConfiguration * removed dependencies of ApplicationConnection from VDebugConsole svn changeset:14987/svn branch:6.4
* different kind of fix for #5592Matti Tahvonen2010-09-162-13/+12
| | | | svn changeset:14965/svn branch:6.4
* removed dead code + some cleanupMatti Tahvonen2010-09-161-23/+4
| | | | svn changeset:14964/svn branch:6.4
* Fixed problem with [14915] fix for #5556Artur Signell2010-09-161-7/+12
| | | | svn changeset:14961/svn branch:6.4
* Exception stack traces now get properly printed to GWT hosted mode console.Matti Tahvonen2010-09-161-3/+5
| | | | svn changeset:14957/svn branch:6.4
* Force IE9 into IE8 mode (#5607)Artur Signell2010-09-161-0/+4
| | | | svn changeset:14955/svn branch:6.4
* Corrected misspelled "caleandar" -> "calendar"Jonatan Kronqvist2010-09-151-18/+18
| | | | svn changeset:14926/svn branch:6.4
* Fix for #5592Jonatan Kronqvist2010-09-151-2/+2
| | | | svn changeset:14921/svn branch:6.4
* Fix for #5556 - Client Side Caching of Stale Data in Select ComponentArtur Signell2010-09-141-0/+14
| | | | svn changeset:14915/svn branch:6.4
* Actual fix for #5594Jonatan Kronqvist2010-09-141-1/+12
| | | | svn changeset:14908/svn branch:6.4
* Better fix for #5594Jonatan Kronqvist2010-09-141-12/+5
| | | | svn changeset:14899/svn branch:6.4
* Fix for #5594Jonatan Kronqvist2010-09-141-6/+8
| | | | svn changeset:14896/svn branch:6.4
* renaming interface to be something close to what it doesMatti Tahvonen2010-09-093-23/+20
| | | | svn changeset:14800/svn branch:6.4
* fixes #5567Matti Tahvonen2010-09-093-7/+31
| | | | svn changeset:14799/svn branch:6.4
* fixes #5561Matti Tahvonen2010-09-081-0/+1
| | | | svn changeset:14778/svn branch:6.4
* fixes #5560Matti Tahvonen2010-09-081-2/+2
| | | | svn changeset:14775/svn branch:6.4
* reverted infamous [14469] and [14012] and fixed issues in an other way. ↵Matti Tahvonen2010-09-071-50/+42
| | | | | | Hopefully resolving keyboard/selection issues in Tree. Related tickets (at least): #5400, #5523, #5522, #5269 svn changeset:14769/svn branch:6.4
* Fix for #5525 - Moving a 100% wide component between cells does not work in ↵Artur Signell2010-09-071-1/+3
| | | | | | GridLayout svn changeset:14768/svn branch:6.4
* Fix for #5369 - DateField doesn't show selected value after invalidArtur Signell2010-09-071-0/+12
| | | | svn changeset:14766/svn branch:6.4
* JavadocArtur Signell2010-09-071-0/+5
| | | | svn changeset:14765/svn branch:6.4
* fixes #5469Matti Tahvonen2010-09-071-12/+0
| | | | svn changeset:14764/svn branch:6.4
* fixes #5548Matti Tahvonen2010-09-061-1/+1
| | | | svn changeset:14722/svn branch:6.4
* refactored pagedown/up and home/end navigation, should fix excessive server ↵Matti Tahvonen2010-09-031-88/+203
| | | | | | visits and some other related issues. Note, tested only on Safari/mac atm. svn changeset:14713/svn branch:6.4
* Fix for #5539 - Removing the last shortcut from a window won't completely ↵Artur Signell2010-09-031-1/+13
| | | | | | unregister the shortcut on the client side svn changeset:14710/svn branch:6.4
* key up listener for helper classMatti Tahvonen2010-09-031-0/+6
| | | | svn changeset:14704/svn branch:6.4
* Table: fixed fundamental selection/keyboard-selection/keyboard-navigation ↵Matti Tahvonen2010-09-022-155/+228
| | | | | | problems svn changeset:14700/svn branch:6.4
* Fix for #5537John Alhroos2010-09-021-2/+17
| | | | svn changeset:14682/svn branch:6.4
* fixing a minor issue when selecting multiple rows by mixing "ctrl" and ↵Matti Tahvonen2010-09-011-0/+5
| | | | | | "shift" selections svn changeset:14679/svn branch:6.4
* fixes #5534Matti Tahvonen2010-09-012-7/+40
| | | | svn changeset:14678/svn branch:6.4
* fallback size for developers using LoginForm in invalid layoutsMatti Tahvonen2010-09-011-0/+1
| | | | svn changeset:14676/svn branch:6.4
* fixes #3955, an element used by VCaption now styled in base theme instead of ↵Matti Tahvonen2010-08-311-6/+5
| | | | | | hardcoded in gwt code svn changeset:14674/svn branch:6.4
* Refined javadocsMatti Tahvonen2010-08-311-0/+7
| | | | svn changeset:14665/svn branch:6.4
* Eclipse code cleanupArtur Signell2010-08-305-2/+6
| | | | svn changeset:14660/svn branch:6.4
* Language corrections to messages in the debug windowHenri Sara2010-08-301-7/+7
| | | | svn changeset:14653/svn branch:6.4
* Made even/odd rows backwards compatibleArtur Signell2010-08-301-1/+4
| | | | svn changeset:14648/svn branch:6.4
* even/row classnames now stable + bit cleaner implementationMatti Tahvonen2010-08-271-20/+23
| | | | svn changeset:14641/svn branch:6.4
* Extensions might need to fire itemsetchange event in some situations. See ↵Matti Tahvonen2010-08-271-1/+1
| | | | | | WorkLogApp demo in TreeTable addon. svn changeset:14636/svn branch:6.4
* fixes #5498Matti Tahvonen2010-08-271-2/+2
| | | | svn changeset:14633/svn branch:6.4
* Fix for #5476 - Caption changes do not repaint GridLayout properlyArtur Signell2010-08-261-0/+5
| | | | svn changeset:14621/svn branch:6.4
* Fix for #5477 - Theme name constant are incorrectly capitalizedArtur Signell2010-08-263-3/+3
| | | | svn changeset:14607/svn branch:6.4
* Fix for #5487 special case (0 tab index)John Alhroos2010-08-251-4/+11
| | | | svn changeset:14598/svn branch:6.4
* fixes #5478Matti Tahvonen2010-08-251-5/+8
| | | | svn changeset:14597/svn branch:6.4
* Fixes AbstractField not updating tab index on client side after calling ↵John Alhroos2010-08-251-0/+1
| | | | | | setTabIndex(). svn changeset:14595/svn branch:6.4
* Fix for #5487(#5258) + Testbench testJohn Alhroos2010-08-251-12/+2
| | | | svn changeset:14594/svn branch:6.4
* tabindex now open for extension in abstractfield (using getter instead of ↵Matti Tahvonen2010-08-251-2/+2
| | | | | | field internally) svn changeset:14591/svn branch:6.4
* fixes #5429Matti Tahvonen2010-08-251-21/+53
| | | | svn changeset:14590/svn branch:6.4
* Fix for #5475 - DateField text field includes extra single quote in some casesArtur Signell2010-08-241-3/+26
| | | | | | Extended test case to cover #5475 svn changeset:14579/svn branch:6.4
* Fix for #5474 - DateField fails to parse month names when using custom date ↵Artur Signell2010-08-242-62/+157
| | | | | | format svn changeset:14577/svn branch:6.4
* Made VDateField.date private and added getter/setter to cleanup codeArtur Signell2010-08-244-26/+57
| | | | svn changeset:14576/svn branch:6.4
* Fix for #5472 - PopupDateField opens the wrong monthArtur Signell2010-08-241-2/+4
| | | | svn changeset:14575/svn branch:6.4