Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: githubuser0xFFFF/Qt-Advanced-Docking-System
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.1
Choose a base ref
...
head repository: githubuser0xFFFF/Qt-Advanced-Docking-System
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 18 files changed
  • 8 contributors

Commits on Aug 25, 2025

  1. Fix C++23 Warnings (#764)

    Co-authored-by: Alexander Murray <alexander.murray@franke.com>
    TheComet and AlexanderMurray93 authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    11004eb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    6c073b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Introduce SOVERSION for ABI compatibility (#771)

    This commit sets the library's SOVERSION to its major version number.
    
    Setting the soname this way establishes a clear ABI promise. This allows
    users to safely upgrade to minor or patch releases without needing to
    recompile their applications, as long as the major version remains the
    same.
    grulja authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    dc1e76d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    c1977c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Support tabs at the bottom of dock widgets.

    Vautour, André authored and Vautour, André committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    3342fd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Don't show title bar for floating widgets with tabs at bottom.

    Vautour, André authored and Vautour, André committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    66e10e0 View commit details
    Browse the repository at this point in the history
  2. Updated the title label styling in all of the stylesheets.

    Vautour, André authored and Vautour, André committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    e922a1e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    39c8407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd5002 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    893af51 View commit details
    Browse the repository at this point in the history
  2. Fix qApp connection (#778)

    hormnek authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    d467b21 View commit details
    Browse the repository at this point in the history
Loading