Here is an imageviewer for Linux written in C++. Currently supported formats are png and jpg images. Sources and an ui image can be found from:
Category Archives: C++
Minimal Browser v2 released.
Minimal Browser v2 is released. Below, a list of notable changes is presented with a screenshot. The code is available on project´s Github page.
Licensing changes: Dual licensing model:
GPL v2 is upgraded to GPL v3. Also adding Apache v2 license as an alternative possibility if GPL v3 is not desired.
Features added by v2.
- Google as a search engine.
- Zoom in and out buttons added.
- Web-inspector added.
- Browsing now accepts: www.some_address.something OR https://some_address.something
- Save file or object: Saves whatever is listed on addressbar location. Using Wget via QProcess.
- Tooltips for buttons.
- Gui is redesigned and has darker colors now.
- Javascript set to enabled.
- Installed system plugins set to enabled.
- PrivateBrowsingEnabled,true.
- SpatialNavigationEnabled,true.
- Accelerated2dCanvasEnabled,true.
- AcceleratedCompositingEnabled.
- AutoLoadImages,true.
- ScrollAnimatorEnabled,true.
- DeveloperExtrasEnabled,true.
- FullScreenSupportEnabled,true.
- WebGLEnabled,true.
- JavascriptCanOpenWindows,true.
- LocalContentCanAccessRemoteUrls, true.
Base Player upgraded to version 2
Base Player has been upgraded to version 2. Full list of features is listed below. The program is available on my Base Player Github project page.
Continue readingDigital Clock v.3 (C++)
Here is Digital clock version 3. This project is now translated into C++.
Download Digital_clock version 3 as a zip.(This version centers the “:” which is wrongly placed on the screenshot).
In the future the C++ version is scheduled to replace the Python version in PostX Gnu/Linux.
/*
#Digital Clock v.3 Copyright (c) 2018 JJ Posti <techtimejourney.net>
#Digital Clock comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991
*/ Continue reading