Skip to content

Conversation

@VerzatileDev
Copy link
Contributor

@VerzatileDev VerzatileDev commented Sep 7, 2023

Added

  • An image to indicate that the first images is being converted to the one on the right

The following can be replaced with an animated version, but as for now its a good indication or showcase to which image will be converted within the application itself.

Modified

  • Main.c -> image alignment

As previously the images were being aligned vertically from top to bottom, but this has not been fixed and the images are currently aligned horizontally.

" Note " -> the centring of the images and buttons are currently being placed with temporary margin. It works but Centring the box in the middle of the application and then using margins to lower it down to their appropriate positions!

  • Read.Me

Documentation has now been improved to include proper installation, introduction license and Prerequisites.

Fix

  • Warning within the applications are now fixed
  1. Warning indicated that the listed Font family in the application did not exist, so an additional inclusion of Sans that comes default in every machine has been added to the context if it cannot find it to then replace it.

  2. Warning "Css Styling", the application used the incorrect method for styling, which now has been changed from gtk3 to gtk4 version.

Issues

  • There is an issue, that the buttons currently cannot be aligned to the very bottom like they used to be, and instead work as " 1 " box element that is centred and rest of them are being aligned through margin or spacing.

  • The application turns green when out of focus for some reason, not clear understanding of the reasoning - @Sommos Any suggestions ?

Changed the way images are placed within the application.

Issues
-----------
The images are displayed in the bottom with buttons, and not in the centre of view.
Images are now being displayed in the middle according to the main box it sits at and all of its contents comes from that.

The buttons are using a margin to sit in the bottom.
An image inbetween the two existing ones that showcases that the original images is being changed to the other one.
Fixed warning within the terminal that stated a missing font, which additionally added " Sans " if the specified one is not found.

Corrected the styling for Css to read correctly in the application.
@VerzatileDev VerzatileDev added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 7, 2023
@VerzatileDev VerzatileDev requested a review from Sommos September 7, 2023 11:18
Additionally added clear instructions of the installation.

Table of Contents
Introduction about the software
Software own information
Examples
Prerequisites
 - Font
 - Libraries
Copy link
Contributor

@Sommos Sommos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@Sommos Sommos merged commit 67f7087 into VerzatileDevOrg:main Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants