[PC-BSD Commits] r16425 - pcbsd/current/src-qt4/EasyPBI
svn at pcbsd.org
svn at pcbsd.org
Sun Apr 15 16:06:41 PDT 2012
Author: kenmoore
Date: 2012-04-15 23:06:41 +0000 (Sun, 15 Apr 2012)
New Revision: 16425
Modified:
pcbsd/current/src-qt4/EasyPBI/Makefile
pcbsd/current/src-qt4/EasyPBI/mainwindow.ui
Log:
Add tooltips for EasyPBI
Modified: pcbsd/current/src-qt4/EasyPBI/Makefile
===================================================================
--- pcbsd/current/src-qt4/EasyPBI/Makefile 2012-04-15 22:46:51 UTC (rev 16424)
+++ pcbsd/current/src-qt4/EasyPBI/Makefile 2012-04-15 23:06:41 UTC (rev 16425)
@@ -1,6 +1,6 @@
#############################################################################
# Makefile for building: /usr/local/bin/EasyPBI
-# Generated by qmake (2.01a) (Qt 4.7.4) on: Tue Apr 3 19:59:26 2012
+# Generated by qmake (2.01a) (Qt 4.7.4) on: Fri Apr 6 11:51:25 2012
# Project: EasyPBI.pro
# Template: app
# Command: /usr/local/bin/qmake-qt4 -o Makefile EasyPBI.pro
@@ -195,6 +195,7 @@
icons/arrow-up.png \
icons/configure.png \
icons/save.png \
+ icons/questionmark.png \
icons/remove.png \
icons/refresh.png
/usr/local/bin/rcc -name EasyPBI EasyPBI.qrc -o qrc_EasyPBI.cpp
Modified: pcbsd/current/src-qt4/EasyPBI/mainwindow.ui
===================================================================
--- pcbsd/current/src-qt4/EasyPBI/mainwindow.ui 2012-04-15 22:46:51 UTC (rev 16424)
+++ pcbsd/current/src-qt4/EasyPBI/mainwindow.ui 2012-04-15 23:06:41 UTC (rev 16425)
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>560</width>
+ <width>568</width>
<height>452</height>
</rect>
</property>
@@ -52,7 +52,11 @@
</widget>
</item>
<item row="2" column="2">
- <widget class="QLineEdit" name="port_name"/>
+ <widget class="QLineEdit" name="port_name">
+ <property name="toolTip">
+ <string>Name of the program contained within the PBI</string>
+ </property>
+ </widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_2">
@@ -62,7 +66,11 @@
</widget>
</item>
<item row="5" column="2">
- <widget class="QLineEdit" name="port_category"/>
+ <widget class="QLineEdit" name="port_category">
+ <property name="toolTip">
+ <string>XDG-compliant menu category</string>
+ </property>
+ </widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_5">
@@ -73,6 +81,9 @@
</item>
<item row="8" column="2">
<widget class="QLineEdit" name="icon_path">
+ <property name="toolTip">
+ <string>PNG icon file to copy into the PBI module for program usage</string>
+ </property>
<property name="readOnly">
<bool>true</bool>
</property>
@@ -80,6 +91,9 @@
</item>
<item row="8" column="3">
<widget class="QPushButton" name="pushFindIcon">
+ <property name="toolTip">
+ <string>Select a PNG file for a program icon (64x64 recommended)</string>
+ </property>
<property name="text">
<string>Choose Icon</string>
</property>
@@ -92,6 +106,9 @@
<italic>true</italic>
</font>
</property>
+ <property name="toolTip">
+ <string>Start here to select a FreeBSD port for conversion into a PBI module</string>
+ </property>
<property name="text">
<string>New Module</string>
</property>
@@ -116,6 +133,9 @@
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="port_selected">
+ <property name="toolTip">
+ <string>Currently selected port to be packaged as a PBI</string>
+ </property>
<property name="readOnly">
<bool>true</bool>
</property>
@@ -123,6 +143,9 @@
</item>
<item row="1" column="3">
<widget class="QPushButton" name="port_info_button">
+ <property name="toolTip">
+ <string>Open a web browser to freshports.org for port information</string>
+ </property>
<property name="text">
<string>Get Port Info</string>
</property>
@@ -136,7 +159,11 @@
</widget>
</item>
<item row="3" column="2">
- <widget class="QLineEdit" name="website"/>
+ <widget class="QLineEdit" name="website">
+ <property name="toolTip">
+ <string>Main website for program information and development</string>
+ </property>
+ </widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_3">
@@ -146,7 +173,11 @@
</widget>
</item>
<item row="4" column="2">
- <widget class="QLineEdit" name="author"/>
+ <widget class="QLineEdit" name="author">
+ <property name="toolTip">
+ <string>Author of the official program/port (name or email address)</string>
+ </property>
+ </widget>
</item>
</layout>
</item>
@@ -340,6 +371,9 @@
<italic>true</italic>
</font>
</property>
+ <property name="toolTip">
+ <string>Save the current PBI build configuration settings</string>
+ </property>
<property name="text">
<string>Save Settings As Defaults</string>
</property>
@@ -359,7 +393,7 @@
<item row="4" column="2">
<widget class="QCheckBox" name="checkTMPFS">
<property name="toolTip">
- <string>Speeds up port compiles on systems with available RAM</string>
+ <string>Speeds up port compiles on systems with available memory (not enabled by default)</string>
</property>
<property name="text">
<string>Use TMPFS</string>
@@ -407,6 +441,9 @@
</item>
<item row="0" column="2">
<widget class="QPushButton" name="pushSelectModule">
+ <property name="toolTip">
+ <string>Select the PBI module to build</string>
+ </property>
<property name="text">
<string>Select Module</string>
</property>
@@ -420,6 +457,9 @@
<bold>true</bold>
</font>
</property>
+ <property name="toolTip">
+ <string>Start the PBI build process</string>
+ </property>
<property name="text">
<string>Build PBI</string>
</property>
@@ -454,6 +494,9 @@
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QPushButton" name="pushKillBuild">
+ <property name="toolTip">
+ <string>Stop the current PBI build</string>
+ </property>
<property name="text">
<string>Stop Build</string>
</property>
@@ -465,6 +508,9 @@
</item>
<item>
<widget class="QPushButton" name="pushSaveLog">
+ <property name="toolTip">
+ <string>Save the current build log to a file</string>
+ </property>
<property name="text">
<string>Save Build Log</string>
</property>
@@ -506,6 +552,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushSelectModuleEdit">
+ <property name="toolTip">
+ <string>Select the PBI module directory that you wish to edit.</string>
+ </property>
<property name="text">
<string>Select Module</string>
</property>
@@ -543,6 +592,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="pushOpenPortInfo">
+ <property name="toolTip">
+ <string>Open a web browser to freshports.org for port information</string>
+ </property>
<property name="text">
<string>View Port Info</string>
</property>
@@ -554,6 +606,9 @@
</item>
<item>
<widget class="QPushButton" name="pushPackageModule">
+ <property name="toolTip">
+ <string>Create a compressed copy of the module for distribution</string>
+ </property>
<property name="text">
<string>Package Module</string>
</property>
@@ -599,6 +654,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Name of the program contained within the PBI</string>
+ </property>
</widget>
</item>
<item row="0" column="0">
@@ -700,6 +758,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Main website for program information and development</string>
+ </property>
</widget>
</item>
<item row="2" column="2">
@@ -710,6 +771,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Author of the official program/port (name or email address)</string>
+ </property>
</widget>
</item>
<item row="9" column="2">
@@ -720,17 +784,27 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Special configuration options for the main program or any additional ports (Example: WITH_GUI=true)</string>
+ </property>
</widget>
</item>
<item row="10" column="2">
<widget class="QCheckBox" name="checkRequiresRoot">
+ <property name="toolTip">
+ <string>Set the program to require root permissions for installation</string>
+ </property>
<property name="text">
<string>Require Root Permissions</string>
</property>
</widget>
</item>
<item row="3" column="2">
- <widget class="QComboBox" name="listNewProgIcon"/>
+ <widget class="QComboBox" name="listNewProgIcon">
+ <property name="toolTip">
+ <string>Selected icon for the program (add .png files on the "Resources" tab to make them available)</string>
+ </property>
+ </widget>
</item>
<item row="13" column="2">
<spacer name="verticalSpacer_2">
@@ -762,6 +836,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Additional ports to include (built before the main program)</string>
+ </property>
</widget>
</item>
<item>
@@ -772,6 +849,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Add additional port</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -783,6 +863,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRemovePortBefore">
+ <property name="toolTip">
+ <string>Remove selected port</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -804,10 +887,16 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Additional ports to include (built after the main program)</string>
+ </property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushAddPortAfter">
+ <property name="toolTip">
+ <string>Add additional port</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -819,6 +908,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRemovePortAfter">
+ <property name="toolTip">
+ <string>Remove selected port</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -847,6 +939,9 @@
</item>
<item>
<widget class="QPushButton" name="pushSavePbiConf">
+ <property name="toolTip">
+ <string>Save the current pbi.conf configuration</string>
+ </property>
<property name="text">
<string>Save </string>
</property>
@@ -858,6 +953,9 @@
</item>
<item>
<widget class="QPushButton" name="pushClearChanges">
+ <property name="toolTip">
+ <string>Reset the interface and show the current pbi.conf configuration</string>
+ </property>
<property name="text">
<string>Reset</string>
</property>
@@ -895,7 +993,11 @@
</widget>
</item>
<item>
- <widget class="QListWidget" name="listCurrentResources"/>
+ <widget class="QListWidget" name="listCurrentResources">
+ <property name="toolTip">
+ <string>List of files/directories to be included with the PBI (relative to the base PBI directory)</string>
+ </property>
+ </widget>
</item>
</layout>
</item>
@@ -903,6 +1005,9 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="pushAddResource">
+ <property name="toolTip">
+ <string>Add files to the PBI</string>
+ </property>
<property name="text">
<string>Add Resource</string>
</property>
@@ -914,6 +1019,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRemoveResource">
+ <property name="toolTip">
+ <string>Remove the selected file from the PBI</string>
+ </property>
<property name="text">
<string>Remove Resource</string>
</property>
@@ -925,6 +1033,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRefreshResources">
+ <property name="toolTip">
+ <string>Update the list of included files</string>
+ </property>
<property name="text">
<string>Update List</string>
</property>
@@ -959,10 +1070,18 @@
<item>
<layout class="QGridLayout" name="gridLayout_6">
<item row="1" column="0">
- <widget class="QListWidget" name="listDesktopEntries"/>
+ <widget class="QListWidget" name="listDesktopEntries">
+ <property name="toolTip">
+ <string>Current desktop entries for the PBI</string>
+ </property>
+ </widget>
</item>
<item row="1" column="1">
- <widget class="QListWidget" name="listMenuEntries"/>
+ <widget class="QListWidget" name="listMenuEntries">
+ <property name="toolTip">
+ <string>Current menu entries for the PBI</string>
+ </property>
+ </widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_10">
@@ -1013,6 +1132,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRemoveDesktopEntry">
+ <property name="toolTip">
+ <string>Remove currently selected desktop entry</string>
+ </property>
<property name="text">
<string>Remove Desktop Entry</string>
</property>
@@ -1054,6 +1176,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRemoveMenuEntry">
+ <property name="toolTip">
+ <string>Remove currently selected menu entry</string>
+ </property>
<property name="text">
<string>Remove Menu Entry</string>
</property>
@@ -1091,6 +1216,9 @@
<layout class="QGridLayout" name="gridLayout_7">
<item row="2" column="2">
<widget class="QPushButton" name="pushAddDesktopEntry">
+ <property name="toolTip">
+ <string>Create new desktop entry with the selected options</string>
+ </property>
<property name="text">
<string>Add Desktop Entry</string>
</property>
@@ -1101,7 +1229,11 @@
</widget>
</item>
<item row="1" column="1">
- <widget class="QLineEdit" name="lineEntryName"/>
+ <widget class="QLineEdit" name="lineEntryName">
+ <property name="toolTip">
+ <string>Label for the desktop/menu entry (Example: Program Foo)</string>
+ </property>
+ </widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_13">
@@ -1134,10 +1266,18 @@
</widget>
</item>
<item row="1" column="2">
- <widget class="QComboBox" name="listEntryIcons"/>
+ <widget class="QComboBox" name="listEntryIcons">
+ <property name="toolTip">
+ <string>Icon for the deskop/menu entry (Add .png files on the "Resources" tab)</string>
+ </property>
+ </widget>
</item>
<item row="1" column="3">
- <widget class="QComboBox" name="listMenuCategories"/>
+ <widget class="QComboBox" name="listMenuCategories">
+ <property name="toolTip">
+ <string>XDG-compliant menu category</string>
+ </property>
+ </widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_22">
@@ -1151,6 +1291,9 @@
</item>
<item row="2" column="3">
<widget class="QPushButton" name="pushAddMenuEntry">
+ <property name="toolTip">
+ <string>Create a new menu entry with the selected options</string>
+ </property>
<property name="text">
<string>Add Menu Entry</string>
</property>
@@ -1161,10 +1304,18 @@
</widget>
</item>
<item row="2" column="0">
- <widget class="QLineEdit" name="lineAlternateBin"/>
+ <widget class="QLineEdit" name="lineAlternateBin">
+ <property name="toolTip">
+ <string>Custom binary location (Example: sbin/bin-foo)</string>
+ </property>
+ </widget>
</item>
<item row="1" column="0">
- <widget class="QComboBox" name="listEntryPortBins"/>
+ <widget class="QComboBox" name="listEntryPortBins">
+ <property name="toolTip">
+ <string>Select the binary for a new desktop/menu entry</string>
+ </property>
+ </widget>
</item>
</layout>
</item>
@@ -1194,12 +1345,19 @@
</widget>
</item>
<item>
- <widget class="QListWidget" name="listCurrentLinks"/>
+ <widget class="QListWidget" name="listCurrentLinks">
+ <property name="toolTip">
+ <string>Binaries that will be linked into the system's local base</string>
+ </property>
+ </widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QPushButton" name="pushRemoveLink">
+ <property name="toolTip">
+ <string>Remove the selected link</string>
+ </property>
<property name="text">
<string>Remove Link</string>
</property>
@@ -1211,6 +1369,9 @@
</item>
<item>
<widget class="QPushButton" name="pushRefreshLinkList">
+ <property name="toolTip">
+ <string>Refresh the list of current links</string>
+ </property>
<property name="text">
<string>Refresh List</string>
</property>
@@ -1261,6 +1422,9 @@
</item>
<item row="7" column="1">
<widget class="QPushButton" name="pushClearLinkChanges">
+ <property name="toolTip">
+ <string>Revert to the default selections for a new link</string>
+ </property>
<property name="text">
<string>Clear Changes</string>
</property>
@@ -1272,6 +1436,9 @@
</item>
<item row="7" column="0">
<widget class="QPushButton" name="pushAddLink">
+ <property name="toolTip">
+ <string>Create a new link using the selected options</string>
+ </property>
<property name="text">
<string>Add Link</string>
</property>
@@ -1282,7 +1449,11 @@
</widget>
</item>
<item row="4" column="0">
- <widget class="QLineEdit" name="lineLinkBin"/>
+ <widget class="QLineEdit" name="lineLinkBin">
+ <property name="toolTip">
+ <string>Custom binary to be linked into the system's local base (Example: sbin/foo)</string>
+ </property>
+ </widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_25">
@@ -1295,15 +1466,26 @@
</widget>
</item>
<item row="3" column="0">
- <widget class="QComboBox" name="listLinkBins"/>
+ <widget class="QComboBox" name="listLinkBins">
+ <property name="toolTip">
+ <string>Binary to be linked into the system's local base</string>
+ </property>
+ </widget>
</item>
<item row="4" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
- <widget class="QComboBox" name="listLinkTypesAvailable"/>
+ <widget class="QComboBox" name="listLinkTypesAvailable">
+ <property name="toolTip">
+ <string>Available actions for a link</string>
+ </property>
+ </widget>
</item>
<item>
<widget class="QPushButton" name="pushAddLinkType">
+ <property name="toolTip">
+ <string>Add desired action to the current link selection</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -1330,6 +1512,9 @@
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineLinkType">
+ <property name="toolTip">
+ <string>Currently selected actions for the new link</string>
+ </property>
<property name="readOnly">
<bool>true</bool>
</property>
@@ -1369,8 +1554,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>560</width>
- <height>20</height>
+ <width>568</width>
+ <height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
More information about the Commits
mailing list