Skip to content

dmgerman/xournal-next

 
 

Repository files navigation

WARNING: Do NOT base development on this repo

If you want to create a new feature of xournal, then you should use

http://github.com/xournal/xournal

as the basis of your branch. This branch might be rebased in the future.

This is a testing repository for new features of Xournal

This is a mirror of the git repository of Xournal (http://xournal.sourceforge.net) and contains experimental code that is not yet in the official repo. Its purpose is to help in the development of new features

It should not be used for code intended for further distribution.

Xournal

Xournal is hosted in sourceforge at http://xournal.sourceforge.net/ with a mailing list located at sourceforge too http://sourceforge.net/p/xournal/mailman/

The latest official version of xournal can always be found at http://xournal.sourceforge.net/

Where to find the code

Official Repository

The official repository of xournal is managed under git. It can be found in sourceforge at: git://git.code.sf.net/p/xournal/code xournal-code

For compatibility reasons a CVS repo is still maintained and it mirrors the git repository, but its use is deprecated.

Experimental repository

The Xournal development team has an experimental repository where new features of Xournal are tested before they are incorporated into the official version. These features are not considered to be stable enough for wider distributions and should be considered as unstable and prone to crash.

The experimental repository is hosted at github in the following repository https://github.com/dmgerman/xournal

Currently this repository contains the following branches:

  1. Master. DO NOT use this branch as the basis of your code.
  2. upstream. Its purpose is to mirror the official repository. Use this branch as the basis to develop your new features.
  3. for-denis. This branch is expected to be merged into the official repository. It contains features that are ready to be included in his repository.
  4. next. This branch is for integration of several features that have been considered solid, but not yet incorporated into the official repository.
  5. gtk3. It is an advanced effort towards porting xournal to gtk3+. Currently Xournal uses gtk2+
  6. Other experimental branches. They will contain features that are being tested before they are deployed to a wider audience.

The repository is likely to contain other branches with other experimental features.

Summary of experimental branches

These branches are reliable and do not break compatibility with Xournal:

NamePurposelocation
fix-update-widthFixes annoyance: when rest the width of selected strokes, keep their variable widthhttps://github.com/dmgerman/xournal/fix-update-width
gladeUses XML glade interface for configuration fileshttps://github.com/dmgerman/xournal/tree/glade
horizontal-scroll-lockOption to Lock the scroll horizontallyhttps://github.com/dmgerman/xournal/tree/horizontal-scroll-lock
layersOption to see layers above the current onehttps://github.com/dmgerman/xournal/tree/layers
messageAdd a pop up warning that you are using my code (used by next, useless stand alone)https://github.com/dmgerman/xournal/tree/message
mruUpdate the Most-Recently-Used list with the currently opened pagehttps://github.com/dmgerman/xournal/tree/mru
popupmenuAdd a menu to right click on next/prev page to improve stylus navigationhttps://github.com/dmgerman/xournal/tree/popupmenu
snap-to-gridDefines a grid to which any annotation is snapped to.https://github.com/dmgerman/xournal/tree/snap-to-grid
quick-zoomQuickly zoom-in/zoom-out to a predefined zoom factorhttps://github.com/dmgerman/xournal/tree/quick-zoom
cl-optionsCommand line options managementhttps://github.com/dmgerman/xournal/tree/cl-options
line-widths-optimizedImproves the look of lines when using pressure sensitive stylushttps://github.com/immi-h/xournal/tree/line-widths-optimized
kinetic scrollAdds kinetic scroll to xournalhttps://github.com/immi-h/xournal/tree/scroll-gesture
small-resizeImproves selection and resizing of small elemeentshttps://github.com/immi-h/xournal/tree/small-resize

How to contribute

One of the features that characterizes Xournal is its robustness. Features that make it to the official repository should be rock-solid and error-free (to the extent that this is feasible). In order to guarantee this we propose the following workflow:

  1. New ideas should be posted as a short proposal to the mailing list (xournal-devel@lists.sourceforge.net, you can subscribe here http://sourceforge.net/p/xournal/mailman/). Xournal developers will be able to comment whether the idea fits within the vision of xournal. They might also provide valuable comments and advice, and direct to existing code (such as experimental branches).
  2. Make a clone of the upstream branch of the github repo https://github.com/xournal/xournal
  3. Develop your feature, test it.
  4. When it is ready, submit a pull-request to Daniel (github user dmgerman). Make sure your commits are rebased to the upstream branch to facilitate integration. Submit only one feature per request.
  5. If the feature aligns with the short and long term goals of Xournal, Daniel will incorporate your changes as a branch, where they will be tested by others. At this point it becomes an experimental feature. The name of the branch will reflect the feature. Ideally each independent feature should be incorporated into a separate branch. That will facilitate testing and code review. Daniel will make sure the feature is continuously rebased to the front of official.
  6. Daniel will evaluate the feature for inclusion into next, where it can be used along many other features not yet in official (and further tested).
  7. Simultaneously, Denis will evaluate the feature for inclusion in official. If he accepts the feature, it will be submitted to him via the for-denis branch.
  8. Once the feature is merged into official (and hence into next) the branch is removed.

About

Mirror of the official xournal repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.6%
  • HTML 6.9%
  • Shell 5.7%
  • Other 0.8%