Skip to content
Snippets Groups Projects

qml: show UI scale when value changes

Merged Prince Gupta requested to merge jagannatharjun/vlc:scaling-notif-text into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Pierre Lamot
  • Pierre Lamot
  • Prince Gupta added 6 commits

    added 6 commits

    • fda97311 - qt: implement UINotifier
    • 7c1f9c13 - qt: add UINotifier to qml system
    • a6fbe1bd - qml: implement FloatingNotification widget
    • e84657b3 - qml: add FloatingNotifcation to MainInterface
    • 745ba04d - qml: add FloatingNotification to Player
    • 8e85d6cf - qml: add FloatingNotification to MinimalView

    Compare with previous version

  • Prince Gupta added 6 commits

    added 6 commits

    • 39957e3a - qt: implement UINotifier
    • a995b9b3 - qt: add UINotifier to qml system
    • ef082b0d - qml: implement FloatingNotification widget
    • b6c1cb44 - qml: add FloatingNotifcation to MainInterface
    • 86c15425 - qml: add FloatingNotification to Player
    • ae31c26e - qml: add FloatingNotification to MinimalView

    Compare with previous version

  • updated FloatingNotification widget with better animation handling via states and transitions.

  • Pierre Lamot resolved all threads

    resolved all threads

  • Pierre Lamot approved this merge request

    approved this merge request

  • MR Acceptance result

    :tada: This MergeRequest has been Accepted! Congratulations.

    MR acceptance checks details:

    • :white_check_mark: MR should be considered mergeable by Gitlab
    • :white_check_mark: Last pipeline should be successful
    • :white_check_mark: MergeRequest should have at least one external review and/or vote
    • :white_check_mark: All threads should be resolved, have votes and score > 0
    • :white_check_mark: MergeRequest should have no activity (threads/votes) for (72h/72h)

    This message was automatically generated by homer-bot.

  • Felix Paul Kühne added 740 commits

    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

    Compare with previous version

  • Felix Paul Kühne enabled an automatic merge when all merge checks for 4f3aac42 pass

    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 {
    Please register or sign in to reply
    Loading