automatic version update by autodist [release 4.8.6-1mamba;Mon Apr 28 2014]
This commit is contained in:
parent
2130d11c09
commit
7522890ca5
@ -1,2 +1,5 @@
|
||||
# libqt4
|
||||
|
||||
Qt sets the standard for high-performance, cross-platform application development.
|
||||
It includes a C++ class library and tools for cross-platform development and internationalization.
|
||||
|
||||
|
26
libqt4-4.5.1-rendering-regression.patch
Normal file
26
libqt4-4.5.1-rendering-regression.patch
Normal file
@ -0,0 +1,26 @@
|
||||
qt-bugs@ issue : none (not yet)
|
||||
Qt Software task ID : none (not yet)
|
||||
bugs.kde.org number : 190485 (at least)
|
||||
applied: yes
|
||||
author: Alexis Menard <alexis.menard@nokia.com>
|
||||
|
||||
This patch fix the regression introduced in 4.5.1 with SVG rendering.
|
||||
The problem appear when a gradient reference an another gradient which is after
|
||||
in the svg.
|
||||
|
||||
Please clear your plasma cache as well.
|
||||
|
||||
This patch is already in 4.5 branch so it will be in 4.5.2.
|
||||
|
||||
Index: src/svg/qsvgstyle.cpp
|
||||
===================================================================
|
||||
--- src/svg/qsvgstyle.cpp (revision 958572)
|
||||
+++ src/svg/qsvgstyle.cpp (working copy)
|
||||
@@ -808,6 +808,7 @@
|
||||
static_cast<QSvgGradientStyle*>(prop);
|
||||
st->resolveStops();
|
||||
m_gradient->setStops(st->qgradient()->stops());
|
||||
+ m_gradientStopsSet = st->gradientStopsSet();
|
||||
}
|
||||
}
|
||||
m_link = QString();
|
11
libqt4-4.8.1-fix_qvfb_link.patch
Normal file
11
libqt4-4.8.1-fix_qvfb_link.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- qt-everywhere-opensource-src-4.8.1/tools/qvfb/qvfb.pro.orig 2012-04-04 17:49:48.200034366 +0200
|
||||
+++ qt-everywhere-opensource-src-4.8.1/tools/qvfb/qvfb.pro 2012-04-04 17:49:52.759986236 +0200
|
||||
@@ -38,8 +38,6 @@
|
||||
|
||||
!embedded {
|
||||
DEFINES += QT_NO_QWS_SIGNALHANDLER
|
||||
- HEADERS += ../../src/gui/embedded/qlock_p.h
|
||||
- SOURCES += ../../src/gui/embedded/qlock.cpp
|
||||
}
|
||||
|
||||
include(../shared/deviceskin/deviceskin.pri)
|
11
libqt4-4.8.1-webkit-glib-2.32.patch
Normal file
11
libqt4-4.8.1-webkit-glib-2.32.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- webkit-1.6.1/Source/JavaScriptCore/wtf/gobject/GTypedefs.h~ 2011-09-26 14:54:57.000000000 -0600
|
||||
+++ webkit-1.6.1/Source/JavaScriptCore/wtf/gobject/GTypedefs.h 2011-11-20 06:30:29.608190397 -0700
|
||||
@@ -52,7 +52,7 @@
|
||||
typedef struct _GHashTable GHashTable;
|
||||
typedef struct _GInputStream GInputStream;
|
||||
typedef struct _GList GList;
|
||||
-typedef struct _GMutex GMutex;
|
||||
+typedef union _GMutex GMutex;
|
||||
typedef struct _GPatternSpec GPatternSpec;
|
||||
typedef struct _GPollableOutputStream GPollableOutputStream;
|
||||
typedef struct _GSocketClient GSocketClient;
|
12
libqt4-4.8.2-gcc-4.7-webkit-no_Werror.patch
Normal file
12
libqt4-4.8.2-gcc-4.7-webkit-no_Werror.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit.pri.no_Werror qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit.pri
|
||||
--- qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit.pri.no_Werror 2012-03-14 15:01:29.000000000 +0100
|
||||
+++ qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit.pri 2012-03-28 17:12:33.391294004 +0200
|
||||
@@ -102,8 +102,6 @@ CONFIG -= warn_on
|
||||
|
||||
# Treat warnings as errors on x86/Linux/GCC
|
||||
linux-g++* {
|
||||
- !CONFIG(standalone_package):isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror
|
||||
-
|
||||
greaterThan(QT_GCC_MAJOR_VERSION, 3):greaterThan(QT_GCC_MINOR_VERSION, 5) {
|
||||
if (!contains(QMAKE_CXXFLAGS, -std=c++0x) && !contains(QMAKE_CXXFLAGS, -std=gnu++0x)) {
|
||||
# We need to deactivate those warnings because some names conflicts with upcoming c++0x types (e.g.nullptr).
|
22
libqt4-4.8.2-ld-gold.patch
Normal file
22
libqt4-4.8.2-ld-gold.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff -up qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri.me qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri
|
||||
--- qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri.me 2012-01-24 13:05:50.460890750 +0100
|
||||
+++ qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri 2012-01-24 13:19:08.836799974 +0100
|
||||
@@ -3,12 +3,12 @@
|
||||
contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
|
||||
contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
|
||||
|
||||
-linux-g++ {
|
||||
-isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
|
||||
- message(Using gold linker)
|
||||
- QMAKE_LFLAGS+=-fuse-ld=gold
|
||||
-}
|
||||
-}
|
||||
+#linux-g++ {
|
||||
+#isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
|
||||
+# message(Using gold linker)
|
||||
+# QMAKE_LFLAGS+=-fuse-ld=gold
|
||||
+#}
|
||||
+#}
|
||||
|
||||
# We use this flag on production branches
|
||||
# See https://bugs.webkit.org/show_bug.cgi?id=60824
|
@ -0,0 +1,629 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript"/>
|
||||
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
||||
|
||||
<link href="/favicon.ico" rel="shortcut icon" />
|
||||
|
||||
<title>Sources of qt (Project Project:KDE:Mer_Extras) - MeeGo Community Open Build Service</title>
|
||||
|
||||
<link href="/themes/bento/css/style.css?1328175836" media="screen" rel="stylesheet" title="Normal" type="text/css" />
|
||||
<link href="/stylesheets/style.css?1329473202" media="screen" rel="stylesheet" type="text/css" />
|
||||
|
||||
<link href="/stylesheets/package.css?1329473202" media="all" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
<script src="/javascripts/layout-squashed.js?1329473202" type="text/javascript"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function insertRow() {
|
||||
var name = document.getElementById('add_new_parameter').value;
|
||||
var service = document.getElementById('servicename').value;
|
||||
var value = document.getElementById('add_new_value').value;
|
||||
var number = document.getElementById('count_parameters').value + 1;
|
||||
|
||||
$('#pTable tr:last').before('<tr class=\"row_'+number+'\">'+
|
||||
'<td>'+name+'</td>'+
|
||||
'<td id="added_parameter_'+number+'">...</td>'+
|
||||
'<td><a href=\"#\" onclick=\"\$(\'tr.row_'+number+'\').remove(); return false;\">X</a></td>'+
|
||||
'</tr>');
|
||||
|
||||
document.getElementById('count_parameters').value = number;
|
||||
|
||||
var path="/package/service_parameter_value?number="+number+"&servicename="+escape(service)+"¶meter="+escape(name)+"&value="+escape(value)+"&package=qt&project=Project%3AKDE%3AMer_Extras";
|
||||
$("#pTable td#added_parameter_"+number).load(path);
|
||||
}
|
||||
|
||||
$(function() {
|
||||
setup_favorites();
|
||||
|
||||
$("#advanced_tabs_trigger").click(function() {
|
||||
$("#advanced_tabs").show();
|
||||
$("#advanced_tabs_trigger").remove();
|
||||
});
|
||||
$("#files_table").tablesorter( {
|
||||
sortList: [[0,1]],
|
||||
widgets: ['zebra'],
|
||||
headers: {
|
||||
3: { sorter: false }
|
||||
}
|
||||
} );
|
||||
|
||||
});
|
||||
var CSRF_PROTECT_AUTH_TOKEN = "kgkxPEjkzL2LVs6TUbmq/+Z82dltqKxgkQSqeGV0iYM=";
|
||||
|
||||
//]]>
|
||||
</script> </head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Start: Header -->
|
||||
<div id="header">
|
||||
|
||||
<div id="header-content" class="container_12">
|
||||
|
||||
<a href="/" id="header-logo"><img alt="Obs-logo_small" height="26" src="/images/obs-logo_small.png?1329473202" /></a>
|
||||
|
||||
|
||||
|
||||
<form action="/search/search" class="label-overlay" id="global-search-form" method="get"> <div style="display: inline">
|
||||
<label for="search">Search</label>
|
||||
<input id="search" name="search_text" type="text" value="" /> <input type="submit" value="Search" class="hidden" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End: Header -->
|
||||
|
||||
|
||||
|
||||
<div id="subheader" class="container_16">
|
||||
<div id="breadcrump" class="grid_10 alpha">
|
||||
<img alt="Home_grey" src="/themes/bento/images/home_grey.png?1328175836" /><a href="/">MeeGo Community Open Build Service</a>
|
||||
>
|
||||
<a href="/project/list_public">Projects</a>
|
||||
>
|
||||
<!-- multiple items in crump list but they belong together as sub group, eg sub projects -->
|
||||
<a href="/project/show?project=Project">Project</a>:<a href="/project/show?project=Project%3AKDE">KDE</a>:<a href="/project/show?project=Project%3AKDE%3AMer_Extras">Mer_Extras</a>
|
||||
>
|
||||
<a href="/package/show?package=qt&project=Project%3AKDE%3AMer_Extras">qt</a>
|
||||
>
|
||||
Sources
|
||||
</div>
|
||||
|
||||
<div class="grid_6 omega" style="text-align: right;">
|
||||
<a href="/user/register_user">Register</a> |
|
||||
<a href="/user/login" id="login-trigger">Login</a>
|
||||
<div id="login-form">
|
||||
<form action="/user/do_login" method="post"><div style="margin:0;padding:0;display:inline"><input name="authenticity_token" type="hidden" value="kgkxPEjkzL2LVs6TUbmq/+Z82dltqKxgkQSqeGV0iYM=" /></div> <p>
|
||||
<input id="return_to_path" name="return_to_path" type="hidden" value="/package/files?package=qt&project=Project%3AKDE%3AMer_Extras" />
|
||||
<label for="username">Username</label>
|
||||
<input id="username" name="username" type="text" value="" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="password">Password</label>
|
||||
<input id="password" name="password" type="password" value="" />
|
||||
</p>
|
||||
<p><input name="commit" type="submit" value="Login" /></p>
|
||||
<p class="slim-footer"><a href="#" id="close-login">Cancel</a></p>
|
||||
</form> </div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="flash-messages" class="container_16" >
|
||||
<div class="ui-widget grid_16 alpha omega">
|
||||
|
||||
|
||||
|
||||
<div class="ui-state-error ui-corner-all ui-widget-shadow">
|
||||
<p>
|
||||
<span class="ui-icon ui-icon-alert"/>
|
||||
Files could not be expanded: conflict in file qt.spec
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- this is needed for the delete confirm dialogues -->
|
||||
<div id="dialog_wrapper" style="display: none"></div>
|
||||
|
||||
<!-- Start: Main Content Area -->
|
||||
<div id="content" class="container_16 content-wrapper">
|
||||
<div class="grid_16 box box-shadow alpha omega">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="box-header header-tabs">
|
||||
<ul id="package_tabs">
|
||||
<li><a href="/package/show?package=qt&project=Project%3AKDE%3AMer_Extras">Overview</a></li>
|
||||
<li class='selected'><a href="/package/files?package=qt&project=Project%3AKDE%3AMer_Extras">Sources</a></li>
|
||||
<li><a href="/package/repositories?package=qt&project=Project%3AKDE%3AMer_Extras">Repositories</a></li>
|
||||
<li><a href="/package/revisions?package=qt&project=Project%3AKDE%3AMer_Extras">Revisions</a></li>
|
||||
<li><a href="/package/requests?package=qt&project=Project%3AKDE%3AMer_Extras">Requests</a></li>
|
||||
<li><a href="/package/users?package=qt&project=Project%3AKDE%3AMer_Extras">Users</a></li>
|
||||
<li><a href="#" id="advanced_tabs_trigger">Advanced</a></li>
|
||||
</ul>
|
||||
<div id="advanced_tabs" class="hidden">
|
||||
<ul>
|
||||
<li><a href="/package/attributes?package=qt&project=Project%3AKDE%3AMer_Extras">Attributes</a></li>
|
||||
<li><a href="/package/meta?package=qt&project=Project%3AKDE%3AMer_Extras">Meta</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="/javascripts/jquery.tablesorter.js?1329473202" type="text/javascript"></script>
|
||||
|
||||
|
||||
|
||||
<!-- Links -->
|
||||
<div id="package_link">
|
||||
<h3>Link</h3>
|
||||
<p>
|
||||
|
||||
This package links to the sources of the package
|
||||
qt
|
||||
of project Mer:fake:Core:i586.
|
||||
|
||||
</p><p>The link contains errors: <i>conflict in file qt.spec.</i>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Service list -->
|
||||
|
||||
<!-- Service elements -->
|
||||
|
||||
|
||||
|
||||
<!-- Source file list -->
|
||||
<h3>Source Files <img alt="Ajax-loader" class="hidden" id="spinner_files" src="/images/ajax-loader.gif?1329473202" />
|
||||
<span style="font-size: small; font-weight: normal">
|
||||
<a href="/package/files?expand=1&package=qt&project=Project%3AKDE%3AMer_Extras">(show merged sources derived from linked package)</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
|
||||
|
||||
<div id="files_view">
|
||||
|
||||
<table cellspacing='1' id="files_table" class="tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="header" style="min-width: 100px;">Filename</th>
|
||||
<th class="header">Size</th>
|
||||
<th class="header" style="min-width: 90px;">Changed</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=Makefile&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">Makefile</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000154</span>154 Bytes</td>
|
||||
<td><span class="hidden">1315934310</span>10 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/Makefile?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=_link&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">_link</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000139</span>139 Bytes</td>
|
||||
<td><span class="hidden">1326274535</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/_link?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=assistant.desktop&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">assistant.desktop</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000003406</span>3.3 KB</td>
|
||||
<td><span class="hidden">1291988009</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/assistant.desktop?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
assistant.png
|
||||
</td>
|
||||
<td><span class="hidden">0000002034</span>2 KB</td>
|
||||
<td><span class="hidden">1291988037</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/assistant.png?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=designer.desktop&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">designer.desktop</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000003731</span>3.6 KB</td>
|
||||
<td><span class="hidden">1291987994</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/designer.desktop?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
designer.png
|
||||
</td>
|
||||
<td><span class="hidden">0000001443</span>1.4 KB</td>
|
||||
<td><span class="hidden">1291988024</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/designer.png?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=linguist.desktop&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">linguist.desktop</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000003248</span>3.2 KB</td>
|
||||
<td><span class="hidden">1291988048</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/linguist.desktop?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
linguist.png
|
||||
</td>
|
||||
<td><span class="hidden">0000001382</span>1.3 KB</td>
|
||||
<td><span class="hidden">1291987981</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/linguist.png?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=macros.qmake&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">macros.qmake</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000891</span>891 Bytes</td>
|
||||
<td><span class="hidden">1291988027</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/macros.qmake?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Adapted-XInput2.0-code-to-support-multiple-connected.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Adapted-XInput2.0-code-to-support-multiple-connected.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000044483</span>43.4 KB</td>
|
||||
<td><span class="hidden">1326370806</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Adapted-XInput2.0-code-to-support-multiple-connected.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Avoid-symbol-stripping-by-default.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Avoid-symbol-stripping-by-default.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000859</span>859 Bytes</td>
|
||||
<td><span class="hidden">1326370807</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Avoid-symbol-stripping-by-default.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-BMC-15323-add-support-for-QT_USE_DRAG_DISTANCE-envir.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-BMC-15323-add-support-for-QT_USE_DRAG_DISTANCE-envir.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000001007</span>1007 Bytes</td>
|
||||
<td><span class="hidden">1326370809</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-BMC-15323-add-support-for-QT_USE_DRAG_DISTANCE-envir.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-Avoid-.pc-directories-created-by-quilt.-.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-Avoid-.pc-directories-created-by-quilt.-.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000879</span>879 Bytes</td>
|
||||
<td><span class="hidden">1326273640</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-Avoid-.pc-directories-created-by-quilt.-.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-Fix-sqlite-config.test.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-Fix-sqlite-config.test.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000674</span>674 Bytes</td>
|
||||
<td><span class="hidden">1326273642</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-Fix-sqlite-config.test.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-MISSING-BMC-3183-QTBUG-11158-QTBUG-11462.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-MISSING-BMC-3183-QTBUG-11158-QTBUG-11462.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000897</span>897 Bytes</td>
|
||||
<td><span class="hidden">1326273643</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-MISSING-BMC-3183-QTBUG-11158-QTBUG-11462.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-Make-it-so-that-the-QIcon-loader-honors-.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-Make-it-so-that-the-QIcon-loader-honors-.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000001900</span>1.9 KB</td>
|
||||
<td><span class="hidden">1326273645</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-Make-it-so-that-the-QIcon-loader-honors-.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-rewrite-INV_PREMUL-to-fix-a-glass-jaw-on.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-rewrite-INV_PREMUL-to-fix-a-glass-jaw-on.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000001623</span>1.6 KB</td>
|
||||
<td><span class="hidden">1326273646</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-rewrite-INV_PREMUL-to-fix-a-glass-jaw-on.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-send-Q_ASSERT-qDebug-qWarning-and-qFatal.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-send-Q_ASSERT-qDebug-qWarning-and-qFatal.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000002666</span>2.6 KB</td>
|
||||
<td><span class="hidden">1326273647</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-send-Q_ASSERT-qDebug-qWarning-and-qFatal.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Description-translations-fails-to-build-under-autobu.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Description-translations-fails-to-build-under-autobu.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000012728</span>12.4 KB</td>
|
||||
<td><span class="hidden">1326273648</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Description-translations-fails-to-build-under-autobu.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-Hardcode-TMPDIR-to-var-tmp-BMC-13603.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-Hardcode-TMPDIR-to-var-tmp-BMC-13603.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000001192</span>1.2 KB</td>
|
||||
<td><span class="hidden">1326370810</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-Hardcode-TMPDIR-to-var-tmp-BMC-13603.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-add-bounds-checking-in-soft-scale.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-add-bounds-checking-in-soft-scale.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000985</span>985 Bytes</td>
|
||||
<td><span class="hidden">1326370812</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-add-bounds-checking-in-soft-scale.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-add-scaling-based-on-screen-size.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-add-scaling-based-on-screen-size.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000002148</span>2.1 KB</td>
|
||||
<td><span class="hidden">1326370813</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-add-scaling-based-on-screen-size.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-disable-subpixel-support-to-force-alpha-only-texture.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-disable-subpixel-support-to-force-alpha-only-texture.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000001808</span>1.8 KB</td>
|
||||
<td><span class="hidden">1326370814</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-disable-subpixel-support-to-force-alpha-only-texture.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-modify-alpha-checking-for-GlSurfaceCreateWithAlpha.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-modify-alpha-checking-for-GlSurfaceCreateWithAlpha.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000002446</span>2.4 KB</td>
|
||||
<td><span class="hidden">1326370816</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-modify-alpha-checking-for-GlSurfaceCreateWithAlpha.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-set-alpha-flags-after-converto32-in-eglcreatesurface.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-set-alpha-flags-after-converto32-in-eglcreatesurface.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000001844</span>1.8 KB</td>
|
||||
<td><span class="hidden">1326370817</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-set-alpha-flags-after-converto32-in-eglcreatesurface.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-4.8.0-xinput2-support.patch&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-4.8.0-xinput2-support.patch</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000105869</span>103.4 KB</td>
|
||||
<td><span class="hidden">1326370819</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-4.8.0-xinput2-support.patch?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
qt-everywhere-opensource-src-4.8.0.tar.gz
|
||||
</td>
|
||||
<td><span class="hidden">0238580694</span>227.5 MB</td>
|
||||
<td><span class="hidden">1326273919</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt-rpmlintrc&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt-rpmlintrc</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000197</span>197 Bytes</td>
|
||||
<td><span class="hidden">1315934465</span>10 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt-rpmlintrc?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt.changes&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt.changes</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000017413</span>17 KB</td>
|
||||
<td><span class="hidden">1326397901</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt.changes?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt.spec&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt.spec</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000063822</span>62.3 KB</td>
|
||||
<td><span class="hidden">1326536274</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt.spec?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qt.yaml&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qt.yaml</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000068209</span>66.6 KB</td>
|
||||
<td><span class="hidden">1326536276</span>6 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qt.yaml?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<a href="/package/view_file?file=qtdemo.desktop&package=qt&project=Project%3AKDE%3AMer_Extras&rev=c47f9ad39e0f1d09a49b7fc57cfbee37">qtdemo.desktop</a>
|
||||
</td>
|
||||
<td><span class="hidden">0000000162</span>162 Bytes</td>
|
||||
<td><span class="hidden">1291987991</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qtdemo.desktop?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>
|
||||
qtdemo.png
|
||||
</td>
|
||||
<td><span class="hidden">0000001422</span>1.4 KB</td>
|
||||
<td><span class="hidden">1291988040</span>19 months ago</td>
|
||||
<!-- limit download for anonymous user to avoid getting killed by crawlers -->
|
||||
<td><a href="https://api.pub.meego.com:443/public/source/Project:KDE:Mer_Extras/qt/qtdemo.png?rev=c47f9ad39e0f1d09a49b7fc57cfbee37&"><img alt="Download" src="/themes/bento/images/icons/page_white_get.png?1328175836" title="Download File" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Latest Revision</h3>
|
||||
<p>
|
||||
|
||||
<img alt="Mdfe?size=20" height="20" src="/home/icon/mdfe?size=20" width="20" />
|
||||
<a href="/home?user=mdfe">mdfe (mdfe)</a>
|
||||
committed
|
||||
6 months ago (revision 11)<br/>
|
||||
<span style="margin: 0.3em .3em .5em 2em">osc copypac from project:home:w00t:branches:Mer:fake:Core:i586 package:qt revision:11</span><br/>
|
||||
<a href="/package/rdiff?linkrev=base&package=qt&project=Project%3AKDE%3AMer_Extras&rev=11" style="margin-left: 2em"><img alt="Brick" src="/themes/bento/images/icons/brick.png?1328175836" /></a>
|
||||
<a href="/package/rdiff?linkrev=base&package=qt&project=Project%3AKDE%3AMer_Extras&rev=11">Show diff</a>
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End: Main Content Area -->
|
||||
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
<!-- Start: Footer -->
|
||||
<div id="footer" class="container_12">
|
||||
|
||||
<div class="box_content grid_3">
|
||||
<strong class="grey-medium spacer1">Locations</strong>
|
||||
<ul>
|
||||
<li><a href="/project/list_public">Projects</a></li>
|
||||
<li><a href="/search">Search</a></li>
|
||||
<li><a href="/monitor">Status Monitor</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="box_content grid_3">
|
||||
<strong class="grey-medium spacer1">Help</strong>
|
||||
<ul>
|
||||
<li><a href="http://wiki.opensuse.org/Portal:Build_Service">Open Build Service Portal</a></li>
|
||||
<li><a href="http://wiki.opensuse.org/openSUSE:Build_Service_Tutorial">Building Packages</a></li>
|
||||
<li><a href="http://en.opensuse.org/openSUSE:Specfile_guidelines">Writing spec Files</a></li>
|
||||
<li><a href="http://en.opensuse.org/openSUSE:Submitting_bug_reports">Reporting a Bug</a></li>
|
||||
<li><a href="http://forums.opensuse.org/english/other-forums/development/open-build-service-obs/">Forums</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="footer-legal" class="grid_12">
|
||||
<p>
|
||||
<a href="http://openbuildservice.org">Open Build Service (OBS)</a> is an <a href="http://www.opensuse.org">openSUSE project</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- End: Footer -->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
From e0893c1eb7b1081f4a83fa097ca53dd3aebee502 Mon Sep 17 00:00:00 2001
|
||||
From: Robin Burchell <robin.burchell@collabora.com>
|
||||
Date: Sun, 13 Nov 2011 12:50:43 +0100
|
||||
Subject: [PATCH] set alpha flags after converto32 in eglcreatesurface
|
||||
|
||||
TODO: this patch is probably wrong
|
||||
---
|
||||
src/gui/egl/qegl_x11.cpp | 1 +
|
||||
src/gui/image/qpixmap_x11.cpp | 4 ++++
|
||||
src/gui/image/qpixmap_x11_p.h | 2 ++
|
||||
3 files changed, 7 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/src/gui/egl/qegl_x11.cpp b/src/gui/egl/qegl_x11.cpp
|
||||
index c0f8a24..0b601d1 100644
|
||||
--- a/src/gui/egl/qegl_x11.cpp
|
||||
+++ b/src/gui/egl/qegl_x11.cpp
|
||||
@@ -440,6 +440,7 @@ EGLSurface QEgl::createSurface(QPaintDevice *device, EGLConfig config, const QEg
|
||||
qWarning("Warning: EGLConfig's depth (32) != pixmap's depth (%d), converting to ARGB32",
|
||||
x11PixmapData->depth());
|
||||
x11PixmapData->convertToARGB32(true);
|
||||
+ x11PixmapData->setFlagsWithAlpha();
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
diff --git a/src/gui/image/qpixmap_x11.cpp b/src/gui/image/qpixmap_x11.cpp
|
||||
index 0e1401c..4b6afeb 100644
|
||||
--- a/src/gui/image/qpixmap_x11.cpp
|
||||
+++ b/src/gui/image/qpixmap_x11.cpp
|
||||
@@ -2423,5 +2423,9 @@ QPixmap QPixmap::fromX11Pixmap(Qt::HANDLE pixmap, QPixmap::ShareMode mode)
|
||||
return QPixmap(data);
|
||||
}
|
||||
|
||||
+void QX11PixmapData::setFlagsWithAlpha(){
|
||||
+ flags |= QX11PixmapData::GlSurfaceCreatedWithAlpha;
|
||||
+}
|
||||
+
|
||||
|
||||
QT_END_NAMESPACE
|
||||
diff --git a/src/gui/image/qpixmap_x11_p.h b/src/gui/image/qpixmap_x11_p.h
|
||||
index 7cd80e6..2665932 100644
|
||||
--- a/src/gui/image/qpixmap_x11_p.h
|
||||
+++ b/src/gui/image/qpixmap_x11_p.h
|
||||
@@ -101,6 +101,8 @@ public:
|
||||
#ifndef QT_NO_XRENDER
|
||||
void convertToARGB32(bool preserveContents = true);
|
||||
#endif
|
||||
+ void setFlagsWithAlpha();
|
||||
+
|
||||
|
||||
protected:
|
||||
int metric(QPaintDevice::PaintDeviceMetric metric) const;
|
||||
--
|
||||
1.7.7.4
|
||||
|
BIN
libqt4-assistant-icon32x32.png
Normal file
BIN
libqt4-assistant-icon32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
136
libqt4-assistant.desktop
Normal file
136
libqt4-assistant.desktop
Normal file
@ -0,0 +1,136 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=assistant-qt4
|
||||
Name=Qt Assistant
|
||||
Name[af]=Qt Assistent
|
||||
Name[ar]=معاون Qt
|
||||
Name[az]=Qt Yardımçısı
|
||||
Name[bn]=কিউ-টি সহায়ক
|
||||
Name[br]=Skoazeller Qt
|
||||
Name[bs]=Qt Asistent
|
||||
Name[ca]=Assistent Qt
|
||||
Name[cs]=Qt asistent
|
||||
Name[cy]=Cymhorthwr Qt
|
||||
Name[de]=Qt-Assistent
|
||||
Name[el]=Βοηθός Qt
|
||||
Name[eo]=Qt-Asistilo
|
||||
Name[es]=Asistente Qt
|
||||
Name[eu]=Qt laguntzailea
|
||||
Name[fa]=دستیار Qt
|
||||
Name[fo]=Qt-hjálpari
|
||||
Name[fy]=Qt-assistent
|
||||
Name[hi]=क्यूटी सहायक
|
||||
Name[hr]=Qt Asistent
|
||||
Name[hsb]=Qt Asistent
|
||||
Name[ja]=Qt アシスタント
|
||||
Name[km]=អ្នកជំនួយការ Qt
|
||||
Name[ko]=Qt 도우미
|
||||
Name[lo]=ຄຳແນະນຳການໃ້ຊ້Qt
|
||||
Name[lv]=Qt Asistents
|
||||
Name[mk]=Qt-Асистент
|
||||
Name[mn]=Qt-туслагч
|
||||
Name[ms]=Pembantu Qt
|
||||
Name[nds]=Qt-Hölper
|
||||
Name[nl]=Qt Assistent
|
||||
Name[nso]=Mothusi wa Qt
|
||||
Name[pa]=Qt ਸਹਾਇਕ
|
||||
Name[pt]=Assistente do Qt
|
||||
Name[pt_BR]=Assistente Qt
|
||||
Name[ro]=Asistent Qt
|
||||
Name[ru]=Помощник Qt
|
||||
Name[rw]=Umufasha Qt
|
||||
Name[sl]=Pomočnik za Qt
|
||||
Name[ss]=Lisekela leQt
|
||||
Name[ta]=Qt துணைவன்
|
||||
Name[tg]=Дастёри Qt
|
||||
Name[th]=คำแนะนำการใช้ Qt
|
||||
Name[tr]=Qt Asistanı
|
||||
Name[uk]=Qt-асистент
|
||||
Name[uz]=Qt3 ёрдамчи
|
||||
Name[ven]=Qt Muthusi
|
||||
Name[vi]=Trợ giúp Qt
|
||||
Name[wa]=Macrea Qt
|
||||
Name[xh]=Qt Umncedi
|
||||
Name[zh_CN]=Qt 助手
|
||||
Name[zh_TW]=Qt 助理
|
||||
Name[zu]=Umsizi we-Qt
|
||||
GenericName=Document Browser
|
||||
GenericName[af]=Dokument Blaaier
|
||||
GenericName[ar]=متصفح المستندات
|
||||
GenericName[az]=Sənəd Səyyahı
|
||||
GenericName[bg]=Преглед на документи
|
||||
GenericName[bn]=নথী ব্রাউজার
|
||||
GenericName[br]=Furcher Teulioù
|
||||
GenericName[bs]=Preglednik QT dokumenata
|
||||
GenericName[ca]=Navegador de documents
|
||||
GenericName[cs]=Prohlížeč dokumentace
|
||||
GenericName[cy]=Porydd Dogfen
|
||||
GenericName[da]=Dokumentfremviser
|
||||
GenericName[de]=Dokumentbrowser
|
||||
GenericName[el]=Προβολέας εγγράφων
|
||||
GenericName[eo]=Dokumentorigardilo
|
||||
GenericName[es]=Navegador de documentos
|
||||
GenericName[et]=Dokumentatsiooni brauser
|
||||
GenericName[eu]=Dokumentu arakatzailea
|
||||
GenericName[fa]=مرورگر سند
|
||||
GenericName[fi]=Asiakirjaselain
|
||||
GenericName[fo]=Skjalakagari
|
||||
GenericName[fr]=Explorateur de documentation Qt
|
||||
GenericName[fy]=Dokumintblêder
|
||||
GenericName[ga]=Brabhsálaí Cáipéise
|
||||
GenericName[gl]=Navegador de Documentos
|
||||
GenericName[he]=דפדפן מסמכים
|
||||
GenericName[hi]=दस्तावेज़ ब्राउज़रज़र
|
||||
GenericName[hr]=Preglednik dokumenata
|
||||
GenericName[hu]=Dokumentumböngésző
|
||||
GenericName[id]=Peselancar Document
|
||||
GenericName[is]=Skjalavafri
|
||||
GenericName[it]=Visualizzatore di documenti
|
||||
GenericName[ja]=ドキュメントブラウザ
|
||||
GenericName[km]=កម្មវិធីរុករកឯកសារ
|
||||
GenericName[ko]=문서 탐색기
|
||||
GenericName[lo]=ເຄື່ອງມືເລືອກເບິ່ງແຟ້ມເອກະສານ
|
||||
GenericName[lt]=Dokumentų naršyklė
|
||||
GenericName[lv]=Dokumentu Pārlūks
|
||||
GenericName[mk]=Прелистувач на документи
|
||||
GenericName[mn]=Баримтын хөтөч
|
||||
GenericName[ms]=Pelungsur Dokumen
|
||||
GenericName[mt]=Browser ta' Dokumenti
|
||||
GenericName[nb]=Dokumentleser
|
||||
GenericName[nds]=Dokmentkieker
|
||||
GenericName[nl]=Documentbrowser
|
||||
GenericName[nn]=Dokumentlesar
|
||||
GenericName[nso]=Seinyakisi sa Tokomane
|
||||
GenericName[pa]=ਦਸਤਾਵੇਜ਼ ਝਲਕਾਰਾ
|
||||
GenericName[pl]=Przeglądarka dokumentów
|
||||
GenericName[pt]=Navegador de Documentos
|
||||
GenericName[pt_BR]=Navegador de Documentos
|
||||
GenericName[ro]=Navigator de documente
|
||||
GenericName[ru]=Программа просмотра документов
|
||||
GenericName[rw]=Mucukumbuzi w'Inyandiko
|
||||
GenericName[se]=Dokumeantalogan
|
||||
GenericName[sk]=Prehliadač dokumentácie
|
||||
GenericName[sl]=Pregledovalnik dokumentov
|
||||
GenericName[sr]=Прегледач докумената
|
||||
GenericName[sr@Latn]=Pregledač dokumenata
|
||||
GenericName[ss]=Ibrawuza yelidokhumente
|
||||
GenericName[sv]=Dokumentbläddrare
|
||||
GenericName[ta]=ஆவண உலாவி
|
||||
GenericName[tg]=Тафсири ҳуҷҷат
|
||||
GenericName[th]=เครื่องมือเลือกดูแฟ้มเอกสาร
|
||||
GenericName[tr]=Belge Tarayıcısı
|
||||
GenericName[tt]=İstälek Küzätüçe
|
||||
GenericName[uk]=Навігатор документів
|
||||
GenericName[uz]=Ҳужжат браузери
|
||||
GenericName[ven]=Buronza ya manwalwa
|
||||
GenericName[vi]=Trình duyệt tài liệu
|
||||
GenericName[wa]=Foyteu di documints
|
||||
GenericName[xh]=Umkhangeli Wencwadi Zoxwebhu
|
||||
GenericName[zh_CN]=文档浏览器
|
||||
GenericName[zh_TW]=文件閱讀器
|
||||
GenericName[zu]=Umcingi Woshicilelo
|
||||
X-KDE-StartupNotify=true
|
||||
Icon=assistant-qt4
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;X-Development-Qt4;
|
BIN
libqt4-designer-icon128x128.png
Normal file
BIN
libqt4-designer-icon128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
133
libqt4-designer.desktop
Normal file
133
libqt4-designer.desktop
Normal file
@ -0,0 +1,133 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=designer-qt4
|
||||
Name=Qt Designer
|
||||
Name[af]=Qt Ontwerper
|
||||
Name[ar]=مصمم Qt
|
||||
Name[bn]=কিউ-টি ডিসাইনার
|
||||
Name[br]=Ergrafer Qt
|
||||
Name[ca]=Dissenyador Qt
|
||||
Name[cs]=Qt designer
|
||||
Name[cy]=Dylunydd Qt
|
||||
Name[de]=Qt-Designer
|
||||
Name[eo]=Qt-Desegnilo
|
||||
Name[es]=Diseñador Qt
|
||||
Name[eu]=Qt diseinatzailea
|
||||
Name[fa]=Qt طراح
|
||||
Name[gl]=Deseñador de Qt
|
||||
Name[hi]=क्यूटी डिज़ाइनर
|
||||
Name[hr]=Qt Dizajner
|
||||
Name[hsb]=Qt designer
|
||||
Name[is]=Qt hönnuðurinn
|
||||
Name[it]=Designer Qt
|
||||
Name[ja]=Qt デザイナー
|
||||
Name[km]=កម្មវិធីរចនា Qt
|
||||
Name[ko]=Qt 디자이너
|
||||
Name[lo]=ອອກແບບສ່ວນຕິດຕໍ່ຜູ້ໃຊ້ສຳຫັລບ Qt
|
||||
Name[lv]=Qt Dizainers
|
||||
Name[mk]=Qt-Дизајнер
|
||||
Name[mn]=Qt-Дизайнер
|
||||
Name[ms]=Pembantu Qt
|
||||
Name[mt]=Diżinjatur Qt
|
||||
Name[nds]=Qt-Designer
|
||||
Name[nso]=Mohlami wa Qt
|
||||
Name[oc]=Dessinador Qt
|
||||
Name[pa]=Qt ਡਿਜ਼ਾਈਨਰ
|
||||
Name[rw]=Umuhanzi Qt
|
||||
Name[sl]=Snovalnik Qt
|
||||
Name[ss]=Umhleli weQt
|
||||
Name[sv]=Qt designer
|
||||
Name[ta]=Qt வடிவமைப்பாளர்
|
||||
Name[tg]=Тароҳи Qt
|
||||
Name[th]=ออกแบบส่วนติดต่อผู้ใช้สำหรับ Qt
|
||||
Name[tr]=Qt Tasarımcı
|
||||
Name[tt]=Qt Tözüçe
|
||||
Name[uk]=Дизайнер Qt
|
||||
Name[uz]=Qt3 дизайнер
|
||||
Name[ven]=Qt Mufhati
|
||||
Name[vi]=Trình thiết kế Qt
|
||||
Name[xh]=Umyili we Qt
|
||||
Name[zh_CN]=Qt 设计器
|
||||
Name[zh_TW]=Qt 設計師
|
||||
Name[zu]=Umakhi we-Qt
|
||||
GenericName=Interface Designer
|
||||
GenericName[af]=Koppelvlak Ontwerper
|
||||
GenericName[ar]=مصمم واجهات إستخدام
|
||||
GenericName[az]=Ara Üz Tərtibçisi
|
||||
GenericName[bn]=ইন্টারফেস পরিকল্পনা
|
||||
GenericName[br]=Ergrafer etrefas
|
||||
GenericName[bs]=Qt alat za dizajniranje interfejsa
|
||||
GenericName[ca]=Dissenyador d'interfícies
|
||||
GenericName[cs]=Návrhář rozhraní
|
||||
GenericName[cy]=Dylunydd Rhyngwyneb
|
||||
GenericName[da]=Grænsefladedesigner
|
||||
GenericName[de]=Schnittstellendesigner
|
||||
GenericName[el]=Σχεδιαστής διασυνδέσεων
|
||||
GenericName[eo]=Interfacdesegnilo
|
||||
GenericName[es]=Diseñador de interfaces
|
||||
GenericName[et]=Kasutajaliidese disainer
|
||||
GenericName[eu]=Interfaze diseinatzailea
|
||||
GenericName[fa]=طراح واسط
|
||||
GenericName[fi]=Käyttöliittymäsuunnittelija
|
||||
GenericName[fo]=Nýtaramótssniðari
|
||||
GenericName[fr]=Concepteur d'interface
|
||||
GenericName[fy]=Ynterface-ûntwerper
|
||||
GenericName[ga]=Dearthóir Comhéadain
|
||||
GenericName[gl]=Deseñador de Interfaces
|
||||
GenericName[he]=מעצב ממשקים
|
||||
GenericName[hi]=इंटरफेस डिज़ाइनर
|
||||
GenericName[hr]=Dizajner sučelja
|
||||
GenericName[hu]=Felülettervező
|
||||
GenericName[id]=Perancang Antarmuka
|
||||
GenericName[is]=Viðmótshönnun
|
||||
GenericName[it]=Disegnatore di interfacce
|
||||
GenericName[ja]=インターフェースデザイナー
|
||||
GenericName[km]=កម្មវិធីរចនាចំណុចប្រទាក់
|
||||
GenericName[ko]=인터페이스 디자이너
|
||||
GenericName[lo]=ເຄື່ອງມືອອກແບບສ່ວນຕິດຕໍ່ຜູ້ໃຊ້
|
||||
GenericName[lt]=Sąsajos kūrimo programa
|
||||
GenericName[lv]=Saskarnes Dizainers
|
||||
GenericName[mk]=Дизајнер на интерфејси
|
||||
GenericName[mn]=Гадаргуун дизайнер
|
||||
GenericName[ms]=Pereka Antaramuka
|
||||
GenericName[mt]=Diżinjatur tal-interfaċċji
|
||||
GenericName[nb]=Utforming av grensesnitt
|
||||
GenericName[nds]=Koppelsteed-Maker
|
||||
GenericName[nl]=Interface-ontwerper
|
||||
GenericName[nn]=Utforming av grensesnitt
|
||||
GenericName[nso]=Mohlami wa Interface
|
||||
GenericName[pa]=ਇੰਟਰਫੇਸ਼ ਡਿਜ਼ਾਈਨਰ
|
||||
GenericName[pl]=Projektant interfejsu
|
||||
GenericName[pt]=Editor de Interfaces
|
||||
GenericName[pt_BR]=Interface do Designer
|
||||
GenericName[ro]=Dezvoltator de interfeţe
|
||||
GenericName[ru]=Редактор интерфейса приложений Qt
|
||||
GenericName[rw]=Umuhanzi w'Imigaragarire
|
||||
GenericName[se]=Laktahábmejeaddji
|
||||
GenericName[sk]=Návrh rozhrania
|
||||
GenericName[sl]=Snovalnik vmesnikov
|
||||
GenericName[sr]=Дизајнер интерфејса
|
||||
GenericName[sr@Latn]=Dizajner interfejsa
|
||||
GenericName[ss]=Umhleli wesichumanisi
|
||||
GenericName[sv]=Gränssnittseditor
|
||||
GenericName[ta]=முகப்புப் வடிவமைப்பாளர்
|
||||
GenericName[tg]=Тароҳи робита
|
||||
GenericName[th]=เครื่องมือออกแบบส่วนติดต่อผู้ใช้
|
||||
GenericName[tr]=Arayüz tasarım programı
|
||||
GenericName[tt]=Yözara Tözegeç
|
||||
GenericName[uk]=Дизайн інтерфейсу
|
||||
GenericName[uz]=Интерфейс дизайнери
|
||||
GenericName[ven]=Muvhati wa nga Phanda
|
||||
GenericName[vi]=Trình thiết kế giao diện
|
||||
GenericName[wa]=Dessineu d' eterfaces
|
||||
GenericName[xh]=Umyili Wezojongongano
|
||||
GenericName[zh_CN]=界面设计器
|
||||
GenericName[zh_TW]=界面設計師
|
||||
GenericName[zu]=Umakhi Womxhumanisi
|
||||
X-KDE-StartupNotify=true
|
||||
MimeType=application/x-designer;
|
||||
Icon=designer-qt4
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;X-Development-Qt4;
|
||||
|
5
libqt4-development-qt4.directory
Normal file
5
libqt4-development-qt4.directory
Normal file
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Qt4
|
||||
Icon=qt4-logo
|
||||
SortOrder=
|
10
libqt4-development-qt4.menu
Normal file
10
libqt4-development-qt4.menu
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
||||
<Menu><Name>Applications</Name>
|
||||
<Menu><Name>Development</Name>
|
||||
<Menu><Name>Qt4</Name>
|
||||
<Directory>development-qt4.directory</Directory>
|
||||
<Include><Category>X-Development-Qt4</Category></Include>
|
||||
</Menu>
|
||||
</Menu>
|
||||
</Menu>
|
BIN
libqt4-linguist-icon32x32.png
Normal file
BIN
libqt4-linguist-icon32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
128
libqt4-linguist.desktop
Normal file
128
libqt4-linguist.desktop
Normal file
@ -0,0 +1,128 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=linguist-qt4
|
||||
Name=Qt Linguist
|
||||
Name[ar]=لغوي Qt
|
||||
Name[bn]=কিউ-টি লিঙ্গুইস্ট
|
||||
Name[ca]=Lingüista Qt
|
||||
Name[cy]=Ieithydd Qt
|
||||
Name[de]=Qt-Linguist
|
||||
Name[eo]=Qt-Lingvisto
|
||||
Name[es]=Lingüista Qt
|
||||
Name[fa]=Qt زبانشناس
|
||||
Name[fi]=Qt Linquist
|
||||
Name[fy]=Qt Linquist
|
||||
Name[gl]=Lingüista Qt
|
||||
Name[hi]=क्यूटी लिंग्विस्ट
|
||||
Name[hr]=Qt Lingvist
|
||||
Name[km]=ភាសាវិទូ Qt
|
||||
Name[ko]=Qt 언어학자
|
||||
Name[lo]=ແປພາສາຂອງ Qt
|
||||
Name[lv]=Qt Lingvists
|
||||
Name[mk]=Qt-Јазичар
|
||||
Name[mn]=Qt-Хэл зүй
|
||||
Name[ms]=Jurubahasa Qt
|
||||
Name[mt]=Lingwist Qt
|
||||
Name[nb]=Qt-Linguist
|
||||
Name[nds]=Qt-Linguist
|
||||
Name[nl]=Qt Linquist
|
||||
Name[nso]=Sekaleleme sa Qt
|
||||
Name[pa]=Qt ਲੈਂਗੂਇਸਟ
|
||||
Name[pl]=Lingwista Qt
|
||||
Name[ru]=Qt Лингвист
|
||||
Name[rw]=Byindimi Qt
|
||||
Name[sl]=Jezikoslovec Qt
|
||||
Name[sv]=Qt linguist
|
||||
Name[ta]=Qt மொழியறிஞர்
|
||||
Name[tg]=Забони Qt
|
||||
Name[th]=แปลภาษาของ Qt
|
||||
Name[tr]=Qt Dilci
|
||||
Name[tt]=Qt Telbelgeç
|
||||
Name[uk]=Qt-лінгвіст
|
||||
Name[uz]=Qt лингвист
|
||||
Name[ven]=Qt Radzinyambo
|
||||
Name[vi]=Ngôn ngữ Qt
|
||||
Name[xh]=Usolwimi we Qt
|
||||
Name[zh_CN]=Qt 语言家
|
||||
Name[zh_TW]=Qt 語言學家
|
||||
Name[zu]=Owozolimi we-Qt
|
||||
GenericName=Translation Tool
|
||||
GenericName[af]=Vertaling Program
|
||||
GenericName[ar]=أداة للترجمة
|
||||
GenericName[az]=Tərcümə Vasitəsi
|
||||
GenericName[bn]=অনুবাদ টুল
|
||||
GenericName[br]=Ostilh troidigezh
|
||||
GenericName[bs]=Alat za prevođenje
|
||||
GenericName[ca]=Eina de traducció
|
||||
GenericName[cs]=Překladatelský nástroj
|
||||
GenericName[cy]=Erfyn Cyfieithu
|
||||
GenericName[da]=Oversættelsesværktøj
|
||||
GenericName[de]=Übersetzungsprogramm
|
||||
GenericName[el]=Εργαλείο μεταφράσεων
|
||||
GenericName[eo]=Tradukilo por Qt-programoj
|
||||
GenericName[es]=Herramienta de traducción
|
||||
GenericName[et]=Tõlkimise rakendus
|
||||
GenericName[eu]=Itzulpenerako tresnak
|
||||
GenericName[fa]=ابزار ترجمه
|
||||
GenericName[fi]=Käännöstyökalu
|
||||
GenericName[fo]=Umsetingaramboð
|
||||
GenericName[fr]=Outil de traduction
|
||||
GenericName[fy]=Fertaalprogramma
|
||||
GenericName[ga]=Uirlis Aistriúcháin
|
||||
GenericName[gl]=Ferramenta de Tradución
|
||||
GenericName[he]=כלי תרגום
|
||||
GenericName[hi]=अनुवाद औज़ार
|
||||
GenericName[hr]=Alat za prevođenje
|
||||
GenericName[hsb]=Grat za přełožowanje
|
||||
GenericName[hu]=Fordítássegítő
|
||||
GenericName[id]=Kakas Penerjemah
|
||||
GenericName[is]=Þýðingartól
|
||||
GenericName[it]=Strumento per le traduzioni
|
||||
GenericName[ja]=翻訳ツール
|
||||
GenericName[km]=កម្មវិធីបកប្រែ
|
||||
GenericName[ko]=번역 도구
|
||||
GenericName[lo]=ເຄື່ອງມືແປພາສາ
|
||||
GenericName[lt]=Vertimo įrankis
|
||||
GenericName[lv]=Tulkošanas Rīks
|
||||
GenericName[mk]=Алатка за преведување
|
||||
GenericName[mn]=Орчуулгын програм
|
||||
GenericName[ms]=Perkakasan Penterjemahan
|
||||
GenericName[mt]=Għodda tat-traduzzjoni
|
||||
GenericName[nb]=Oversettelsesverktøy
|
||||
GenericName[nds]=Warktüüch för't Översetten
|
||||
GenericName[nl]=Vertaalprogramma
|
||||
GenericName[nn]=Omsetjingsverktøy
|
||||
GenericName[nso]=Sebereka sa Thlathollo
|
||||
GenericName[pa]=ਅਨੁਵਾਦ ਸੰਦ
|
||||
GenericName[pl]=Narzędzie dla tłumaczy
|
||||
GenericName[pt]=Ferramenta de Tradução
|
||||
GenericName[pt_BR]=Ferramenta de Tradução
|
||||
GenericName[ro]=Utilitar de traducere
|
||||
GenericName[ru]=Переводчик для Qt
|
||||
GenericName[se]=Jorgalanreaidu
|
||||
GenericName[sk]=Prekladací nástroj
|
||||
GenericName[sl]=Orodje za prevajanje
|
||||
GenericName[sr]=Алат за превођење
|
||||
GenericName[sr@Latn]=Alat za prevođenje
|
||||
GenericName[ss]=Lithulusi lekuhumusha
|
||||
GenericName[sv]=Översättningsverktyg
|
||||
GenericName[ta]=மொழிபெயர்ப்புக் கருவி
|
||||
GenericName[tg]=Тарҷумагар барои QT
|
||||
GenericName[th]=เครื่องมือแปลภาษา
|
||||
GenericName[tr]=Çeviri Aracı
|
||||
GenericName[tt]=Tärcemäläw Qoralı
|
||||
GenericName[uk]=Засіб для перекладів
|
||||
GenericName[uz]=Таржима қилиш воситаси
|
||||
GenericName[ven]=Zwishumiswa zwau Dologa
|
||||
GenericName[vi]=Công cụ dịch
|
||||
GenericName[wa]=Usteye di ratournaedje
|
||||
GenericName[xh]=Isixhobo Soguqulelo lomsebenzi kolunye ulwimi
|
||||
GenericName[zh_CN]=翻译工具
|
||||
GenericName[zh_TW]=翻譯工具
|
||||
GenericName[zu]=Ithuluzi Lokuguqulela
|
||||
X-KDE-StartupNotify=true
|
||||
MimeType=application/x-linguist;
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=linguist-qt4
|
||||
Categories=Qt;X-Development-Qt4;
|
10
libqt4-profile.csh
Normal file
10
libqt4-profile.csh
Normal file
@ -0,0 +1,10 @@
|
||||
# Qt4 environment definitions
|
||||
|
||||
set qt4_prefix=/usr/lib/qt4
|
||||
|
||||
if ( "$QTDIR" == '' ) then
|
||||
setenv QTDIR $qt4_prefix
|
||||
endif
|
||||
|
||||
setenv QT4DIR $qt4_prefix
|
||||
setenv QMAKESPEC linux-g++
|
13
libqt4-profile.sh
Normal file
13
libqt4-profile.sh
Normal file
@ -0,0 +1,13 @@
|
||||
# Qt4 environment definitions
|
||||
|
||||
qt4_prefix=/usr/lib/qt4
|
||||
|
||||
if [ -z "$QTDIR" ]; then
|
||||
QTDIR="$qt4_prefix"
|
||||
export QTDIR
|
||||
fi
|
||||
|
||||
QT4DIR="$qt4_prefix"
|
||||
QMAKESPEC=linux-g++
|
||||
|
||||
export QMAKESPEC QT4DIR
|
BIN
libqt4-qt4logo-icon64x64.png
Normal file
BIN
libqt4-qt4logo-icon64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
12
libqt4-qvfb.desktop
Normal file
12
libqt4-qvfb.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=qvfb-qt4
|
||||
Name=QT4 vfb
|
||||
GenericName=QT4 Virtual Framebuffer
|
||||
GenericName[it]=Framebuffer Virtuale QT4
|
||||
X-KDE-StartupNotify=true
|
||||
MimeType=application/x-designer;
|
||||
Icon=qvfb-qt4
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Categories=Qt;X-Development-Qt4;
|
1440
libqt4.spec
Normal file
1440
libqt4.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user