]> rtime.felk.cvut.cz Git - coffee/qtwebbrowser.git/log
coffee/qtwebbrowser.git
8 years agoFactor out utils.h to engine.h and cpp
Andras Becsi [Thu, 30 Jul 2015 18:40:38 +0000 (20:40 +0200)]
Factor out utils.h to engine.h and cpp

8 years agoImprove home screen
Andras Becsi [Thu, 30 Jul 2015 18:31:26 +0000 (20:31 +0200)]
Improve home screen

8 years agoAdd GridView for HomeScreen
Andras Becsi [Mon, 27 Jul 2015 16:25:58 +0000 (18:25 +0200)]
Add GridView for HomeScreen

This patch also adds hooks for apple-touch-icon handling

8 years agoMinor style updates
Andras Becsi [Thu, 23 Jul 2015 18:20:45 +0000 (20:20 +0200)]
Minor style updates

This patch enables qquick compiler support and downgrades some
import versions to make it possible to compile with Qt 5.5.

8 years agoReplace DropShadow effect with a simpler custom implementation
Andras Becsi [Thu, 23 Jul 2015 16:00:32 +0000 (18:00 +0200)]
Replace DropShadow effect with a simpler custom implementation

A simpler GaussianBlur shaddow should make the animations smoother.

8 years agoDesign update iteration with icon file rename
Andras Becsi [Wed, 22 Jul 2015 18:54:08 +0000 (20:54 +0200)]
Design update iteration with icon file rename

Update the PathView path and add remaining icons and with full spec.

8 years agoFix race condition when removing tab
Andras Becsi [Wed, 22 Jul 2015 13:02:55 +0000 (15:02 +0200)]
Fix race condition when removing tab

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.

8 years agoUpdate design according to document
Andras Becsi [Tue, 21 Jul 2015 16:51:07 +0000 (18:51 +0200)]
Update design according to document

8 years agoAdd TouchTracker and hide the URL bar when scrolling
Andras Becsi [Tue, 21 Jul 2015 14:50:26 +0000 (16:50 +0200)]
Add TouchTracker and hide the URL bar when scrolling

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.

8 years agoAdd tabEditBar for PageView
Andras Becsi [Fri, 17 Jul 2015 18:22:42 +0000 (20:22 +0200)]
Add tabEditBar for PageView

8 years agoVarious PageView fixes and adjustments
Andras Becsi [Fri, 17 Jul 2015 17:48:54 +0000 (19:48 +0200)]
Various PageView fixes and adjustments

8 years agoMake PathView look like the reference design
Andras Becsi [Thu, 16 Jul 2015 16:45:11 +0000 (18:45 +0200)]
Make PathView look like the reference design

8 years agoAdd DropShadow to PageView
Andras Becsi [Thu, 16 Jul 2015 09:50:14 +0000 (11:50 +0200)]
Add DropShadow to PageView

8 years agoAdd design mockups and update toolbar and styling
Andras Becsi [Wed, 15 Jul 2015 14:06:38 +0000 (16:06 +0200)]
Add design mockups and update toolbar and styling

8 years agoNew assets and PageView improvements
Andras Becsi [Thu, 9 Jul 2015 15:40:48 +0000 (17:40 +0200)]
New assets and PageView improvements

8 years agoChange visible items to 5
Andras Becsi [Mon, 6 Jul 2015 15:27:47 +0000 (17:27 +0200)]
Change visible items to 5

8 years agoInitial code drop
Andras Becsi [Mon, 22 Jun 2015 20:38:53 +0000 (21:38 +0100)]
Initial code drop