summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rekonq Migration to Nepomuk2David E. Narváez2013-01-0715-137/+895
| | | | | | | | Ran the Nepomuk migration script and added a directory with code that has not yet been ported to Nepomuk2. Also did some CMake changes to be able to drop the config-nepomuk.h.cmake file. REVIEW: 108152
* Make it compileMontel Laurent2013-01-061-1/+1
|
* Restore (in 2.x way) shortcuts configuration optionsAndrea Diamantini2013-01-034-1/+41
| | | | | BUG: 311886 BUG: 305403
* Restore rekonq 1.x shortcutsAndrea Diamantini2013-01-023-0/+40
| | | | | | | ALT + #number to change tabs CTRL + #number to load favorites BUG: 312341
* Krazy fixes, third shotAndrea Diamantini2013-01-022-2/+3
|
* Fix qt websiteAndrea Diamantini2013-01-021-4/+1
|
* Fix (stupid) crash while adding favorites via the "+" buttonAndrea Diamantini2012-12-311-1/+1
| | | | | | My fault, sorry... BUG: 312081
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-12-311-0/+1
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-2818-67/+67
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-2858-104/+147
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-12-241-0/+2
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-12-231-1/+0
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-12-221-1/+2
|
* Fix double opening with local files && kparts opening in webapp modeAndrea Diamantini2012-12-161-27/+35
|
* "Workaround" cookie management in private browsing modeAndrea Diamantini2012-12-169-90/+71
| | | | | | | | | | | | From the note in webpage file: I'm sorry I really cannot let KIO work as needed in private browsing mode. The problem is basically cookie related. This way we lose some features in private browsing mode, but we ensure PRIVACY! This change cannot be reverted until a proper fix for KIO (or the right workaround for rekonq) will be found. BUG: 303552
* Fix download dir choiceAndrea Diamantini2012-12-161-1/+1
| | | | | | | | Also if this fix is NOT 100% perfect, it works as expected in the common cases, letting users start dir choice from the working one ($HOME?) and respecting KRecentDirs KFileDialog feature CCMAIL: asiasuppenesser@gmx.de
* Only do CTRL+ENTER thing if valid URL, search otherwiseTirtha Chatterjee2012-12-161-4/+7
|
* Restored Messages.sh removed by accident in the rekonq2 transitionAndrea Diamantini2012-12-141-0/+5
| | | | CCMAIL: aacid@kde.org
* Fix other mem leakMontel Laurent2012-12-132-8/+8
|
* Readd my patch to remove mem leakMontel Laurent2012-12-131-1/+4
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-12-131-0/+15
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-1234-207/+215
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* getSaveFileName --> getSaveUrlAndrea Diamantini2012-12-101-1/+1
|
* do not update tabbar until we decided where putting the new tab buttonAndrea Diamantini2012-12-101-0/+3
|
* Fix open external link on web appAndrea Diamantini2012-12-104-18/+83
|
* Don't leak actionsAndrea Diamantini2012-12-101-18/+18
| | | | (this is based on Laurent Montel commit on rekonq1)
* Don't create menu/action when not necessaryMontel Laurent2012-12-101-5/+9
|
* Fix showSearchEnginebar callAndrea Diamantini2012-12-101-1/+1
|
* "Save as..." context menu action entry for imagesAndrea Diamantini2012-12-102-1/+22
| | | | BUG: 303357
* Get sure we are using suggested file name if availableAndrea Diamantini2012-12-101-16/+29
|
* Fix default download pathAndrea Diamantini2012-12-101-1/+1
|
* Restore tab position on reopeningAndrea Diamantini2012-12-102-4/+17
| | | | BUG: 249457
* Fix downloads notificationsAndrea Diamantini2012-12-102-13/+24
|
* Shorter string. May fit better...Andrea Diamantini2012-12-101-1/+1
|
* Restore authors && creditsAndrea Diamantini2012-12-101-0/+130
|
* Check settingsAndrea Diamantini2012-12-103-12/+0
| | | | Remove unuseful option with "tabs up"
* Ensure settings respectAndrea Diamantini2012-12-103-19/+23
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Fix RekonqWindow behaviour while opening new windowsAndrea Diamantini2012-12-102-11/+55
|
* Use view parent tab to get use calling tab existsAndrea Diamantini2012-12-103-2/+10
|
* Restoring inspector, part 3Andrea Diamantini2012-12-102-4/+15
| | | | | | | | Added a splitter to let inspector widget be resizable Following my wife hint, it seems it is better to let it be in the right part. Let's see what people has to comment about...
* Restoring inspector, part 2Andrea Diamantini2012-12-104-17/+40
| | | | Add an inspector widget to the bottom of the page
* Restoring inspector, part 1Andrea Diamantini2012-12-106-18/+20
| | | | restored action and code to activate/deactivate it
* Open focused link when launched from web appAndrea Diamantini2012-12-102-2/+8
|
* Fix tabs moves when some of them are pinnedAndrea Diamantini2012-12-104-2/+70
|
* Add an home page tab when rekonq is started with some pinned tabsAndrea Diamantini2012-12-101-2/+6
|
* re-enable the (useful) "open link in new tab" action in web app modeAndrea Diamantini2012-12-102-8/+6
|
* Improve suggestions, step 2Andrea Diamantini2012-12-103-12/+46
| | | | | | | | | | | | | Every change here is given to trade-off suggestions performance (p) and relevancy (r). - just check bookmarks for relevance if no history entries found (p) - remove bookmarks item duplicates from history (r) - just do it is user typed more than 1 char (p) - order history entries just if user typed more than 1 char (p) - (reverse) order by visit count (most visited first) (r)
* Improve suggestions, step 1Andrea Diamantini2012-12-102-10/+26
| | | | | | - fast response on kde short url type - fix secondary url load - let resolved urls typed (eg: kde.org) being first result
* Let "Removed" string translatableAndrea Diamantini2012-12-101-1/+1
|
* Fix tabwindow title when webwindow one is emptyAndrea Diamantini2012-12-102-2/+3
| | | | (no more "rekonq - rekonq")