summaryrefslogtreecommitdiff
path: root/src/application.cpp
Commit message (Collapse)AuthorAgeFilesLines
* loadUrl function fix (hopefully, last!)Andrea Diamantini2009-08-011-12/+26
|
* Fixing a bit enum OpenType names..Andrea Diamantini2009-08-011-3/+3
|
* fix Webshortcuts, works with space and colon delimitermegabigbug2009-08-011-15/+12
|
* Some string changes and various fixesAndrea Diamantini2009-08-011-3/+4
|
* Fix tab in background featuremegabigbug2009-07-311-27/+17
|
* Add WebShorcuts Settings in the configuration panelmegabigbug2009-07-291-1/+1
| | | | | Remove Webshorcuts Settings item in menus Remove trailing spaces
* Fix // bugmegabigbug2009-07-271-1/+2
|
* KDE "real" Web Browsing shortcut support!Andrea Diamantini2009-07-271-36/+8
|
* A lot of fixes here:Andrea Diamantini2009-07-261-1/+1
| | | | | | | | | - CTRL + click browsing - mouse wheel gestures - cleaning a bit web* classes This has been possible restoring some code from rekonq 0.1 web classes implementation.
* New Clear Private Data actionAndrea Diamantini2009-07-261-1/+0
| | | | Needs some fixes..
* Trivial fix. Yesterday was late night ;)Andrea Diamantini2009-07-241-17/+28
| | | | | This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :)
* cleaning code a bit...Andrea Diamantini2009-07-241-7/+0
|
* Removed rekonqrun class and provided slots in Application one.Andrea Diamantini2009-07-241-6/+101
|
* Definitely fixing rekonq API. First step.Andrea Diamantini2009-07-241-2/+2
| | | | newTab function in MainView
* Merge commit 'pano/master'Andrea Diamantini2009-07-101-1/+1
|\
| * Changed the icon for tabs without own favicon to a generic html-iconPanagiotis Papadopoulos2009-06-231-1/+1
| |
* | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-271-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: Fixing popup pos && removing unwanted statusBar 0.1.6 version with new notifying system New notifying system. Perhaps this should be default for Deleting popup in empty msg Comments and Fixes New notify system Working on new notify system... start moving things.. slot Save File As Finally fixed F5 shortcut New history menu code comments history menu fix
| * New notify systemAndrea Diamantini2009-06-211-26/+0
| |
| * Working on new notify system...Andrea Diamantini2009-06-201-11/+16
| | | | | | | | new download icon
| * start moving things..Andrea Diamantini2009-06-201-0/+22
| |
* | Application::icon() changed to staticDomrachev Alexandr2009-06-191-1/+1
|/
* bookmark toolbar displaying ALL the bookmarks.Andrea Diamantini2009-06-081-1/+1
| | | | | | | This commit is based on patch from Matthieu Gicquel (many thanks). While I don't like this "super-filled" bm toolbar, this is probably the best solution, waiting for an akonadi based bookmarks model.
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Moving guessUrlFromString function to Application classAndrea Diamantini2009-06-011-2/+61
|
* Removed unuseful download classesAndrea Diamantini2009-06-011-13/+0
|
* Fixing conflicts merging masteradjam2009-05-061-2/+4
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-061-2/+3
| |
| * Managing user tab open settings. Step 2Andrea Diamantini2009-05-011-2/+2
| |
| * astyleAndrea Diamantini2009-04-291-5/+5
| |
| * Fixed loading Url methods.Andrea Diamantini2009-04-291-1/+1
| | | | | | | | | | | | | | | | Now in all rekonq code we have just a loadUrl method in mainview (doing the dirty job) and one in mainwindow, provided for convenience. Every class needing loading an url has a openUrl signal. Hope this should go well..
| * mainview loadurlinCurrentTab improvementsAndrea Diamantini2009-04-291-1/+1
| |
| * Removed unused Application loadUrl methodAndrea Diamantini2009-04-291-6/+0
| |
| * Importing some reverted changesAndrea Diamantini2009-04-281-2/+2
| |
| * Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-7/+13
| | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
| * Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-13/+7
| | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-2/+2
| |
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Trivial fixesAndrea Diamantini2009-04-221-2/+0
| |
| * Side PanelAndrea Diamantini2009-04-221-13/+28
| |
| * Updating Application class with missing static functionsAndrea Diamantini2009-04-211-0/+12
| |
| * Moving new download system to mainline.Andrea Diamantini2009-04-211-7/+12
| | | | | | | | | | I did some changes to fit things as simple as possible. We can obviously improve things in a second moment..
| * modular Qt IncludesAndrea Diamantini2009-04-031-8/+2
| |
| * pedanticAndrea Diamantini2009-04-031-1/+0
| |
| * Added Comments in main.cppAndrea Diamantini2009-04-031-4/+3
| | | | | | | | | | Fixed loading external sites on new tabs. This costs us a forced initial resizing.. that could be payed (perhaps..)!
| * API change (rename). In MainView, newTab --> newWebViewAndrea Diamantini2009-03-291-4/+4
| |
| * Load just 1 site at start..Andrea Diamantini2009-03-291-3/+7
| |
| * astyle. First round..Andrea Diamantini2009-03-281-15/+15
| |
| * Huge update. Fixed quite all of the settings troubles..Andrea Diamantini2009-03-251-1/+1
| | | | | | | | From now on, we (mainly) go on WebView bugfixing..
| * Fixed Copyright introAndrea Diamantini2009-03-221-17/+18
| |
| * Removed unuseful headersAndrea Diamantini2009-02-261-1/+0
| |