aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
Commit message (Expand)AuthorAgeFilesLines
* MainWindow: rework menu barAqua-sama2018-12-131-29/+13
* Configuration: parse command line after parsing config fileAqua-sama2018-12-071-1/+1
* Remove old session codeAqua-sama2018-11-281-42/+0
* Rewrite Session saving and loadingAqua-sama2018-11-281-1/+1
* Adding and Removing plugins at runtimeAqua-sama2018-11-231-19/+60
* Loading and unloading of plugins at runtimeAqua-sama2018-11-231-5/+6
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-28/+16
* Add AboutPlugin dialogAqua-sama2018-11-221-13/+26
* Use vcs_tag to get version informationAqua-sama2018-10-241-1/+2
* Remove lib/ as includepathAqua-sama2018-10-231-7/+7
* Fix SingleApplication segfaultAqua-sama2018-10-231-2/+2
* Fix link errorsAqua-sama2018-10-231-2/+2
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-201-2/+3
* Update CMakeLists option namesAqua-sama2018-10-141-1/+1
* Unlink plugins from lib/ librariesAqua-sama2018-10-091-26/+47
* Create .profile file when adding a new profileAqua-sama2018-10-081-1/+10
* Expand HTTP header settings #4Aqua-sama2018-10-071-2/+4
* clazy: fix warningsAqua-sama2018-10-041-3/+3
* Update remaining repository paths in license headersAqua-sama2018-10-021-1/+1
* Add Util namespaceAqua-sama2018-10-021-6/+13
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-36/+22
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-291-2/+2
* Add bookmark auto-save (5min)Aqua-sama2018-09-221-0/+6
* Update vendor.cmakeAqua-sama2018-09-181-3/+3
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-6/+0
* Move ProfileManager to libwebAqua-sama2018-09-071-0/+5
* Clean up ProfileManagerAqua-sama2018-09-021-17/+12
* PluginEditor: implement add plugin actionAqua-sama2018-08-271-0/+12
* Add BrowserInterface to simplify plugins a bitAqua-sama2018-08-251-21/+15
* Move SubWindow to src/subwindowAqua-sama2018-08-071-1/+1
* Remove PageMenuAqua-sama2018-07-081-0/+1
* Add filter.headerAqua-sama2018-07-051-1/+1
* Add --no-remote optionAqua-sama2018-07-021-4/+2
* Add nullptr profile check to createSessionAqua-sama2018-07-021-0/+2
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-021-1/+3
* Code cleanupAqua-sama2018-07-011-13/+24
* Add --session parameter to load a session jsonAqua-sama2018-06-281-2/+3
* Socket messages are json formattedAqua-sama2018-06-261-18/+31
* Add ProfileManagerAqua-sama2018-06-241-21/+8
* Add Session classAqua-sama2018-06-241-2/+2
* Add ConfigurationEditor pluginAqua-sama2018-06-231-9/+18
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-231-2/+2
* clang-format passAqua-sama2018-06-221-13/+9
* Plugin commands no longer require --commandAqua-sama2018-06-221-95/+20
* Update manpageAqua-sama2018-06-221-2/+1
* Add Browser::aboutAqua-sama2018-06-211-0/+11
* Sort .profile by timeAqua-sama2018-06-161-22/+37
* Bookmarks manager bugfixesAqua-sama2018-06-151-1/+0
* AboutDialog: add profile list to details tabAqua-sama2018-06-151-0/+6
* Better profile loadingAqua-sama2018-06-081-26/+17