summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-1027-0/+5477
| | | | | | NOTE: This change does NOT affect CMakeLists.txt, so that compilation will continue to work as the previous commit. I'm just trying to track changes from original rekonq files...
* Download ManagerAndrea Diamantini2012-12-106-0/+651
|
* Restored User Agent Manager and cleaned upAndrea Diamantini2012-12-108-0/+773
|
* Restore sync managerAndrea Diamantini2012-12-1031-0/+3936
|
* Apply rekonq fixes for bug 304312Andrea Diamantini2012-12-101-72/+74
|
* Fix places where IconManager was needed...Andrea Diamantini2012-12-103-7/+6
|
* IconManager restoreAndrea Diamantini2012-12-109-2/+665
| | | | | Just 3 lines fixes ;) Also clean up in the dir structure...
* Bookmark Manager restoreAndrea Diamantini2012-12-1016-27/+2719
|
* detach tab action restored :)Andrea Diamantini2012-12-102-6/+57
|
* Fix up copyright headersAndrea Diamantini2012-12-1010-236/+194
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-1026-0/+3061
|
* window icon & title fixesAndrea Diamantini2012-12-101-13/+11
| | | | | | - Use rekonq as window icon for now - use tab url if title is empty instead of the unsensed "(Untitled)" (this is what the other browsers do)
* Restored Adblock moving hiding logic to the one used in kwebkitpartAndrea Diamantini2012-12-1028-7/+2597
| | | | | This will let everyone to save time reinventing the wheel and let us remove webpage from adblockmanager code, but just manage it via (Q)NAM.
* Session ManagerAndrea Diamantini2012-12-107-30/+465
| | | | | - Moved to new rekonq API - Use autosaver to save up disk writes
* Insert back HistoryManagerAndrea Diamantini2012-12-1024-17/+1872
| | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function
* Class Application Import, first (important) partAndrea Diamantini2012-12-108-38/+993
|
* Update SearchEngine class to fix it with KDE 4.9 changesAndrea Diamantini2012-12-101-3/+14
|
* Added NEW UrlResolver class (from kwebapp) and SearchEngine old one...Andrea Diamantini2012-12-106-2/+457
|
* Re-add && Re-view tab preview popupAndrea Diamantini2012-12-107-30/+355
|
* Set window icon & titleAndrea Diamantini2012-12-102-15/+19
|
* Re-add WebSnap class & included API in WebWindow for tab previewAndrea Diamantini2012-12-105-0/+294
|
* Re-view and re-add tab highlight featureAndrea Diamantini2012-12-106-2/+264
|
* Coding styleAndrea Diamantini2012-12-107-40/+40
|
* TabWindow, first import :)Andrea Diamantini2012-12-1012-2/+1385
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-10273-44316/+4
| | | | Preparing repo to merge rekonq2 code...
* Lindsay's creditsAndrea Diamantini2012-12-041-5/+5
|
* fix mem leakMontel Laurent2012-12-031-16/+16
|
* Don't leak action (they are leaked until we change page)Montel Laurent2012-12-031-2/+2
|
* Don't create menu/action when not necessaryMontel Laurent2012-12-031-5/+8
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-12-031-0/+2
|
* Fix mem leakMontel Laurent2012-11-121-1/+4
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-11-081-0/+1
|
* rekonq 1.3!1.3Andrea Diamantini2012-10-281-1/+1
| | | | Last 1.x release...
* Fixes problem with Web Comboxes not dropping down when clicked, this was due ↵Lindsay Mathieson2012-10-251-4/+5
| | | | | | to not checking the requested creation type in createExtension(). Removes unneccessary debug output
* Rekonq reports the open/close document events to activity manager daemon.Ivan Čukić2012-10-236-7/+92
| | | | | | | | | | | | | | | | | | | | | | | | | By knowing which window contains which documents and which one is in focus, we can do the following: - collect the statistics about visited pages. Further, this provides a score for each document visited, that depends on the number of times it was open, the time the user spent on that location, and the time passed since the last visit. - availability of a global/workspace applet that allows sharing the current document via e-mail, social networks; bookmarking and rating the link, or connecting it to the current activity. (advantage of this is a unified UI for sharing/rating/linking that works with any application) - jump-lists (not impl. yet in plasma) to list top rated documents on a launcher icon or in the task manager applet - krunner can sort the documents based on the score - more things that I haven't thought of yet There is no need to *use* ativities to have these benefits. Activities just serve as manual data clustering to provide more useful scores compared to the one-activity approach. REVIEW:106912
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-10-201-0/+1
|
* Fix tab bar visibility when set as auto-hideAndrea Diamantini2012-10-171-25/+25
| | | | BUG: 308421
* Faster html elements check and better address resolutionAndrea Diamantini2012-10-141-3/+2
| | | | | | | | | This "should" fix some strange adblock behaviour on image hiding. Needs testing Patch courtesy by "vic". Thanks :) PS: will be applied to rekonq2, too. BUG:305861
* docs: restore <(book|article)info>T.C. Hollingsworth2012-10-111-1/+1
| | | | SVN_SILENT
* docs: add id attribute to <book> and <article> elementsT.C. Hollingsworth2012-10-111-2/+2
| | | | | | | this commit was automated; please revert if it causes trouble for details see http://lists.kde.org/?l=kde-doc-english&m=134965352825792&w=2 SVN_SILENT
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-10-111-0/+1
|
* rekonq 1.2, probably last bugfix release for the 1.x series :)1.2Andrea Diamantini2012-10-061-1/+1
|
* Get sure label pixmap existsAndrea Diamantini2012-10-011-1/+4
| | | | BUG: 307559
* Check if URL is Valid Before Checking if it's about: ProtocolDavid E. Narváez2012-09-261-1/+1
| | | | | | | Check if the URL of the current tab is even valid before checking its protocol. REVIEW: 106561
* Don't overwrite downloads by defaultAndrea Diamantini2012-09-241-2/+3
|
* i18n: no string puzzles.Chusslove Illich (Часлав Илић)2012-09-231-1/+1
|
* Fix new tab icon show on fullscreenAndrea Diamantini2012-09-181-4/+0
|
* Integrated spell checkingLindsay Mathieson2012-09-178-19/+725
| | | | | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. BUG: 305720 CCMAIL: lindsay.mathieson@gmail.com REVIEW: 106417 REVIEWED-BY: adjam
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-09-121-0/+1
|
* Stupid me, forgot to enable WebKit features on kwebapp...Andrea Diamantini2012-09-042-1/+5
| | | | BUG: 306185