summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated release howto ;)Andrea Diamantini2012-01-241-14/+14
|
* rekonq 0.8.710.8.71Andrea Diamantini2012-01-221-1/+1
| | | | Not yet released Tech Preview and yet something to fix for...
* Authors updateAndrea Diamantini2012-01-222-90/+39
|
* Update INSTALL fileAndrea Diamantini2012-01-221-11/+7
|
* updated Changelog fileAndrea Diamantini2012-01-221-0/+15
|
* rekonq 0.8.70 AKA 0.9 Technologic PreviewAndrea Diamantini2012-01-221-1/+1
| | | | | | Release will follow shortly:) CCMAIL: rekonq@kde.org
* Fix access keys management, copying konqueror's code ;)Andrea Diamantini2012-01-223-7/+37
|
* Consider also editable contentAndrea Diamantini2012-01-221-3/+4
| | | | BUG:278056
* Get rid of m_canEnableAutoScrollAndrea Diamantini2012-01-222-33/+33
| | | | We really need it in just one method. So, it can be a local var...
* clean up WebView variables namesAndrea Diamantini2012-01-222-34/+33
| | | | | Smooth, auto, normal scrolling... Too much things to manage without a clear policy.
* m_mousePos--Andrea Diamantini2012-01-222-9/+2
|
* adjust to INSTALLed permissionsOswald Buddenhagen2012-01-211-0/+0
|
* Don't add a tab at window creation - they should all be restored from the ↵David E. Narváez2012-01-211-1/+1
| | | | saved properties
* Merge branch 'master' of git.kde.org:rekonqDavid E. Narváez2012-01-211-2/+14
|\
| * Fix use of shift keys on input elementsAndrea Diamantini2012-01-201-2/+14
| |
* | Renamed variable to avoid confusion - it is not a member variableDavid E. Narváez2012-01-211-2/+2
|/
* Refactoring Code to Load Configuration DocumentDavid E. Narváez2012-01-201-80/+34
| | | | | | | Factor out all code that loads the DOM Document, and use proper calls in each method. REVIEW: 103722
* Krazy fixesAndrea Diamantini2012-01-1951-421/+224
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Moved access keys activation to release key eventAndrea Diamantini2012-01-172-20/+39
| | | | | | | | | This to copy konqueror behavior. Also added some kDebug messages to better work with the "key event" features: - vi-like navigation - access keys - autoscroll
* Fix a bookmarks bar crashAndrea Diamantini2012-01-171-1/+1
| | | | A stupid regression introduced... by me, sorry!
* Remove "closed tabs menu" from available actions in mainwindowAndrea Diamantini2012-01-174-18/+20
| | | | | | | | | | This because it is just a "working" action designed for the tabbar. Now it works (and updates) properly there and in the tabbar empty space. Please open a new wish if you want a closed tabs menu action to add to the mainwindow BUG:291232
* Check if action senders exist before using themAndrea Diamantini2012-01-171-0/+17
| | | | BUG:281546
* Fix download settings application on rekonq config dialogAndrea Diamantini2012-01-172-2/+5
| | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam
* rekonq 0.8.60Andrea Diamantini2012-01-151-1/+1
| | | | | | | | | | | This "release" contains last code merged and starts feature freeze for 0.9. Our technologic preview will be released in one week from now, to let us start testing code a bit. Please, take care of rekonq bugs in bugzilla, expecially the ones with target = 0.9 CCMAIL: rekonq@kde.org
* Move icon manager download system to QNAMAndrea Diamantini2012-01-158-77/+180
| | | | | | | | | & Search also for favicon.ico files This seems to be the unique method to surely workaround this bug rekonq encounters when tries to load an unextant favicon with KIO (see BUG:289029 )
* Rework on load/stop/reload actionAndrea Diamantini2012-01-1510-39/+89
| | | | | | | | | | | Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651
* only make labels for viewable elementsMarc Deop2012-01-151-1/+2
| | | | | REVIEW:103697 REVIEWED-BY: adjam
* Implement (User) Session RestoreDavid E. Narváez2012-01-126-2/+90
| | | | | | | | This patch implements session management. Most of the ideas are taken from Konsole, which is also a KUniqueApplication but manages session restoring correctly. REVIEW: 103658
* rekonq 0.8.58Andrea Diamantini2012-01-131-1/+1
| | | | Last before 0.9 technologic preview... ;)
* Open blank new tab at the end also when "open tabs neat current activeFurkan Uzumcu2012-01-131-1/+4
| | | | | | | one" option is active REVIEW:103678 REVIEWED-BY: adjam
* It seems I accidentally changed default settings forAndrea Diamantini2012-01-121-1/+1
| | | | closeTabSelectPrevious, sorry.
* Access Keys navigationMarc Deop2012-01-126-7/+239
| | | | | | | | | | Ported access keys navigation system from Arora and adapted to rekonq code. Also (by adjam), get sure access keys are removed on loadStarted REVIEW:103601 REVIEWED-BY: adjam
* Let keys autoscroll work also when middle click use is disabledMarc Deop2012-01-092-8/+10
| | | | | | | | | | (adjam's marginal change): let variables have better names m_isAutoScrollEnabled --> m_isViewAutoScrolling CCBUG:289588 CCBUG:278056 REVIEW:103649 REVIEWED-BY: adjam
* Fix issue with new ordering algorithmAndrea Diamantini2012-01-092-4/+9
| | | | | | Let search item being first when it really is important CCBUG:290884
* Merge branch 'master' of git://anongit.kde.org/rekonqYoann Laissus2012-01-061-1/+1
|\
| * Downloaded files seem removed even though they are not removed inFurkan Uzumcu2012-01-061-1/+1
| | | | | | | | | | | | | | Downloads Page. This patch fixes it. REVIEW: 103635 REVIEWED-BY: adjam
* | Add a folder combo box in the BookmarkWidgetYoann Laissus2012-01-062-0/+65
|/ | | | | Patch from Yusuf Amir Tezcan, many thanks for ! REVIEW: 103450
* CMakeLists.txt fix.Furkan Uzumcu2012-01-051-1/+0
| | | | | | | | Andrea's latest commit deletes the file default_rekonq.css but doesn't remove it from the CMakeLists.txt. This fixes it. REVIEW: 103630
* Finally fix problems with unset backgroundAndrea Diamantini2012-01-043-17/+4
| | | | | | WARNING: This fix works just with qtwebkit 2.2.x!!! BUG: 287782
* Manage rekonq pages in "current" NOT "main" frameAndrea Diamantini2012-01-043-8/+11
| | | | | | Also double check for strange about urls BUG: 290411
* Reorder suggestions list, taking on a "relevant" listAndrea Diamantini2012-01-031-113/+51
| | | | | | relevant items are those "starting" with the typedString: eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant that i.e. "planetkde" that will be last in list.
* cut out open search suggestionsAndrea Diamantini2012-01-032-25/+32
|
* Invert PreviewListItem order: icon, text, preview.Andrea Diamantini2012-01-031-9/+11
|
* improve closed tabs managementAndrea Diamantini2012-01-0310-112/+154
| | | | | | | | | - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page BUG:271224
* Do NOT load previews if not presentAndrea Diamantini2012-01-024-48/+34
| | | | This fixes problems on unwanted connections while using rekonq.
* Fix "share" actionAndrea Diamantini2012-01-022-2/+6
|
* Get sure tabbar is properly shownAndrea Diamantini2012-01-021-1/+4
| | | | BUG: 290374
* Clean up rekonq.kcfgAndrea Diamantini2012-01-025-74/+97
| | | | | | It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that
* about:tabs, easy method to manage rekonq tabs.Andrea Diamantini2012-01-026-230/+360
| | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566
* Fix crash webinspector relatedAndrea Diamantini2011-12-293-8/+8
| | | | | it seems qtwebkit is managing the webinspector on its own, so DON'T try to delete it ourselves...