summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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...
* Revert "Revert "Fix OpenSearchEngine crash call""Andrea Diamantini2011-12-291-1/+5
| | | | | | This reverts commit 18cb05938a8a1621c267a0c3a3efc03382061681. Sorry, merged wrong branch. Reverted a working commit...
* Get sure tabbar is well shown (and hided) during fullscreen navigationAndrea Diamantini2011-12-292-8/+15
|
* Check not existance of the extantAndrea Diamantini2011-12-291-0/+5
| | | | BUG: 264187
* Revert "Fix OpenSearchEngine crash call"Andrea Diamantini2011-12-291-5/+1
| | | | This reverts commit 956f75478e7a7c01971c9ef84305d97af8a2e21f.
* Correctly hide preview selector bar when its preview is deleted inYusuf Tezcan2011-12-293-0/+12
| | | | | | | | the new tab page CCMAIL: yatezcan@gmail.com REVIEW:103470 REVIEWED-BY: adjam
* Session Management clean upAndrea Diamantini2011-12-282-18/+17
| | | | PS: ignore about urls in the session manager
* IconManager, small cleanup: use (QWeb)Frames instead of pages.Andrea Diamantini2011-12-274-7/+7
|
* icon management fix/improvements/cleanupAndrea Diamantini2011-12-246-21/+94
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-12-231-0/+2
|
* Add 2px of top/bottom padding to the urlbarAndrea Diamantini2011-12-231-2/+2
| | | | | REVIEW: 103479 REVIEWED-BY: fritz_van_tom
* Fix OpenSearchEngine crash callAndrea Diamantini2011-12-231-1/+5
| | | | | | | | | Don't ask me why, as I'm not code author and it seems a bit complicated for the evening, but following backtrace (bug 289583, Thread 1, #12) it seems there is a call to a non extant opensearchengine instance. This check prevents this crashy situation. BUG: 289583
* fixuifilesPino Toscano2011-12-213-9/+0
|
* Tabs opened from outside receive are focusedAndrea Diamantini2011-12-201-2/+2
| | | | BUG: 276273
* Hide unneeded actions when there is only one tabAndrea Diamantini2011-12-201-3/+10
| | | | | | | This patch is a small improvement of Yusuf Tezcan work as GCI student. Many thanks for, Yusuf: your contribution is really appreciate :) REVIEW: 103471
* Get sure synchandler exists before calling itAndrea Diamantini2011-12-181-3/+13
| | | | | | | This should be important just on password sync, cause of code design. Anyway, checking it everytime shouldn't be a bad idea... BUG: 289146
* Why taking risks? Deleting things in the more appropriate place.Andrea Diamantini2011-12-183-8/+8
|
* Revert a small part of commit 3e59ea5cab2a097Andrea Diamantini2011-12-181-3/+2
| | | | | | | This will let iconmanager to NOT disturb users with dialog about missing (remote) icons. Really, do you know the difference between KIO::copy and KIO::file_copy??
* Home page shortcut containing CTRL fixAndrea Diamantini2011-12-162-7/+4
| | | | | | | | | Please, refer to rb #103428 description to have a proper explanation of the issue. Thanks to Thomas Murach for fixing the bug he discovered :) REVIEW: 103428 REVIEWED-BY: adjam
* Downloads page improvementAndrea Diamantini2011-12-161-9/+16
| | | | Tag a file as removed when it has been removed :)
* Do NOT search for (probably) non extant faviconsAndrea Diamantini2011-12-161-4/+9
| | | | | | | | | also use KIO::copy instead of KIO::file_copy to delegate file management to KIO This should hopefully fix||workaround HTML code shown bug. Anyway, I cannot understand why KIO merges the two different jobs data together CCBUG: 289029
* Merge branch 'ImproveNewTabPages'Andrea Diamantini2011-12-151-25/+31
|\
| * show history entries also when no favorite search engine is setAndrea Diamantini2011-12-151-1/+1
| | | | | | | | | | | | | | Bug investigation and courtesy patch by Gabo Menna. Many thanks for :D BUG: 256322
| * minor startup speed improvement (QL1C && QL1S)Andrea Diamantini2011-12-151-24/+30
| |
* | Merge branch 'ImproveNewTabPages'Andrea Diamantini2011-12-152-11/+32
|\ \ | |/
| * Hard-coded shortcuts fixAndrea Diamantini2011-12-152-11/+32
| | | | | | | | | | | | | | toggleViewAction from QDockWidget is const. We need to create a new KAction to let people eventually configure it. BUG: 289039
* | Add kDebug messageAndrea Diamantini2011-12-151-0/+1
|/