207 projects tagged "Qt"
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.
moneyGuru is a personal finance management application. It allows you to evaluate your financial situation so that you can make informed (and thus better) decisions. Most finance applications have the same goal, but moneyGuru's difference is in the way it achieves it. Rather than having reports which you have to configure (or find out which pre-configured report is the right one), your important financial data (net worth, profit) is constantly up-to-date and "in your face". This allows you to constantly make informed decision rather than doing so periodically.
KDE Plasma Active is a user interface for all types of tablets, smartphones, and touch computing devices, such as settop boxes, smart TVs, home automation, and in-vehicle infotainment. It is a joint project by the KDE community, basysKom, and open-slx. Its goals are a fast embedded UX platform with minimal memory requirements, customizable and modular to support different form factors, and an interface which adapts as users change activities.
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.
Opticks Extras is a set of official extensions for the Opticks application. The Spectral Processing extension adds multi-spectral and hyper-spectral processing capability to Opticks. The IDL Scripting extension integrates an IDL interpreter directly into the Opticks application. The Python Scripting Extension integrates a Python interpreter directly into the Opticks application.
mixd.tv helps you discover videos from your favorite online sources. You can use text searches or browse channels, add your favorite videos to the video library or publish them to the mixd.tv community in a playlist or via Facebook, and subscribe to channels and receive automatic updates.
4K Video Downloader is a video and audio downloader for YouTube, Vimeo, Facebook, Dailymotion, Metacafe, and other video-sharing services. It features video quality up to 4k resolution, FLV, MP4, and MKV support, extraction of audio to the MP3 format, and a "Smart Mode" for fast downloads.
TSPSG is intended to generate and solve "travelling salesman problem" (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using the Branch and Bound method to solve a particular task.
Emergent is a neural network simulator with a built-in scripting language which allows for the creation and analysis of complex, sophisticated models of the brain in the world. Networks and all of their state variables are visually inspected in 3D, allowing quick "visual regression" of network dynamics and robot behavior. Emergent is a direct descendant of the PDP and PDP++ neural network packages.