aboutsummaryrefslogtreecommitdiff
path: root/src/forms
Commit message (Collapse)AuthorAgeFilesLines
* Multiple subwindows interfaceAqua-sama2018-04-163-234/+0
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Added manpageAqua-sama2018-02-171-0/+2
|
* Added profile and plugin list to About dialogAqua-sama2018-01-303-9/+34
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-272-6/+5
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-7/+4
|
* Added result label to search formAqua-sama2018-01-203-136/+0
|
* Fixed repo location in license headersAqua-sama2018-01-206-6/+6
|
* Added revision and branch to about dialogAqua-sama2018-01-191-29/+22
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+1
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-161-2/+2
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-153-404/+0
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-3/+2
|
* Added .clang-formatAqua-sama2018-01-078-29/+32
|
* Various minor fixesAqua-sama2018-01-043-3/+1
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Changed from qbs to cmakeAqua-sama2018-01-032-15/+24
|
* astyle passAqua-sama2017-12-256-7/+7
|
* Edited documentationAqua-sama2017-12-211-1/+3
| | | | | | - Search highlighting is removed when you close the search box - Fixed PKGBUILD not working - PKGBUILD can now pick compiler and optimization
* Added Search BoxAqua-sama2017-12-213-0/+134
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-196-114/+42
|
* ProfileView dialogAqua-sama2017-12-176-273/+13
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-141-4/+1
|
* Fixed getCompiler build failure with gccAqua-sama2017-12-141-7/+7
|
* Replaced tinytoml with libconfigAqua-sama2017-12-084-41/+51
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-103-209/+0
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Code cleanupAqua-sama2017-09-273-7/+11
|
* Split off Bookmarks into static libAqua-sama2017-09-044-273/+2
|
* Profile window fixesAqua-sama2017-08-045-38/+37
|
* Added homepage and newtab to profile widgetAqua-sama2017-07-032-52/+82
|
* Configuration defaults fileAqua-sama2017-07-011-2/+3
|
* Added new profile buttonAqua-sama2017-06-103-14/+78
|
* Hiding ProfileView until a profile is selectedAqua-sama2017-06-011-0/+11
|
* Profiles dialogAqua-sama2017-05-286-80/+73
|
* Profile improvementsAqua-sama2017-05-274-1/+179
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* clazy fixesAqua-sama2017-04-221-2/+1
|
* Updated pre-commit.rbAqua-sama2017-04-0210-10/+10
|
* Some code cleanupAqua-sama2017-04-021-3/+9
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-015-44/+151
|
* Added cookie widgetAqua-sama2017-03-313-0/+181
|
* Dockable DownloadsWidgetAqua-sama2017-03-206-189/+99
|
* Fixed bug where the BookmarksWidget was not re-openableAqua-sama2017-03-202-2/+24
|
* Fixed opening bookmarks with multiple windowsAqua-sama2017-03-204-144/+140
|
* Dockable bookmarks dialogAqua-sama2017-03-203-53/+24
| | | | Fixed bugs in bookmarks dialog
* Added custom about boxAqua-sama2017-03-203-0/+214
|
* Blocker rewritesAqua-sama2017-02-283-301/+0
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* Settings class reworkAqua-sama2017-02-242-7/+4
| | | | Using toml as format
* Download managerAqua-sama2017-02-232-10/+29
| | | | | Added total size to widget Added default file name
* Download manager improvementsAqua-sama2017-02-233-4/+68
| | | | | | | Added shortcut for download dialog Dialog has proper title Settings replaces ~ with home location Showing download item details
* Global bookmarks and downloads dialogsAqua-sama2017-02-142-5/+16
|
* Settings changesAqua-sama2017-02-141-2/+4
|
* Bookmark improvementsAqua-sama2017-02-103-17/+161
| | | | | | Added icons to bookmark tree Bookmarks can now be rearranged Add/remove items from bookmark tree