Category Archives: Github

Quick Terminal v.1 is released

Another component of the upcoming PostX Gnu/Linux version is released. This modernized version of Quick Terminal has notable changes within its release. For example:

- Adding: Tabs.
- Adding embedded CSS.
- Adding new styling.
- Adding drag and drop support.
- Fixing Gtk3 deprecation errors.
- Adding consistent warning dialogs,to prevent accidental closing.
- Adding line numbering.

The code and instructions are found from Github: https://github.com/postman721/Quick-Terminal-generic

Metapad text-editor upgrades to version 2.0

Metapad is the next component of the upcoming PostX Gnu/Linux release (TBA) to get upgrades.

Features:

  • Line Numbers: Clearly visualized line numbers next to your text.
  • Toolbar: A toolbar for quick actions such as undo, redo, save, open, print, and font selection.
  • Styling: Custom styling for the editor and the application, done via CSS styling. Icons are from Adwaita icons theme. Without icons a button with a text will be shown.
  • Font Change: Quickly change the font of the selected text.
  • Open/Save Dialog: Intuitive dialogs for opening and saving your files.
  • Printing: A print preview and printing capability.
  • Protection: Before closing or opening new files, a warning is given if there are unsaved changes.

The code is available on Github: https://github.com/postman721/Metapad/tree/master

Spin-FM 2.0 RC1 released

The Python file manager has reached its next version. RC1 brings:

Moving to Pyside2:

sudo apt install pyside2-*

  • Close tabs button added: This will always close the latest opened tab.
  • Copy, paste, move to functionalities improved.
  • More tabs added.
  • Green theme added.
  • Removing permanent delete, due to its risks
  • Please notice that on all file & folder actions, the addressbar object name tells what is being processed.
  • Back and forward store only the most recent locations.

When the content of the folder or location changes and does not seem to refresh, remember to refresh the tree via addressbar navigation. For example: Type /home and hit return/enter from the keyboard.

Do not paint your selections for copying, moving or deletion with a mouse: This will likely cause issues. Press CTRL and point and click through the objects.

After selected, right-click and choose a proper menu action.

For copying and moving: Select for copying or moving. For deletion: Delete objects.

After copying or moving selection, navigate to your target location and choose Copy to.. or Move to… from the right-click menu.

Full list of features and the program itself can be found from my Github:

https://github.com/postman721/Spin-Fm/tree/2x-series-development

Finally, here are some screenshots:

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.