summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove superfluous sentenceBurkhard Lück2013-06-111-1/+0
|
* update some screenshotsBurkhard Lück2013-06-1113-0/+0
|
* fix not consecutively numbered placeholderBurkhard Lück2013-06-111-1/+1
|
* slider zoombar was removed in 12/2012Burkhard Lück2013-06-112-0/+7
|
* i18n fixesPino Toscano2013-06-108-17/+17
| | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces
* Link custom rekonq QNAM to KDE proxy settingsAndrea Diamantini2013-06-106-3/+158
| | | | | | | | | | This is a first attempt to link our needed QNAM to KDE proxy settings. It will try to fix proxy problems when used. Oh... I also added some new error strings in case of proxy problems :) CCBUG: 304378 CCBUG: 315598
* i18n: toEncoded -> toStringPino Toscano2013-06-072-2/+2
|
* i18n fixesPino Toscano2013-06-0718-58/+60
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Fix behavior on unloaded sitesAndrea Diamantini2013-06-073-5/+28
| | | | | | | | - show url - reload with f5 BUG:319924 BUG:312928
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-0615-140/+119
|
* Use webkit general font to render rekonq pagesAndrea Diamantini2013-06-067-29/+17
| | | | BUG: 320318
* Remember to save zoom settings on changeAndrea Diamantini2013-06-061-0/+15
| | | | BUG:223188
* Get sure JS is properly detected and executedAndrea Diamantini2013-06-063-2/+4
|
* Don't Save Sessions When Closing Tabs from LogoutDavid E. Narváez2013-05-201-1/+5
| | | | | | | | | Check if we're saving session (on KDE logout) before requesting the session to save. This will allow Rekonq to restore sessions on next login. CCBUG: 319489 REVIEW: 110530
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-05-181-1/+1
|
* normalize signal/slotMontel Laurent2013-05-066-9/+9
|
* Fix forward declarationMontel Laurent2013-05-069-13/+0
|
* Get sure right icons are deleted before repainting themAndrea Diamantini2013-05-051-10/+10
| | | | This also cleans up a bit UrlBar API
* Use a valid object path, otherwise you'll hit an assertKevin Ottens2013-05-041-1/+1
|
* Fix UNICODE sysmbols shown in the urlbarVictor Yacovlev2013-04-301-2/+20
| | | | | BUG: 317697 REVIEWED-BY: adjam
* DOC subdir is automatically added from releasemeAndrea Diamantini2013-04-281-1/+0
|
* rekonq 2.3.0 :)2.3.0Andrea Diamantini2013-04-281-1/+1
|
* Properly register rekonq window to activitiesAndrea Diamantini2013-04-283-19/+30
|
* Avoid a possible crash if rekonqWindow is not properly detectedAndrea Diamantini2013-04-281-4/+7
|
* Let url detection work the same when suggestions are active or notAndrea Diamantini2013-04-281-7/+10
|
* clean up search url detection the rekonq wayAndrea Diamantini2013-04-281-2/+9
|
* Revert "Use kurifilter instead of custom rekonq code."Andrea Diamantini2013-04-287-26/+26
| | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp
* Well... get EXTREMELY sure menubar are registered...Andrea Diamantini2013-04-252-2/+4
|
* Finally fix the pinning icons clutteringAndrea Diamantini2013-04-251-0/+4
| | | | | | (or at least, well workarounding...) BUG: 309213
* Fix a logic error in unpinTabAndrea Diamantini2013-04-251-5/+6
| | | | | | | In previous code the method was unable to properly determine the first available index not pinned under some circumstances BUG: 317798
* Let appmenu-qt support work also with pinned tabs to loadAndrea Diamantini2013-04-254-1/+12
| | | | This just need fixes ;)
* appmenu-qt support :)Andrea Diamantini2013-04-254-30/+98
| | | | BUG: 309148
* Changes order of link actions for link context menuLindsay Mathieson2013-04-251-8/+8
| | | | | | | | Moved "Open Here" action (if needed) to after "Open in Private Window" so as to keep the order of link actions consistent. This reduces the need for users to inspect the context menu when right clicking links. REVIEW: 110168
* Favorites (fast) management, the "opera" wayAndrea Diamantini2013-04-235-232/+83
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* Add support for TLSv1.1 & TLSv1.2Andrea Diamantini2013-04-181-1/+11
| | | | | | Also consider the possibility our sslinfo can be "incomplete" ;) BUG: 318550
* Make it build with QT_STRICT_ITERATORSKevin Ottens2013-04-181-4/+4
|
* Fix KUriFilter useAndrea Diamantini2013-04-182-5/+5
| | | | | Now (again) kde.org is resolved as site and not searched in your default search engine
* i18n: make sure text passed to i18n() is UTF-8Pino Toscano2013-04-161-1/+1
|
* pass menutitle through i18n() to get it localized -.-Harald Sitter2013-04-161-1/+1
|
* Let offline web application cache quota being configurable :)Andrea Diamantini2013-04-153-2/+31
|
* urlbar look changeAndrea Diamantini2013-04-154-45/+52
| | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited.
* fixuifilesPino Toscano2013-04-121-3/+0
|
* honor filetype setting WRT embeddingHarald Sitter2013-04-111-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | there are 3 distinct states a filetype can have WRT kpart embeding - always embed - never embed - do whatever the parent node does (e.g. application/foo would take the setting of application) since the logic to determine which of those it is going to be we are using a bit of code imported from konqueror deciding in a boolean fashion whether or not we are supposed to embed or not. this is particularly non- intrusive as the decision directly relates to whether a kpart is created, if not the file will simply be krun'. this change is using static functions for the imported code. rationale being that they are in fact static and not having them reflected in the header makes them all the easier to remove should a better solution arise in the future. with that in mind: while the code is copy'n'pastable it seems like a good idea to move this into some shared library in the long term such that konqueror and rekonq (and any other kpart enabled app) can use the same code. REVIEW: 109942 BUG: 240400 BUG: 279423
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-04-111-0/+1
|
* downloads should by default go to the configured downloads directoryHarald Sitter2013-04-101-3/+25
| | | | | | also fixed a yoda-style comment about not using getSaveFileName REVIEW: 109927
* Always show the open link in new tab/window contextual actionsAndrea Diamantini2013-04-071-12/+10
|
* Clean up url loadingAndrea Diamantini2013-04-074-20/+25
|
* Add bool info in WebTab about being a web appAndrea Diamantini2013-04-072-0/+11
|
* Workaround about private browsingAndrea Diamantini2013-04-073-1/+24
| | | | | | | | | Use a unique QNAM for private browsing. This lets private windows share navigation info. I guess the "optimus workaround" should be creating this "per window". But I think this way it's easier and enough (to be a workaround...) BUG: 317565
* Use kurifilter instead of custom rekonq code.Maarten De Meyer2013-04-077-19/+24
| | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam