aboutsummaryrefslogtreecommitdiff
path: root/src/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring TabBarAqua-sama2018-04-023-210/+3
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-072-3/+3
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-0/+1
|
* Profile menu lists loadable profilesAqua-sama2018-01-302-12/+14
|
* Configuration class reworkAqua-sama2018-01-251-3/+2
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Fixed repo location in license headersAqua-sama2018-01-204-4/+4
|
* Refactoring MainWindowAqua-sama2018-01-194-70/+2
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-11/+2
|
* Added .clang-formatAqua-sama2018-01-074-17/+17
|
* Various minor fixesAqua-sama2018-01-042-3/+0
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Download manager fixesAqua-sama2017-12-272-7/+4
| | | | | | | | | | DownloadsWidget - Download widget now in landscape - Download widget no longer docks in the main window, but is a dialog DownloadItemWidget - Download item widget looks more compact - Download details are now a part of the item widgets instead - Download details: save path
* astyle passAqua-sama2017-12-256-6/+6
|
* Added SSL cert warningsAqua-sama2017-12-201-2/+2
|
* Can now open links in new tabAqua-sama2017-12-202-4/+4
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-196-114/+42
|
* Bug fixesAqua-sama2017-12-192-38/+43
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Some bugfixesAqua-sama2017-12-182-6/+8
|
* ProfileView dialogAqua-sama2017-12-172-14/+24
|
* Moved MainWindow toolbars to mainwindow.uiAqua-sama2017-12-161-0/+2
|
* WebView pageMenu implementationAqua-sama2017-12-152-14/+2
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-142-2/+2
|
* Autogenerating settings dialogAqua-sama2017-12-111-0/+1
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-082-26/+23
|
* Replaced tinytoml with libconfigAqua-sama2017-12-083-31/+42
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-106-346/+9
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Cleaned up WebViewTabBarAqua-sama2017-09-302-38/+0
|
* Fixed bug with tab bar not showing upAqua-sama2017-09-291-1/+1
|
* Code cleanupAqua-sama2017-09-272-9/+9
|
* Removed Settings::containsAqua-sama2017-09-111-24/+19
|
* Split off Bookmarks into static libAqua-sama2017-09-042-0/+4
|
* Implemented Print to PDF actionAqua-sama2017-08-242-13/+22
|
* Split address bar off into static libraryAqua-sama2017-08-232-252/+0
|
* Added URL bar completerAqua-sama2017-08-192-0/+48
|
* Profile window fixesAqua-sama2017-08-042-4/+1
|
* Added homepage buttonAqua-sama2017-07-022-1/+21
|
* Status bar height capped; loading bar now hides after 2sAqua-sama2017-06-302-4/+7
|
* Some MainWindow and WebViewTabBar cleanupAqua-sama2017-06-242-5/+14
|
* Fixed crash when closing last tabAqua-sama2017-06-112-6/+30
|
* Browser class refactoringAqua-sama2017-06-041-2/+2
|
* Adding plugin action to the menu barAqua-sama2017-06-031-0/+13
|
* Hiding ProfileView until a profile is selectedAqua-sama2017-06-011-1/+0
|
* Profile improvementsAqua-sama2017-05-272-0/+123
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* clazy fixesAqua-sama2017-04-222-2/+2
|
* Address bar menu and searchAqua-sama2017-04-132-2/+72
|
* Added page action tool buttonsAqua-sama2017-04-032-0/+20
|
* Updated pre-commit.rbAqua-sama2017-04-0210-11/+11
|
* Dockable DownloadsWidgetAqua-sama2017-03-205-0/+344
|
* Fixed crash when closing the first tabAqua-sama2017-02-272-8/+12
|
* UI changesAqua-sama2017-02-261-6/+6
|
* Settings class reworkAqua-sama2017-02-241-8/+7
| | | | Using toml as format