-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 reverts commit 30be458.
Or it should...
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
…ining the desktop and remove unused code
…wnloading files" This reverts commit b9cb6fc.
…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
…retrieval and parsing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 theflatpak
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.