-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'master' of github.com:QuailTeam/iQuail into new…
- Loading branch information
Showing
39 changed files
with
98 additions
and
519 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
0
examples/old/test_github.py → examples/test_github.py
100644 → 100755
File renamed without changes.
File renamed without changes.
0
examples/old/test_local.py → examples/test_local.py
100644 → 100755
File renamed without changes.
0
examples/old/test_packed.py → examples/test_packed.py
100644 → 100755
File renamed without changes.
0
examples/old/test_packed_gui.py → examples/test_packed_gui.py
100644 → 100755
File renamed without changes.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
|
||
class Constants: | ||
ARGUMENT_PATH = "--iquail_path" | ||
IQUAIL_TO_UPDATE = "iquail_update.exe" # TODO doc | ||
SIDE_IMG_NAME = "side_img.gif" # TODO doc | ||
IQUAIL_TO_UPDATE = "iquail.update.exe" | ||
IQUAIL_ROOT_NAME = ".iquail" | ||
ARGUMENT_UNINSTALL = "--iquail_uninstall" | ||
ARGUMENT_BUILD = "--iquail_build" | ||
ARGUMENT_RM = "--iquail_rm" | ||
ARGUMENT_REPLACE = "--iquail_replace" | ||
ARGUMENT_INSTALL_POLKIT = "--iquail_install_polkit" | ||
ARGUMENT_RUN = "--iquail_run" | ||
ARGUMENT_VALIDATE = "--iquail_validate" | ||
CHECKSUMS_FILE = ".integrity.json" | ||
INTEGRITY_IGNORE_FILE = ".integrity_ignore" | ||
VERSION_FILE = "solution_version.txt" | ||
CONF_IGNORE = ".conf_ignore" # TODO doc | ||
CONF_IGNORE = ".conf_ignore" #TODO doc | ||
CONFIG_FILE = "config.ini" | ||
PATH_SEP = "::" |
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
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
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
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
Oops, something went wrong.