]> rtime.felk.cvut.cz Git - coffee/qtwebbrowser.git/log
coffee/qtwebbrowser.git
8 years agoFix minor issues with HomeScreen transitions
Andras Becsi [Wed, 5 Aug 2015 16:07:17 +0000 (18:07 +0200)]
Fix minor issues with HomeScreen transitions

8 years agoAdd private browsing support
Andras Becsi [Wed, 5 Aug 2015 16:06:46 +0000 (18:06 +0200)]
Add private browsing support

8 years agoMake settings propagate to webViews
Andras Becsi [Wed, 5 Aug 2015 16:06:17 +0000 (18:06 +0200)]
Make settings propagate to webViews

This also adds a check for consistency of the loaded
settings' index and the default settings to prevent
inconsistent states.

8 years agoAdd missing mockup image and update spec
Andras Becsi [Tue, 4 Aug 2015 17:32:06 +0000 (19:32 +0200)]
Add missing mockup image and update spec

8 years agoAdd SettingsView and refactor settings handling to be generic
Andras Becsi [Tue, 4 Aug 2015 17:30:24 +0000 (19:30 +0200)]
Add SettingsView and refactor settings handling to be generic

This connects the simplest settings first, for toggling
offTheRecord we need more advanced logic.

8 years agoFactor out UIToolBar
Andras Becsi [Tue, 4 Aug 2015 17:29:11 +0000 (19:29 +0200)]
Factor out UIToolBar

This simple toolbar will be used for settings as well

8 years agoSmall fixes for transitions
Andras Becsi [Tue, 4 Aug 2015 13:50:16 +0000 (15:50 +0200)]
Small fixes for transitions

Prevent the navigation bar to hide when error message is shown
or when the page view shows the 'tab' list.

8 years agoUpdate findText to match desing
Andras Becsi [Tue, 4 Aug 2015 12:37:18 +0000 (14:37 +0200)]
Update findText to match desing

8 years agoUpdate bookmark icon to indicate bookmarked pages
Andras Becsi [Tue, 4 Aug 2015 12:36:49 +0000 (14:36 +0200)]
Update bookmark icon to indicate bookmarked pages

8 years agoReplace static page indicators with Repeater and delegate
Andras Becsi [Tue, 4 Aug 2015 11:51:51 +0000 (13:51 +0200)]
Replace static page indicators with Repeater and delegate

This way the maximum number of bookmarks can be changed by
updating the gridViewMaxBookmarks constant.

8 years agoShow home screen on startup
Andras Becsi [Mon, 3 Aug 2015 18:48:52 +0000 (20:48 +0200)]
Show home screen on startup

8 years agoAdd error page when tab and bookmark limits are reached
Andras Becsi [Mon, 3 Aug 2015 18:35:42 +0000 (20:35 +0200)]
Add error page when tab and bookmark limits are reached

Currently the limit for bookmarks is 24
and the limit for tabs is 10.

8 years agoIteration of the design
Andras Becsi [Mon, 3 Aug 2015 18:34:20 +0000 (20:34 +0200)]
Iteration of the design

Update home screen design to make icon coloring uniform

8 years agoFine-tune button behaviour to give better visual feedback
Andras Becsi [Mon, 3 Aug 2015 18:30:58 +0000 (20:30 +0200)]
Fine-tune button behaviour to give better visual feedback

Disable the bookmark button if the current page is already bookmarked
to make the state unambigous for the user.

8 years agoFix paging by adding an expanding margin
Andras Becsi [Fri, 31 Jul 2015 15:03:46 +0000 (17:03 +0200)]
Fix paging by adding an expanding margin

8 years agoAdd persistence to home screen bookmarks
Andras Becsi [Fri, 31 Jul 2015 15:00:22 +0000 (17:00 +0200)]
Add persistence to home screen bookmarks

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