~diegosarmentero/ubuntu-system-settings/click-updates

« back to all changes in this revision

Viewing changes to plugins/language/DisplayLanguage.qml

  • Committer: Diego Sarmentero
  • Date: 2014-03-13 14:28:45 UTC
  • mfrom: (629.1.24 ubuntu-system-settings)
  • Revision ID: diego.sarmentero@gmail.com-20140313142845-q32d03750ji91463
[ Sebastien Bacher ]
* license: use Label widget instead of Text, it looks more integrated
  (LP: #1286262)
* language: don't display an chevron for the language item, the list
  displayed is a sheet widget and not a page stack one. (lp: #1289287)
  (LP: #1289287)
[ Iain Lane ]
* background selector: lock the toolbar open, per the design (LP:
  #1288361)
* Don't crash if the migration script can't set values (LP: #1288833)
[ Michael Terry ]
* Tweak some of the wording of the wizard, and start the language
  combo expanded
[ CI bot ]
* Resync trunk
[ Omer Akram ]
* autopilot tests code: fix pep8 and pyflakes warnings. add tests to
  make sure we don't regress on pep8/pyflakes .
[ Didier Roche ]
* switch to suru icon theme
[ CI bot ]
* Resync trunk
[ Iain Lane ]
* Also store the ringtone, messages and silent mode settings in
  AccountsService. (LP: #1265528)
[ Michael Terry ]
* Add disabled skeleton of a "Welcome to Ubuntu" wizard for first-time
  boot. Will be enabled when it is more complete.
[ CI bot ]
* Resync trunk
[ Andrea Cimitan ]
* Add disabled skeleton of a "Welcome to Ubuntu" wizard for first-time
  boot. Will be enabled when it is more complete.
[ Iain Lane ]
* Add a 'downloading' parameter to updateAvailableFound so that the UI
  can adjust itself. We need to know if a download is already in
  progress when we enter the update screen to display 'pause' or
  'install' as appropriate.
[ Sebastien Bacher ]
* Workarount qt bug that could lead to non working scrolling
[ Iain Lane ]
* Re-enable updates on the main screen
[ Diego Sarmentero ]
* Avoid conflicts between concurrent calls to checkForUpdates ( (LP:
  #1279006)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        contentHeight: contentItem.childrenRect.height
53
53
        boundsBehavior: contentHeight > root.height ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
 
54
        /* Set the direction to workaround https://bugreports.qt-project.org/browse/QTBUG-31905
 
55
           otherwise the UI might end up in a situation where scrolling doesn't work */
 
56
        flickableDirection: Flickable.VerticalFlick
54
57
 
55
58
        currentIndex: plugin.currentLanguage
56
59