mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
generic: remove dead and irrelevant links references
svn repository reference? good luck getting source code from there.. Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
863be40cb0
commit
7af8047900
66 changed files with 59 additions and 253 deletions
52
ark/HACKING
52
ark/HACKING
|
@ -1,52 +0,0 @@
|
|||
== Coding Style ==
|
||||
Ark follows the kdelibs/Qt coding style. For more information about them,
|
||||
please see:
|
||||
|
||||
- http://techbase.kde.org/Policies/Kdelibs_Coding_Style
|
||||
- http://wiki.qt-project.org/Coding_Style
|
||||
- http://wiki.qt-project.org/Coding_Conventions
|
||||
|
||||
== Sending patches ==
|
||||
To send patches for Ark, you can either use git's send-email command and send
|
||||
it to the kde-utils-devel@kde.org mailing list, or use KDE's ReviewBoard tool
|
||||
in <https://git.reviewboard.kde.org>. In case you choose the latter, the
|
||||
review should be sent for the Ark product, and the `kdeutils' group should be
|
||||
added to the review request.
|
||||
|
||||
If you already have a KDE commit account, it is still preferrable to contact
|
||||
the maintainer instead of committing directly, at least to be a good citizen
|
||||
and especially so that git mistakes are not made (see the `Using git' section).
|
||||
|
||||
== Using git ==
|
||||
The development model adopted by Ark is simple and rely on git's easy merging
|
||||
and branching capabilities. If in doubt, do not hesitate to ask!
|
||||
|
||||
First of all, you should do your work in a separate branch, and each commit
|
||||
should be as atomic as possible. This way, if you are asked to make changes to
|
||||
them, the rest of your work is not disturbed and you can easily rebase.
|
||||
|
||||
New features are committed to the `master' branch, respecting KDE's Release
|
||||
Schedule policies. This means the soft and hard freeze periods must be
|
||||
respected, as well as the string freeze policy.
|
||||
|
||||
Bug fixes are committed to the latest stable branch (for example, KDE/4.8),
|
||||
which is then merged into the `master' branch. Do *NOT* cherry-pick commits
|
||||
into multiple branches! It makes following history unnecessarily harder for no
|
||||
reason.
|
||||
|
||||
To merge the stable branch into `master', the following steps can be followed:
|
||||
|
||||
$ git checkout KDE/4.8 # Whatever the stable branch is
|
||||
$ # hack, hack, hack
|
||||
$ # commit
|
||||
$ git checkout master
|
||||
$ git merge --log --edit -s recursive -Xours KDE/4.8
|
||||
|
||||
Do not worry if unrelated commits (such as translation ones made by KDE's
|
||||
translation infrastructure) are also merged: translation commits are
|
||||
automatically reverted when needed, and other commits being merged should be
|
||||
bug fixes by definition.
|
||||
|
||||
When committing your changes, do *NOT* create unnecessary merge commits with
|
||||
`git pull', as these commits are completely avoidable and make following
|
||||
history harder. If you are committing your changes, *rebase* first.
|
|
@ -50,9 +50,7 @@ int main(int argc, char **argv)
|
|||
KAboutData aboutData("ark", 0, ki18n("Ark"),
|
||||
"2.19", ki18n("KDE Archiving tool"),
|
||||
KAboutData::License_GPL,
|
||||
ki18n("(c) 1997-2011, The Various Ark Developers"),
|
||||
KLocalizedString(),
|
||||
"http://utils.kde.org/projects/ark"
|
||||
ki18n("(c) 1997-2011, The Various Ark Developers")
|
||||
);
|
||||
|
||||
aboutData.addAuthor(ki18n("Raphael Kubo da Costa"),
|
||||
|
|
|
@ -6,7 +6,7 @@ X-KDE-PluginInfo-Author=Henrique Pinto
|
|||
X-KDE-PluginInfo-Email=henrique.pinto@kdemail.net
|
||||
X-KDE-PluginInfo-Name=kerfuffle_libarchive
|
||||
X-KDE-PluginInfo-Version=0.0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=BSD
|
||||
X-KDE-Priority=110
|
||||
X-KDE-Kerfuffle-ReadWrite=true
|
||||
|
|
|
@ -6,7 +6,6 @@ X-KDE-PluginInfo-Author=Henrique Pinto
|
|||
X-KDE-PluginInfo-Email=henrique.pinto@kdemail.net
|
||||
X-KDE-PluginInfo-Name=kerfuffle_libarchive
|
||||
X-KDE-PluginInfo-Version=0.0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-License=BSD
|
||||
X-KDE-Priority=110
|
||||
X-KDE-Kerfuffle-ReadWrite=false
|
||||
|
|
|
@ -6,7 +6,7 @@ X-KDE-PluginInfo-Author=Raphael Kubo da Costa
|
|||
X-KDE-PluginInfo-Email=rakuco@FreeBSD.org
|
||||
X-KDE-PluginInfo-Name=kerfuffle_libbz2
|
||||
X-KDE-PluginInfo-Version=0.0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=BSD
|
||||
X-KDE-Priority=100
|
||||
X-KDE-Kerfuffle-ReadWrite=true
|
||||
|
|
|
@ -6,7 +6,7 @@ X-KDE-PluginInfo-Author=Harald Hvaal
|
|||
X-KDE-PluginInfo-Email=haraldhv@stud.ntnu.no
|
||||
X-KDE-PluginInfo-Name=kerfuffle_libgz
|
||||
X-KDE-PluginInfo-Version=0.0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=BSD
|
||||
X-KDE-Priority=100
|
||||
X-KDE-Kerfuffle-ReadWrite=true
|
||||
|
|
|
@ -6,7 +6,7 @@ X-KDE-PluginInfo-Author=Raphael Kubo da Costa
|
|||
X-KDE-PluginInfo-Email=rakuco@FreeBSD.org
|
||||
X-KDE-PluginInfo-Name=kerfuffle_libxz
|
||||
X-KDE-PluginInfo-Version=0.0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=BSD
|
||||
X-KDE-Priority=100
|
||||
X-KDE-Kerfuffle-ReadWrite=true
|
||||
|
|
|
@ -1,50 +0,0 @@
|
|||
|
||||
Filelight README
|
||||
==================
|
||||
|
||||
Filelight allows you to understand exactly where your diskspace is being used by
|
||||
graphically representating your filesystem as a set of concentric
|
||||
segmented-rings.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Dependencies
|
||||
==============
|
||||
|
||||
Filelight works on KDElibs >= 4.2 and therefore Qt >= 4.4 (lower versions may
|
||||
work, but no guarantees).
|
||||
|
||||
|
||||
Usage Tips
|
||||
============
|
||||
|
||||
* Click on directories to center the view there
|
||||
* Click on files to launch the application associated with them
|
||||
* Middle click to open files/directories with Konqueror
|
||||
* Right click on the central white circle to manipulate the base directory
|
||||
* Increase the window size to see more detail
|
||||
* Hover over segments to find out more information
|
||||
* Available as a view-KPart in Konqueror
|
||||
* You can specify a directory to scan on startup from the command line, eg:
|
||||
|
||||
$ filelight /home/mxcl
|
||||
|
||||
|
||||
Installation
|
||||
==============
|
||||
|
||||
See the accompanying file; INSTALL.
|
||||
|
||||
|
||||
Bugs
|
||||
======
|
||||
|
||||
There are less bugs everyday! Please report bugs at http://bugs.kde.org/
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
We hope you enjoy using Filelight!
|
||||
|
||||
Martin Sandsmark <martin.sandsmark@kde.org>
|
||||
Max Howell <max.howell@methylblue.com>
|
|
@ -1,13 +0,0 @@
|
|||
Begin3
|
||||
title: Filelight
|
||||
Version: 1.0
|
||||
Entered-date: 5/9/2003
|
||||
Description: Graphical disk usage information
|
||||
Keywords: kde disk usage du filesystem diskspace
|
||||
author: Max Howell <max.howell@methylblue.com>
|
||||
Maintained-by: Martin Sandsmark <martin.sandsmark@kde.org>
|
||||
Home-page: http://utils.kde.org/projects/filelight
|
||||
Platform: unix
|
||||
Copying-policy: GPL
|
||||
End
|
||||
|
|
@ -36,9 +36,8 @@ static KAboutData about(
|
|||
ki18n("Graphical disk-usage information"),
|
||||
KAboutData::License_GPL,
|
||||
ki18n("(C) 2006 Max Howell\n\
|
||||
(C) 2008-2013 Martin Sandsmark"),
|
||||
KLocalizedString(),
|
||||
"http://utils.kde.org/projects/filelight");
|
||||
(C) 2008-2013 Martin Sandsmark")
|
||||
);
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
|
@ -59,10 +59,7 @@ K_EXPORT_PLUGIN(filelightPartFactory(KAboutData(
|
|||
ki18n("Displays file usage in an easy to understand way."),
|
||||
KAboutData::License_GPL,
|
||||
ki18n("(c) 2002-2004 Max Howell\n\
|
||||
(c) 2008-2013 Martin T. Sandsmark"),
|
||||
KLocalizedString(),
|
||||
"http://utils.kde.org/projects/filelight",
|
||||
"martin.sandsmark@kde.org").
|
||||
(c) 2008-2013 Martin T. Sandsmark")).
|
||||
setProgramIconName(QLatin1String(APP_NAME)).
|
||||
setCatalogName(APP_NAME)))
|
||||
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
# Intro
|
||||
|
||||
Great to hear you want to contribute to Gwenview! Patches are always welcome.
|
||||
|
||||
# Mailing list
|
||||
|
||||
If you want to discuss development of Gwenview, you can subscribe to
|
||||
gwenview-devel mailing list:
|
||||
<https://mail.kde.org/mailman/listinfo/gwenview-devel>.
|
||||
|
||||
# Bug tracker
|
||||
|
||||
Gwenview bugs are tracked on KDE Bugzilla (<http://bugs.kde.org>). They are
|
||||
assigned to a fake user by default: `gwenview-bugs-null@kde.org`. To get
|
||||
notified when new bugs are filed, add this user to the list of users you follow.
|
||||
You can do so from Bugzilla by editing your user preferences, then go in the
|
||||
"Email Preferences" tab (<https://bugs.kde.org/userprefs.cgi?tab=email>)
|
||||
|
||||
# Code review
|
||||
|
||||
Patches should be sent for review on <http://git.reviewboard.kde.org>. You will
|
||||
get faster answers by posting them there rather than attaching them to a
|
||||
Bugzilla bug report.
|
||||
|
||||
# Commits for stable branch
|
||||
|
||||
Commits to stable branch should be made to the stable branch first, then merged
|
||||
back to master.
|
||||
|
||||
Here is an example work-flow.
|
||||
|
||||
First fix something in KDE/4.x:
|
||||
|
||||
git checkout KDE/4.x
|
||||
# Fix something, get it reviewed
|
||||
git commit
|
||||
git push
|
||||
|
||||
Now merge the commit in master. Note the use of `--no-ff` in `git merge`. This
|
||||
is required to make it easy to rollback the merge if need be.
|
||||
|
||||
git checkout master
|
||||
git merge --no-ff origin/KDE/4.x
|
||||
# Check merge is correct
|
||||
git push
|
||||
|
|
@ -2291,9 +2291,7 @@ int main(int argc, char *argv[]) {
|
|||
"© 2008-2013, Evan Teran\n"
|
||||
"© 2000-2008, The KDE Team\n"
|
||||
"© 2003-2005, Klaus Niederkr" "\xc3\xbc" "ger\n"
|
||||
"© 1996-2000, Bernd Johannes Wuebben"),
|
||||
KLocalizedString(),
|
||||
"http://utils.kde.org/projects/kcalc");
|
||||
"© 1996-2000, Bernd Johannes Wuebben"));
|
||||
|
||||
// Klaus Niederkrueger
|
||||
aboutData.addAuthor(ki18n("Klaus Niederkr" "\xc3\xbc" "ger"), KLocalizedString(), "kniederk@math.uni-koeln.de");
|
||||
|
|
|
@ -119,7 +119,7 @@ X-KDE-PluginInfo-Author=Davide Bettio
|
|||
X-KDE-PluginInfo-Email=davide.bettio@kdemail.net
|
||||
X-KDE-PluginInfo-Name=binaryclock
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Date and Time
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -100,7 +100,7 @@ X-KDE-PluginInfo-Author=Davide Bettio
|
|||
X-KDE-PluginInfo-Email=davide.bettio@kdemail.net
|
||||
X-KDE-PluginInfo-Name=blackboard
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utilities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -113,7 +113,7 @@ X-KDE-PluginInfo-Author=Friedrich W. H. Kossebau
|
|||
X-KDE-PluginInfo-Email=kossebau@kde.org
|
||||
X-KDE-PluginInfo-Name=bookmarks
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=File System
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -101,7 +101,7 @@ X-KDE-PluginInfo-Author=Trever Fischer
|
|||
X-KDE-PluginInfo-Email=tdfischer@fedoraproject.org
|
||||
X-KDE-PluginInfo-Name=bubblemon
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=System Information
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -122,7 +122,7 @@ X-KDE-PluginInfo-Author=Henry Stanaland
|
|||
X-KDE-PluginInfo-Email=stanaland@gmail.com
|
||||
X-KDE-PluginInfo-Name=calculator
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utilities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -122,7 +122,7 @@ X-KDE-PluginInfo-Author=The Plasma Team
|
|||
X-KDE-PluginInfo-Email=plasma-devel@kde.org
|
||||
X-KDE-PluginInfo-Name=dict
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Language
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -121,7 +121,7 @@ X-KDE-PluginInfo-Author=Olivier Goffart
|
|||
X-KDE-PluginInfo-Email=ogoffart@kde.org
|
||||
X-KDE-PluginInfo-Name=eyes
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
||||
X-Plasma-Requires-FileDialog=Unused
|
||||
|
|
|
@ -119,7 +119,7 @@ X-KDE-PluginInfo-Author=Jesper Thomschutz
|
|||
X-KDE-PluginInfo-Email=jesperht@yahoo.com
|
||||
X-KDE-PluginInfo-Name=fifteenPuzzle
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Fun and Games
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -119,7 +119,7 @@ X-KDE-PluginInfo-Author=Jesper Thomschutz
|
|||
X-KDE-PluginInfo-Email=jesperht@yahoo.com
|
||||
X-KDE-PluginInfo-Name=fileWatcher
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=File System
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -121,7 +121,7 @@ X-KDE-PluginInfo-Author=Anne-Marie Mahfouf
|
|||
X-KDE-PluginInfo-Email=plasma-devel@kde.org
|
||||
X-KDE-PluginInfo-Name=frame
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma/PictureFrame
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Graphics
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -121,7 +121,7 @@ X-KDE-PluginInfo-Author=Riccardo Iaconelli, Sven Burmeister
|
|||
X-KDE-PluginInfo-Email=riccardo@kde.org, sven.burmeister@gmx.net
|
||||
X-KDE-PluginInfo-Name=fuzzy-clock
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://http://userbase.kde.org/Plasma/Clocks
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Date and Time
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -120,7 +120,7 @@ X-KDE-PluginInfo-Author=Christian Weilbach
|
|||
X-KDE-PluginInfo-Email=dunsens@web.de
|
||||
X-KDE-PluginInfo-Name=incomingmsg
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Miscellaneous
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -123,7 +123,7 @@ X-KDE-PluginInfo-Author=Pino Toscano
|
|||
X-KDE-PluginInfo-Email=pino@kde.org
|
||||
X-KDE-PluginInfo-Name=kolourpicker
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma/ColorPicker
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Graphics
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -122,7 +122,7 @@ X-KDE-PluginInfo-Author=Shaun Reich
|
|||
X-KDE-PluginInfo-Email=shaun.reich@kdemail.net
|
||||
X-KDE-PluginInfo-Name=konsoleprofiles
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utilities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -108,7 +108,7 @@ X-KDE-PluginInfo-Author=Davide Bettio
|
|||
X-KDE-PluginInfo-Email=davide.bettio@kdemail.net
|
||||
X-KDE-PluginInfo-Name=life
|
||||
X-KDE-PluginInfo-Version=0.8
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Fun and Games
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -120,7 +120,7 @@ X-KDE-PluginInfo-Author=Davide Bettio
|
|||
X-KDE-PluginInfo-Email=davide.bettio@kdemail.net
|
||||
X-KDE-PluginInfo-Name=luna
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Astronomy
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -108,7 +108,7 @@ X-KDE-PluginInfo-Author=Marco Martin
|
|||
X-KDE-PluginInfo-Email=notmart@gmail.com
|
||||
X-KDE-PluginInfo-Name=magnifique
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -125,7 +125,7 @@ X-KDE-PluginInfo-Author=Lukas Kropatschek
|
|||
X-KDE-PluginInfo-Email=lukas.krop@gmail.com
|
||||
X-KDE-PluginInfo-Name=plasma_applet_notes
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utilities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -123,7 +123,7 @@ X-KDE-PluginInfo-Author=Petri Damstén
|
|||
X-KDE-PluginInfo-Email=damu@iki.fi
|
||||
X-KDE-PluginInfo-Name=paste
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utilities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -104,7 +104,7 @@ X-KDE-PluginInfo-Author=Matteo Agostinelli
|
|||
X-KDE-PluginInfo-Email=agostinelli@gmail.com
|
||||
X-KDE-PluginInfo-Name=qalculate
|
||||
X-KDE-PluginInfo-Version=0.7.2
|
||||
X-KDE-PluginInfo-Website=http://wwwu.uni-klu.ac.at/magostin/qalculate
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utilities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -121,7 +121,7 @@ X-KDE-PluginInfo-Author=Petri Damstén
|
|||
X-KDE-PluginInfo-Email=damu@iki.fi
|
||||
X-KDE-PluginInfo-Name=showdesktop
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Windows and Tasks
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -110,7 +110,7 @@ X-KDE-PluginInfo-Author=Michał Dutkiewicz aka Emdek
|
|||
X-KDE-PluginInfo-Email=emdeck@gmail.com
|
||||
X-KDE-PluginInfo-Name=spellcheck
|
||||
X-KDE-PluginInfo-Version=2.1
|
||||
X-KDE-PluginInfo-Website=http://emdek.cba.pl/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Language
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -119,7 +119,7 @@ X-KDE-PluginInfo-Author=Davide Bettio
|
|||
X-KDE-PluginInfo-Email=davide.bettio@kdemail.net
|
||||
X-KDE-PluginInfo-Name=timer
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Date and Time
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -118,7 +118,7 @@ X-KDE-PluginInfo-Author=Gerhard Gappmeier
|
|||
X-KDE-PluginInfo-Email=gerhard.gappmeier@ascolab.com
|
||||
X-KDE-PluginInfo-Name=unitconverter
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Miscellaneous
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -53,7 +53,7 @@ X-KDE-PluginInfo-Author=Luís Gabriel Lima
|
|||
X-KDE-PluginInfo-Email=lampih@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.weather
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Examples
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
|
|
|
@ -117,7 +117,7 @@ X-KDE-PluginInfo-Author=Shawn Starr
|
|||
X-KDE-PluginInfo-Email=shawn.starr@rogers.com
|
||||
X-KDE-PluginInfo-Name=weather
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Environment and Weather
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
|
|
|
@ -52,7 +52,7 @@ X-KDE-PluginInfo-Author=Luís Gabriel Lima
|
|||
X-KDE-PluginInfo-Email=lampih@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.lcdweather
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Examples
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
|
|
|
@ -119,7 +119,7 @@ X-KDE-PluginInfo-Author=Petri Damstén
|
|||
X-KDE-PluginInfo-Email=damu@iki.fi
|
||||
X-KDE-PluginInfo-Name=weatherstation
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Environment and Weather
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
|
|
|
@ -52,7 +52,7 @@ X-KDE-PluginInfo-Author=
|
|||
X-KDE-PluginInfo-Email=giuliocamuffo@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.groupingdesktop
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma/GroupingDesktop
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Containments
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -52,7 +52,7 @@ X-KDE-PluginInfo-Author=
|
|||
X-KDE-PluginInfo-Email=giuliocamuffo@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.griddesktop
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma/GroupingDesktop
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Containments
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -53,7 +53,7 @@ X-KDE-PluginInfo-Author=
|
|||
X-KDE-PluginInfo-Email=giuliocamuffo@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.groupingpanel
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma/GroupingDesktop
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Containments
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -120,7 +120,7 @@ X-KDE-PluginInfo-Author=Shaun Reich
|
|||
X-KDE-PluginInfo-Email=shaun.reich@kdemail.net
|
||||
X-KDE-PluginInfo-Name=org.kde.konsoleprofiles
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Utiltities
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -99,7 +99,7 @@ X-KDE-PluginInfo-Author=Will Stephenson
|
|||
X-KDE-PluginInfo-Email=wstephenson@kde.org
|
||||
X-KDE-PluginInfo-Name=pattern
|
||||
X-KDE-PluginInfo-Version=pre0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
|
@ -98,7 +98,7 @@ X-KDE-PluginInfo-Author=Aaron Seigo
|
|||
X-KDE-PluginInfo-Email=aseigo@kde.org
|
||||
X-KDE-PluginInfo-Name=org.kde.potd
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
|
@ -86,7 +86,7 @@ X-KDE-PluginInfo-Author=Aleix Pol Gonzalez
|
|||
X-KDE-PluginInfo-Email=aleixpol@kde.org
|
||||
X-KDE-PluginInfo-Name=org.kde.wallpaper-qml
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
||||
|
|
|
@ -50,6 +50,6 @@ X-KDE-PluginInfo-Author=Marco Martin
|
|||
X-KDE-PluginInfo-Email=mart@kde.org
|
||||
X-KDE-PluginInfo-Name=org.kde.hunyango
|
||||
X-KDE-PluginInfo-Version=1.0
|
||||
X-KDE-PluginInfo-Website=http://kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=LGPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
|
@ -99,7 +99,7 @@ X-KDE-PluginInfo-Author=Beat Wolf
|
|||
X-KDE-PluginInfo-Email=asraniel@fryx.ch
|
||||
X-KDE-PluginInfo-Name=virus
|
||||
X-KDE-PluginInfo-Version=pre0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
|
@ -102,7 +102,7 @@ X-KDE-PluginInfo-Author=Jonathan Thomas
|
|||
X-KDE-PluginInfo-Email=echidnaman@kubuntu.org
|
||||
X-KDE-PluginInfo-Name=weather
|
||||
X-KDE-PluginInfo-Version=0.3
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
18
kget/README
18
kget/README
|
@ -1,18 +0,0 @@
|
|||
KGET README
|
||||
|
||||
KGet is included in the kdenetwork module.
|
||||
If you just want to install KGet alone, please read
|
||||
the instructions below.
|
||||
|
||||
* Install kdelibs from trunk.
|
||||
* svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
|
||||
* cd kdenetwork
|
||||
* svn up cmake kget
|
||||
* mkdir build
|
||||
* cd build
|
||||
* cmake -DCMAKE_INSTALL_PREFIX=/path/to/kde4 ..
|
||||
* make
|
||||
* make install
|
||||
|
||||
|
||||
kget @ kde.org
|
|
@ -116,7 +116,7 @@ X-KDE-PluginInfo-Author=Javier Goday
|
|||
X-KDE-PluginInfo-Email=
|
||||
X-KDE-PluginInfo-Name=barapplet
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Online Services
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -115,7 +115,7 @@ X-KDE-PluginInfo-Author=Javier Goday
|
|||
X-KDE-PluginInfo-Email=
|
||||
X-KDE-PluginInfo-Name=kgetpiechart
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Category=Online Services
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: kmix-controls-de\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
||||
"POT-Creation-Date: 2009-08-18 19:09+0200\n"
|
||||
"PO-Revision-Date: 2009-08-18 21:52+0200\n"
|
||||
"Last-Translator: Christian Esken <esken@kde.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: kmix-controls-en\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
||||
"POT-Creation-Date: 2009-08-18 19:09+0200\n"
|
||||
"PO-Revision-Date: 2010-06-29 20:55+0200\n"
|
||||
"Last-Translator: \n"
|
||||
|
|
|
@ -102,6 +102,6 @@ ServiceTypes=krfb/framebuffer
|
|||
X-KDE-Library=krfb_framebuffer_qt
|
||||
X-KDE-PluginInfo-Name=qt
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
|
@ -102,6 +102,6 @@ ServiceTypes=krfb/framebuffer
|
|||
X-KDE-Library=krfb_framebuffer_x11
|
||||
X-KDE-PluginInfo-Name=x11
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=http://www.kde.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
|
|
@ -32,8 +32,7 @@ int main( int argc, char **argv )
|
|||
{
|
||||
KAboutData aboutData( "ktimer", 0, ki18n("KTimer"),
|
||||
version, ki18n(description), KAboutData::License_GPL,
|
||||
ki18n("(c) 2001, Stefan Schimanski"), KLocalizedString(),
|
||||
"http://utils.kde.org/projects/ktimer");
|
||||
ki18n("(c) 2001, Stefan Schimanski"));
|
||||
aboutData.addAuthor(ki18n("Stefan Schimanski"),KLocalizedString(), "schimmi@kde.org");
|
||||
KCmdLineArgs::init( argc, argv, &aboutData );
|
||||
|
||||
|
|
|
@ -27,9 +27,7 @@ inline KAboutData okularAboutData( const char* name, const char* iname )
|
|||
"(C) 2004-2005 Enrico Ros\n"
|
||||
"(C) 2005 Piotr Szymanski\n"
|
||||
"(C) 2004-2009 Albert Astals Cid\n"
|
||||
"(C) 2006-2009 Pino Toscano"),
|
||||
KLocalizedString(),
|
||||
"http://okular.kde.org"
|
||||
"(C) 2006-2009 Pino Toscano")
|
||||
);
|
||||
|
||||
about.addAuthor(ki18n("Pino Toscano"), ki18n("Former maintainer"), "pino@kde.org");
|
||||
|
|
|
@ -2617,11 +2617,11 @@ void Part::doPrint(QPrinter &printer)
|
|||
const QString error = m_document->printError();
|
||||
if (error.isEmpty())
|
||||
{
|
||||
KMessageBox::error(widget(), i18n("Could not print the document. Unknown error. Please report to bugs.kde.org"));
|
||||
KMessageBox::error(widget(), i18n("Could not print the document. Unknown error. Please report to %1", QLatin1String(KDE_BUG_REPORT_URL)));
|
||||
}
|
||||
else
|
||||
{
|
||||
KMessageBox::error(widget(), i18n("Could not print the document. Detailed error is \"%1\". Please report to bugs.kde.org", error));
|
||||
KMessageBox::error(widget(), i18n("Could not print the document. Detailed error is \"%1\". Please report to %2", error, QLatin1String(KDE_BUG_REPORT_URL)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ static KAboutData createPluginAboutData()
|
|||
ki18n("Copyright 2010 Volker Lanz"));
|
||||
|
||||
about.addAuthor(ki18nc("@info:credit", "Volker Lanz"));
|
||||
about.setHomepage("http://www.partitionmanager.org");
|
||||
|
||||
return about;
|
||||
}
|
||||
|
|
|
@ -96,4 +96,4 @@ X-KDE-PluginInfo-License=GPL
|
|||
X-KDE-PluginInfo-Category=BackendPlugin
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-PluginInfo-Version=1
|
||||
X-KDE-PluginInfo-Website=http://www.partitionmanager.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
|
|
|
@ -68,7 +68,6 @@ static KAboutData createPluginAboutData()
|
|||
ki18n("Copyright 2008,2009,2010 Volker Lanz"));
|
||||
|
||||
about.addAuthor(ki18nc("@info:credit", "Volker Lanz"));
|
||||
about.setHomepage("http://www.partitionmanager.org");
|
||||
|
||||
return about;
|
||||
}
|
||||
|
|
|
@ -96,4 +96,4 @@ X-KDE-PluginInfo-License=GPL
|
|||
X-KDE-PluginInfo-Category=BackendPlugin
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-PluginInfo-Version=1
|
||||
X-KDE-PluginInfo-Website=http://www.partitionmanager.org
|
||||
X-KDE-PluginInfo-Website=
|
||||
|
|
|
@ -119,7 +119,6 @@ KAboutData* createPartitionManagerAboutData()
|
|||
);
|
||||
|
||||
about->addAuthor(ki18nc("@info:credit", "Volker Lanz"), ki18nc("@info:credit", "Former maintainer"));
|
||||
about->setHomepage("http://www.partitionmanager.org");
|
||||
|
||||
about->addCredit(ki18n("Hugo Pereira Da Costa"), ki18nc("@info:credit", "Partition Widget Design"), "hugo@oxygen-icons.org");
|
||||
about->addCredit(ki18n("Andrius Štikonas"), ki18nc("@info:credit", "Btrfs support"), "andrius@stikonas.eu");
|
||||
|
|
Loading…
Add table
Reference in a new issue