Changeset 8b9ad6e for x/lib/qt4.xml


Ignore:
Timestamp:
08/17/2015 01:29:04 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
68d5b0e
Parents:
31b8fd26
Message:
  • #6819 Move "Configuring lxqt-common" from "lxqt-common-0.9.1" to "lxqt-session-0.9.0" and rename it to "Configuring lxqt-session", because "lxqt-config-session" is installed there.
  • #6822 Update to thunderbird-38.2.0.
  • #6823 Update to ImageMagick-6.9.2-0.
  • #6824 short descriptions.
  • #6825 Update to LibRaw-0.17.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16347 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    r31b8fd26 r8b9ad6e  
    643643      </varlistentry>
    644644
     645      <varlistentry id="lconvert-qt4">
     646        <term><command>lconvert</command></term>
     647        <listitem>
     648          <para>
     649            is part of Qt4's Linguist tool chain. It can be used as a
     650            standalone tool to convert and filter translation data files.
     651          </para>
     652          <indexterm zone="qt4 lconvert-qt4">
     653            <primary sortas="b-lconvert-qt4">lconvert</primary>
     654          </indexterm>
     655        </listitem>
     656      </varlistentry>
     657
    645658      <varlistentry id="linguist-qt4">
    646659        <term><command>linguist</command></term>
     
    709722      </varlistentry>
    710723
     724     <varlistentry id="qcollectiongenerator-qt4">
     725        <term><command>qcollectiongenerator</command></term>
     726        <listitem>
     727          <para>
     728            is a tool used to create a Qt Help Collection.
     729          </para>
     730          <indexterm zone="qt4 qcollectiongenerator-qt4">
     731            <primary sortas="b-qcollectiongenerator-qt4">qcollectiongenerator</primary>
     732          </indexterm>
     733        </listitem>
     734      </varlistentry>
     735
     736     <varlistentry id="qdbuscpp2xml-qt4">
     737        <term><command>qdbuscpp2xml</command></term>
     738        <listitem>
     739          <para>
     740            takes a C++ source file and generates a D-Bus XML definition
     741            of the interface.
     742          </para>
     743          <indexterm zone="qt4 qdbuscpp2xml-qt4">
     744            <primary sortas="b-qdbuscpp2xml-qt4">qdbuscpp2xml</primary>
     745          </indexterm>
     746        </listitem>
     747      </varlistentry>
     748
     749      <varlistentry id="qdbus-qt4">
     750        <term><command>qdbus</command></term>
     751        <listitem>
     752          <para>
     753            lists available services, object paths,  methods, signals, and
     754            properties of objects on a bus.
     755          </para>
     756          <indexterm zone="qt4 qdbus-qt4">
     757            <primary sortas="b-qdbus-qt4">qdbus</primary>
     758          </indexterm>
     759        </listitem>
     760      </varlistentry>
     761
     762      <varlistentry id="qdbusviewer-qt4">
     763        <term><command>qdbusviewer</command></term>
     764        <listitem>
     765          <para>
     766            is a graphical D-Bus browser.
     767          </para>
     768          <indexterm zone="qt4 qdbusviewer-qt4">
     769            <primary sortas="b-qdbusviewer-qt4">qdbusviewer</primary>
     770          </indexterm>
     771        </listitem>
     772      </varlistentry>
     773
     774      <varlistentry id="qdbusxml2cpp-qt4">
     775        <term><command>qdbusxml2cpp</command></term>
     776        <listitem>
     777          <para>
     778            is a tool that can be used to parse interface descriptions
     779            and produce static code representing those interfaces,
     780          </para>
     781          <indexterm zone="qt4 qdbusxml2cpp-qt4">
     782            <primary sortas="b-qdbusxml2cpp-qt4">qdbusxml2cpp</primary>
     783          </indexterm>
     784        </listitem>
     785      </varlistentry>
     786
     787      <varlistentry id="qdoc3-qt4">
     788        <term><command>qdoc3</command></term>
     789        <listitem>
     790          <para>
     791            is a tool used by <application>Qt</application> Developers to
     792            generate documentation for software projects.
     793          </para>
     794          <indexterm zone="qt4 qdoc3-qt4">
     795            <primary sortas="b-qdoc3-qt4">qdoc3</primary>
     796          </indexterm>
     797        </listitem>
     798      </varlistentry>
     799
     800      <varlistentry id="qhelpconverter-qt4">
     801        <term><command>qhelpconverter</command></term>
     802        <listitem>
     803          <para>
     804            is a tool used to convert files to <application>Qt</application>
     805            help format.
     806          </para>
     807          <indexterm zone="qt4 qhelpconverter-qt4">
     808            <primary sortas="b-qhelpconverter-qt4">qhelpconverter</primary>
     809          </indexterm>
     810        </listitem>
     811      </varlistentry>
     812
     813      <varlistentry id="qhelpgenerator-qt4">
     814        <term><command>qhelpgenerator</command></term>
     815        <listitem>
     816          <para>
     817            is a tool used to generate a <application>Qt</application>
     818            compressed help file.
     819          </para>
     820          <indexterm zone="qt4 qhelpgenerator-qt4">
     821            <primary sortas="b-qhelpgenerator-qt4">qhelpgenerator</primary>
     822          </indexterm>
     823        </listitem>
     824      </varlistentry>
     825
    711826      <varlistentry id="qmake-qt4">
    712827        <term><command>qmake</command></term>
     
    723838      </varlistentry>
    724839
     840     <varlistentry id="qmlplugindump-qt4">
     841        <term><command>qmlplugindump</command></term>
     842        <listitem>
     843          <para>
     844            is a tool to create a qmltypes file.
     845          </para>
     846          <indexterm zone="qt4 qmlplugindump-qt4">
     847            <primary sortas="b-qmlplugindump-qt4">qmlplugindump</primary>
     848          </indexterm>
     849        </listitem>
     850      </varlistentry>
     851
     852      <varlistentry id="qmlviewer-qt4">
     853        <term><command>qmlviewer</command></term>
     854        <listitem>
     855          <para>
     856            is a tool for loading QML documents that makes it easy to quickly
     857            develop and debug QML applications.
     858          </para>
     859          <indexterm zone="qt4 qmlviewer-qt4">
     860            <primary sortas="b-qmlviewer-qt4">qmlviewer</primary>
     861          </indexterm>
     862        </listitem>
     863      </varlistentry>
     864
    725865      <varlistentry id="qt3to4-qt4">
    726866        <term><command>qt3to4</command></term>
     
    743883          <indexterm zone="qt4 qtconfig-qt4">
    744884            <primary sortas="b-qtconfig-qt4">qtconfig</primary>
     885          </indexterm>
     886        </listitem>
     887      </varlistentry>
     888
     889     <varlistentry id="qttracereplay">
     890        <term><command>qttracereplay</command></term>
     891        <listitem>
     892          <para>
     893            is a tool to replay all drawing operations recording with
     894            <command>-graphicssystem trace</command> into a trace buffer.
     895          </para>
     896          <indexterm zone="qt4 qttracereplay">
     897            <primary sortas="b-qttracereplay">qttracereplay</primary>
    745898          </indexterm>
    746899        </listitem>
     
    785938      </varlistentry>
    786939
     940      <varlistentry id="xmlpatterns-qt4">
     941        <term><command>xmlpatterns</command></term>
     942        <listitem>
     943          <para>
     944            provides support for XPath, XQuery, XSLT, and XML Schema
     945            validation.
     946          </para>
     947          <indexterm zone="qt4 xmlpatterns-qt4">
     948            <primary sortas="b-xmlpatterns-qt4">xmlpatterns</primary>
     949          </indexterm>
     950        </listitem>
     951      </varlistentry>
     952
     953      <varlistentry id="xmlpatternsvalidator-qt4">
     954        <term><command>xmlpatternsvalidator</command></term>
     955        <listitem>
     956          <para>
     957            is a tool used to validate XML documents.
     958          </para>
     959          <indexterm zone="qt4 xmlpatternsvalidator-qt4">
     960            <primary sortas="b-xmlpatternsvalidator-qt4">xmlpatternsvalidator</primary>
     961          </indexterm>
     962        </listitem>
     963      </varlistentry>
     964
    787965    </variablelist>
    788966
Note: See TracChangeset for help on using the changeset viewer.