Giter Site home page Giter Site logo

carlosgonz0 / harbour-editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goalexander/harbour-editor

0.0 0.0 0.0 3.96 MB

Functional rich editor for Sailfish OS.

License: GNU General Public License v3.0

QMake 1.61% QML 72.91% C++ 20.41% Python 3.61% JavaScript 0.24% Elixir 1.21%

harbour-editor's Introduction

Editor.

Description is in progress...

Rules for translation

Translation of buttons on FirstPage has to be NOT longer than 7 symbols (better 4-5 symbols).
Examples:

  • Save as - maximal length
  • Save - optimal length

If you can not do translation of buttons short try solution of @rabauke - empty the translation context.
Screenshot: https://cloud.githubusercontent.com/assets/1159508/22174835/1e7fa1e2-dfe8-11e6-8c81-f1391a6ab08a.png

Public To Do

Trello

Markets

Application published in the following repositories:

Important notes

  • Because of OS default File Manager minimal version of Sailfish OS should be 2.0.5

Some tips for the developers

If you want to have automatically changeable version counter in your QML you can read this thread: https://lists.sailfishos.org/pipermail/devel/2015-January/005559.html

a) in your .yaml add the lines:
QMakeOptions:
- VERSION=%{version}
b) in your .pro add the lines:
DEFINES += APP_VERSION="\"$${VERSION}\""
c) in your .c's main() function add the lines:
QScopedPointer app(SailfishApp::application(argc, argv));
app->setApplicationVersion(QString(APP_VERSION));
d) now your app's version is available in QML through
Qt.application.version

Alternative:
In .pro file add:
VERSION = $$system("echo $(awk -F ':' '/Version/ {print $2}' rpm/$${TARGET}.yaml)")
And then same steps in C++ files...

License

Copyright (c) 2016-2017 Alexander Dydychkin

Editor. is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Editor. is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Editor.. If not, see http://www.gnu.org/licenses/.

harbour-editor's People

Contributors

atlochowski avatar carlosgonz0 avatar eson57 avatar goalexander avatar quent-in avatar rabauke 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.