summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed FullScreen Action & provided it in contextual menu, in fullscreen modeAndrea Diamantini2009-05-142-1/+10
|
* Fixed (hopefully) searchbar. Near its last release..Andrea Diamantini2009-05-143-14/+13
|
* Removed static ActionCollection and creating them on loading.Andrea Diamantini2009-05-142-75/+42
| | | | | This because there are too much crashes on rekonq depending on lazy action associations.
* Fixed unusual cut/copy/paste actions on top of menuAndrea Diamantini2009-05-141-21/+19
|
* strings fixAndrea Diamantini2009-05-135-31/+11
|
* Last krazy issues fixedadjam2009-05-128-28/+40
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing MERGING issues..adjam2009-05-0720-71/+133
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * Improved contextual menu usabilityAndrea Diamantini2009-05-071-23/+46
| |
| * EBN Krazy issues. 3rd round... First chech finished!Andrea Diamantini2009-05-0720-48/+86
| |
| * EBN Krazy fixes. 2nd round..Andrea Diamantini2009-05-079-22/+56
| |
| * Fixing forgotten merging issues..Andrea Diamantini2009-05-075-37/+6
| |
* | EBN Krazy fixes. 2nd round..adjam2009-05-069-22/+56
| | | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* | Fixing forgotten merging issues..adjam2009-05-065-37/+6
|/ | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964617 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing conflicts merging masteradjam2009-05-0621-130/+217
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-0616-44/+82
| |
| * updating authors..Andrea Diamantini2009-05-061-4/+14
| |
| * Better AcceptNavigationRequest implementation..Andrea Diamantini2009-05-061-48/+45
| |
| * Hardcoded new tab shortcuts toAndrea Diamantini2009-05-041-4/+1
| | | | | | | | | | 1. CTRL + T 2. CTRL + N
| * inlines IN line...;)Andrea Diamantini2009-05-041-24/+6
| |
| * webview acceptNavigationRequest fixesAndrea Diamantini2009-05-041-5/+7
| |
| * new (and simpler) createWindow implementation..Andrea Diamantini2009-05-042-25/+21
| | | | | | | | this solves (A-LA rekonq) also kde-apps preview screenshots
| * Fixing opening window resizing and removing menubar & toolbar.Andrea Diamantini2009-05-041-4/+10
| | | | | | | | rekonq has just one mainwindow.
| * s/tap/tab/Andrea Diamantini2009-05-021-1/+1
| |
| * AUTHORS << pano0.1alphaAndrea Diamantini2009-05-021-3/+3
| |
| * Merge branch 'develop'Andrea Diamantini2009-05-025-11/+38
| |\
| | * Open Back/Forward tabs fixedAndrea Diamantini2009-05-023-4/+4
| | |
| | * Managing user tab open settings. Step 2Andrea Diamantini2009-05-014-8/+35
| | |
| * | other i18n fix from KristolAndrea Diamantini2009-05-021-1/+1
| | |
| * | Reverted copyright string, as suggested by KDE peopleAndrea Diamantini2009-05-021-1/+1
| |/
| * Open tabs in brackground. Step 1Andrea Diamantini2009-05-014-3/+10
| |
| * setting focus to urlbar on empty tab opened. Some kwarning removalAndrea Diamantini2009-05-011-2/+1
| |
| * mouseDoubleClickEvent return, as decided with AvaddonAndrea Diamantini2009-05-012-42/+37
| |
| * i18n plural bugs. Courtesy patch of Kristol BafAndrea Diamantini2009-05-013-3/+3
| |
| * Updating AUTHORS.Andrea Diamantini2009-04-291-0/+10
| | | | | | | | | | | | For me, this is 0.1alpha release candidate. We'll find time until 0.1 release to improve translations, bugfixing && importing unit tests.
| * astyleAndrea Diamantini2009-04-2931-310/+366
| |
| * Other optimizations on MainWindow loadingAndrea Diamantini2009-04-291-3/+3
| |
| * Faster MainWindow loading..Andrea Diamantini2009-04-291-34/+27
| |
| * Some fixes and warning on webview createWindowAndrea Diamantini2009-04-293-8/+18
| |
| * Fixed loading Url methods.Andrea Diamantini2009-04-298-16/+23
| | | | | | | | | | | | | | | | Now in all rekonq code we have just a loadUrl method in mainview (doing the dirty job) and one in mainwindow, provided for convenience. Every class needing loading an url has a openUrl signal. Hope this should go well..
| * Removed loadUrl method from WebViewAndrea Diamantini2009-04-292-31/+3
| |
| * Removed WebView loadUrl usageAndrea Diamantini2009-04-291-2/+5
| |
| * mainview loadurlinCurrentTab improvementsAndrea Diamantini2009-04-292-2/+12
| |
| * Removed unused Application loadUrl methodAndrea Diamantini2009-04-292-7/+1
| |
| * Removed unused MainView loadUrlPage signalAndrea Diamantini2009-04-293-4/+1
| |
| * Searchbar fixes: no KDebug && QTimer shot in 200 msAndrea Diamantini2009-04-291-3/+1
| |
| * Removed Qt4.4 compatibility slotsAndrea Diamantini2009-04-282-26/+0
| |
| * Faster Mainview loadAndrea Diamantini2009-04-282-8/+18
| |
| * Modified urlbar colors to have just loading colorsAndrea Diamantini2009-04-281-8/+10
| |
| * removing location toolbar to let toolbars be more configurableAndrea Diamantini2009-04-282-7/+6
| |
| * Importing some reverted changesAndrea Diamantini2009-04-285-3/+26
| |