qml: show UI scale when value changes
Merge request reports
Activity
added MRStatus::NotCompliant label
changed milestone to %4.0
added Component::Interface: Qt label
- Resolved by Prince Gupta
No rule to make target '../modules/gui/qt/widgets/qml/FloatingNotifcation.qml', needed by 'vlc.pot-update'. Stop.
added MRStatus::Reviewable label and removed MRStatus::NotCompliant label
added MRStatus::InReview label and removed MRStatus::Reviewable label
- Resolved by Pierre Lamot
In the player in audio mode, we have this code to display volume change
Should we uniformise the way we show transient information messages?
added 6 commits
Toggle commit list- Resolved by Pierre Lamot
- Resolved by Prince Gupta
- Resolved by Prince Gupta
added 6 commits
Toggle commit listadded 6 commits
Toggle commit listadded MRStatus::Acceptable label and removed MRStatus::InReview label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, have votes and score > 0 -
MergeRequest should have no activity (threads/votes) for (72h/72h)
-
added 740 commits
-
ae31c26e...906aa994 - 734 commits from branch
videolan:master
- d6c65af2 - qt: implement UINotifier
- 17c4eee8 - qt: add UINotifier to qml system
- 429bb821 - qml: implement FloatingNotification widget
- 730c48f9 - qml: add FloatingNotifcation to MainInterface
- ee628f42 - qml: add FloatingNotification to Player
- 4f3aac42 - qml: add FloatingNotification to MinimalView
Toggle commit list-
ae31c26e...906aa994 - 734 commits from branch
enabled an automatic merge when all merge checks for 4f3aac42 pass
11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 19 *****************************************************************************/ 20 21 import QtQuick 22 23 import VLC.MainInterface 24 import VLC.Style 25 26 Column {