Changeset eb055fdf
- Timestamp:
- 12/10/2018 02:17:07 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7aea0ea3
- Parents:
- d1c65513
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd1c65513 reb055fdf 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 9th, &year;">9 <!ENTITY releasedate "December1 0th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rd1c65513 reb055fdf 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - The Contents part of Qt5 was out of date. 49 Give it a little love.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to subversion-1.11.0. Fixes 49 53 <ulink url="&blfs-ticket-root;11301">#11301</ulink>.</para> -
x/lib/qt5.xml
rd1c65513 reb055fdf 522 522 <seglistitem> 523 523 <seg> 524 assistant, designer, lconvert, linguist, lrelease,525 l update, moc, pixeltool, qdbuscpp2xml,526 qdbus , qdbusviewer, qdbusxml2cpp, qdoc,527 q helpgenerator, qlalr, qmake, qmleasing,528 qml importscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,529 q mlscene, qmltestrunner, qtdiag, qtpaths, rcc,530 syncqt.pl, uic,xmlpatterns, and xmlpatternsvalidator524 assistant, canbusutil, designer, fixqt4headers.pl, lconvert, linguist, 525 lrelease, lupdate, moc, pixeltool, qdbuscpp2xml, qdbus, qdbusviewer, 526 qdbusxml2cpp, qdoc, ggltf, qhelpgenerator, qlalr, qmake, gmlcachegen, 527 qmleasing, qmlimportscanner, qmllint, qmlmin, qmlplugindump, 528 qmlprofiler, qml, qmlscene, qmltestrunner, qtdiag, qtpaths, 529 qtplugininfo, qtwaylandscanner,qvkgen, rcc, syncqt.pl, uic, 530 xmlpatterns, and xmlpatternsvalidator 531 531 </seg> 532 532 <seg> … … 593 593 </varlistentry> 594 594 595 <varlistentry id="canbusutil"> 596 <term><command>canbustil</command></term> 597 <listitem> 598 <para> 599 is a tool to deal with arbitrary CAN bus frames. 600 A Controller Area Network (CAN) is a vehicle bus standard designed 601 to allow microcontrollers and devices to communicate with each other 602 in applications without a host computer. 603 </para> 604 <indexterm zone="qt5 canbusutil"> 605 <primary sortas="b-canbusutil">canbusutil</primary> 606 </indexterm> 607 </listitem> 608 </varlistentry> 609 595 610 <varlistentry id="designer-qt5"> 596 611 <term><command>designer</command></term> … … 608 623 </varlistentry> 609 624 625 <varlistentry id="fixqt4headers.pl"> 626 <term><command>fixqt4headers.pl</command></term> 627 <listitem> 628 <para> 629 is a script replace all Qt 4 style includes with Qt 5 includes. 630 </para> 631 <indexterm zone="qt5 fixqt4headers.pl"> 632 <primary sortas="b-fixqt4headers.pl">fixqt4headers.pl</primary> 633 </indexterm> 634 </listitem> 635 </varlistentry> 636 610 637 <varlistentry id="lconvert-qt5"> 611 638 <term><command>lconvert</command></term> … … 751 778 </varlistentry> 752 779 780 <varlistentry id="qgltf"> 781 <term><command>qgltf</command></term> 782 <listitem> 783 <para> 784 imports a a variety of 3D model formats and exports into fast-to-load, 785 optimized glTF assets embedded into Qt resource files. 786 </para> 787 <indexterm zone="qt5 qgltf"> 788 <primary sortas="b-qgltf">qgltf</primary> 789 </indexterm> 790 </listitem> 791 </varlistentry> 792 753 793 <varlistentry id="qhelpgenerator-qt5"> 754 794 <term><command>qhelpgenerator</command></term> … … 790 830 </varlistentry> 791 831 832 <varlistentry id="qmlcachegen"> 833 <term><command>qmlcachegen</command></term> 834 <listitem> 835 <para> 836 supports the creation of cache files at build time. 837 </para> 838 <indexterm zone="qt5 qmlcachegen"> 839 <primary sortas="b-qmlcachegen">qmlcachegen</primary> 840 </indexterm> 841 </listitem> 842 </varlistentry> 843 792 844 <varlistentry id="qmleasing-qt5"> 793 845 <term><command>qmleasing</command></term> … … 913 965 </varlistentry> 914 966 967 <varlistentry id="qtplugininfo"> 968 <term><command>qtplugininfo</command></term> 969 <listitem> 970 <para> 971 dumps meta-data about Qt plugins in JSON format. 972 </para> 973 <indexterm zone="qt5 qtplugininfo"> 974 <primary sortas="b-qtplugininfo">qtplugininfo</primary> 975 </indexterm> 976 </listitem> 977 </varlistentry> 978 915 979 <varlistentry id="rcc-qt5"> 916 980 <term><command>rcc</command></term> … … 925 989 </varlistentry> 926 990 991 <varlistentry id="repc"> 992 <term><command>repc</command></term> 993 <listitem> 994 <para> 995 is the Replica Compiler, which generates QObject header files based 996 on an API definition file. 997 </para> 998 <indexterm zone="qt5 repc"> 999 <primary sortas="b-repc">repc</primary> 1000 </indexterm> 1001 </listitem> 1002 </varlistentry> 1003 927 1004 <varlistentry id="syncqt.pl-qt5"> 928 1005 <term><command>syncqt.pl</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.