summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1608 further. Removed old client-side compile scripts. Fixed problem ↵Marko Grönroos2008-06-133-42/+2
| | | | | | in compiling installation package. svn changeset:4870/svn branch:trunk
* Added build targets for widgetsets to build.xml. Largely fixes #1608.Marko Grönroos2008-06-132-84/+164
| | | | svn changeset:4869/svn branch:trunk
* Absolute urls changed to relative (again) so that reservr can work in a ↵Marc Englund2008-06-131-3/+3
| | | | | | non-root context. svn changeset:4868/svn branch:trunk
* Tooltip position calculations now includes window scroll position (fixes #1812) Marc Englund2008-06-131-2/+2
| | | | svn changeset:4866/svn branch:trunk
* Fixes #1813 (error if invalid value entered)Marc Englund2008-06-131-1/+3
| | | | svn changeset:4865/svn branch:trunk
* fixes #1802Matti Tahvonen2008-06-122-2/+6
| | | | svn changeset:4863/svn branch:trunk
* fixes #1805Matti Tahvonen2008-06-122-4/+104
| | | | svn changeset:4862/svn branch:trunk
* fixes #1764Matti Tahvonen2008-06-122-3/+42
| | | | svn changeset:4861/svn branch:trunk
* fixes #1808Matti Tahvonen2008-06-121-1/+1
| | | | svn changeset:4860/svn branch:trunk
* Readonly -style was not applied as expected. (Re)Fixes #1758Marc Englund2008-06-114-3/+12
| | | | svn changeset:4859/svn branch:trunk
* Opera 9.27 showed tray-notification over whole window - fixed. Might affect ↵Marc Englund2008-06-111-5/+5
| | | | | | #1802. svn changeset:4858/svn branch:trunk
* Now handles tooltips (description & error), fixes #1801Marc Englund2008-06-111-0/+6
| | | | svn changeset:4856/svn branch:trunk
* Window (caption) can have icon (fixes #1761)Marc Englund2008-06-113-2/+22
| | | | svn changeset:4855/svn branch:trunk
* fixes #1693Matti Tahvonen2008-06-111-1/+18
| | | | svn changeset:4854/svn branch:trunk
* Enhanced browser detection system.Matti Tahvonen2008-06-112-45/+162
| | | | svn changeset:4853/svn branch:trunk
* Leaf nodes no longer look expandable (fixes #1686)Marc Englund2008-06-111-0/+2
| | | | svn changeset:4852/svn branch:trunk
* Safari focus-outline was clipped by filterselect arrow-button (fixes #1684)Marc Englund2008-06-112-0/+8
| | | | svn changeset:4851/svn branch:trunk
* Higher header, fixes #1071Marc Englund2008-06-101-3/+2
| | | | svn changeset:4849/svn branch:trunk
* styles.css compiledMarc Englund2008-06-101-1/+22
| | | | svn changeset:4848/svn branch:trunk
* Usability improvements; no longer animates, #1678 and #1679 fixed.Marc Englund2008-06-102-96/+39
| | | | | | Vertical & scrollbar mode also fixed. svn changeset:4847/svn branch:trunk
* Fixed reservrs header.Marc Englund2008-06-102-3/+9
| | | | svn changeset:4845/svn branch:trunk
* added license headerMatti Tahvonen2008-06-101-0/+3
| | | | svn changeset:4844/svn branch:trunk
* added license headerMatti Tahvonen2008-06-101-0/+3
| | | | svn changeset:4843/svn branch:trunk
* fixes #1091Matti Tahvonen2008-06-101-11/+13
| | | | svn changeset:4827/svn branch:trunk
* fixes #1693Matti Tahvonen2008-06-101-1/+1
| | | | svn changeset:4826/svn branch:trunk
* fixes #1580Matti Tahvonen2008-06-101-1/+10
| | | | svn changeset:4825/svn branch:trunk
* fixes #1161Matti Tahvonen2008-06-102-0/+16
| | | | svn changeset:4824/svn branch:trunk
* Application runner was not adding a trailing slash to the applicationUrl, ↵Marc Englund2008-06-101-2/+2
| | | | | | and thus getURL() returned invalid url. Fixed, fixes #1659 svn changeset:4823/svn branch:trunk
* HTML now FF1.0 compatible (for Linux hostedmode)Marc Englund2008-06-091-21/+14
| | | | svn changeset:4822/svn branch:trunk
* fixes #1793Matti Tahvonen2008-06-091-2/+3
| | | | svn changeset:4821/svn branch:trunk
* Critical bugfix: caption click listeners. This must be included in the next ↵Jouni Koivuviita2008-06-091-2/+1
| | | | | | release (5.2.2). svn changeset:4820/svn branch:trunk
* All reservations -table fullsized, fixes #1690Marc Englund2008-06-091-9/+3
| | | | svn changeset:4819/svn branch:trunk
* More styling for #1646Marc Englund2008-06-091-9/+10
| | | | svn changeset:4818/svn branch:trunk
* A calendarpanel style was overriding; fixed, fixes #1646Marc Englund2008-06-091-1/+1
| | | | svn changeset:4816/svn branch:trunk
* margins + component spacings for formlayout, removed obsolete commentMatti Tahvonen2008-06-094-3/+96
| | | | svn changeset:4815/svn branch:trunk
* Fixed gridlayout spacing value.Jouni Koivuviita2008-06-092-6/+19
| | | | svn changeset:4813/svn branch:trunk
* Fixed horizontal alignments in AbsoluteGrid (OrderedLayout and GridLayout ↵Jouni Koivuviita2008-06-091-0/+15
| | | | | | implementation). svn changeset:4812/svn branch:trunk
* One more fix for #1794Marc Englund2008-06-091-1/+1
| | | | svn changeset:4811/svn branch:trunk
* Updates all datefield variables if the value _was_ null, so that the client ↵Marc Englund2008-06-092-5/+37
| | | | | | and sever agrees on current time. Fixes #1794 svn changeset:4807/svn branch:trunk
* new tooltips for iformlayout tooMatti Tahvonen2008-06-091-43/+14
| | | | svn changeset:4805/svn branch:trunk
* Did not update 'showingDate' properly - fixes #1756 some moreMarc Englund2008-06-091-0/+4
| | | | svn changeset:4803/svn branch:trunk
* fixes #1782Matti Tahvonen2008-06-091-24/+25
| | | | svn changeset:4802/svn branch:trunk
* tooltips for native and list selectsMatti Tahvonen2008-06-062-22/+41
| | | | svn changeset:4782/svn branch:trunk
* initial commit for formatted tooltipsMatti Tahvonen2008-06-0613-122/+339
| | | | svn changeset:4777/svn branch:trunk
* Fixes #1248, column alignments for checkbox - also fixes alignment of most ↵Marc Englund2008-06-061-2/+15
| | | | | | other components, but should apparently be implemented differently according to TODO in IScrollTable (leaving the TODO intect for future enhancements) svn changeset:4776/svn branch:trunk
* Removes FF2 caret fix while moving/resizing, making it much faster; fixes #1751Marc Englund2008-06-061-5/+21
| | | | svn changeset:4773/svn branch:trunk
* Resizing and moving does no longer loose event to iframes and such.Marc Englund2008-06-061-0/+32
| | | | | | Fixes #1765 svn changeset:4772/svn branch:trunk
* Fixed multiple bugs in ProgressIndicator: polled even if disabled or ↵Marc Englund2008-06-064-3/+43
| | | | | | invisible (#1581), had no isIndeterminate(), did not call requestRepaint() when changing polling interval or indeterminate mode. svn changeset:4771/svn branch:trunk
* FilterSelect status no longer says 1-0/0. Fixes #1706Marc Englund2008-06-061-1/+1
| | | | svn changeset:4770/svn branch:trunk
* #1572 : updated test case and spacing implementationMatti Tahvonen2008-06-054-7/+75
| | | | svn changeset:4769/svn branch:trunk