Reworked Chord Selector into new tab widget
Moved all icons to tabbar
Fixed some CoreMIDI dynamic attach/detach bugs
Allow tabbar to be placed on top or bottom
Use QSplitter() for right and left widget.
Submitted by: maintainer
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
The CuraEngine is a C++ console application for 3D printing GCode generation.
It has been made as better and faster alternative to the old Skeinforge engine.
The CuraEngine is pure C++ and uses Clipper from
http://www.angusj.com/delphi/clipper.php. There are no external dependences
and Clipper is included in the source code without modifications.
This is just a console application for GCode generation. For a full graphical
application look at https://github.com/daid/Cura with is the graphical
frontend for CuraEngine.
The CuraEngine can be used seperately or in other applications.
Feel free to add it to your application. But to take note of the License.
WWW: http://wiki.ultimaker.com/Cura
PR: 192486
Submitted by: cederom tlen pl
Python library that allows you get current power source type (AC, Battery or
UPS), warning level (none, <22%, <10min) and remaining minutes.
You can also observe changes of power source and remaining time.
WWW: https://github.com/Kentzo/Power
PR: 192494
Submitted by: cederom tlen pl
There will not be any more updates to gtkada version 2. There are two
gtkada ports (the other is gtkada3) and portscout is seeing the distfile
for the other one and falsely reporting gtkada has an update.
post hooks might not be properly executed, causing a loss of functionality,
especially moving individual files around
Phabric: D559
Approved by: portmgr (antoine@)
BufferedTokenizer takes a delimiter upon instantiation, or acts line-based by
default. It allows input to be spoon-fed from some outside source which receives
arbitrary length datagrams which may-or-may-not contain the token by which
entities are delimited. In this respect it's ideally paired with something like
EventMachine.
WWW: https://github.com/sferik/buftok
RG: https://rubygems.org/gems/buftok