Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New dns prefetch webkit property and updated local storage one | Andrea Diamantini | 2010-04-23 | 1 | -2/+3 | |
| | ||||||
* | Fix Clear Private Data dialog | matgic78 | 2010-04-19 | 1 | -2/+5 | |
| | | | | | - Don't use the value returned by QDialog::exec(), it looks like it is buggy - Add cache cleaning, solution found in konqueror/settings/kio/cache.cpp | |||||
* | - Enable context menu for actions inside bookmark bar folder | Yoann Laissus | 2010-04-17 | 1 | -1/+0 | |
| | | | | | | - Reverse bookmarks and bookmark managing option on the bookmarkActionMenu (as we discussed with Lionel) - Common actionMenu between bookmark bars and the bookmarkActionMenu - Use BookmarkContextMenu instead of KBookmarkContextMenu in the bookmarkActionMenu | |||||
* | Fix highlightAll() indentation :) | Yoann Laissus | 2010-04-14 | 1 | -2/+2 | |
| | ||||||
* | Set default background to white | Andrea Diamantini | 2010-04-14 | 1 | -3/+6 | |
| | | | | BUG:232552 | |||||
* | Removing overkilling WeakPointer from data clean dialog and fixing a | Andrea Diamantini | 2010-04-11 | 1 | -7/+9 | |
| | | | | memory leak there.. | |||||
* | Improved "Clear Private Data" dialog appearance | matgic78 | 2010-04-10 | 1 | -1/+5 | |
| | | | | | | | | Not a Qt::sheet : use a gradient for background Add Caption Descriptive button text <h3> "clear the following items" Spacers | |||||
* | This is a really big commit, implementing the new urlbar | Andrea Diamantini | 2010-04-08 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272 | |||||
* | - Enable context menu for folders and separators of the bookmark bar | Yoann Laissus | 2010-04-08 | 1 | -0/+1 | |
| | | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed | |||||
* | Merge commit 'refs/merge-requests/113' of ↵ | Andrea Diamantini | 2010-04-06 | 1 | -1/+6 | |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m113 | |||||
| * | Clear downloads in "clear private data" dialog | matgic78 | 2010-04-05 | 1 | -1/+6 | |
| | | ||||||
* | | Merge commit 'refs/merge-requests/2241' of ↵ | Andrea Diamantini | 2010-04-06 | 1 | -13/+11 | |
|\ \ | |/ |/| | | | git://gitorious.org/rekonq/mainline into m2241 | |||||
| * | Useless import | Yoann Laissus | 2010-04-03 | 1 | -1/+0 | |
| | | ||||||
| * | - Add the control modifier support for back, next and home actions and for ↵ | Yoann Laissus | 2010-04-03 | 1 | -13/+12 | |
| | | | | | | | | | | | | the UrlTreeView - Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar | |||||
* | | 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 | |
| |