Activity log for bug #1200542

Date Who What changed Old value New value Message
2013-07-12 09:17:25 Nekhelesh Ramananthan bug added bug
2013-07-12 09:36:24 Nekhelesh Ramananthan description Currently, the clock app can be resized to any size. However by reducing its height and width below a certain value, you cannot use it for any practical purposes. A reasonable minimum width and height should be defined such that the clock app is still usable at that height, width. ----------------------------------------------------------------- Solution to the bug Right now the height and width are defined in the ubuntu-clock-app.qml file as 50, 75. Instead of hardcoding this value, it would be nice if qml implicitHeight and implicitWidth are used to get the minimum width and height of the components displayed in the clock app to calculate its required window dimensions. By doing it this way, the minimum window dimensions will be connected to the components dimension and hence will automatically change without any manual tweaking in the future. Difficulty: Easy Currently, the clock app can be resized to any size. However by reducing its height and width below a certain value, you cannot use it for any practical purposes. A reasonable minimum width and height should be defined such that the clock app is still usable at that height, width. ----------------------------------------------------------------- Solution to the bug Right now the height and width are defined in the ubuntu-clock-app.qml file as 50, 75. In addition to this, a minimumWidth and minimumHeight property should also be declared which depend on the qml implicitHeight and implicitWidth of the analog clock face to get the minimum width and height of the components displayed in the clock app to calculate its required window dimensions. By doing it this way, the minimum window dimensions will be connected to the components dimension and hence will automatically change without any manual tweaking in the future. Difficulty: Easy
2013-07-13 18:52:01 Nekhelesh Ramananthan ubuntu-clock-app: status Triaged In Progress
2013-07-13 18:52:05 Nekhelesh Ramananthan ubuntu-clock-app: assignee Nekhelesh Ramananthan (nik90)
2013-07-16 19:03:44 Nekhelesh Ramananthan ubuntu-clock-app: milestone coreapps-13.10-month-3 usable-state
2013-07-26 10:03:03 Nekhelesh Ramananthan ubuntu-clock-app: status In Progress Triaged
2013-08-31 08:36:47 Nekhelesh Ramananthan ubuntu-clock-app: assignee Nekhelesh Ramananthan (nik90)
2013-08-31 08:37:03 Nekhelesh Ramananthan ubuntu-clock-app: milestone usable-state coreapps-13.10-month-4
2013-10-19 16:12:59 Nekhelesh Ramananthan ubuntu-clock-app: milestone backlog 1.4
2014-01-13 12:19:13 Nekhelesh Ramananthan ubuntu-clock-app: milestone 1.4 backlog
2014-01-24 18:24:07 Nekhelesh Ramananthan description Currently, the clock app can be resized to any size. However by reducing its height and width below a certain value, you cannot use it for any practical purposes. A reasonable minimum width and height should be defined such that the clock app is still usable at that height, width. ----------------------------------------------------------------- Solution to the bug Right now the height and width are defined in the ubuntu-clock-app.qml file as 50, 75. In addition to this, a minimumWidth and minimumHeight property should also be declared which depend on the qml implicitHeight and implicitWidth of the analog clock face to get the minimum width and height of the components displayed in the clock app to calculate its required window dimensions. By doing it this way, the minimum window dimensions will be connected to the components dimension and hence will automatically change without any manual tweaking in the future. Difficulty: Easy Currently, the clock app can be resized to any size. However by reducing its height and width below a certain value, you cannot use it for any practical purposes. A reasonable minimum width and height should be defined such that the clock app is still usable at that height, width.
2014-01-24 18:39:50 Nekhelesh Ramananthan description Currently, the clock app can be resized to any size. However by reducing its height and width below a certain value, you cannot use it for any practical purposes. A reasonable minimum width and height should be defined such that the clock app is still usable at that height, width. Currently, the clock app can be resized to any size. However by reducing its height and width below a certain value, you cannot use it for any practical purposes. A reasonable minimum width and height should be defined such that the clock app is still usable at that height, width. Difficulty: MEDIUM
2014-08-27 11:33:12 Nekhelesh Ramananthan ubuntu-clock-app: milestone backlog postrtm
2016-07-13 17:34:13 Michal Predotka branch linked lp:~mpredotka/ubuntu-clock-app/app-window-size
2016-07-19 13:32:10 Bartosz Kosiorek ubuntu-clock-app: status Triaged In Progress
2016-07-19 13:32:18 Bartosz Kosiorek ubuntu-clock-app: assignee Michal Predotka (mpredotka)
2016-07-19 13:34:20 Jenkins Bot ubuntu-clock-app: status In Progress Fix Committed
2016-10-02 22:01:13 Michal Predotka ubuntu-clock-app: status Fix Committed Fix Released