Giter VIP home page Giter VIP logo

qtnote's Introduction

QtNote

It's just very small Qt app which usually lives in your system tray and allows you to make notes quick way.

QtNote was written as a clone of Tomboy with use of Qt. It's not so feature rich as Tomboy but light and fast and usually suits all common needs. Moreover QtNote can work with Tomboy notes and it's not so hard add support of other apps.

Some features:

  • Quick access to notes from tray menu
  • Internal notes manager to handle multiple notes at once / search notes
  • Support for Tomboy notes
  • Create notes from selection by hotkey
  • Spell checking
  • Crossplatform (tested on linux and windows with gcc and Visual C)
  • Other: configurable amount of notes in menu. configurable storage path, print note, save note dialog geometry

Downloads

Check https://github.com/Ri0n/QtNote/releases page for the latest downloads.

Some older releases could be found at https://yadi.sk/d/HbnqnaTN6fwzN.

Compilation

qmake && make && make install is usually enough. but if anything went wrong there are some qmake options supported:

CONFIG+=
  bundled_singleapp - use bundled qsingleappliction instead of system one
  devel - build in developerment mode
  nokde - don't build kde plugin
  noubuntu - don't build ubuntu integration plugin
  notomboy - don't build tomboy plugin
  nospellcheker - don't build spellchecker plugin

PREFIX=  (default: /usr, unix only)
DATADIR= (default: PREXIX/share, unix only)
LIBDIR=  (default: PREFIX/lib, unix only)
MANDIR=  (default: DATADIR/man/man1, unix only)
TRANSLATIONSDIR= (default: DATADIR/qtnote, unix only)
HUNSPELL_DIR= installation prefix of hunspell (useful on windows)
HUNSPELL_LIB= lib directory of hunspell in case HUNSPELL_DIR does not suite (useful on windows)
HUNSPELL_INC= include directory of hunspell in case HUNSPELL_DIR does not suite (useful on windows)
WININST_PREFIX= installation prefix on windows (ready to pack as portable or for installer)

Development: You can try to start qmake in development mode.

qmake CONFIG+=devel

this mode forces plugins loader to use application directory to load plugins.

Deployment: Look at common.pri. It contains some variables you may need to redefine, like PREFIX, LIBDIR and others. So just pass this variables to qmake:

qmake PREFIX=/usr

Windows

The build was last tested with mingw which supplied by qt-5.5 installer. But previously it was also compilable with msvc. Find msvc project file in the root directory. Probably it's a little outdeated for now and should be regenerated by vs qt addon.

Build DEB/RPM

Check ./admin/{deb,rpm}build.sh scripts. You can start them w/o arguments.

Internationalization

https://www.transifex.com/projects/p/qtnote/

qtnote's People

Contributors

ri0n avatar vitozz avatar

Watchers

James Cloos 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.