~josephjamesmills/u2t/trunk

« back to all changes in this revision

Viewing changes to shell/indicators/DashSystemIndicator.qml

  • Committer: josephjamesmills at gmail
  • Date: 2012-12-17 20:10:44 UTC
  • Revision ID: josephjamesmills@gmail.com-20121217201044-n5y9o203r1a5brjv
* /shell/3rdparty: rmemoved qtmediahub stuff and old binary for qmltemplets
* debian/contol: adding deps for testing and also chaning version of libnux
* Removed all Build git and bzr folders 
* shell/launcher/* changed locations and styling of pips and showMenu
* Fixing debian control file
* Fixed some of the shortcuts stuff
* reworte and gave keyboard to metalens and systemsettings dash pages
* addded 3rd party folder to place all thrid party code in to try to keep u2d clean
* Pluged in the Hud for Unity2dconfigurations.formFactor == "TV"
* made a simple mockup of how to change gsettings from the dash
* Added dependencys to (almost all) to debian control
* added a option for fomrFactor == "Tablet"
* Need to add more desktop files to install with package or make into metapackage
modified:
  data/com.canonical.Unity2d.gschema.xml
  debian/changelog
  debian/control
  debian/unity-2d-common.postinst
  debian/unity-2d-common.postrm
  debian/unity-2d-common.triggers
  debian/unity-2d-shell.install.in
  libunity-2d-private/src/unity-2d-private.pc.cmake
  po/unity-2d.pot
  shell/3rdparty/ITV/ITV.qml
  shell/3rdparty/softwarefake/FlicableWebView.qml
  shell/3rdparty/softwarefake/Softwarecenter.qml
  shell/3rdparty/webbrowser/webbrowser.qml
  shell/DashLoader.qml
  shell/HudLoader.qml
  shell/Shell.qml
  shell/app/shelldeclarativeview.cpp
  shell/app/shellmanager.cpp
  shell/common/VideoInfo.qml
  shell/common/utils.js
  shell/dash/Dash.qml
  shell/dash/FilterRatings.qml
  shell/dash/ListViewWithScrollbar.qml
  shell/dash/RendererCoverFlow.qml
  shell/dash/previews/FanArtBackgroundMovie.qml
  shell/dash/previews/FlipableTvBanner.qml
  shell/dash/previews/Previews.qml
  shell/hud/Hud.qml
  shell/hud/ResultItem.qml
  shell/indicators/DashIndicators.qml
  shell/indicators/DashSystemIndicator.qml
  shell/indicators/DashWifiIndicator.qml
  shell/indicators/SystemIndicator.qml
  shell/indicators/Systemdropdown.qml
  shell/indicators/WifiIndicator.qml
  shell/launcher/GridLauncher.qml
  shell/launcher/Launcher.qml
  shell/launcher/LauncherItem.qml
  shell/launcher/LauncherList.qml
  shell/launcher/LauncherLoader.qml
  shell/launcher/ListViewDragAndDrop.qml
  shell/launcher/SimpleLauncher.qml
  shell/launcher/SimpleLauncherItem.qml
  shell/systeminfo/SettingsMangerParser.qml
  shell/systeminfo/Systemsettings.qml
  shell/systeminfo/UserSettings.qml
  spread/Window.qml
  spread/Workspaces.qml

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
    //    |     boarderimages
20
20
 
21
 
    backgroundboarder.opacity:  active ? 0.7 : activeFocus ? 0.0 : 0
22
 
    aboutthiscompboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
23
 
    ubuntuhelpboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
24
 
    systemsettingsboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
25
 
    lockboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
26
 
    userboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
27
 
    logoutboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
28
 
    suspendboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
29
 
    restartboarder.opacity:  active ? 0.7 : activeFocus ? 0.0 : 0
30
 
    switchofboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
21
//    backgroundboarder.opacity:  active ? 0.7 : activeFocus ? 0.0 : 0
 
22
//    aboutthiscompboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
23
//    ubuntuhelpboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
24
//    systemsettingsboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
25
//    lockboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
26
//    userboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
27
//    logoutboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
28
//    suspendboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
 
29
//    restartboarder.opacity:  active ? 0.7 : activeFocus ? 0.0 : 0
 
30
//    switchofboarder.opacity: active ? 0.7 : activeFocus ? 0.0 : 0
31
31
 
32
32
    //|||^^^^^^^FIXME ADDIN all the glow and also the borders like this ?^^^^^^
33
33