summaryrefslogtreecommitdiff
path: root/src/application.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This GCI task adds a combobox with different settings to choice when ↵Andrea Diamantini2011-01-071-0/+29
| | | | | | | | | | | | | | hovering tabs: * tab preview (default one) * show title as tooltip * show url as tooltip * show nothing Patch by Furkan Uzumcu, reviewed (and merged) by adjam BUG:260343 RB:100282
* fix startup notification when opening in an already running rekonq instanceMartin T. H. Sandsmark2010-12-231-0/+3
|
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-6/+6
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* API clean upAndrea Diamantini2010-11-191-1/+1
| | | | urlBar --> currentUrlBar
* First bunch of fixes for the suggestions.Andrea Diamantini2010-11-071-1/+0
| | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed)
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-0/+61
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* fix string (wasn’t → was not)Panagiotis Papadopoulos2010-10-171-2/+2
|
* Enabling WebKit Page Cache feature: please, refers toAndrea Diamantini2010-10-121-0/+3
| | | | | | | | | http://webkit.org/blog/427/webkit-page-cache-i-the-basics/ to see what I'm referring about.. CCBUG:208132 PS: Thanks, Kilian :)
* Prompt user before restoring session after a crash.Pierre Rossi2010-10-081-29/+26
| | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228
* WARNING: This commit changes rekonq behaviourAndrea Diamantini2010-09-291-18/+7
| | | | | | | | | | After debating with Martin Grablin & Jani-Matti Hatinen it has been pointed out that we have to change rekonq broken behavior about external links handling It now opens links in tab or in new windows following the "Open Links in tab or in window" settings NO MORE stealing focus to the other apps. BUG: 250502 BUG: 243572
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-22/+15
|
* Let urlbar being usable also in fullscreen modeAndrea Diamantini2010-09-011-4/+3
| | | | BUG: 243900
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-33/+6
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Formatting++Rohan Garg2010-08-241-1/+0
| | | | modified: src/application.cpp
* Switch to faster comparisons of about: URL's with QByteArray, thanks to ↵Rohan Garg2010-08-241-6/+8
| | | | | | Harald Sitter modified: src/application.cpp
* Merge commit 'refs/merge-requests/188' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-231-0/+2
|\
| * Add a home icon for about:homeRohan Garg2010-08-221-0/+2
| | | | | | | | modified: src/application.cpp
* | Add a missing iconYoann Laissus2010-08-221-0/+2
|/
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-23/+23
| | | | src/bookmarks/bookmarkprovider.*
* Merge branch 'opensearch'Andrea Diamantini2010-08-201-0/+16
|\ | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp
| * working opensearch suggestionsmegabigbug2010-08-151-1/+2
| |
| * wait signalmegabigbug2010-08-151-0/+15
| |
* | Stupid me, QtWebKit calls addHistoryEntry itself when you let it load a page..Andrea Diamantini2010-08-191-6/+0
|/
* Delaying single shots to let rekonq have more time to show itself before...Andrea Diamantini2010-08-111-1/+2
| | | | | It seems working pretty well here. Ready to revert if something seems wrong about this
* Stupid spaces..Andrea Diamantini2010-08-051-3/+0
|
* Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-211-0/+59
| | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class...
* Clean MainView API and fix "Pano's bug" about opening new tabs near current onsAndrea Diamantini2010-07-041-2/+2
|
* Fix search engine toolbar iconsAndrea Diamantini2010-06-291-0/+1
|
* Follow settings (choose tabs or windows) when opening new tabsAndrea Diamantini2010-06-281-1/+7
|
* Fix naming to clean APIAndrea Diamantini2010-06-241-5/+5
| | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* Activate window externally triggeredAndrea Diamantini2010-06-201-1/+8
| | | | BUG: 238280
* This dangerous commit, 15 days to the release, removes the use of a default.cssAndrea Diamantini2010-06-151-3/+1
| | | | | | | | | | | | file in rekonq and does an hack to choose the right palette for the WebView. - Why this doesn't work in QWebPage::setPalette()?? - Why using a KStyle things don't work as expected?? - so, where is really the bug, here? I have some ideas about but I currently have no time to work on.. Anyway, with this nice hack :) things seem work well for dark themes and for pages without a "proper" style (See bug 232552 about..) Many thanks to Tomas Fryda for let me noticing this.
* uhm... a BIG change to fix a tiny bug :(Andrea Diamantini2010-06-011-37/+74
| | | | | The problem is about restoring tabs with arguments Now we really handle ALL the 8 possible cases on startup.
* Fix loading url path on startup argumentsAndrea Diamantini2010-06-011-3/+3
|
* Minor change to better debug fonts DPI..Andrea Diamantini2010-05-311-4/+6
|
* fix compute font sizemegabigbug2010-05-301-1/+4
|
* Fixing fonts..Andrea Diamantini2010-05-301-21/+17
| | | | | | | | | | | This commit changes *A LOT* rekonq behavior on fonts. To fix all, I had to (re)introduce some (old)new strings. Sorry! - Adopted default KDE fonts for default & fixed settings - calculating LogicalDpiY from font dimension (points to pixels) (This has been copied from KWebKitPart, as suggested) - reenabled 16px as default font size WARNING: As we are now calculating well the font size, you'll see BIG chars on clean pages.. :)
* Fixed font configuration.Johannes Winfried Koßler2010-05-271-1/+1
|
* Show proper URL on new background tab.Nikhil Marathe2010-05-251-1/+4
| | | | | | | The old behaviour was to target the current url bar, which wasn't the right one when a background tab was opened. The new code finds the right bar for the newly opened tab and sets its URL BUG: 238641
* rekonq 0.4.71Andrea Diamantini2010-05-241-1/+0
| | | | Last one before the beta..
* Improving fonts situationAndrea Diamantini2010-05-241-20/+31
|
* Respect new tab conf launching a new windowAndrea Diamantini2010-05-181-1/+16
| | | | Cedric's patch
* Moved setEncoding action to be a local page settings as it seemsAndrea Diamantini2010-05-181-3/+1
| | | | more useful
* This commit reintroduces the QStackedWidget class for urlbars and letAndrea Diamantini2010-05-141-1/+1
| | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7
* Show faster url to loadAndrea Diamantini2010-05-141-0/+4
|
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-1/+1
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-301-4/+0
|
* A coding style roundAndrea Diamantini2010-04-301-79/+79
|
* Remove the "is readable" check. Now things seem work.Andrea Diamantini2010-04-271-0/+3
| | | | | | Can someone explain how can we read a not readable dir?? CCBUG: 228660