aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
Commit message (Collapse)AuthorAgeFilesLines
* Unlink plugins from lib/ librariesAqua-sama2018-10-091-9/+13
|
* Expand HTTP header settings #4Aqua-sama2018-10-071-2/+2
| | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor
* clazy: fix warningsAqua-sama2018-10-041-1/+1
|
* Add SingleApplication as a git submoduleAqua-sama2018-10-021-3/+1
|
* Update remaining repository paths in license headersAqua-sama2018-10-021-1/+1
|
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-0/+1
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-291-1/+1
|
* Turn Session class into namespaceAqua-sama2018-09-281-1/+1
|
* breakpad: try to write session on crashAqua-sama2018-09-281-3/+3
|
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-1/+0
|
* Move ProfileManager to libwebAqua-sama2018-09-071-0/+2
|
* 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