summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12Menu renamed to ContextMenuTomasz Olszak4-3/+3
Change-Id: Ie2563ec9c5a3c4d8a47503cafc5eddd40fada67b Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-12Added ScrollDecorator for Flickable ItemsTomasz Olszak8-5/+349
Change-Id: I100584c7d7c747760e0e20867c029828d186f4c0 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-12Tool scripts and DefaultSettings.js modifiedTomasz Olszak4-308/+431
Change was determined by adding *.9.* postfix to 9Patch images Change-Id: Ic0a047278af9d8945362410233119ef123e85f79 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-12SplitView: Added Tizen SplitViewTomasz Olszak7-2/+125
Change-Id: If565a57094575e2e45185a22e9c3cd03e1e6d1ea Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-12Images modified with fixed 9patch2sci binaryTomasz Olszak922-496/+496
Change-Id: Ie897af337fa5fe1cb1271ab7ab5efd33204a975e Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-12Adding .9.png and .9.sci postfix to 9Patch filesTomasz Olszak924-0/+0
Change-Id: Id9382ddefc4af091926ea26284ee73c7a62792bb Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-129patch2sci fix.Tomasz Olszak1-35/+82
It didn't work properly when border was 1 pixel high/wide. Change-Id: I890f62e37d7f9ce1fcae81c6a9a72c40f03d66ad Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-11touch example: ContextMenuPage - circle path animation on anchor point.Tomasz Olszak1-4/+19
Change-Id: Ic66e530aebc920f61f89ddec394178987aca25aa Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-11Added flickable TabBar with corner items.Tomasz Olszak2-25/+79
Change-Id: Iea558f3ed5d7fbc297d5f5c616469ba6d77de4e5 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-11ContextMenu: Added Control element.Tomasz Olszak13-10/+551
Some of content need to be moved to ContextMenuStyle in the future. Additionally it should inherit from Control - not Item. Change-Id: I3549abd7eec2d5028a8d621328a8d232a283e720 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-10Button: Added changing background color featureTomasz Olszak2-1/+7
Change-Id: I9a9e0489867dd40096cc0ad795c3dbb755cfdba5 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-10Added DetailButtonTomasz Olszak8-3/+137
Change-Id: I5301cb5169037253cd6ac393c737fa3176353f64 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-10CheckBoxStyle: Added Tizen backgroundTomasz Olszak2-81/+24
Change-Id: I4aaa40630e4a18fe9434b135954cf1829e9e1536 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-06-06Added twitter.pro for proper building whole project with qmakeTomasz Olszak1-0/+13
Change-Id: Ieac75477172652c456b620e7ead9f2fc2c8687c5 Reviewed-by: Jarosław Staniek <staniek@kde.org>
2013-06-04Twitter exampleJaroslaw Staniek15-2/+891
Includes scaling, shadows, scroll indicator, improved list Change-Id: I6ab043c53fd25bb78a09c9e62054aa0bf6d60712 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-05-30DefaultSettings.js import changed from Default to ThemeTomasz Olszak8-92/+87
Change-Id: I6e025bd0c6a5cfc3362a4d22e338aaee9bcfb32d Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-05-29Switch control extracted from CheckBoxTomasz Olszak10-103/+335
Change-Id: I6502a79da22130c14404fce217143b19dbee4796 Reviewed-by: Witold Wysota <wysota@qtcentre.org> Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-05-28Added shadowbuild support.Tomasz Olszak1-5/+1
Change-Id: I8f39310c76b32b8bc1a617dffecf4c24faa73e1c Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2013-05-25Fixed slider behavior. Now slider overlay works with first handle click.Tomasz Olszak1-6/+14
2013-05-25Added source of build instructions to READMETomasz Olszak1-1/+2
2013-05-25Added files and tools related to Tizen pallete.Tomasz Olszak3-0/+609
Added copy of white.xml theme file, script for generation JS colors object used in QtQuick Controls for Tizen configuration default configuration.
2013-05-25Modified default sizes of different controls.Tomasz Olszak5-12/+8
Also modified background color of touch example.
2013-05-25Accidental Qt license replaced by LGPL in a few files.Tomasz Olszak8-202/+167
Also added BSD license for normalization scripts.
2013-05-25Added qtquickcontrols patch.Tomasz Olszak2-1/+38
Now QT_QUICK_CONTROLS_STYLE environment variable used as postfix for styles directory.
2013-05-25Added 9patch2sci tool.Tomasz Olszak3-0/+122
Tools generates sci files from Tizen png's and removes 9patch borders from Tizen png files. Used for normalization Tizen images (see src/styles/images/sources/*-normalized).
2013-05-25added "Running examples in Tizen style" to READMEJaroslaw Staniek1-1/+20
2013-05-25ignore *~ filesJaroslaw Staniek1-1/+2
2013-05-25add README with detailed license explanation, add license filesJaroslaw Staniek4-0/+751
2013-05-25license new qml and js files under the LGPLJaroslaw Staniek3-0/+57
2013-05-25Modified touch example color palette.Tomasz Olszak4-61/+21
2013-05-25Added Tizen TabViewStyle. Added value overlay for Tizen slider whenTomasz Olszak9-36/+194
handle is pressed.
2013-05-25Finished initial draft of CheckBox - unfortunately it is notTomasz Olszak6-25/+203
cross platform. Soon It will be splitted into some cross platform components. Updated touch example with CheckBox Page
2013-05-25Added CheckBoxStyle, refactored DefaultSettings to use color keysTomasz Olszak15-407/+1099
and generated images( javascript object )
2013-05-25Removed old image files - not resolution awareTomasz Olszak36-60/+0
2013-05-25Added all Tizen images for 720x1280 resolution.Tomasz Olszak1008-0/+1155
They come from src/images/source/720x1280-normalized
2013-05-25Added images:Tomasz Olszak1788-0/+1517
* images/source/720x1280 - is the directory with original Tizen images from osp-uifw library * images/source/720x1280-normalized - is above directory with normalized filenames and generated *.sci files for files which needed them(see normalizationScript). Source of javascript object used in DefaultSettings.js was generated and saved in ImagesMap.js file. Alghoritm of choosing proper images is in findProperImages.sh file.
2013-05-25some fixes related to button fontTomasz Olszak6-491/+14
2013-05-25Added missing images for touch exampleTomasz Olszak9-0/+2
2013-05-25Added modified touch example from qtquicontrols repoTomasz Olszak9-0/+816
2013-05-25First draft of basic tizen controlsTomasz Olszak50-0/+1192
2013-05-22Initial commitOswald Buddenhagen0-0/+0