summaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix build with Qt 5.7v1.0Kai Koehne2016-05-311-1/+1
* Update Copyright headerKai Koehne2016-05-2312-225/+131
* Move inputPanel out of browserWindowMichal Klocek2016-02-123-28/+119
* Clean up the application after integration for b2qtMichal Klocek2016-01-1831-0/+3182
* Use qml extension pluginKatja Marttila2016-01-1431-3104/+0
* Add fullscreen video supportMichal Klocek2015-11-172-1/+32
* Do not die when tab closedMichal Klocek2015-11-091-3/+1
* make it possible to pass URLs on command lineJoerg Bornemann2015-09-291-0/+1
* Fix scrolling artefact because of page resizeAndras Becsi2015-08-191-1/+2
* Rename project to qtwebbrowserAndras Becsi2015-08-181-5/+4
* Remove experimental import and add debug output with --log-level=0Andras Becsi2015-08-172-2/+0
* Fix PageView snapping and flicking behaviorAndras Becsi2015-08-131-1/+2
* Show a shipped Qt icon for qt.io pagesAndras Becsi2015-08-131-1/+2
* Show a set of default bookmaks if the settings are emptyAndras Becsi2015-08-131-1/+3
* Add new application icon and fix some style issuesAndras Becsi2015-08-139-120/+228
* Update permission request notification to UI styleAndras Becsi2015-08-125-32/+73
* Add SearchProxyModel to filter history based on search textAndras Becsi2015-08-122-5/+43
* Fix active focus propagation to hide the IM if not neededAndras Becsi2015-08-123-11/+15
* Update for embeddedAndras Becsi2015-08-124-8/+40
* Adjust HomeScreen behavior and saving of empty stateAndras Becsi2015-08-121-3/+12
* Simplify how settings are persisted and loadedAndras Becsi2015-08-122-23/+21
* Add search drop-down menu with suggestionsAndras Becsi2015-08-124-27/+217
* Update color scheme for private browsing according to specAndras Becsi2015-08-123-36/+33
* Do not take a snapshot from about:blank pagesAndras Becsi2015-08-121-0/+6
* Update private browsing and progressbar style and add mockupsAndras Becsi2015-08-122-22/+22
* Fix minor issues with HomeScreen transitionsAndras Becsi2015-08-121-6/+17
* Add private browsing supportAndras Becsi2015-08-121-12/+31
* Make settings propagate to webViewsAndras Becsi2015-08-122-35/+45
* Add SettingsView and refactor settings handling to be genericAndras Becsi2015-08-125-25/+218
* Factor out UIToolBarAndras Becsi2015-08-123-90/+225
* Small fixes for transitionsAndras Becsi2015-08-123-1/+16
* Update findText to match desingAndras Becsi2015-08-121-18/+71
* Update bookmark icon to indicate bookmarked pagesAndras Becsi2015-08-123-3/+9
* Replace static page indicators with Repeater and delegateAndras Becsi2015-08-121-35/+17
* 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
* Iteration of the designAndras Becsi2015-08-121-80/+60
* Fine-tune button behaviour to give better visual feedbackAndras Becsi2015-08-124-25/+61
* Fix paging by adding an expanding marginAndras Becsi2015-08-121-7/+19
* Add persistence to home screen bookmarksAndras Becsi2015-08-122-3/+24
* Improve home screenAndras Becsi2015-08-124-60/+120
* Add GridView for HomeScreenAndras Becsi2015-08-126-107/+497
* Minor style updatesAndras Becsi2015-08-125-12/+18
* Replace DropShadow effect with a simpler custom implementationAndras Becsi2015-08-122-18/+31
* Design update iteration with icon file renameAndras Becsi2015-08-1222-86/+332
* Fix race condition when removing tabAndras Becsi2015-08-122-10/+14
* Update design according to documentAndras Becsi2015-08-1218-57/+116
* Add TouchTracker and hide the URL bar when scrollingAndras Becsi2015-08-122-8/+69
* Add tabEditBar for PageViewAndras Becsi2015-08-126-18/+113
* Various PageView fixes and adjustmentsAndras Becsi2015-08-122-67/+39