Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.4.0~RC #17

Merged
merged 52 commits into from
Aug 5, 2024
Merged

Update to 1.4.0~RC #17

merged 52 commits into from
Aug 5, 2024

Conversation

xoascf
Copy link
Member

@xoascf xoascf commented Aug 5, 2024

This pull request includes several commits that fix various issues and make improvements to the codebase. Here are the highlights:

  • Made visual changes requested by Car.

  • Removed the "--user" flag in the flatpak commands.

  • Added progress and error control when installing applications in the store.

  • Added the ability to uninstall applications in the main window.

  • Improved the resizing event to include the list of temporary apps.

  • Made visual adjustments to the main window.

  • Updated the text for the install and uninstall processes.

  • Added an SVG icon for the installed category.

  • Updated the Spanish translation.

  • Added python3-apt to the dependencies.

  • Fixed the issue with the Flathub repository not being installed.

  • Fixed the position when dragging the LoadingScreen.

  • Updated the Flatpak AppStream for first-time setup.

  • Made various code formatting changes and improvements.

s384 and others added 30 commits June 27, 2024 16:44
Fix duplicated store start
In back remove --user in flatpak uninstall and list
Install in store windows with progress and error control.
store: Very much changes XD
- uninstall and install in main windows
- apps to be uninstalled are added to the selected list and processed at the same time with the installed
apps
- shadow fix in selected, installed and uninstalled apps
core: move class ProcessType to AppInfo
install_progress: added function for uninstalling applications .deb and flatpak
setup: added ProccessType when creating the list of applications
maing: change text install by process
app_info: add class ProcessType  and appState added UNINSTALL
Resize evente take list show app temp in do list app
Same main window
get_dtk_windows_radius
Ui_MainWindows is reemplaced by StoreMWindow
functions center ,renamed to center_window, and set_shadow in globar environment
Open window centered in main monitor
This reverts commit 07a727b.
This should also fix the displaying version issue.
The minimum size of the MainWindow has been updated to 960x960 to ensure a consistent user experience. This change improves the layout and prevents any content from being cut off.
This commit adds the check if the drag position is not None before executing the escape key event. This ensures that the previous position is only used if it exists, preventing any unexpected behavior.
…t_env

This commit updates the deepinesStore/core.py file to exclude the 'XDG_RUNTIME_DIR' key from the default_env dictionary when updating the env dictionary. This change ensures that the 'XDG_RUNTIME_DIR' key is not overwritten with the default value, preserving any existing value for this key.
…K themes in InstallFlathubRepository function
…he application grid when not processing apps
…r the category default value, cleanup and fix category rounded borders and use disable item for the empty category
…he application grid when not processing apps
@xoascf xoascf merged commit 1d6aa33 into nightly Aug 5, 2024
1 check passed
@xoascf xoascf deleted the update branch August 5, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants