Kronometer/fr: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "* Sites mirroir : veuillez consulter la [http://download.kde.org/stable/kronometer/2.2.1/src/kronometer-2.2.1.tar.xz.mirrorlist page des sites mirroir]")
    (Created page with "Les anciennes versions sont disponibles à la page de téléchargement.")
    Line 26: Line 26:




    Older versions are available in the [[Kronometer/Downloads|downloads page]].
    Les anciennes versions sont disponibles à la [[Kronometer/Downloads|page de téléchargement]].


    === Installation ===
    === Installation ===

    Revision as of 10:25, 26 February 2018

    Other languages:

    Description

    Kronometer est une application de type chronomètre. Kronometer est un logiciel libre et diffusé sous licence GPLv2 .

    Les fonctions principales de Kronometer sont les suivantes :

    • Démarrer/arrêter/reprendre le widget chronomètre
    • Sauver la durée : vous pouvez capturer le temps du chronomètre quand vous voulez et y ajouter un commentaire
    • Trier les durées : vous pouvez facilement trouver la durée la plus courte ou la plus longue
    • Reset the stopwatch widget and the lap times
    • Configuration du format d'affichage de l'heure : vous pouvez choisir la valeur de pas du chronomètre
    • Sauver et reprendre des valeurs de temps : vous pouvez sauver l'état du chronomètre et le restituer ultérieurement
    • Adapter la police d'affichage : vous pouvez choisir la police de chaque digit du chronomètre
    • Color customization: you can choose the color for the stopwatch digits and the stopwatch background
    • Lap times export: you can export the lap times on a file using the JSON or CSV format

    Télécharger


    Les anciennes versions sont disponibles à la page de téléchargement.

    Installation

    Arch Linux

    Kronometer is available in the AUR:

    git clone https://aur.archlinux.org/kronometer.git
    cd kronometer
    makepkg -sri
    

    Debian

    Kronometer is currently packaged for Debian Sid:

    apt install kronometer
    

    Gentoo

    emerge x11-misc/kronometer
    

    KaOS

    kcp -i kronometer
    

    NixOS

    nix-env -iA kde5.kronometer
    

    Flatpak

    Only builds from git master are currently available.

    flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    flatpak --user remote-add --if-not-exists kdeapps https://distribute.kde.org/kdeapps.flatpakrepo
    flatpak --user install kdeapps org.kde.kronometer
    

    Compiler à partir des sources

    The following installation instructions are distro-agnostic, i.e. they should work on all the Linux distributions.

    1. Download the latest source files archive from the link above
    2. Extract the archive in your preferred directory
    3. Open a terminal in that directory and run the following commands:


    mkdir build && cd build
    cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` ..
    sudo make install
    

    Now you should have Kronometer installed under /usr/bin and it should be available under the Utility entry in the Application Launcher of Plasma (or any other XDG-compliant menu).

    Dépendances du logiciel :

    • Qt 5.0.0 or above, only the following modules:
      • QtCore
      • QtGui
      • QtWidget
    • KDE Frameworks 5.15.0 or above, only the following modules:
      • KF5Config
      • KF5DocTools
      • KF5I18n
      • KF5WidgetsAddons
      • KF5XmlGui
    • CMake 3.1 or above
    • Extra CMake Modules 1.6.0 or above
    • GCC or Clang.

    Changelog

    Aller sur la page du journal des modifications.

    Bogues

    Please use the official KDE Bugtracking system if you find a bug. You can also use it if you have a feature request.

    Documentation

    Kronometer provides a KDE-compliant documentation, which is available within the installed application by clicking Kronometer Handbook under the Help menu. The documentation is also available online on the KDE servers:

    • Kronometer Handbook (HTML)
    • Kronometer Handbook (PDF)

    Contribute

    Kronometer is part of the KDE community. If you want to contribute to the Kronometer development, you are encouraged to join the KDE world. Check out this page. The git repository is located here.

    Doxygen

    Doxygen documentation for the kronometer source code is available here.