Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | List also about:tabs page | Andrea Diamantini | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | Show urlbar "text" again... | Andrea Diamantini | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Hide bookmarks toolbar in fullscreen mode | Andrea Diamantini | 2012-01-31 | 1 | -1/+1 |
| | | | | BUG:292525 | ||||
* | Fix settings tabs UI texts | Andrea Diamantini | 2012-01-30 | 1 | -2/+2 |
| | | | | BUG: 292870 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-01-30 | 1 | -0/+2 |
| | |||||
* | Use UrlResolver in application class to uniform rekonq url resolution | Andrea Diamantini | 2012-01-29 | 1 | -1/+15 |
| | | | | BUG:290271 | ||||
* | "http://www." + digited host --> "http://" + digited host | Andrea Diamantini | 2012-01-29 | 2 | -3/+3 |
| | |||||
* | Restore scrollbars when using websnap features | Andrea Diamantini | 2012-01-29 | 4 | -6/+10 |
| | | | | BUG:288957 | ||||
* | Faster way to access the "Add favorite" thing | Andrea Diamantini | 2012-01-29 | 1 | -1/+5 |
| | |||||
* | Always Create New Tabs | David E. Narváez | 2012-01-28 | 1 | -1/+1 |
| | | | | | | Commit 5b07ae28 introduced a bug here because no tab is now created by default in the restoring window BUG: 292586 | ||||
* | Don't steal focus on loadStarted | Andrea Diamantini | 2012-01-27 | 1 | -1/+3 |
| | | | | | | | I'll tag rekonq 0.8.72 to let you easily test this. Can you please catch if this really fixes your issue? CCBUG:286729 | ||||
* | Open links in new tabs with CTRL + ENTER | Andrea Diamantini | 2012-01-27 | 1 | -1/+11 |
| | | | | BUG:291213 | ||||
* | Access keys handling fixes | Andrea Diamantini | 2012-01-25 | 1 | -11/+10 |
| | | | | | Stupid me, I forgot to merge a part from konqueror access keys handling... | ||||
* | accept CTRL + TAB events | Andrea Diamantini | 2012-01-25 | 2 | -2/+5 |
| | |||||
* | Remove F6 and use ALT + D as secondary shorcut to open location | Andrea Diamantini | 2012-01-25 | 1 | -1/+1 |
| | | | | | | This is the secondary shortcut used by Firefox & Chrome BUG: 275174 | ||||
* | cppcheck | Andrea Diamantini | 2012-01-24 | 2 | -22/+24 |
| | |||||
* | Authors update | Andrea Diamantini | 2012-01-22 | 1 | -75/+35 |
| | |||||
* | Fix access keys management, copying konqueror's code ;) | Andrea Diamantini | 2012-01-22 | 3 | -7/+37 |
| | |||||
* | Consider also editable content | Andrea Diamantini | 2012-01-22 | 1 | -3/+4 |
| | | | | BUG:278056 | ||||
* | Get rid of m_canEnableAutoScroll | Andrea Diamantini | 2012-01-22 | 2 | -33/+33 |
| | | | | We really need it in just one method. So, it can be a local var... | ||||
* | clean up WebView variables names | Andrea Diamantini | 2012-01-22 | 2 | -34/+33 |
| | | | | | Smooth, auto, normal scrolling... Too much things to manage without a clear policy. | ||||
* | m_mousePos-- | Andrea Diamantini | 2012-01-22 | 2 | -9/+2 |
| | |||||
* | adjust to INSTALLed permissions | Oswald Buddenhagen | 2012-01-21 | 1 | -0/+0 |
| | |||||
* | Don't add a tab at window creation - they should all be restored from the ↵ | David E. Narváez | 2012-01-21 | 1 | -1/+1 |
| | | | | saved properties | ||||
* | Merge branch 'master' of git.kde.org:rekonq | David E. Narváez | 2012-01-21 | 1 | -2/+14 |
|\ | |||||
| * | Fix use of shift keys on input elements | Andrea Diamantini | 2012-01-20 | 1 | -2/+14 |
| | | |||||
* | | Renamed variable to avoid confusion - it is not a member variable | David E. Narváez | 2012-01-21 | 1 | -2/+2 |
|/ | |||||
* | Refactoring Code to Load Configuration Document | David E. Narváez | 2012-01-20 | 1 | -80/+34 |
| | | | | | | | Factor out all code that loads the DOM Document, and use proper calls in each method. REVIEW: 103722 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 49 | -413/+216 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Moved access keys activation to release key event | Andrea Diamantini | 2012-01-17 | 2 | -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 crash | Andrea Diamantini | 2012-01-17 | 1 | -1/+1 |
| | | | | A stupid regression introduced... by me, sorry! | ||||
* | Remove "closed tabs menu" from available actions in mainwindow | Andrea Diamantini | 2012-01-17 | 4 | -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 them | Andrea Diamantini | 2012-01-17 | 1 | -0/+17 |
| | | | | BUG:281546 | ||||
* | Fix download settings application on rekonq config dialog | Andrea Diamantini | 2012-01-17 | 2 | -2/+5 |
| | | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam | ||||
* | Move icon manager download system to QNAM | Andrea Diamantini | 2012-01-15 | 8 | -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 action | Andrea Diamantini | 2012-01-15 | 10 | -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 elements | Marc Deop | 2012-01-15 | 1 | -1/+2 |
| | | | | | REVIEW:103697 REVIEWED-BY: adjam | ||||
* | Implement (User) Session Restore | David E. Narváez | 2012-01-12 | 6 | -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 active | Furkan Uzumcu | 2012-01-13 | 1 | -1/+4 |
| | | | | | | | one" option is active REVIEW:103678 REVIEWED-BY: adjam | ||||
* | It seems I accidentally changed default settings for | Andrea Diamantini | 2012-01-12 | 1 | -1/+1 |
| | | | | closeTabSelectPrevious, sorry. | ||||
* | Access Keys navigation | Marc Deop | 2012-01-12 | 6 | -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 disabled | Marc Deop | 2012-01-09 | 2 | -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 algorithm | Andrea Diamantini | 2012-01-09 | 2 | -4/+9 |
| | | | | | | Let search item being first when it really is important CCBUG:290884 | ||||
* | Merge branch 'master' of git://anongit.kde.org/rekonq | Yoann Laissus | 2012-01-06 | 1 | -1/+1 |
|\ | |||||
| * | Downloaded files seem removed even though they are not removed in | Furkan Uzumcu | 2012-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Downloads Page. This patch fixes it. REVIEW: 103635 REVIEWED-BY: adjam | ||||
* | | Add a folder combo box in the BookmarkWidget | Yoann Laissus | 2012-01-06 | 2 | -0/+65 |
|/ | | | | | Patch from Yusuf Amir Tezcan, many thanks for ! REVIEW: 103450 | ||||
* | CMakeLists.txt fix. | Furkan Uzumcu | 2012-01-05 | 1 | -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 background | Andrea Diamantini | 2012-01-04 | 3 | -17/+4 |
| | | | | | | WARNING: This fix works just with qtwebkit 2.2.x!!! BUG: 287782 | ||||
* | Manage rekonq pages in "current" NOT "main" frame | Andrea Diamantini | 2012-01-04 | 3 | -8/+11 |
| | | | | | | Also double check for strange about urls BUG: 290411 | ||||
* | Reorder suggestions list, taking on a "relevant" list | Andrea Diamantini | 2012-01-03 | 1 | -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. |