summaryrefslogtreecommitdiff
path: root/src/application.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Encodings managementAndrea Diamantini2010-04-261-1/+3
|
* Various changesAndrea Diamantini2010-04-251-1/+76
| | | | | | | - moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now)
* Dramatically improved "detach tab" performances..Andrea Diamantini2010-04-231-2/+4
| | | | Need to round some corners, yet.
* Finally cleaning Application class, getting rid of loadUrl(string) slotAndrea Diamantini2010-04-141-49/+33
|
* Re-enabling all KDE url magicsAndrea Diamantini2010-04-091-38/+44
|
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-1/+1
| | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272
* First bunch of fixes for the NewTabPage + WebSnap chain.Andrea Diamantini2010-03-161-1/+1
| | | | | | | | | It seems clear (to me) that they leaks memory, so they urgently need fixes. And a complete redesign. This is just a first (the easiest) part of it: - Removed some unuseful methods, - Added some documentation for the WebSnap class - Cleaned code, in general
* clean NewInstance slot and fix crashRecovery.Andrea Diamantini2010-03-111-40/+32
| | | | Two days of testing before stable release. :)