67 projects tagged "English"
GUI Builder is a drag and drop interface for creating WebElement User Interface (WUI) templates that can be used as the foundation of a responsive Wep app. It simplifies the process of designing applications, and encourages separation of the logic and view. It is part of the WebBot Web development framework, which makes it possible to build Web apps in a similar fashion to Qt/KDE apps.
White Elephant was created due to lack of line testing software like MonkeyJam for Linux. There are some animation programs for Linux, but the author needed more drawing options like in an image editor. The intended purpose is to test animations drawn in image editors like MyPaint and Gimp. These two programs have some plugins or hacks to work with animations, but they use layers as frames, and they don't have a real layer system to work with. That's where White Elephant comes in.
Ridual is a dual-pane file manager for GNOME. It features tight integration with GNOME (providing GVFS mount support, bookmarks and user directories, a removable drives list, file icons, and application associations), keyboard-oriented control (with adjustable shortcuts for everything, single-window dialogs, and messages), and advanced tasks and queues management.
Previously, fiction books published on the Web were often divided into lines of ~80 characters for comfortable reading. This can be a problem on small displays (such as phones), causing poorly-wrapped formatting. Reformator is a simple Qt utility that attempts to remove newlines inside paragraphs without removing those between paragraphs. Just set the size of the first line indent, and Reformator will recognize real paragraphs and remove all non-useful newlines. It can also detect indent size automatically. It is recommended to back up your books before reformatting.
RealOpInsight is an advanced dashboard management toolkit for Nagios, Zabbix, Zenoss, Icinga, and other common open source monitoring systems including GroundWork, Centreon, Shinken, and op5 Monitor. It provides effective features for monitoring in demanding operations environments such as network operations centers and large data centers.
The libQtSerialization library is a Qt extension that makes it easy to serialize your data in a forward and backward compatible way. The library is composed of QWriter and QReader. The writer is straightforward - all you have to do is call a writeTag() function and the data is serialized. The reader is a little more complex as it supports special cases, such as sub-classes (so you can save a tree of classes) and arrays of classes (your tree may be composed of multiple instances of a given object).