summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed captions not visible in AbsoluteLayout #10083John Ahlroos2012-10-261-1/+1
| | | | | | | | Change-Id: I4130711ce509fe3e29d9795ff20432189d77bcf7
* | Correctly update v-disabled for child captions (#10079)Artur Signell2012-10-261-1/+1
| | | | | | | | Change-Id: If6bf014328e9eb49bc48980eba256154e0f89b95
* | Formatted projectArtur Signell2012-10-2610-16/+12
| | | | | | | | Change-Id: I771ca4edea66ad29a80628ee1a98d1c5ff1679ab
* | Merge "Updated ProgressIndicator to use state and rpc (#10008)"John Ahlroos2012-10-242-69/+53
|\ \
| * | Updated ProgressIndicator to use state and rpc (#10008)Artur Signell2012-10-242-69/+53
| | | | | | | | | | | | Change-Id: Iec3d0c4e9e1432f7dda4aae5c8c4f21cb96f08be
* | | Merge "Refactor GET parameter names to ApplicationConstants"Leif Åstrand2012-10-241-2/+4
|\ \ \
| * | | Refactor GET parameter names to ApplicationConstantsJohannes Dahlström2012-10-241-2/+4
| | | | | | | | | | | | | | | | Change-Id: Id599a6f02f41fa4d4828007cf46bdfa397d81180
* | | | Merge "Properly support extension connectors in debug console (#8422, #9999) ↵Leif Åstrand2012-10-243-22/+27
|\| | | | | | | | | | | | | | | * Clicking an ExtensionConnector entry highlights their ancestor ComponentConnector if any * Shift-clicking also works, change server side highlighting to support arbitrary ClientConnectors"
| * | | Properly support extension connectors in debug console (#8422, #9999)Johannes Dahlström2012-10-193-22/+27
| | |/ | |/| | | | | | | | | | | | | | | | * Clicking an ExtensionConnector entry highlights their ancestor ComponentConnector if any * Shift-clicking also works, change server side highlighting to support arbitrary ClientConnectors Change-Id: I834a602a75a70d2fa2a7b44e9ae8da6e85f91be7
* | | Merge "Make Util.getAbsoluteUrl work in IE8 (#10049)"Artur Signell2012-10-241-3/+20
|\ \ \
| * | | Make Util.getAbsoluteUrl work in IE8 (#10049)Leif Åstrand2012-10-241-3/+20
| | | | | | | | | | | | | | | | Change-Id: Ia473ec5ee9b491fdf6d8bc18de388a3133d7c52e
* | | | Merge "Create UIProvider & Extension for easily opening popups. (#9513)"Artur Signell2012-10-241-0/+58
|\ \ \ \
| * | | | Create UIProvider & Extension for easily opening popups. (#9513)Leif Åstrand2012-10-241-0/+58
| |/ / / | | | | | | | | | | | | | | | | | | | | * Based on Pekka Hyvönen's patch Change-Id: Ib97fc77a9a116da2b5af0cb2233a81aaa829f763
* / / / Add license to new files (#9524)Leif Åstrand2012-10-241-0/+16
|/ / / | | | | | | | | | Change-Id: Ifcd61b32db696de075918de1429dd75c94b63a29
* | | Merge "Added BrowserInfo.isIE10() and test for IE10 user agent (#9217)"Leif Åstrand2012-10-232-0/+15
|\ \ \
| * | | Added BrowserInfo.isIE10() and test for IE10 user agent (#9217)Artur Signell2012-10-232-0/+15
| | | | | | | | | | | | | | | | Change-Id: Ie81dcbfeaad30859db8b53ffec1f51024d832fd4
* | | | Merge "FileDownloader for starting downloads with any component (#9524)"Artur Signell2012-10-231-0/+61
|\ \ \ \
| * | | | FileDownloader for starting downloads with any component (#9524)Leif Åstrand2012-10-231-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Based on patch by Pekka Hyvönen Change-Id: I9263078ffc624f9cabec6c25264920dfdb430efe
* | | | | Avoid NPE if a child cannot be found (#10039)Artur Signell2012-10-231-0/+5
| |/ / / |/| | | | | | | | | | | Change-Id: I756b5d8a66b89eedb335c23b1ae9610bdb80b2d0
* | | | Fixed moving components from an outer AbsoluteLayout into an inner layout #10034John Ahlroos2012-10-231-0/+34
|/ / / | | | | | | | | | Change-Id: Ib635a02e2a4b2dd70623c221da4289b0ee7bed27
* | | Merge "AbsoluteLayout now gets child component style names #9051"Marc Englund2012-10-232-2/+67
|\ \ \
| * | | AbsoluteLayout now gets child component style names #9051John Ahlroos2012-10-232-2/+67
| | |/ | |/| | | | | | | Change-Id: I236ec48d05b49ee468afa09cc6d88501813811b7
* | | Fixed slot stylenames not being removed properly when clearing the ↵John Ahlroos2012-10-232-3/+8
| | | | | | | | | | | | | | | | | | stylenames #9576 Change-Id: I5c89d814cb9b0b28bf46a850a6ecc8d7eab56d47
* | | Slots now get their childrens primary stylename in Vertical/Horizontal ↵John Ahlroos2012-10-222-6/+48
|/ / | | | | | | | | | | layouts #9576 Change-Id: I68f58868606b91353224a6eed83262b33e0af8ea
* | Merge "Register CssLayout click listeners in onStateChanged instead of ↵Artur Signell2012-10-221-2/+1
|\ \ | | | | | | | | | onConnectorHierarchyChange (#10003)"
| * | Register CssLayout click listeners in onStateChanged instead of ↵Johannes Dahlström2012-10-191-2/+1
| |/ | | | | | | | | | | | | | | onConnectorHierarchyChange (#10003) Test case (tests.components.ClickListeners) committed as part of #9956 Change-Id: I35f41a301ceebc43679098ae033656a18b82c4b1
* / More descriptive error message when async load fails (#9805)Leif Åstrand2012-10-191-1/+4
|/ | | | Change-Id: Ic692b50fcd705f82eccd7727664897d4f1d40872
* Merge "Fixed primary stylename handling for MenuBar #9908"Marc Englund2012-10-182-50/+130
|\
| * Fixed primary stylename handling for MenuBar #9908John Ahlroos2012-10-182-50/+130
| | | | | | | | Change-Id: I8ac3f6eec22cbfd94a6abd6fdbb1d738422c97ae
* | Fixed multiple stylename handling #9983John Ahlroos2012-10-171-12/+12
|/ | | | Change-Id: Iae0acde0c8cba4b7c1fc4166bb19f7f619c3afd5
* Merge "Fixed primary stylename handling for ListSelect #9907"Marc Englund2012-10-171-1/+18
|\
| * Fixed primary stylename handling for ListSelect #9907John Ahlroos2012-10-171-1/+18
| | | | | | | | Change-Id: Ia717af9a2dd973f16366ee527bf8f3c221fd4403
* | Merge "Fixed primary stylename handling for Datefield and InlineDatefield #9903"Marc Englund2012-10-167-51/+96
|\ \
| * | Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-167-51/+96
| | | | | | | | | | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7
* | | Merge "Fixed primary stylename handling in Form #9904"Marc Englund2012-10-151-4/+23
|\ \ \ | |_|/ |/| |
| * | Fixed primary stylename handling in Form #9904John Ahlroos2012-10-151-4/+23
| |/ | | | | | | Change-Id: I2cd21b386f7276be9f9dee305e086e8258094bf7
* | Merge "Fixed primary stylename handling for CustomLayout #9902"Marc Englund2012-10-121-6/+16
|\ \
| * | Fixed primary stylename handling for CustomLayout #9902John Ahlroos2012-10-121-6/+16
| |/ | | | | | | Change-Id: I8ec0da24e73cc182b6d7df6409c348bb61e61d47
* | Merge "Fixed primary stylenames with Slider #9898"Marc Englund2012-10-121-51/+75
|\ \ | |/ |/|
| * Fixed primary stylenames with Slider #9898John Ahlroos2012-10-121-51/+75
| | | | | | | | Change-Id: Id49802efac15d9472383b13d9611fed08d6776fe
* | Merge "Fixed primary stylenames for combobox #9901"Marc Englund2012-10-111-42/+65
|\ \
| * | Fixed primary stylenames for combobox #9901John Ahlroos2012-10-111-42/+65
| | | | | | | | | | | | Change-Id: Id4f75b1630b621a0c81b405a0cab2c9262b93549
* | | Merge "Fixed primary stylename handling in AbsoluteLayout as well as moved ↵Marc Englund2012-10-112-122/+437
|\ \ \ | | | | | | | | | | | | layout specific functionality into the layout from the connector #9899"
| * | | Fixed primary stylename handling in AbsoluteLayout as well as moved layout ↵John Ahlroos2012-10-112-122/+437
| | | | | | | | | | | | | | | | | | | | | | | | specific functionality into the layout from the connector #9899 Change-Id: I7254371bdbda15c1e7187e0d00c910441ab3f742
* | | | Merge "Fixed issue with other stylenames being overwritten when applying ↵Marc Englund2012-10-111-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | primary stylename #9900"
| * | | | Fixed issue with other stylenames being overwritten when applying primary ↵John Ahlroos2012-10-111-1/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | stylename #9900 Change-Id: I782422c09815b2d7513e0d83a90a5cc2f0228561
* | | | Merge "Parse Trident versions to support IE in compatibility mode (#9887)"Marc Englund2012-10-111-9/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Parse Trident versions to support IE in compatibility mode (#9887)Leif Åstrand2012-10-101-9/+13
| |/ / | | | | | | | | | Change-Id: If4c12ed2ec4fca63bb68259f44904e014782792b
* | | Merge "Fixed primary stylename handling in Accordion #9900"Marc Englund2012-10-111-3/+31
|\ \ \ | |/ / |/| |
| * | Fixed primary stylename handling in Accordion #9900John Ahlroos2012-10-101-3/+31
| |/ | | | | | | Change-Id: Iab4e8c8d0a0c98b770b7970fd1c099698e6a6531