Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit is the first implementation of a new new new urlbar | Andrea Diamantini | 2010-04-05 | 1 | -5/+0 |
| | | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!) | ||||
* | Cleaning urlbar API and improving animation | Andrea Diamantini | 2010-03-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | WARNING: This is the best animation I could provide with the KComboBox class. In the KLineEdit derived it works perfectly. In the Combos there are some shadows on top :( Squashed commit of the following: commit 01e72a1996161028f8dbdc4e355daf00f954eace commit 8bc032d98a4987d3b01566ac520f5e8a1a095dd0 commit bc5cfd9f7d1b34f5af06dd7af6de8d3b2edb277b commit 73b4deac84d91fece407b9c700dcc61e36a34327 commit c55b753913b2619607c6aa11cabbf77ca3c84e3e commit b901fbe71b7539f65260c4fa9bbfb22f4ea997b9 commit 1de363d9614c1309ac1ac4a8eea7e70be7f2f3ed commit 76d6373f8b6c41f5c27b8404db2074f9bfc309c9 commit d741aa7109db016abc292d49fb45d15bb09e6c01 | ||||
* | Merge branch 'HistoryBookmarksImprovements' | Andrea Diamantini | 2010-03-28 | 1 | -2/+4 |
|\ | |||||
| * | Merge commit 'refs/merge-requests/107' of ↵ | Andrea Diamantini | 2010-03-24 | 1 | -2/+4 |
| |\ | | | | | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements | ||||
| | * | A lot of fix and improvements for the bookmark and the history panels | Yoann Laissus | 2010-03-23 | 1 | -2/+4 |
| | | | |||||
* | | | Fixed a regression (history NOT modified) introduced with | Andrea Diamantini | 2010-03-25 | 1 | -4/+16 |
|/ / | | | | | | | | | commit 29e095b81d2. Ehi guys, please take FULL attention, modifying working code.. | ||||
* | | This commit should finally fix settings handling | Andrea Diamantini | 2010-03-24 | 1 | -5/+9 |
|/ | |||||
* | Merge commit 'refs/merge-requests/104' of ↵ | Andrea Diamantini | 2010-03-15 | 1 | -0/+2 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m104 | ||||
| * | Clear all the highlight when the find bar is closed with the esc key | Yoann Laissus | 2010-03-14 | 1 | -2/+2 |
| | | |||||
| * | Implement the highlight all feature for the find bar (enabled by default) | Yoann Laissus | 2010-03-14 | 1 | -0/+20 |
| | | |||||
* | | Implement the highlight all feature for the find bar (enabled by default) | Yoann Laissus | 2010-03-15 | 1 | -0/+20 |
| | | |||||
* | | Use default value instead of a different function | Yoann Laissus | 2010-03-14 | 1 | -18/+0 |
| | | |||||
* | | Add middle click support for next, back and home in the main toolbar | Yoann Laissus | 2010-03-14 | 1 | -6/+42 |
|/ | |||||
* | kWarning --> kDebug | Andrea Diamantini | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Fix choice between history & bookmarks in the new tab first page. | Andrea Diamantini | 2010-03-05 | 1 | -8/+1 |
| | | | | No more reloading pages on accepting configuration | ||||
* | Fix merge | Andrea Diamantini | 2010-03-03 | 1 | -1/+13 |
|\ | | | | | | | | | | | | | Merge commit 'refs/merge-requests/101' of git://gitorious.org/rekonq/mainline into AfterLastFindBarFixes Conflicts: src/mainwindow.cpp | ||||
| * | variable names ... | Yoann Laissus | 2010-03-03 | 1 | -4/+4 |
| | | |||||
| * | Fix the move of the page whith case sensitive | Yoann Laissus | 2010-03-03 | 1 | -1/+1 |
| | | |||||
| * | Fix the scroll problem with the workaround of findText() (spotted by Darjus ↵ | Yoann Laissus | 2010-03-03 | 1 | -5/+9 |
| | | | | | | | | Loktevic) | ||||
* | | * Added continue search by <Enter> key (similar to Firefox, enter the | Darjus Loktevic | 2010-03-02 | 1 | -8/+1 |
|/ | | | | | | | | | | search term and press <Enter> for next result). * Removed focusNextPrevChild if the search fails as it does not seem to make sense. It's the same as you would press <Tab> to focus the next item on the page. Why "Search" should do that? Some context: found that when searching some websites, when the match is not found, the page would suddenly scroll to some location and focus a link or search edit. Hope this makes sense. | ||||
* | Clean and optimize the findBar code. | Yoann Laissus | 2010-02-21 | 1 | -15/+4 |
| | | | | | Use the searchString signal. Fix the selection of the lineEdit text when the findBar is reopen. | ||||
* | Merge commit 'refs/merge-requests/92' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2010-02-20 | 1 | -5/+39 |
|\ | | | | | | | into mr92 | ||||
| * | Get rid of the selection of the next found expression when the checkbox ↵ | Yoann Laissus | 2010-02-19 | 1 | -1/+16 |
| | | | | | | | | matchCase is toggled | ||||
| * | Fix a small regression : the color of the lineEdit of the findBar is not ↵ | Yoann Laissus | 2010-02-19 | 1 | -7/+2 |
| | | | | | | | | correctly updated when it's empty | ||||
| * | Workaround the bug of qtwebkit in the function findText(). An empty string ↵ | Yoann Laissus | 2010-02-19 | 1 | -4/+28 |
| | | | | | | | | doesn't clear the selection. | ||||
* | | window title fixes | pano | 2010-02-19 | 1 | -3/+3 |
|/ | |||||
* | .. and check that the changes you do are right. | Andrea Diamantini | 2010-02-19 | 1 | -2/+2 |
| | | | | | (How can you translate page titles? You wanna translate every title in every web page of the World?...) | ||||
* | Merge commit 'refs/merge-requests/90' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2010-02-19 | 1 | -3/+3 |
|\ | | | | | | | into ThursdayFixes | ||||
| * | Change window titles strings a bit | pano | 2010-02-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | They now use a "real hyphen" (–) instead of the plain minus character (-), like it is used in the rest of KDE. I also made the window titles translatable, since Left-to-Right languages might need this | ||||
* | | Set rekonq page (and fix focus) on new window creation. | Andrea Diamantini | 2010-02-19 | 1 | -1/+1 |
|/ | | | | BUG: 226851 | ||||
* | half fixed (but half is not enough...) the favicon querelle.. | Andrea Diamantini | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | improve rekonq first execution && fix (finally :D ) configuration | Andrea Diamantini | 2010-02-18 | 1 | -6/+13 |
| | | | | of toolbar | ||||
* | Please, don't crash on CTRL+W signals :) | Andrea Diamantini | 2010-02-17 | 1 | -7/+13 |
| | | | | BUG:227323 | ||||
* | Again, QKeySequence --> KShortcut | Andrea Diamantini | 2010-02-16 | 1 | -7/+4 |
| | |||||
* | QKeySequenceList --> KShortcut | Andrea Diamantini | 2010-02-16 | 1 | -6/+9 |
| | |||||
* | Krazy issues (1st branch) | Andrea Diamantini | 2010-02-14 | 1 | -2/+2 |
| | |||||
* | Good news, bad news. | Andrea Diamantini | 2010-02-13 | 1 | -4/+2 |
| | | | | | | | I reenabled the ability of changing (main) toolbar style, but.. I noticed in other kde apps (eg: kaddressbook) that settings are forgotten also there. Is it a ktoolbar bug? I cannot say for sure. Anyway I reenabled rekonq bits, but it doesn't work... :( | ||||
* | DISCLAIMER: I'm sorry for this | Andrea Diamantini | 2010-02-10 | 1 | -1/+8 |
| | | | | | | | | | | | | This commit reverts the ability to change main toolbar settings (change icon/text). In the context rekonq is developed (KMainWindow + simple toolbars) this is quite impossible. We'll see in the next version a proper fix for this (back to XMLGUI? QML??) This commit fixes also the problem with the disappearing toolbar backing from a fullscreen close BUG:222826 | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+3 |
| | |||||
* | Fix popup position | Andrea Diamantini | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Free MainWindow from PreviewSelectorBar | Andrea Diamantini | 2010-02-09 | 1 | -5/+0 |
| | | | | WARNING: it doesn't compile | ||||
* | Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2010-02-07 | 1 | -0/+5 |
|\ | | | | | | | into matgic_tab_page | ||||
| * | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -0/+5 |
| | | | | | | | | page you want to preview, and then you click a button | ||||
* | | Merge commit 'refs/merge-requests/86' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2010-02-06 | 1 | -28/+63 |
|\ \ | | | | | | | | | | into ZoomSlide | ||||
| * | | Replace zoom setting submenu by a widget with a slider | matgic78 | 2010-02-06 | 1 | -28/+63 |
| |/ | |||||
* | | FIx focus on browsing (FIRST STEP) and on findbar hiding | Andrea Diamantini | 2010-02-06 | 1 | -0/+1 |
|/ | |||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -9/+10 |
| | |||||
* | Again, Ronny Scholz patch | Andrea Diamantini | 2010-02-02 | 1 | -2/+2 |
| | | | | about private browsing confirmation dialog | ||||
* | Ronny Scholz string fix about | Andrea Diamantini | 2010-02-02 | 1 | -3/+2 |
| | | | | the disappeared Google search bar | ||||
* | Cedric's Patch | Andrea Diamantini | 2010-01-27 | 1 | -1/+1 |
| | | | | Fix bookmarks icon size |