aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
Commit message (Collapse)AuthorAgeFilesLines
* PluginEditor: implement add plugin actionAqua-sama2018-08-271-3/+6
|
* Add BrowserInterface to simplify plugins a bitAqua-sama2018-08-251-3/+3
|
* Add --no-remote optionAqua-sama2018-07-021-1/+1
|
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-021-1/+1
|
* Code cleanupAqua-sama2018-07-011-4/+4
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Socket messages are json formattedAqua-sama2018-06-261-1/+1
|
* Add ProfileManagerAqua-sama2018-06-241-8/+2
|
* clang-format passAqua-sama2018-06-221-3/+3
|
* Plugin commands no longer require --commandAqua-sama2018-06-221-12/+2
|
* Add Browser::aboutAqua-sama2018-06-211-0/+4
|
* WebProfile: cache a list of cookiesAqua-sama2018-06-171-1/+1
| | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash
* Sort .profile by timeAqua-sama2018-06-161-0/+3
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Bookmarks manager bugfixesAqua-sama2018-06-151-0/+5
| | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split
* AboutDialog: add profile list to details tabAqua-sama2018-06-151-0/+5
|
* Clazy fixesAqua-sama2018-06-021-2/+2
|
* Changing Window profileAqua-sama2018-05-281-0/+8
|
* Profile commandAqua-sama2018-05-261-2/+2
|
* Plugin command-line parametersAqua-sama2018-05-161-0/+8
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-151-0/+2
| | | | Make loading profiles a free function in Browser
* Profile editor pluginAqua-sama2018-05-151-0/+2
|
* Style passAqua-sama2018-04-171-1/+0
|
* Multiple subwindows interfaceAqua-sama2018-04-161-31/+10
| | | | | | | | | | | | 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
* Branch of Qt5.11 featuresAqua-sama2018-04-131-2/+0
|
* Refactoring TabBarAqua-sama2018-04-021-8/+10
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Fix crash when starting a second instanceAqua-sama2018-03-311-2/+2
|
* Cookie filterAqua-sama2018-03-231-3/+3
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Added profile and plugin list to About dialogAqua-sama2018-01-301-1/+9
|
* Configuration class reworkAqua-sama2018-01-251-1/+1
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-2/+6
|
* Initial plugins testingAqua-sama2018-01-141-1/+3
|
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-131-0/+2
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-2/+1
|
* Added .clang-formatAqua-sama2018-01-071-1/+1
|
* --profile no longer causes a crashAqua-sama2017-12-251-3/+2
|
* astyle passAqua-sama2017-12-251-1/+1
|
* Removed SingleApplication::SessionParamAqua-sama2017-12-231-1/+1
|
* Single instance check works againAqua-sama2017-12-221-3/+3
| | | | - In Debug builds, startup time is calculated
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-25/+7
|
* Bug fixesAqua-sama2017-12-191-3/+3
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Simple filterlistAqua-sama2017-12-111-6/+2
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-081-4/+4
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-37/+22
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-101-3/+4
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Code cleanupAqua-sama2017-09-271-12/+7
|
* Fixed bug with starting up if the local socket wasn't cleaned upAqua-sama2017-09-201-13/+15
|
* Fixed bug opening URLs from the command line while instance is runningAqua-sama2017-09-161-1/+1
|
* Config should now automatically update when changedAqua-sama2017-09-101-1/+1
|
* Split off Bookmarks into static libAqua-sama2017-09-041-1/+4
|