Revision 604a10c...

Go back to digest for 12th August 2012

Optimization in Networking Tools

Andrea Diamantini committed changes in [rekonq] /:

* Split updateTabBar() into two separate methods
- updateTabBarVisibility(): used to react only on "alwaysShowTabBar" settings
- updateAddTabButton(): used to react only on tabbar changes

* Improve handling of the add tab button. updateAddTabButton() is now called on any
tab layout changed instead of being called in any function which manipulate tabs.

* Use a tab height computed with KTabBar instead of the add tab button height with a magical number.
It fixes some issues with the Bespin theme.

File Changes

Modified 5 files
  •   src/application.cpp
  •   src/mainview.cpp
  •   src/mainview.h
  •   src/tabbar.cpp
  •   src/tabbar.h
5 files changed in total