aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-12/+5
| | | | | | | | | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* | Merge changes from origin/7.1Leif Åstrand2013-06-074-13/+43
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2772641 OSGi support for vaadin-push (#11691) 42c4b20 Use "\0" instead of "|" as a push message delimiter (#11692) 778de06 Derive current servlet/portlet from the current service (#11779) f8fb8b7 Upgrade to Atmosphere 1.0.13 (#11861) fea4c5e Don't build and publish sources for package without source files 6a7683b Disable Atmosphere version number check (#11890) ebb92e6 Improve error message if vaadinPush.js failed to load (#11673) 70131cd Extracted common code for number conveters to abstract super class (#11900) 0b63506 Fixed order of parameters in javadoc (#11158) 6bf83a4 Modified the logic in setPropertyDatasource which determines if a new converter is needed (#11863) 53a9c11 Fix TestingPushConnection.init signature (#11673) 05ef43f Updated client-compiler to depend on client-compiler-deps 1.0.2 #11879 9686323 Added isInitialStateChange to StateChangeEvent (#10477) 7cced5e Fixed test which had never passed ada3311 Avoid creating an instance of every view while searching for the correct view (#11722) 5b35dd9 Added text file encoding and line delimiter info (#11907) f8c4f99 Prevent spurious "Could not determine ApplicationConnection" error when using the debug window 8a42394 Fixed locators in test (aria div conflict) 6de01ac Fix text / javascript mismatch issue in Chrome (#11275) f7f1e3e Added Java Date to Sql Date converter to better support sql dates (#11224) 2882cf9 Added Serializable where missing and ignore classes which do not need Serializable 4d7f190 Make access() enqueue the runnable if the session is locked (#11897) 4c2b86d Stop using PlaceHolder widgets in VTabsheet (#11026) 87018cd Add missing license header cb1f63b Send window mode changes to the server immediately (#11737) e52df7c Added ComponentConnector.isAttached (#11928) 2b5ba96 Define how CurrentInstance works with access() (#11897) d345838 Remove ThreadLocal references from CurrentInstance (#11914) bb7b404 Remove outdated testing (#11897) f64d944 Merge "event not reported as target when context clicking in month view" to Vaadin 7.1 (#10217) 51c9fb5 Fix debug window SEVERE style, add styles for FINE, FINER and FINEST (#11891) 3b888fe Support nested SASS imports (#11909) b2137f5 Ensure calendar panel is updated when range changes (#11940) f8319eb Avoid deadlock checking in runPendingAccessTasks() (#11897) 51a98a3 Moved enums to avoid running them as tests 7c613d1 Exclude parsers from checkstyle as they are generated 35f3532 Fixes current text being overwritten in server update on RTA #11741 a744d21 Remove UI.runSafely and VaadinSession.runSafely (#11901) 84edd19 Make test independent of browser language (#11940) a3ad62d Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMARTSPRITES-36 (#9959) a9afca6 Moved Locale data handling to LocaleService (#11378) 5e548ae Fixed javadoc compilation error 91182e2 Extract ProgressBar and deprecate ProgressIndicator (#11925) a5b8209 Add primary style name support for ProgressBar/Indicator (#9913) 86b3689 Make ProgressInidcatorConnector use VProgressIndicator (#11925) 29fcadc Flush the output writer in case of SSE transport as well (#11955) 5e26b0b Fix streaming issue with iOS6 (#11934) 1b274c4 Limit sub window minimum size (#11510) 46cc08b Remove workarounds for broken Timer.cancel in IE (#11872) d850db6 Add XML formatting instructions (#11956) 9a3dc4e Formatted XML files using defined rules (#11956) 57b7335 Fixed spelling mistake in API #11741 587e10b Fix stale info in javadoc for accessSynchronously (#11897) 36fd94a Remove IE6/IE7 permutation (#11954) cccff37 Do not log legacy warnings in JUnit tests (#11963) 0f9b689 Throw exception if VaadinService has not been initialized (#11961) 1ed0980 Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965) 0014563 Extracted dialog style to a separate block (#11734) b82e60b Add missing dialog maximize/restore icons for Runo (#11734) 0d046d6 Add a separate debug window section for profiler output (#11950) 03830ae Ignore style resource that has already been added (#11667) 84bf5a7 Enabled drag & drop to Calendar #11048 6c36784 Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1 a82d57e Merge changes from origin/7.0 666dbb5 Use window.console instead of just console in vaadinPush to appease IE (#11980) 93751c1 Use correct day names when formatting dates (#6207) 19d0082 Fixed javadoc references e6e752d Correctly decode summaries containing quotes (#11769) 54ed269 Log stack trace using fine when logging toString warnings 8d655f6 Move VaadinSession.runPendingAccessTasks to VaadinService (#11964) b1ab27a Update broadcaster tutorial code e63edcc Update deprecation javadoc for VaadinSession.getBrowser() 132eee5 Add @VaadinServletConfiguration (#11970) aa99259 Send connector debug (highlight) using RPC (#11536) 6d4582e Change analyze layouts to use RPC (#11536) 6f912b1 Rename tests so they are run during build (Abstract* is ignored) ebd4a5c Added missing rpc interface (#11536) edca409 Allow customizing client-side push config on server side (#11867) b0574f7 Add transport parameter to @Push (#11966) Change-Id: I4670c783fec829f81890e2d645d93dd40860b909
| * Support nested SASS imports (#11909)Henri Sara2013-05-284-13/+43
| | | | | | | | Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b
| * Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-1726-14014/+13181
| |\ | | | | | | | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I049a08a5d129b8072bf91554ca0eab0d44e537e3
* | \ Merge commit 'a52ceb9659033'Leif Åstrand2013-05-1726-14014/+13181
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Ibaff127e9717b85461301a82d1e381c40c06b28a
| * Fixed IllegalSyntaxException when using spaces in path #11782John Ahlroos2013-05-061-14/+48
| | | | | | | | Change-Id: I105b2835d44c94f00b847f342fd0a6e0ef571e97
| * Fixed scss file resolving issue in Windows (#11762)Artur Signell2013-05-031-0/+4
| | | | | | | | Change-Id: I63484865ce56a54cc8f3fb673c03ffd0be6c8dc1
| * Merge commit 'd214efa39a011002eb88e683676508e438842fe4'Henri Sara2013-04-291-10/+4
| |\ | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/orderedlayout/Slot.java Change-Id: I2fb5d1ac4b5c10a1fe5b1a6f976c1f59283b9169
| * | Global code clean upLeif Åstrand2013-04-251-1/+1
| | | | | | | | | | | | Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
| * | Fixed failing path resolving when scss compiler is resolving included mixins ↵John Ahlroos2013-04-242-31/+25
| | | | | | | | | | | | | | | | | | from classpath #11684 Change-Id: I7943ecb283cca80526fc9b35ff51b698a3b9af6a
| * | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-234-12966/+13014
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * | | Global code reformatLeif Åstrand2013-04-051-3/+2
| | | | | | | | | | | | | | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
| * | | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-24/+132
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * | | | Regenerate SCSS parser classesHenri Sara2013-02-283-14233/+12467
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifdd08e5fa83f4e7135150517ebdc0e5ac7ffe963
| * | | | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-2813-1519/+1770
| | | | | | | | | | | | | | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
| * | | | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-2714-1461/+2118
| | | | | | | | | | | | | | | | | | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642
* | | | | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-143-1025/+1030
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This change adds support for media selectors with a query that consist of more than just a single word. Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04
* | | | Remove duplicate copying of mixin child nodes (#11604)Henri Sara2013-04-261-10/+4
| |_|/ |/| | | | | | | | Change-Id: I3a596df4577648ba38588a8a0e74408264e1f9fd
* | | Support "to" in CSS function parameters (#11309)Henri Sara2013-04-182-44/+93
| |/ |/| | | | | | | | | This change also relaxes whitespace checking in SCSS tests slightly. Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f
* | Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
| | | | | | | | Change-Id: Id0e0fd6a31f4089228b02bf8b66086d3f3a1727b
* | Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-263-22/+115
|/ | | | Change-Id: I5e409856601aa514965319453c11946028b08dda
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-193-1169/+1152
| | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-191-5/+26
| | | | Change-Id: I6451c94a4f733b002165983f92c8577dac4904f6
* Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-192-9/+14
| | | | | | The current logic caused mark() never to be called if the original InputStream supports mark (isMarkSupported()). This in turn causes an IOException when reset is called and no mark has been set. Change-Id: I781ed8e9d355d22bd8e43acb5c5e9c8da90f66a0
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-143-6152/+6192
| | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f
* ParseException does not output file name (Ticket #10967)Haijian Wang2013-02-142-1/+45
| | | | Change-Id: I16a1993284cfb8d73596ec8c2b8956d8e7f9dc8e
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵Henri Sara2013-02-138-40/+74
|\ | | | | | | #10730)" into 7.0
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-138-40/+74
| | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-136-6377/+5577
| | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket ↵Henri Sara2013-02-121-15/+19
|\ \ | |/ |/| | | #10987)" into 7.0
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-15/+19
| | | | | | | | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-112-1881/+1692
|/ | | | Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f
* Add license header for a couple of filesHaijian Wang2013-01-106-12800/+14971
| | | | Change-Id: I859dcc23397f4eee4b7f4e296f69520e8d6b07f6
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-094-171/+198
| | | | | | (#10505) Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-098-2604/+3559
| | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-084-1097/+1127
| | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec
* support interpolation in property name (#9410)Haijian Wang2013-01-045-922/+933
| | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915
* Updated copyright notices and added missing license headersArtur Signell2013-01-0470-34/+574
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-021-1/+3
|\
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-021-1/+3
| | | | | | | | | | | | taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b
* | Minor fix to SASS else-if condition parsing.Henri Sara2013-01-022-3/+3
| | | | | | | | Change-Id: I2b6214bbc79f2f133c079667f1b3a61b2fa41ca7
* | Sass parser refactoring to reduce duplication.Henri Sara2013-01-022-1113/+1311
| | | | | | Change-Id: I5693b06cb6ac921740cd1dbfde8ad98424ce7e80
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-272-328/+358
|/ | | | | | | Now, also string parameters and multiple parameters are accepted by the parser. Change-Id: I3b1a707e4d0531c4d6117c8f0b2b140fdf6ac741
* Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-193-632/+776
| | | | | | | Also adds preliminary support for recognizing @debug and @warn so that those are not copied. Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25
* Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-142-8/+51
| | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4
* Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-072-849/+776
| | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3
* Support @if in @mixin (#10438)Henri Sara2012-11-302-9/+20
| | | | | | Also adds support for @font-face and the (not yet implemented) @page. Change-Id: I65367121a71ac28c4b99d6b3ed7716e89cb132fa
* Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-292-658/+1372
| | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f
* Merge "Add lookahead to eliminate SASS parsing ambiguity"Marc Englund2012-11-292-49/+64
|\
| * Add lookahead to eliminate SASS parsing ambiguityHenri Sara2012-11-282-49/+64
| | | | | | | | Change-Id: Idcb27240f4bc79a4fc40a17eff7b0c8e43156c73