summaryrefslogtreecommitdiff
path: root/src/tabwindow
Commit message (Collapse)AuthorAgeFilesLines
* Show main windowaqua2022-08-182-299/+0
| | | | - added Task Manager, showing all plugins, windows and view
* Changing tab width management behaviourAndrea Diamantini2013-11-292-3/+5
| | | | | | Following hints from BUG: 322991
* Adopt a new loading icon. It seems fixing some problems :)Andrea Diamantini2013-11-181-3/+7
|
* Reenable the Reload All Tabs ActionDavid E. Narváez2013-08-262-1/+5
| | | | | | Make the slot public and connect a tab context menu action to it. REVIEW: 112290
* Force bookmarks saving on bookmarking all tabsAndrea Diamantini2013-08-041-0/+3
| | | | BUG: 323130
* Restore history tab. Fix regression.Andrea Diamantini2013-07-311-2/+6
| | | | BUG: 322994
* i18n fixesPino Toscano2013-06-071-1/+1
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-5/+5
|
* normalize signal/slotMontel Laurent2013-05-061-2/+2
|
* Fix forward declarationMontel Laurent2013-05-061-2/+0
|
* Use a valid object path, otherwise you'll hit an assertKevin Ottens2013-05-041-1/+1
|
* Properly register rekonq window to activitiesAndrea Diamantini2013-04-281-1/+1
|
* Well... get EXTREMELY sure menubar are registered...Andrea Diamantini2013-04-252-2/+4
|
* Finally fix the pinning icons clutteringAndrea Diamantini2013-04-251-0/+4
| | | | | | (or at least, well workarounding...) BUG: 309213
* Fix a logic error in unpinTabAndrea Diamantini2013-04-251-5/+6
| | | | | | | In previous code the method was unable to properly determine the first available index not pinned under some circumstances BUG: 317798
* Let appmenu-qt support work also with pinned tabs to loadAndrea Diamantini2013-04-254-1/+12
| | | | This just need fixes ;)
* appmenu-qt support :)Andrea Diamantini2013-04-251-0/+6
| | | | BUG: 309148
* Fix rekonq window title updateAndrea Diamantini2013-04-023-3/+5
| | | | BUG: 317062
* Remove the "AutoSaver" attempt :(Andrea Diamantini2013-03-181-2/+2
| | | | | | | | I tried to save disk writes. But everytime people is finding some saved (or just delayed) saves that are NOT ok. We'll see to find another way to... BUG: 316938
* open url as webapp optionAndrea Diamantini2013-03-161-0/+1
|
* Restore Session Manager updates on current tab changed && on windowAndrea Diamantini2013-03-141-2/+1
| | | | | | | | | | close. Lindsay, I probably "forgot" one your mail about Session Management NOT working properly (sorry). Hope this will fix it! Let me know :) CCMAIL: lindsay.mathieson@gmail.com
* Do NOT save sessions in private browsing windowsAndrea Diamantini2013-03-142-0/+8
| | | | | | Oooops... ;) BUG: 316325
* Restore activity daemon supportAndrea Diamantini2013-03-132-1/+21
| | | | BUG: 315694
* Restore a small portion of (un)ported codeAndrea Diamantini2013-03-133-2/+12
| | | | | | Close window if option says so BUG: 316637
* Fix && clean up fullscreen modeAndrea Diamantini2013-03-111-2/+2
|
* Supporting panel (again) :)Andrea Diamantini2013-03-107-546/+837
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* Respect hovering settingsAndrea Diamantini2013-03-073-0/+27
| | | | BUG:316207
* Closed tabs page, last bits (?)Andrea Diamantini2013-02-171-0/+12
| | | | Restore closed tabs on restart
* Closed Tabs page return, first bitsAndrea Diamantini2013-02-172-11/+37
| | | | | Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved...
* Add keyboard shortcut support for 'Show Next Tab' and 'Show Previous Tab'Pali Rohár2013-02-122-0/+31
| | | | Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Open new tabs in the foreground.Dimitrios Christidis2013-02-121-0/+8
| | | | | | | | | | Adds a new configuration option (disabled by default) to open links in new tabs in the foreground. BUG: 313794 REVIEW: 108801 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-0/+1
|
* Merge branch 'master' of git.kde.org:rekonqLindsay Mathieson2013-01-242-0/+31
|\
| * Improve icon management codeAndrea Diamantini2013-01-232-0/+31
| | | | | | | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :)
* | Added option for opening new tabs next to current (default to true). ↵Lindsay Mathieson2013-01-241-0/+5
|/ | | | Otherwise tabs created at end of list.
* Coverity report fixesAndrea Diamantini2013-01-141-1/+1
| | | | | | A potential crash (dynamic_cast maybe null) Some break usage clean up minor string speed up by using QLatin1String
* Restore Tab Windows when Restoring the SessionDavid E. Narváez2013-01-081-1/+1
| | | | | | | | Modified the restore method so that it returns true in case something is actually restored, and then use that return value to call the restoreTabWindow method of the session manager REVIEW: 108077
* Make it compileMontel Laurent2013-01-061-1/+1
|
* Restore (in 2.x way) shortcuts configuration optionsAndrea Diamantini2013-01-031-0/+2
| | | | | BUG: 311886 BUG: 305403
* Restore rekonq 1.x shortcutsAndrea Diamantini2013-01-022-0/+39
| | | | | | | ALT + #number to change tabs CTRL + #number to load favorites BUG: 312341
* Krazy fixes, third shotAndrea Diamantini2013-01-021-1/+1
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-282-4/+4
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-282-2/+2
|
* "Workaround" cookie management in private browsing modeAndrea Diamantini2012-12-161-4/+1
| | | | | | | | | | | | 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
* - Code style check (codestyle script round)Andrea Diamantini2012-12-126-32/+32
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* 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-102-17/+47
|
* Restore tab position on reopeningAndrea Diamantini2012-12-101-4/+16
| | | | BUG: 249457
* Ensure settings respectAndrea Diamantini2012-12-101-1/+17
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Fix RekonqWindow behaviour while opening new windowsAndrea Diamantini2012-12-102-11/+55
|