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: qtproject/qt-apps-boot2qt-appcontroller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4
Choose a base ref
...
head repository: qtproject/qt-apps-boot2qt-appcontroller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.13
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 7 files changed
  • 6 contributors

Commits on Apr 22, 2015

  1. Merge remote-tracking branch 'origin/stable' into dev

    * origin/stable:
      pass variable number of arguments to --profile-perf
      Don't abort if the output buffer overflows
      Add perf profiler run mode
      Add usage help message
      Add detach option
      Fix typo in license header
    
    Change-Id: Ifc940480d6dae8ffde35053968d77772534b2d0d
    Samuli Piippo committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    53ea608 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. Parse additional config files

    Some runtime settings need to be applied to the environment.
    Additional config files may be located in /tmp/b2qt/appcontroller.config.d
    or /var/lib/b2qt/appcontroller.config.d
    
    Task-number: QTEE-931
    Change-Id: Id6c8c5695e6ca74351c7f81a66aa9a75a948792a
    Reviewed-by: Ulf Hermann <[email protected]>
    Rainer Keller committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    9188249 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Fix compile warnings

    Change-Id: I05fb9bca47f5bcfc3f127eb9a60e6be8bda8193a
    Reviewed-by: Ulf Hermann <[email protected]>
    Rainer Keller committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    281140e View commit details
    Browse the repository at this point in the history
  2. Ignore missing default config file

    Change-Id: Ieb219833bba906bdca1c8bd1dce18185d86ded86
    Reviewed-by: Ulf Hermann <[email protected]>
    Rainer Keller committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    f055f3c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Send command string between appcontroller instances

    Task-number: QTEE-931
    Change-Id: If0efdafdd5e39523d315be86cda07f69e2387e16
    Reviewed-by: Ulf Hermann <[email protected]>
    Rainer Keller committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    866aa6f View commit details
    Browse the repository at this point in the history
  2. Add command to restart current application

    Task-number: QTEE-931
    Change-Id: I0ad4246750142289cca2a4cbf853211a60538362
    Reviewed-by: Laszlo Agocs <[email protected]>
    Rainer Keller committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    2631768 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Make appcontroller a temporary daemon

    For a restart being successful the application has to be shut down with out
    terminating the appcontroller. Afterwards the appcontroller will be able to
    start the application again.
    
    Change-Id: I38fd0aded176a10dac40c419b6866ce70ec1fcef
    Reviewed-by: Laszlo Agocs <[email protected]>
    Rainer Keller committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    3804f0d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Add feature info

    Change-Id: Ibc85618c0de0478a2fb2de45f19e2dc654109635
    Reviewed-by: Laszlo Agocs <[email protected]>
    Rainer Keller committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    45d549f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Add restart to feature string

    Change-Id: Iee8d8a1eda473dbc4a4ec4efb3baf9cc2eb18a5a
    Reviewed-by: Laszlo Agocs <[email protected]>
    Rainer Keller committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    7ac47be View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Add --qml-debug-services argument

    We don't want to load the QML debugger and inspector services when
    profiling as the V4 debugger forces the QML engine into interpreter
    mode. By specifying the services we need we can avoid this.
    
    Change-Id: I8ec126155c43848f26d536a56c3a1da067864401
    Reviewed-by: Rainer Keller <[email protected]>
    ulherman committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    26b255d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Remove Android code

    Change-Id: I8a69405655483c6bbd9f402df4a06a1020b6bebe
    Reviewed-by: aavit <[email protected]>
    Rainer Keller committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    6b5ef93 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. Add note about --profile-perf to usage message

    Change-Id: I50163b3c5f085f12f102fb0eb455eaf6ebda6ffa
    Reviewed-by: Rainer Keller <[email protected]>
    ulherman committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    af3ab8e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Don't join application arguments when running in perf mode

    ... otherwise we get "command not found".
    
    Change-Id: I9f471d8b7021df83f0c09c3f06addb977f17353c
    Task-number: QCE-67
    Reviewed-by: Rainer Keller <[email protected]>
    ulherman committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    77a7982 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Do not kill the process group

    When restarting an application the process seems to kill itself.
    
    Task-number: QTEE-1085
    Change-Id: I88598fe4bd6ed5423c1412036eaf1ea1572bc889
    Reviewed-by: David Schulz <[email protected]>
    Reviewed-by: Ulf Hermann <[email protected]>
    Rainer Keller committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    1e3c96e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Fix setting default application with invalid symlink

    Change-Id: Ia99140c0a8f8cf201eeaad352c36becbb1f6636f
    Reviewed-by: Karim Pinter <[email protected]>
    Reviewed-by: Samuli Piippo <[email protected]>
    Rainer Keller authored and Rainer Keller committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    271cf66 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Change license text

    Change-Id: I74e5115a032cd94d245e63d7d9e47f3d028e0110
    Reviewed-by: Samuli Piippo <[email protected]>
    Rainer Keller authored and Rainer Keller committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    3847752 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Merge remote-tracking branch 'origin/5.6' into 5.7

    * origin/5.6:
      Change license text
    
    Change-Id: I96caff462667785a48c6f9a63a1a416ecf0e30ff
    migronof committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    dcb14d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Fix error message

    Message does not match the parameter names.
    
    Change-Id: Ie9d3c52487f596dc43c7b36e4a5bc3ee5fbdaa47
    Reviewed-by: hjk <[email protected]>
    Rainer Keller authored and Rainer Keller committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    d58e21a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Allow to set used debugging port via commandline

    Change-Id: I6f99e2bf77aed2503119959d46c48e359940600a
    Reviewed-by: hjk <[email protected]>
    Reviewed-by: Mikko Gronoff <[email protected]>
    Reviewed-by: Samuli Piippo <[email protected]>
    Rainer Keller authored and Rainer Keller committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    5ab7fdb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Add option to read environment variables from a file

    Add option "environmentFile=..." that can be point to a separate
    file containing environment variables in ENV=VALUE pairs, which
    is normally used in /etc/default/ config files.
    
    Change-Id: If21d6c260d93f1ada309eb4e917b30e9c2daa877
    Reviewed-by: Kari Oikarinen <[email protected]>
    sapiippo committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    474fa4b View commit details
    Browse the repository at this point in the history
Loading