History log of /reactos/base/applications/rapps/configparser.cpp (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 57b775ef 08-May-2024 Whindmar Saksit <whindsaks@proton.me>

[RAPPS] Automatically generate installer/uninstaller for downloaded zip/cab files (#6652)

With a single database line added to applications distributed as zip/cab allows rapps.exe to act as an insta

[RAPPS] Automatically generate installer/uninstaller for downloaded zip/cab files (#6652)

With a single database line added to applications distributed as zip/cab allows rapps.exe to act as an installer that automatically extracts the files and creates a startmenu shortcut. It can also uninstall the extracted files (and optionally other files and registry entries created by the application).

show more ...


# fefc5f48 29-Dec-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[RAPPS] Centralize RAPPS exposed names: registry & user local settings (#4214)

Centralize the names of the RAPPS' registry setting sub-key, and
user local settings & offline apps database sub-direct

[RAPPS] Centralize RAPPS exposed names: registry & user local settings (#4214)

Centralize the names of the RAPPS' registry setting sub-key, and
user local settings & offline apps database sub-directories.

- Change the name of the application database sub-directory from
"rapps\rapps" to "RApps\appdb".

- Adjust the documentation to reflect this.

- Simplify CConfigParser constructor by removing GetINIFullPath().

show more ...


# 33c2903e 20-Feb-2023 Mark Jansen <mark.jansen@reactos.org>

[RAPPS] Rework application handling

Previously, there would be function duplication between installed and available applications.
Now this is handled with polymorphism, which allows to re-use a lot

[RAPPS] Rework application handling

Previously, there would be function duplication between installed and available applications.
Now this is handled with polymorphism, which allows to re-use a lot of code.
Additionally, toolbar buttons are properly disabled now.
The mutex used to guard rapps' single instance is renamed,
so that the 'new' and old rapps can be run at the same time for testing.

CORE-18459

show more ...


Revision tags: 0.4.14-release
# 9bdeaca5 30-Sep-2021 Mark Jansen <mark.jansen@reactos.org>

[RAPPS] Speed up app loading by caching the INI sections


# ad83af36 21-Sep-2021 Mark Jansen <mark.jansen@reactos.org>

[RAPPS] Move the CConfigParser to a new file