summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Show home screen on startupAndras Becsi2015-08-124-5/+3
|
* Add error page when tab and bookmark limits are reachedAndras Becsi2015-08-124-26/+175
| | | | | Currently the limit for bookmarks is 24 and the limit for tabs is 10.
* Iteration of the designAndras Becsi2015-08-123-128/+70
| | | | Update home screen design to make icon coloring uniform
* Fine-tune button behaviour to give better visual feedbackAndras Becsi2015-08-124-25/+61
| | | | | Disable the bookmark button if the current page is already bookmarked to make the state unambigous for the user.
* Fix paging by adding an expanding marginAndras Becsi2015-08-121-7/+19
|
* Add persistence to home screen bookmarksAndras Becsi2015-08-125-14/+57
|
* Factor out utils.h to engine.h and cppAndras Becsi2015-08-126-78/+118
|
* Improve home screenAndras Becsi2015-08-127-60/+136
|
* Add GridView for HomeScreenAndras Becsi2015-08-129-109/+553
| | | | This patch also adds hooks for apple-touch-icon handling
* Minor style updatesAndras Becsi2015-08-127-13/+19
| | | | | This patch enables qquick compiler support and downgrades some import versions to make it possible to compile with Qt 5.5.
* Replace DropShadow effect with a simpler custom implementationAndras Becsi2015-08-122-18/+31
| | | | A simpler GaussianBlur shaddow should make the animations smoother.
* Design update iteration with icon file renameAndras Becsi2015-08-1224-96/+345
| | | | Update the PathView path and add remaining icons and with full spec.
* Fix race condition when removing tabAndras Becsi2015-08-122-10/+14
| | | | | | | | When the user clicked on a tab in the PageView before the animation of the re-arrangement after closing a tab finished it would put the view into an inconsistent state. To prevent this set the tab's state to default before removing it so the binding would not interfere with the animation. Also fix the style after the size updates.
* Update design according to documentAndras Becsi2015-08-1221-63/+120
|
* Add TouchTracker and hide the URL bar when scrollingAndras Becsi2015-08-128-35/+290
| | | | | | | The tracker makes it possible to hide the URL bar when scrolling down the page and show it when scrolling up. The tracker installs an event filter on the RWHVDelegate by finding it when a touch event arrives.
* Add tabEditBar for PageViewAndras Becsi2015-08-127-18/+115
|
* Various PageView fixes and adjustmentsAndras Becsi2015-08-123-86/+39
|
* Make PathView look like the reference designAndras Becsi2015-08-127-28/+57
|
* Add DropShadow to PageViewAndras Becsi2015-08-122-43/+51
|
* Add design mockups and update toolbar and stylingAndras Becsi2015-08-1230-337/+296
|
* New assets and PageView improvementsAndras Becsi2015-08-1214-125/+194
|
* Change visible items to 5Andras Becsi2015-08-121-3/+8
|
* Initial code dropAndras Becsi2015-08-1224-0/+1817