KPhotoAlbum/ca: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 9: Line 9:
Earlier versions of '''KPhotoAlbum''' were released under the name "KimDaBa". Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].
Earlier versions of '''KPhotoAlbum''' were released under the name "KimDaBa". Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].


__TOC__
For an introduction, take the [https://www.kphotoalbum.org/documentation/3minutetour/3 minute KPhotoAlbum tour] or see the [https://www.kphotoalbum.org/documentation/videos/ Videos] at [https://www.kphotoalbum.org/ KPhotoAlbum's Homepage]. To learn more and view some screenshots read the [[Special:myLanguage/KPhotoAlbum FAQ|FAQ]].
Per a una introducció, visiteu el [http://kphotoalbum.org/index.php?page=3-minute-tour tour de 3 minuts de KPhotoAlbum] o mireu els  [http://kphotoalbum.org/index.php?page=videos vídeos] a la [http://kphotoalbum.org/ la pàgina inicial de KPhotoAlbum]. Per aprendre més i veure algunes captures de pantalla llegiu la [[Special:myLanguage/KPhotoAlbum FAQ|PMF]].


'''KPhotoAlbum''' és compatible amb tots els formats d'imatge normals, incloent els formats raw produïts per la majoria de càmeres digitals i escàners (utilitzant dcraw per fer la descodificació). També és possible utilitzar les miniatures incrustades en les imatges raw
'''KPhotoAlbum''' supports all the normal image formats including raw
(que normalment tenen una grandària i qualitat decents) per a una visualització ràpida, per la qual cosa no hi ha necessitat de descodificar la imatge raw completa.
formats produced by most digital cameras and scanners (using dcraw to do the decoding). It is also possible to use the thumbnails embedded in raw images (that are usually of decent size and quality) for fast viewing so there is
no need to decode the whole raw image.


== Using KPhotoAlbum ==
== Using KPhotoAlbum ==
Line 22: Line 22:


Source packages, binaries for various distros, and snapshots are available from [https://www.kphotoalbum.org/download/ the project Download page].
Source packages, binaries for various distros, and snapshots are available from [https://www.kphotoalbum.org/download/ the project Download page].
{{Install|KPhotoAlbum}}


=== KPhotoAlbum on Live systems ===
=== KPhotoAlbum on Live systems ===
Line 29: Line 31:
* Developer Edition (stable branch) has the ''5.x'' branch.<br/>Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
* Developer Edition (stable branch) has the ''5.x'' branch.<br/>Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
* Developer Edition (unstable branch) has the ''master'' branch of kphotoalbum.
* Developer Edition (unstable branch) has the ''master'' branch of kphotoalbum.
=== Building KPhotoAlbum ===
Una guia pas a pas per construir KPhotoAlbum des del codi font a Debian o Ubuntu està disponible a la pàgina [[Special:myLanguage/Building KPhotoAlbum|Construir KPhotoAlbum]].
{{Install|KPhotoAlbum}}


== Estendre KPhotoAlbum ==
== Estendre KPhotoAlbum ==
Line 52: Line 48:




Amb [http://www.gowdy.us/pse3/ pse3tokimdaba.pl] és possible extreure informació des de la vostra base de dades de Photoshop Elements 3 creant un fitxer index.xml. Hi ha algunes limitacions, llegiu més enrere per a més detalls.
[http://d200.vmrt.homelinux.com/|djKPA djKPA] és un lloc web de [http://www.djangoproject.org Django] dissenyat per ser la interfície web del catàleg de fotos de [http://www.kphotoalbum.org KPhotoAlbum].
La filosofia de djKPA està en ser el més automàticament possible: rètols, etiquetes, descripcions... de fotos provinents de '''KPhotoAlbum'''. En canvi djKPA és una aplicació molt interactiva que permet als vostres visitants votar, afegir comentaris, mostrar EXIF... i visitar les vostres fotos navegant entre les etiquetes.


=== Help develop KPhotoAlbum ===
=== Help develop KPhotoAlbum ===


If you are interested in helping the '''KPhotoAlbum''' development or related projects, please look at  [http://www.kphotoalbum.org/index.php?page=getting-involved this project page]. Or, if you have an idea for a feature, please see the Feature Requests section, below.
If you are interested in helping the '''KPhotoAlbum''' development or related projects, please look at  [https://www.kphotoalbum.org/gettinginvolved/ this project page]. Or, if you have an idea for a feature, please see the Feature Requests section, below.
 
== Developer documentation ==
=== KPA Release Steps ===
 
* Update CMakeLists.txt with the new version number you are just about to tag (alas, our automatic versionning doesn't work anymore {{Smiley}})
 
* Update the ChangeLog to mark the new release and add the key improvements to the list of changes, if they are not already mentioned in the ChangeLog
 
* Update doc/index.docbook to reflect the new release (if the documentation has been updated)<br />{{Input|1=<nowiki><releaseinfo>4.5</releaseinfo></nowiki>}}
 
* Commit the last changes<br />{{Input|1=<nowiki>git commit -v -a</nowiki>}}
 
* Tag the new release and push it out<br />{{Input|1=<nowiki>git tag -a -m "kpa 4.5 released" v4.5
git push
git push --tags</nowiki>}}
 
* Create a tar ball of the released sources using the instructions on the following section (''kphotoalbum.rb --version 4.5'')
 
* Upload the created tar ball to the <tt>incoming</tt> directory of upload.kde.org using an FTP client. The current instructions of notifying administrators of the upload are shown when logging in to the FTP server. You create a ticket and provide SHA sums and some other information of the upload.
 
* Add a new version to Bugzilla (bugs.kde.org, you have to have administrator rights to do this): ''Edit Products → KPhotoAlbum → Add version''
 
* Update the KPA web pages to point to proper source file, you get a link to the mirroring system as when the uploaded tar to KDE FTP server has been processed. The sources of the web page can be checked out from <tt>svn+ssh://[email protected]/home/kde/trunk/www/sites/kphotoalbum</tt> via svn.
 
* Publish the release information (KPA's web site, mailing lists, distributor's bugtracking system, social media etc.).
** Don't forget to post on the kde-distro-packagers mailing list, and make sure to mention any changes in dependencies.
** Update the latest version on top of this page.
* Create a video of the cool new features and publish it on Youtube. A nice tool for doing so is [http://recordmydesktop.sourceforge.net/ recordmydesktop]. If you uploaded such a video, don't forget to add it to the Videos page on the homepage (cf. the <tt>README_new_video.txt</tt> file).
 
* Notify people building the binary packages for different distributions
 
=== Building a Release ===
 
Building a snapshot tar ball is rather straight forward. Install the releaseme building tool and run a command to generate the source package.
 
{{Input|1=<nowiki>git clone git://anongit.kde.org/releaseme
cd releaseme</nowiki>}}
To create the source package, run e. g.:
{{Input|1=<nowiki>./tarme.rb --origin trunk --version 5.1 kphotoalbum</nowiki>}}
 
=== GIT Branches ===
 
* ''master'' <br />Current development branch
* ''4.7''<br />Old stable (Qt4/Plasma4) branch. Only gets fixes for serious bugs on a case-by-case basis.
* ''5.x''<br />Branch tracked by [https://community.kde.org/Neon/Builder#The_Packaging Neon/stable].<br />When ''master'' is in stable condition, it should be synced to ''5.x'': {{Input|1=<nowiki>git checkout 5.x ; git merge master</nowiki>}}
* Feature branches are used in a very ad-hoc manner. If you are not a developer, don't bother with them.<br />If you are a developer, try using descriptive names that are not likely to interfere with future branches.


== Known Bugs and feature requests ==
== Known Bugs and feature requests ==
Line 111: Line 57:
Podeu veure la llista d'[https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum errors coneguts] i solucions a KPhotoAlbum.
Podeu veure la llista d'[https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum errors coneguts] i solucions a KPhotoAlbum.


Please use [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|bugs.kde.org] marking the report as a "Wish".
Please use [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum bugs.kde.org] marking the report as a "Wish".


=== New Ideas for Future Versions ===
=== New Ideas for Future Versions ===

Revision as of 06:00, 8 February 2019

KPhotoAlbum és una eina que podeu utilitzar per ordenar fàcilment les vostres imatges. Proporciona moltes capacitats per ordenar i visualitzar imatges amb facilitat.

Earlier versions of KPhotoAlbum were released under the name "KimDaBa". Stable releases are always announced on our news page.

For an introduction, take the minute KPhotoAlbum tour or see the Videos at KPhotoAlbum's Homepage. To learn more and view some screenshots read the FAQ.

KPhotoAlbum supports all the normal image formats including raw formats produced by most digital cameras and scanners (using dcraw to do the decoding). It is also possible to use the thumbnails embedded in raw images (that are usually of decent size and quality) for fast viewing so there is no need to decode the whole raw image.

Using KPhotoAlbum

There is a 3-minute Tour and a set of How-To videos on the project site. A KPhotoAlbum handbook is also available as a PDF and on-line version.

Getting KPhotoAlbum

Source packages, binaries for various distros, and snapshots are available from the project Download page.

Installation Instructions

If you need help to install KPhotoAlbum, look at this tutorial about how to install KDE software.


KPhotoAlbum on Live systems

KPhotoAlbum is available in Neon:

  • User Edition has the latest release
  • Developer Edition (stable branch) has the 5.x branch.
    Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
  • Developer Edition (unstable branch) has the master branch of kphotoalbum.

Estendre KPhotoAlbum

  • Image::Kimdaba és un mòdul perl disponible a CPAN que analitza la base de dades index.xml.
  • Una altra manera per estendre KPhotoAlbum és escriure connectors KIPI (també són utilitzats per altres aplicacions fotogràfiques del KDE). Aquests connectors proporcionen característiques com l'exportació d'imatges a llocs web com Flickr, Picasa, Facebook... corregint les marques horàries EXIF o realitzant algunes altres manipulacions de les imatges (KPhotoAlbum no toca els fitxers originals, sinó que els preserva intactes).
  • Llegiu Image::Kimdaba per descarregar-lo i veure els scripts disponibles.
  • Hi ha disponibles altres scripts des del lloc web de Hardaker.
  • Amb Kimdaba2Mysql es pot:
    • inserir les vostres metadades index.xml en una base de dades mysql
    • generar un formulari de cerca sobre el vostre lloc web amb les vostres paraules clau de kimdaba, per exemple here
  • Per a pedaços i característiques en espera d'aprovació o implementacions: Si us plau, utilitzeu bugs.kde.org.



Help develop KPhotoAlbum

If you are interested in helping the KPhotoAlbum development or related projects, please look at this project page. Or, if you have an idea for a feature, please see the Feature Requests section, below.

Known Bugs and feature requests

Podeu veure la llista d'errors coneguts i solucions a KPhotoAlbum.

Please use bugs.kde.org marking the report as a "Wish".

New Ideas for Future Versions

If you have a new idea for KPhotoAlbum and think that bugs.kde.org is not the right place for it, use one of the communication channels listed on the pages.