0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing some commented out code (that was about searching for xml paths at the original location of symlinks), some small code cleanup and a small optimization: if "/usr/share" ends up into a search path, force-replace it with "/usr/share/doc" as we assume that applications are not going to copy their xml files at random places within /usr/share More... 2 months ago
Now the "Scanning..." message is flushed, so it appears clearly and not mixed up with some other bits and pieces of text More... 2 months ago
Fixed the CI pipeline More... 3 months ago
Fixed a warning with Qt6 More... 3 months ago
Removing the software watchdog as it can not interrupt the process waiting for the filesystem... More... 3 months ago
A watchdog class has been implemented based on signals for Linux/Posix and timers for Windows. More... 3 months ago
Optimizing the processing of search paths for xml files. More... 3 months ago
And now removing some of the dead code. More... 3 months ago
Now using QSet<QString> instead of QStringList for storing the hints and paths. More... 3 months ago
The split between common.cc and os.cc was not very clear... So everything that is heavily dependent on the platform has been moved from common.cc to os.cc. More... 3 months ago
Added some documentation and a new function to search for inishell-apps directories in MacOS applications More... 3 months ago
Trying to get a mode to extract already defined keys from xml files. But getting the sections is not that simple... More... 3 months ago
Fixed some issues with variable expansion in the find_ini_keys helper script More... 3 months ago
Added a small script that finds all INI keys in .cc, .c, .h, .cpp files More... 3 months ago
Fixed a bug where the application metadata could not be used for the --info option. Added the git version information to the About window and the --info option (if git version has been selected in ccmake). More... 5 months ago
Hidding more things from view... More... 5 months ago
The handling of QtSvg was not ok... More... 5 months ago
Hidding more temporary files, explicitely added a dependency to QtSvg as in Qt6 it is not included by default in aynmore More... 5 months ago
Fixed a typo in the icon file name More... 5 months ago
Hiding generated variables and files from view More... 5 months ago
Finally the kind of dmg and bundle that I wanted on macos! More... 5 months ago
FInally the bundle icon mystery has been solved: there were multiple conflicting commands... More... 5 months ago
minor twek to gitignore More... 5 months ago
Using newer directives when supported More... 5 months ago
The MacOS icons have been redone in order to be valid files... More... 5 months ago
More work on search paths on MacOS More... 5 months ago
Trying to keep symlinks when showing paths while still removing paths that are in fact pointing to the same destinatiom. More... 5 months ago
Removed now unused code, cleaned up some includes More... 5 months ago
Mino code cleanup More... 5 months ago
Fixes for QT>=6.5 More... 5 months ago