Giter Site home page Giter Site logo

peony's Introduction

peony

circleci

peony is the filemanager application of UKUI3.0.

About this project

Description

Peony is intent to be the default FileManager application in UKUI3.0.

It uses the same underlying layer as Peony(glib/gvfs/gio), but uses Qt to refactor or improve anything else. Peony can be roughly divided into the following parts:

  1. peony-qt-core: the abstraction of glib/gvfs/gio object or method from glib/c to qt/c++.
  1. file-operation: file operation set based on core.
  1. model: mapping core and operation to Qt's model/view framework.
  1. extensions framework: migration of the Peony's extension framework.
  1. ui: reconstructed based on the above parts and qt's ui framework.

How to understand

Although Peony's documentation is limited and might be outdated, I still recommend you read them through. The documents in this project can be come together with doxygen, see how to generate the document files.

Build and test

Preparation

The dependency of Peony is very "clean". It is not difficult to build pre-depends.

In Debian/Ustable and Ubuntu 20.04

Peony has been uploaded to debian/unstable, and downstreams can get the source in archive by:

apt source peony

To build peony in local, we should

sudo apt build-dep peony

I recommend you use latest UbuntuKylin(19.10 for now), and you can build pre-depends with such command:

sudo apt install libglib2.0-dev qt5-default libqt5x11extras5-dev libgsettings-qt-dev libpoppler-qt5-dev qttools5-dev-tools

NOTE: build-depends references the paragraph in debian/control.

and this is a recommend plugin:

sudo apt install qt5-gtk2-platformtheme

NOTE: actually Peony is designed to adapt to all different qt styles, but for now there are lots of things to be done. You can also experience it with other styles, such as breeze, oxygen, not only gtk.

This qpa plugin will let qt applications use system style in UbuntuKylin.

Porting to other distros

It is a little chalange for porting peony to other distros. If you want to try, please make sure the distro's qt's version is higher than 5.6, and glib's version is higher than 2.48.

Note that although most of installtions of peony is implemented by qmake and make, I used some featrues provided by debhelper, which is the package tool in debian. That means it is better to know how to do those things without debhelper in other distros, too.

If there are some problems during porting peony to other distros, commit an issue here. I'm willing to help you.

build from source and test

git clone https://github.com/ukui/peony.git

cd peony && mkdir build && cd build

qmake .. && make

sudo make install

/usr/bin/peony

NOTE: Peony & peony-qt-desktop is based on libpeony2, so you should put the libpeony2.so to the directory which is included in ld's config file.

Examples

Another way to get familiar with the project is through some examples which I provided.

These examples are based on libpeony2 and display some basic usage of the Peony's api. It is simpler than the project but can help us understand how to use the libpeony2 for development.

Contribution

I really welcome you to participate in this project. Before that, you'd better read the contribution manual.

About third-party open source codes

I used some third-party code and modified it to fit into my project.

The 3rd parties codes would been placed in project's ${top-src-dir}/3rd-parties directory.

Note that Peony/libpeony-qt might use different license (GPL/LGPL) with a 3rd parties' license. I will keep those 3rd parties codes' Copyrights and Licenses.

peony's People

Contributors

yue-lan avatar meganhemh avatar handsome-feng avatar liupengluiz avatar oltulu avatar felixonmars avatar dou-y avatar dingjingmaster avatar vhtq18w avatar brsvh avatar elenderg avatar hao-lee avatar sunshine-lcc avatar fenshezhuiyi avatar zjhjack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.