aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixesAqua-sama2017-12-191-10/+11
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Some bugfixesAqua-sama2017-12-181-7/+14
|
* ProfileView dialogAqua-sama2017-12-171-0/+7
|
* Moved MainWindow toolbars to mainwindow.uiAqua-sama2017-12-161-21/+13
|
* WebView pageMenu implementationAqua-sama2017-12-151-6/+1
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-141-2/+2
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-8/+14
|
* Autogenerating settings dialogAqua-sama2017-12-111-0/+7
|
* Fixed new window actionAqua-sama2017-12-091-18/+16
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-081-13/+42
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-23/+29
|
* Fixed crash on exit properlyAqua-sama2017-10-101-8/+16
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-101-2/+9
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Cleaned up WebViewTabBarAqua-sama2017-09-301-2/+4
|
* Fixed bug with tab bar not showing upAqua-sama2017-09-291-7/+7
|
* Code cleanupAqua-sama2017-09-271-36/+25
|
* Some fixes based on clazyAqua-sama2017-09-221-5/+8
|
* Reload/Stop NavigationButton classAqua-sama2017-09-111-4/+3
|
* Back/Forward NavigationButton classAqua-sama2017-09-101-34/+5
|
* Back and forward history menusAqua-sama2017-09-101-0/+29
|
* Split off Bookmarks into static libAqua-sama2017-09-041-0/+6
|
* Implemented Print to PDF actionAqua-sama2017-08-241-0/+9
|
* AStyle passAqua-sama2017-08-241-2/+2
|
* Cleaned up codeAqua-sama2017-08-241-8/+6
|
* Address bar popup is now navigateableAqua-sama2017-08-241-6/+8
|
* Profile window fixesAqua-sama2017-08-041-12/+2
|
* Added homepage buttonAqua-sama2017-07-021-3/+8
|
* Configuration defaults fileAqua-sama2017-07-011-5/+5
|
* Status bar height capped; loading bar now hides after 2sAqua-sama2017-06-301-3/+3
|
* Some MainWindow and WebViewTabBar cleanupAqua-sama2017-06-241-8/+7
|
* Fixed crash when closing last tabAqua-sama2017-06-111-7/+11
|
* Profiles dialogAqua-sama2017-05-281-1/+1
|
* Profile improvementsAqua-sama2017-05-271-51/+9
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Added fullscreen toggleAqua-sama2017-05-251-0/+13
|
* Reenabled BlockerAqua-sama2017-04-221-2/+1
|
* clazy fixesAqua-sama2017-04-221-2/+3
|
* Added page action tool buttonsAqua-sama2017-04-031-0/+23
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Some code cleanupAqua-sama2017-04-021-30/+14
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-011-3/+2
|
* Added cookie widgetAqua-sama2017-03-311-1/+6
|
* Profile saving and loadingAqua-sama2017-03-211-2/+2
|
* Dockable DownloadsWidgetAqua-sama2017-03-201-1/+22
|
* Dockable bookmarks dialogAqua-sama2017-03-201-0/+2
| | | | Fixed bugs in bookmarks dialog
* Added custom about boxAqua-sama2017-03-201-12/+3
|
* Updated BUILDING.mdAqua-sama2017-03-191-3/+8
| | | | mach script can now build tarballs
* Added build scriptAqua-sama2017-03-191-1/+1
| | | | Additional locations are searched for configuration
* Blocker rewritesAqua-sama2017-02-281-3/+3
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* Fixed crash when closing the first tabAqua-sama2017-02-271-0/+2
|
* UI changesAqua-sama2017-02-261-23/+33
|