summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* style cleanupAndrea Diamantini2011-07-189-93/+93
|
* Last fixes for the SSL dialog improvementsAndrea Diamantini2011-07-184-46/+137
| | | | Now we are ready for the fight...
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-187-39/+130
| | | | | | | These are last changes to clean up and improve SSL rekonq communications. It is yet missing a proper SSL errors API integration. You just need to wait for the next commit...
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-185-46/+82
| | | | | | | This commit changes rekonq history data struct to manage also the first time you visited a site. This way we can "expose" this new info in the SSL widget. (We can obviously do a lot more with it...)
* Improving SSL widget & dialog, step 3Andrea Diamantini2011-07-183-146/+61
| | | | | | Now they really seem "similar" to the ones provided by Google Chrome and Firefox. They all need further improvements, anyway...
* Improving SSL Widget and DialogAndrea Diamantini2011-07-187-110/+520
| | | | | | | | While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere...
* New SSL Widget implementationAndrea Diamantini2011-07-181-62/+107
| | | | | | | This new (initial) implementation follows the guidelines found "looking" at Google Chrome and Mozilla Firefox SSL info windows. More improvements coming...
* Added SSL Widget, first versionAndrea Diamantini2011-07-184-9/+226
|
* Better notify SSL infosAndrea Diamantini2011-07-182-2/+12
| | | | Positive/Negative background && KDE security icons
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-07-181-0/+1
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-1790-1813/+1836
|
* Improving tab previewsVyacheslav Blinov2011-07-155-46/+183
| | | | | | | | | | | | | | | | | Improvements: * title of the page is removed since it is visible on a tab. * widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame * widget has rouned corners in all the styles * url of the page is elided * with compositing tab previews will be shown semitransparent with 25% alpha by default, witch can be setted to be optional later * code of tab preview is now separated from tab bar so it is more explicit REVIEWED BY: Johannes, Andrea, Pierre CCMAIL: blinov.vyacheslav@gmail.com REVIEW: 101848
* Change KMessageWidget message typeAndrea Diamantini2011-07-122-2/+2
| | | | | As pointed out from someone, these are informational or warning messages.
* clean up codeAndrea Diamantini2011-07-113-8/+7
|
* Insert back notification bars in webtab layoutAndrea Diamantini2011-07-113-8/+22
| | | | | As Pierre pointed out, better insert bars inside layout to avoid usability loss.
* Move to KMessageWidgetAndrea Diamantini2011-07-1112-396/+125
| | | | | | Port rekonq notification bars to KMessageWidget: walletbar, crash notification bar, set favorite preview bar. Remove old no more used notification bar.
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-07-061-0/+1
|
* Revert "Fix includes."Pierre Rossi2011-06-295-17/+12
| | | | | | | | | This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409. It was actually not needed since the issue was fixed in the QtWebKit 2.2 integration branch. oops, sorry about the noise in the history.
* Fix includes.Pierre Rossi2011-06-295-12/+17
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Fixup for vi style navigation event handling.Pierre Rossi2011-06-281-11/+12
| | | | Reviewed-by: TrustMe
* This should fix "border" protocols handling like apt.Andrea Diamantini2011-06-282-12/+14
| | | | And it should also be a nice semplification :)
* Merge branch 'SC7_DEPS'Andrea Diamantini2011-06-282-77/+22
|\
| * Fix KIO/rekonq handlingAndrea Diamantini2011-06-271-11/+12
| |
| * Remove the deprecated setCookieJarWindowId to use new setWindow slot.Andrea Diamantini2011-06-271-3/+4
| |
| * rekonq 0.7.55, KDE SC 4.7 basedAndrea Diamantini2011-06-272-64/+7
| | | | | | | | | | | | | | (the KDELIBS version is 4.6.90, to say the truth..) remove KDE_IS_VERSION checks based on previous versions fix hold slaves handling
* | Add shortcuts for scrolling as in vi or konqiAndrea Diamantini2011-06-271-0/+21
|/ | | | | | | | BUG:238761 Patch by Thomas Murach, thanks :D Reviewed by me ;)
* Make it compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"Montel Laurent2011-06-092-4/+4
|
* Don't close Bookmark Toolbar's subfolders on a clickYoann Laissus2011-06-091-6/+5
| | | | BUG: 275155
* - Bookmark can now be dropped inside folders :Yoann Laissus2011-06-042-24/+92
| | | | - Correctly hide a folder menu if there is a click outside
* Merge branch 'DownloadManager'Andrea Diamantini2011-06-0310-99/+498
|\
| * LastAndrea Diamantini2011-05-262-0/+9
| |
| * Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-2610-99/+489
| | | | | | | | First step in the introduction of the new rekonq pages
* | Code janitoringAlbert Astals Cid2011-05-293-3/+3
| | | | | | | | | | qDeleteAll knows how to delete values of the map in a better way than calling values add const & to foreach "iterators"
* | SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-291-1/+0
| |
* | Focus the WebView when a page start to loadYoann Laissus2011-05-231-1/+7
|/
* Fixes the size of a tab preview to a constant size, decorate it a bitAndrea Diamantini2011-05-182-13/+52
| | | | | | | | and clean up the code around it. Patch by Tirtha Chatterjee, thanks :D Reviewed by me ;)
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-181-1/+1
|
* Merge branch 'rekonqKonquerorBkConflict'Yoann Laissus2011-05-182-23/+41
|\
| * - Fix bookmark conflict between Rekonq and KonquerorYoann Laissus2011-05-152-23/+41
| | | | | | | | | | - New way to copy rekonq default bookmarks so no problem with konqueror anymore BUG: 273134
* | Merge branch 'bkFolder'Yoann Laissus2011-05-184-9/+26
|\ \
| * | Add "comment" bookmark field in the bookmark panelYoann Laissus2011-05-151-0/+7
| | |
| * | Null action for root bk folder in the barYoann Laissus2011-05-153-9/+19
| |/
* | connects tabMoved signal of TabBar to tabsChanged signal of MainView,Andrea Diamantini2011-05-172-0/+9
|/ | | | | | | | | | so any changes in tab order due to dragging tabs are saved in the sessions file using SessionManager. So now the changes in the order of tabs is correctly remembered during restore. Patch by Tirtha Chatterjee Reviewed by me ;)
* Open source code by loading the page HTML instead of requesting (another ↵Andrea Diamantini2011-05-131-3/+36
| | | | | | time) the site url. This will let also the "set content editable" feature works well on save
* Developer tool: set content editable.Andrea Diamantini2011-05-112-1/+14
|
* Convert these extracomment to commentAlbert Astals Cid2011-05-101-1/+1
| | | | | | | Because: * We have a bug in our scripts that makes extracomment not work (will try to fix this asap) * Makes sense to be a comment since we want it to be a disambiguation text * KUIT markers (e.g. @label) need to be in comment
* Use of QSignalMapper for switchToTab() method in terms of code unificationAndrea Diamantini2011-05-093-15/+12
| | | | | | Patch by Thomas Murach, thanks ;) RB:101246
* Number the favorites pages to "suggest" numeric shortcut forAndrea Diamantini2011-05-091-1/+1
| | | | | | Patch by Thomas Murach. Thanks ;) RB:101297
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-091-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-081-0/+2
|