summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* adblock workAndrea Diamantini2012-12-101-2/+2
| | | | | | | | readded an icon in the urlbar when adblock is active, BUT with different features: you can now disable adblock "per-site", in a similar way chromium does. cleaned up adblock manager code, removing some old no more used code fragments
* Commented out kwebapp adding script logic.Andrea Diamantini2012-12-101-2/+2
| | | | It doesn't work with a package system :(
* Add 1.x compatibility kwebapp script and moved webapp logic to 2.0Andrea Diamantini2012-12-101-0/+4
|
* Zoom actionis restored, yeah! :DAndrea Diamantini2012-12-101-0/+3
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-101-1/+1
|
* Network error management (again)Andrea Diamantini2012-12-101-0/+1
| | | | | | | | Following the 1.x series, a better error management based on SOLID (i.e. added dependency about) showing local network problems, if any, or suggesting search engines or cached copy. Removed the hated "wall of text"
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-0/+4
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+4
| | | | | | | | | | | | | - 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. oops... also a codingstyle script round here... :)
* Implement RekonqWindowAndrea Diamantini2012-12-101-0/+1
| | | | | | | | Now, all the "KMainWindow" logic is moved to this new class. "Restored" session management. NOTE: Probably needs some fixes yet, but seems going in the right direction...
* FindBar. Rewamped and restoredAndrea Diamantini2012-12-101-0/+1
|
* Tools actions restoredAndrea Diamantini2012-12-101-0/+1
|
* Add actions to the web window, STEP 1 (the easiest ones...)Andrea Diamantini2012-12-101-0/+2
|
* Add RekonqFactory to locally generate rekonq toolbars and menus by theAndrea Diamantini2012-12-101-0/+1
| | | | ui xml file
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-101-0/+1
| | | | first step, main & bookmarks toolbar
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-101-3/+2
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+10
|
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-101-6/+4
|
* Let WebView compile and workAndrea Diamantini2012-12-101-0/+17
| | | | WARNING: Not everything compiles yet...
* Download ManagerAndrea Diamantini2012-12-101-0/+4
|
* Restored User Agent Manager and cleaned upAndrea Diamantini2012-12-101-0/+7
|
* Restore sync managerAndrea Diamantini2012-12-101-0/+45
|
* IconManager restoreAndrea Diamantini2012-12-101-2/+8
| | | | | Just 3 lines fixes ;) Also clean up in the dir structure...
* Bookmark Manager restoreAndrea Diamantini2012-12-101-1/+39
|
* Fix up copyright headersAndrea Diamantini2012-12-101-3/+0
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+22
|
* Restored Adblock moving hiding logic to the one used in kwebkitpartAndrea Diamantini2012-12-101-0/+12
| | | | | 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-101-0/+3
| | | | | - Moved to new rekonq API - Use autosaver to save up disk writes
* Insert back HistoryManagerAndrea Diamantini2012-12-101-0/+5
| | | | | | 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-101-0/+6
|
* Added NEW UrlResolver class (from kwebapp) and SearchEngine old one...Andrea Diamantini2012-12-101-2/+7
|
* Re-add && Re-view tab preview popupAndrea Diamantini2012-12-101-0/+1
|
* Re-add WebSnap class & included API in WebWindow for tab previewAndrea Diamantini2012-12-101-0/+2
|
* Re-view and re-add tab highlight featureAndrea Diamantini2012-12-101-0/+1
|
* TabWindow, first import :)Andrea Diamantini2012-12-101-0/+61
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-264/+0
| | | | Preparing repo to merge rekonq2 code...
* Rekonq reports the open/close document events to activity manager daemon.Ivan Čukić2012-10-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Integrated spell checkingLindsay Mathieson2012-09-171-0/+6
| | | | | | | | | | | | | | | | - 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
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-5/+33
|
* First working implementation for syncing with Opera Link, code needs lots of ↵Siteshwar Vashisht2012-05-281-0/+7
| | | | refactoring.
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-271-21/+32
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-271-1/+12
| | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;)
* Add application icon ( Windows & OS X ).Andrius da Costa Ribas2012-05-271-0/+4
|
* move left modify action in favorites to be the update oneAndrea Diamantini2012-05-151-0/+1
| | | | | | Also implement ThumbUpdater class to easily manage thumb updates BUG:291236
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-231-0/+3
| | | | | | | | | | | | | | | | - Added UI bits to configure Google Bookamrks Sync - Implemented sync, 2-way merging local and remote bk - Remember to not update local history while remotely adding bookmarks - Encode parameters of add bookmarks request while posting data. - (adjam) fix compile warnings This is the squashed commit of Situ's work on Google Bookmarks Sync SQUASHED BY: adjam ;) REVIEW: 104673 DIGEST: Google Bookmarks Sync REVIEWED BY: adjam
* Add passwords exceptions management widgetAndrea Diamantini2012-04-121-0/+2
|
* Privacy tab settingsAndrea Diamantini2012-04-121-1/+4
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Add loadUrl API to mainwindowAndrea Diamantini2012-03-251-2/+0
| | | | | | | | | - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326
* Check if user has a default search engine set and eventuallyAndrea Diamantini2012-03-251-0/+1
| | | | | | show a messagewidget to inform and let him set it. REVIEW:104290
* Add dialog allowing adblock to list blocked/hided elements and unblockAndrea Diamantini2012-03-131-0/+4
| | | | some of them
* Make rekonq menu appear inside rekonq's window (as Dolphin does)Andrea Diamantini2012-02-051-0/+1
| | | | BUG:283269