blob: f70ebe358ea526e14c4435ede7b24331570fcae3 (
plain)
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
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>rossbridger.cc@gmail.com</email>
<name>Ross Charles Campbell</name>
</maintainer>
<maintainer type="person">
<email>petross404@gmail.com</email>
<name>Petros S</name>
</maintainer>
<longdescription lang="en">
GammaRay is a software introspection tool for Qt applications developed by KDAB.
Leveraging the QObject introspection mechanism it allows you to observe and manipulate
your application at runtime. This works both locally on your workstation and remotely
on an embedded target.
Augmenting your instruction-level debugger, GammaRay allows you to work on a much higher
level, with the same concepts as the frameworks you use. This is especially useful for
the more complex Qt frameworks such as model/view, state machines or scene graphs.
</longdescription>
<use>
<flag name="3d">Build support for Qt 3D modules</flag>
<flag name="designer">Widget .ui file export</flag>
<flag name="geolocation">Physical position determination support from Qt framework</flag>
<flag name="highlight">Syntax highlighting for code editor</flag>
<flag name="kjob">KJob tracker plug-in</flag>
<flag name="scxml">Build support for Qt State Chart XML (SCXML)</flag>
<flag name="webengine">Enable support for dev-qt/qtwebengine</flag>
</use>
<upstream>
<remote-id type="github">KDAB/GammaRay</remote-id>
<bugs-to>https://github.com/KDAB/GammaRay/issues</bugs-to>
</upstream>
</pkgmetadata>
|