File: NEWS

package info (click to toggle)
lomiri-action-api 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,096 kB
  • sloc: cpp: 3,784; ansic: 1,052; xml: 64; makefile: 54
file content (28 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Overview of changes in lomiri-action-api 1.2.0

  - CMake: rename project (lomiri-action -> lomiri-action-api).
  - qml/Lomiri/Action/CMakeLists.txt: Don't use qmake to obtain
    QML_PLUGIN_DIR (formerly QT_IMPORTS_DIR). In other project we
    also assume the location manually.
  - CMake: Support dual-builds with disjunct filenames in the resulting
    builds.
  - CMakeLists.txt: Rename CMake option Werror to ENABLE_WERROR.
  - treewide: Add support for qt6.
  - Build with built-in libhud (removes need for dep on libhud).
  - Fix build against Ubuntu noble build, fix warnings.

Overview of changes in lomiri-action-api 1.1.3

  - Stop using qt5_use_modules (@OPNA2608).
  - Fix unknown cmake command in error paths (@z3ntu).

Overview of changes in lomiri-action-api 1.1.2

  - Add option to compile with local local of libhud2.
  - Add copy of libhud2.
  - Bump minimum required CMake version to v3.5.
  - Clean up source tree (end of Bzr).

Overview of changes in lomiri-action-api 1.1.1

  - Import to UBPorts.