2024-08-14 22:05:00 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<project version= "4" >
<component name= "AutoImportSettings" >
<option name= "autoReloadType" value= "SELECTIVE" />
</component>
<component name= "ChangeListManager" >
2024-10-28 07:13:44 +01:00
<list default= "true" id= "940e1630-c825-4d4c-be80-bc11f543c122" name= "Changes" comment= "- Optimize Class and Tooltip" >
<change afterPath= "$PROJECT_DIR$/run_as" afterDir= "false" />
2024-09-06 18:20:29 +02:00
<change beforePath= "$PROJECT_DIR$/.idea/workspace.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/workspace.xml" afterDir= "false" />
2024-10-21 22:11:24 +02:00
<change beforePath= "$PROJECT_DIR$/Changelog" beforeDir= "false" afterPath= "$PROJECT_DIR$/Changelog" afterDir= "false" />
2024-10-28 07:13:44 +01:00
<change beforePath= "$PROJECT_DIR$/install" beforeDir= "false" afterPath= "$PROJECT_DIR$/install" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/settings" beforeDir= "false" />
<change beforePath= "$PROJECT_DIR$/start_wg.py" beforeDir= "false" afterPath= "$PROJECT_DIR$/start_wg.py" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/theme" beforeDir= "false" />
2024-09-28 14:13:07 +02:00
<change beforePath= "$PROJECT_DIR$/wg_func.py" beforeDir= "false" afterPath= "$PROJECT_DIR$/wg_func.py" afterDir= "false" />
2024-10-21 22:11:24 +02:00
<change beforePath= "$PROJECT_DIR$/wg_main.py" beforeDir= "false" afterPath= "$PROJECT_DIR$/wg_main.py" afterDir= "false" />
2024-09-06 18:20:29 +02:00
</list>
2024-08-14 22:05:00 +02:00
<option name= "SHOW_DIALOG" value= "false" />
<option name= "HIGHLIGHT_CONFLICTS" value= "true" />
<option name= "HIGHLIGHT_NON_ACTIVE_CHANGELIST" value= "false" />
<option name= "LAST_RESOLUTION" value= "IGNORE" />
</component>
<component name= "FileTemplateManagerImpl" >
<option name= "RECENT_TEMPLATES" >
<list >
<option value= "Python Script" />
</list>
</option>
</component>
<component name= "Git.Settings" >
2024-08-14 22:14:30 +02:00
<option name= "RECENT_BRANCH_BY_REPOSITORY" >
<map >
<entry key= "$PROJECT_DIR$" value= "main" />
</map>
</option>
2024-08-14 22:05:00 +02:00
<option name= "RECENT_GIT_ROOT_PATH" value= "$PROJECT_DIR$" />
2024-08-21 22:39:18 +02:00
<option name= "UPDATE_TYPE" value= "REBASE" />
2024-08-14 22:05:00 +02:00
</component>
2024-10-21 22:11:24 +02:00
<component name= "HighlightingSettingsPerFile" >
<setting file= "file://$PROJECT_DIR$/wg_func.py" root0= "SKIP_INSPECTION" />
<setting file= "file://$PROJECT_DIR$/wg_main.py" root0= "FORCE_HIGHLIGHTING" />
</component>
2024-08-14 22:05:00 +02:00
<component name= "ProjectColorInfo" > {
" associatedIndex" : 3
}</component>
<component name= "ProjectId" id= "2kSbZdjOvr0wsVJSNcaMwSfVaxR" />
<component name= "ProjectLevelVcsManager" settingsEditedManually= "true" >
<ConfirmationsSetting value= "2" id= "Add" />
</component>
<component name= "ProjectViewState" >
<option name= "hideEmptyMiddlePackages" value= "true" />
<option name= "showLibraryContents" value= "true" />
</component>
2024-10-28 07:13:44 +01:00
<component name= "PropertiesComponent" > {
" keyToString" : {
" ASKED_ADD_EXTERNAL_FILES" : " true" ,
" Python.INSTALL.executor" : " Run" ,
" Python.install.executor" : " Run" ,
" Python.main.executor" : " Run" ,
" Python.messagebox.executor" : " Run" ,
" Python.start_wg.executor" : " Run" ,
" Python.testtheme.executor" : " Run" ,
" Python.wg_func.executor" : " Run" ,
" Python.wg_main.executor" : " Run" ,
" RunOnceActivity.ShowReadmeOnStart" : " true" ,
" Shell Script.install.executor" : " Run" ,
" Shell Script.run_as.executor" : " Run" ,
" git-widget-placeholder" : " main" ,
" last_opened_file_path" : " /home/punix/Pyapps/wire-py" ,
" settings.editor.selected.configurable" : " reference.settingsdialog.IDE.editor.colors"
2024-08-14 22:05:00 +02:00
}
2024-10-28 07:13:44 +01:00
}</component>
2024-09-17 20:57:11 +02:00
<component name= "RecentsManager" >
<key name= "CopyFile.RECENT_KEYS" >
<recent name= "$PROJECT_DIR$" />
</key>
<key name= "MoveFile.RECENT_KEYS" >
2024-10-18 22:33:20 +02:00
<recent name= "$PROJECT_DIR$/TK-Themes/theme" />
<recent name= "$PROJECT_DIR$/TK-Themes" />
2024-09-17 20:57:11 +02:00
<recent name= "$PROJECT_DIR$" />
<recent name= "$PROJECT_DIR$/wire-py" />
</key>
</component>
<component name= "RunManager" selected= "Python.wg_main" >
<configuration name= "start_wg" type= "PythonConfigurationType" factoryName= "Python" temporary= "true" nameIsGenerated= "true" >
2024-08-14 22:05:00 +02:00
<module name= "wire-py" />
<option name= "ENV_FILES" value= "" />
<option name= "INTERPRETER_OPTIONS" value= "" />
<option name= "PARENT_ENVS" value= "true" />
<envs >
<env name= "PYTHONUNBUFFERED" value= "1" />
</envs>
<option name= "SDK_HOME" value= "" />
<option name= "WORKING_DIRECTORY" value= "$PROJECT_DIR$" />
<option name= "IS_MODULE_SDK" value= "true" />
<option name= "ADD_CONTENT_ROOTS" value= "true" />
<option name= "ADD_SOURCE_ROOTS" value= "true" />
2024-09-17 20:57:11 +02:00
<option name= "SCRIPT_NAME" value= "$PROJECT_DIR$/start_wg.py" />
2024-08-14 22:05:00 +02:00
<option name= "PARAMETERS" value= "" />
<option name= "SHOW_COMMAND_LINE" value= "false" />
<option name= "EMULATE_TERMINAL" value= "false" />
<option name= "MODULE_MODE" value= "false" />
<option name= "REDIRECT_INPUT" value= "false" />
<option name= "INPUT_FILE" value= "" />
<method v= "2" />
</configuration>
2024-09-17 20:57:11 +02:00
<configuration name= "wg_main" type= "PythonConfigurationType" factoryName= "Python" nameIsGenerated= "true" >
2024-09-07 23:52:16 +02:00
<module name= "wire-py" />
<option name= "ENV_FILES" value= "" />
<option name= "INTERPRETER_OPTIONS" value= "" />
<option name= "PARENT_ENVS" value= "true" />
<envs >
<env name= "PYTHONUNBUFFERED" value= "1" />
</envs>
<option name= "SDK_HOME" value= "" />
<option name= "WORKING_DIRECTORY" value= "$PROJECT_DIR$" />
<option name= "IS_MODULE_SDK" value= "true" />
<option name= "ADD_CONTENT_ROOTS" value= "true" />
<option name= "ADD_SOURCE_ROOTS" value= "true" />
2024-09-17 20:57:11 +02:00
<option name= "SCRIPT_NAME" value= "$PROJECT_DIR$/wg_main.py" />
2024-09-07 23:52:16 +02:00
<option name= "PARAMETERS" value= "" />
<option name= "SHOW_COMMAND_LINE" value= "false" />
<option name= "EMULATE_TERMINAL" value= "false" />
<option name= "MODULE_MODE" value= "false" />
<option name= "REDIRECT_INPUT" value= "false" />
<option name= "INPUT_FILE" value= "" />
<method v= "2" />
</configuration>
<recent_temporary >
<list >
<item itemvalue= "Python.start_wg" />
</list>
</recent_temporary>
2024-08-14 22:05:00 +02:00
</component>
<component name= "SharedIndexes" >
<attachedChunks >
<set >
2024-10-12 13:36:27 +02:00
<option value= "bundled-python-sdk-0e3be3396995-c546a90a8094-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-242.23339.19" />
2024-08-14 22:05:00 +02:00
</set>
</attachedChunks>
</component>
<component name= "SpellCheckerSettings" RuntimeDictionaries= "0" Folders= "0" CustomDictionaries= "0" DefaultDictionary= "application-level" UseSingleDictionary= "true" transferred= "true" />
<component name= "TaskManager" >
<task active= "true" id= "Default" summary= "Default task" >
<changelist id= "940e1630-c825-4d4c-be80-bc11f543c122" name= "Changes" comment= "" />
<created > 1723279982210</created>
<option name= "number" value= "Default" />
<option name= "presentableId" value= "Default" />
<updated > 1723279982210</updated>
</task>
2024-08-25 15:39:23 +02:00
<task id= "LOCAL-00017" summary= "remove a ',' in DNS Name" >
<option name= "closed" value= "true" />
<created > 1724576599289</created>
<option name= "number" value= "00017" />
<option name= "presentableId" value= "LOCAL-00017" />
<option name= "project" value= "LOCAL" />
<updated > 1724576599289</updated>
</task>
2024-08-25 20:28:32 +02:00
<task id= "LOCAL-00018" summary= "fix when Filname > 17 first copy file after rename" >
<option name= "closed" value= "true" />
<created > 1724593165879</created>
<option name= "number" value= "00018" />
<option name= "presentableId" value= "LOCAL-00018" />
<option name= "project" value= "LOCAL" />
<updated > 1724593165879</updated>
</task>
2024-08-26 19:50:06 +02:00
<task id= "LOCAL-00019" summary= "add export Tunnel as zip" >
<option name= "closed" value= "true" />
<created > 1724610514657</created>
<option name= "number" value= "00019" />
<option name= "presentableId" value= "LOCAL-00019" />
<option name= "project" value= "LOCAL" />
<updated > 1724610514658</updated>
</task>
2024-08-31 17:50:42 +02:00
<task id= "LOCAL-00020" summary= "columnconfigure on all widgets set" >
<option name= "closed" value= "true" />
<created > 1724778892233</created>
<option name= "number" value= "00020" />
<option name= "presentableId" value= "LOCAL-00020" />
<option name= "project" value= "LOCAL" />
<updated > 1724778892233</updated>
</task>
2024-09-03 21:27:36 +02:00
<task id= "LOCAL-00021" summary= "little fixes a " " to ' '" >
<option name= "closed" value= "true" />
<created > 1725119445803</created>
<option name= "number" value= "00021" />
<option name= "presentableId" value= "LOCAL-00021" />
<option name= "project" value= "LOCAL" />
<updated > 1725119445803</updated>
</task>
2024-09-04 09:18:47 +02:00
<task id= "LOCAL-00022" summary= "add class FileHandle, add Label to show autoconnect Tunnel disable checkbox when Listbox is empty or no select Tunnel" >
<option name= "closed" value= "true" />
<created > 1725391658456</created>
<option name= "number" value= "00022" />
<option name= "presentableId" value= "LOCAL-00022" />
<option name= "project" value= "LOCAL" />
<updated > 1725391658456</updated>
</task>
2024-09-04 20:52:44 +02:00
<task id= "LOCAL-00023" summary= "add if question and add autoconnect, autoconnect_var to class Filehandle in box_set no finish!" >
<option name= "closed" value= "true" />
<created > 1725434328731</created>
<option name= "number" value= "00023" />
<option name= "presentableId" value= "LOCAL-00023" />
<option name= "project" value= "LOCAL" />
<updated > 1725434328731</updated>
</task>
2024-09-05 22:17:31 +02:00
<task id= "LOCAL-00024" summary= "fixes on empty Listbox now is disable and now works autoconnect label with read and write, delete works now with read and write" >
<option name= "closed" value= "true" />
<created > 1725475967338</created>
<option name= "number" value= "00024" />
<option name= "presentableId" value= "LOCAL-00024" />
<option name= "project" value= "LOCAL" />
<updated > 1725475967338</updated>
</task>
2024-09-05 22:20:07 +02:00
<task id= "LOCAL-00025" summary= "add Frame widget 3 for Buttons and Listbox with Scrollbar. all Widgets new format delete works now of disable checkbox when Listbox empty (part two)" >
<option name= "closed" value= "true" />
<created > 1725567453540</created>
<option name= "number" value= "00025" />
<option name= "presentableId" value= "LOCAL-00025" />
<option name= "project" value= "LOCAL" />
<updated > 1725567453540</updated>
</task>
2024-09-07 23:52:16 +02:00
<task id= "LOCAL-00026" summary= "little fixes" >
<option name= "closed" value= "true" />
<created > 1725639633873</created>
<option name= "number" value= "00026" />
<option name= "presentableId" value= "LOCAL-00026" />
<option name= "project" value= "LOCAL" />
<updated > 1725639633873</updated>
</task>
2024-09-08 20:31:46 +02:00
<task id= "LOCAL-00027" summary= "little fixes" >
<option name= "closed" value= "true" />
<created > 1725746027132</created>
<option name= "number" value= "00027" />
<option name= "presentableId" value= "LOCAL-00027" />
<option name= "project" value= "LOCAL" />
<updated > 1725746027132</updated>
</task>
2024-09-10 20:06:33 +02:00
<task id= "LOCAL-00028" summary= "little fixes replace os.system with check_call first steps in install Script add wg_start.service file" >
<option name= "closed" value= "true" />
<created > 1725820337669</created>
<option name= "number" value= "00028" />
<option name= "presentableId" value= "LOCAL-00028" />
<option name= "project" value= "LOCAL" />
<updated > 1725820337669</updated>
</task>
2024-09-14 23:25:48 +02:00
<task id= "LOCAL-00029" summary= "little fixes a labels when stop and start, installer first functions works" >
<option name= "closed" value= "true" />
<created > 1725991610908</created>
<option name= "number" value= "00029" />
<option name= "presentableId" value= "LOCAL-00029" />
<option name= "project" value= "LOCAL" />
<updated > 1725991610908</updated>
</task>
2024-09-15 02:09:43 +02:00
<task id= "LOCAL-00030" summary= "little fixes, add msg_window() function for Messagebox to show a tk.Toplevel() replace var = open() with: with open() as var: and remove by classes (tk.tk) and super()" >
<option name= "closed" value= "true" />
<created > 1726349168248</created>
<option name= "number" value= "00030" />
<option name= "presentableId" value= "LOCAL-00030" />
<option name= "project" value= "LOCAL" />
<updated > 1726349168248</updated>
</task>
2024-09-17 20:57:11 +02:00
<task id= "LOCAL-00031" summary= "in delete replace open with Path install fixes" >
<option name= "closed" value= "true" />
<created > 1726359012150</created>
<option name= "number" value= "00031" />
<option name= "presentableId" value= "LOCAL-00031" />
<option name= "project" value= "LOCAL" />
<updated > 1726359012150</updated>
</task>
2024-09-17 20:59:18 +02:00
<task id= "LOCAL-00032" summary= "new format little fixes icons sort add policy add .desktop File install Part 2" >
<option name= "closed" value= "true" />
<created > 1726599446537</created>
<option name= "number" value= "00032" />
<option name= "presentableId" value= "LOCAL-00032" />
<option name= "project" value= "LOCAL" />
<updated > 1726599446538</updated>
</task>
2024-09-18 11:11:12 +02:00
<task id= "LOCAL-00033" summary= "install fix for set dir right" >
<option name= "closed" value= "true" />
<created > 1726599588155</created>
<option name= "number" value= "00033" />
<option name= "presentableId" value= "LOCAL-00033" />
<option name= "project" value= "LOCAL" />
<updated > 1726599588155</updated>
</task>
2024-09-18 11:45:32 +02:00
<task id= "LOCAL-00034" summary= "fix checkbox disable and policy rename main.py to wg_main.py" >
<option name= "closed" value= "true" />
<created > 1726650691719</created>
<option name= "number" value= "00034" />
<option name= "presentableId" value= "LOCAL-00034" />
<option name= "project" value= "LOCAL" />
<updated > 1726650691719</updated>
</task>
2024-09-18 22:33:04 +02:00
<task id= "LOCAL-00035" summary= "fix rename in Messagebox warning to error" >
<option name= "closed" value= "true" />
<created > 1726652747322</created>
<option name= "number" value= "00035" />
<option name= "presentableId" value= "LOCAL-00035" />
<option name= "project" value= "LOCAL" />
<updated > 1726652747322</updated>
</task>
2024-09-19 10:33:45 +02:00
<task id= "LOCAL-00036" summary= "set rights in install and a .conf a import Tunnel Filedialog Part 1 /home when open" >
<option name= "closed" value= "true" />
<created > 1726691611936</created>
<option name= "number" value= "00036" />
<option name= "presentableId" value= "LOCAL-00036" />
<option name= "project" value= "LOCAL" />
<updated > 1726691611936</updated>
</task>
2024-09-19 18:54:14 +02:00
<task id= "LOCAL-00037" summary= "fix set rights in install and a .conf a import Tunnel Filedialog Part 1 /home when open" >
<option name= "closed" value= "true" />
<created > 1726734843529</created>
<option name= "number" value= "00037" />
<option name= "presentableId" value= "LOCAL-00037" />
<option name= "project" value= "LOCAL" />
<updated > 1726734843529</updated>
</task>
2024-09-19 20:30:01 +02:00
<task id= "LOCAL-00038" summary= "fix a filedialog for hidden Files work install rollback to bash for start wirepy and wirepy rollback to bash" >
<option name= "closed" value= "true" />
<created > 1726764877546</created>
<option name= "number" value= "00038" />
<option name= "presentableId" value= "LOCAL-00038" />
<option name= "project" value= "LOCAL" />
<updated > 1726764877546</updated>
</task>
2024-09-19 22:23:34 +02:00
<task id= "LOCAL-00039" summary= "install rollback bash to py wirepy and wirepy rollback to py" >
<option name= "closed" value= "true" />
<created > 1726770649542</created>
<option name= "number" value= "00039" />
<option name= "presentableId" value= "LOCAL-00039" />
<option name= "project" value= "LOCAL" />
<updated > 1726770649542</updated>
</task>
2024-09-20 14:55:15 +02:00
<task id= "LOCAL-00040" summary= "fix install and .desktop File Tar works now for user home and filebrowser.askfilebrowser start now in user home" >
<option name= "closed" value= "true" />
<created > 1726777434040</created>
<option name= "number" value= "00040" />
<option name= "presentableId" value= "LOCAL-00040" />
<option name= "project" value= "LOCAL" />
<updated > 1726777434040</updated>
</task>
2024-09-20 16:06:15 +02:00
<task id= "LOCAL-00041" summary= "replace tar with zip and Check if Zip file is empty" >
<option name= "closed" value= "true" />
<created > 1726836930251</created>
<option name= "number" value= "00041" />
<option name= "presentableId" value= "LOCAL-00041" />
<option name= "project" value= "LOCAL" />
<updated > 1726836930251</updated>
</task>
2024-09-20 21:25:51 +02:00
<task id= "LOCAL-00042" summary= "Create your own message boxes for export" >
<option name= "closed" value= "true" />
<created > 1726841190285</created>
<option name= "number" value= "00042" />
<option name= "presentableId" value= "LOCAL-00042" />
<option name= "project" value= "LOCAL" />
<updated > 1726841190285</updated>
</task>
2024-09-21 12:40:18 +02:00
<task id= "LOCAL-00043" summary= "chown Export File to 1000:1000" >
<option name= "closed" value= "true" />
<created > 1726860371820</created>
<option name= "number" value= "00043" />
<option name= "presentableId" value= "LOCAL-00043" />
<option name= "project" value= "LOCAL" />
<updated > 1726860371820</updated>
</task>
2024-09-22 00:56:08 +02:00
<task id= "LOCAL-00044" summary= "add rename Label rename works" >
<option name= "closed" value= "true" />
<created > 1726915238475</created>
<option name= "number" value= "00044" />
<option name= "presentableId" value= "LOCAL-00044" />
<option name= "project" value= "LOCAL" />
<updated > 1726915238475</updated>
</task>
2024-09-22 16:24:22 +02:00
<task id= "LOCAL-00045" summary= "add con_to_dict in import for write PreSharedKey in .key File to warning if tunnel has already been imported and delete that the key is deleted again" >
<option name= "closed" value= "true" />
<created > 1726959423800</created>
<option name= "number" value= "00045" />
<option name= "presentableId" value= "LOCAL-00045" />
<option name= "project" value= "LOCAL" />
<updated > 1726959423800</updated>
</task>
2024-09-22 17:17:02 +02:00
<task id= "LOCAL-00046" summary= "add con_to_dict in import for write PreSharedKey in .key File to warning if tunnel has already been imported and delete that the key is deleted again now works" >
<option name= "closed" value= "true" />
<created > 1727015078922</created>
<option name= "number" value= "00046" />
<option name= "presentableId" value= "LOCAL-00046" />
<option name= "project" value= "LOCAL" />
<updated > 1727015078922</updated>
</task>
2024-09-22 20:12:31 +02:00
<task id= "LOCAL-00047" summary= "Descriptions added in wg_func-py" >
<option name= "closed" value= "true" />
<created > 1727018233930</created>
<option name= "number" value= "00047" />
<option name= "presentableId" value= "LOCAL-00047" />
<option name= "project" value= "LOCAL" />
<updated > 1727018233930</updated>
</task>
2024-09-23 21:09:41 +02:00
<task id= "LOCAL-00048" summary= "If tunnel is renamed and this is in the car start, is now renamed the label" >
<option name= "closed" value= "true" />
<created > 1727028762875</created>
<option name= "number" value= "00048" />
<option name= "presentableId" value= "LOCAL-00048" />
<option name= "project" value= "LOCAL" />
<updated > 1727028762875</updated>
</task>
<task id= "LOCAL-00049" summary= "fix scrollbar view with set self.y_height = 330 to self.y_height = 340" >
<option name= "closed" value= "true" />
<created > 1727028915701</created>
<option name= "number" value= "00049" />
<option name= "presentableId" value= "LOCAL-00049" />
<option name= "project" value= "LOCAL" />
<updated > 1727028915701</updated>
</task>
2024-09-25 20:26:08 +02:00
<task id= "LOCAL-00050" summary= "in msg_window two further parameters to be added to the pass, so height and wide can also be specified. In rename, messages come now if new names do not fit Fix Index Error on msg_window()" >
<option name= "closed" value= "true" />
<created > 1727118598759</created>
<option name= "number" value= "00050" />
<option name= "presentableId" value= "LOCAL-00050" />
<option name= "project" value= "LOCAL" />
<updated > 1727118598760</updated>
</task>
2024-09-26 12:37:36 +02:00
<task id= "LOCAL-00051" summary= "ad max 12-character message, no character message and special_characters message for entry label" >
<option name= "closed" value= "true" />
<created > 1727288788988</created>
<option name= "number" value= "00051" />
<option name= "presentableId" value= "LOCAL-00051" />
<option name= "project" value= "LOCAL" />
<updated > 1727288788988</updated>
</task>
2024-09-26 21:18:48 +02:00
<task id= "LOCAL-00052" summary= "info icon shadow fix end msg Export fix to" >
<option name= "closed" value= "true" />
<created > 1727347126769</created>
<option name= "number" value= "00052" />
<option name= "presentableId" value= "LOCAL-00052" />
<option name= "project" value= "LOCAL" />
<updated > 1727347126769</updated>
</task>
2024-09-26 21:42:22 +02:00
<task id= "LOCAL-00053" summary= "little fixes" >
<option name= "closed" value= "true" />
<created > 1727378355274</created>
<option name= "number" value= "00053" />
<option name= "presentableId" value= "LOCAL-00053" />
<option name= "project" value= "LOCAL" />
<updated > 1727378355275</updated>
</task>
2024-09-26 21:59:41 +02:00
<task id= "LOCAL-00054" summary= "fix msg_boxes when tunnel list = 0 a Start, Delete and Export" >
<option name= "closed" value= "true" />
<created > 1727379755537</created>
<option name= "number" value= "00054" />
<option name= "presentableId" value= "LOCAL-00054" />
<option name= "project" value= "LOCAL" />
<updated > 1727379755537</updated>
</task>
2024-09-28 14:13:07 +02:00
<task id= "LOCAL-00055" summary= "fix installer add .keys file" >
<option name= "closed" value= "true" />
<created > 1727380793216</created>
<option name= "number" value= "00055" />
<option name= "presentableId" value= "LOCAL-00055" />
<option name= "project" value= "LOCAL" />
<updated > 1727380793216</updated>
</task>
2024-10-04 18:37:21 +02:00
<task id= "LOCAL-00056" summary= "Changelog create When exporting, the folder is now copied to /tmp and the non .conf files are deleted before the zip file is created. In main.py os import removed. Since os have been replaced by pathlib and shutil. Start with version number 1.4.7 Message window size corrected so text is displayed better" >
<option name= "closed" value= "true" />
<created > 1727525609727</created>
<option name= "number" value= "00056" />
<option name= "presentableId" value= "LOCAL-00056" />
<option name= "project" value= "LOCAL" />
<updated > 1727525609728</updated>
</task>
2024-10-12 13:36:27 +02:00
<task id= "LOCAL-00057" summary= "Fix msg_window and remove x , y argument Install further adapted and with colored text if user is not in group sudo or wheel. Added to install Opensuse for installation" >
<option name= "closed" value= "true" />
<created > 1728059870005</created>
<option name= "number" value= "00057" />
<option name= "presentableId" value= "LOCAL-00057" />
<option name= "project" value= "LOCAL" />
<updated > 1728059870005</updated>
</task>
2024-10-18 22:33:20 +02:00
<task id= "LOCAL-00058" summary= " - Menu add - New Modern Dark and Light(default) Theme" >
<option name= "closed" value= "true" />
<created > 1729103964804</created>
<option name= "number" value= "00058" />
<option name= "presentableId" value= "LOCAL-00058" />
<option name= "project" value= "LOCAL" />
<updated > 1729103964804</updated>
</task>
2024-10-18 22:34:43 +02:00
<task id= "LOCAL-00059" summary= " - Theme modify to water-theme - add ttk.Menubutton vor modern Menu and automatic theme and textvariable for color on font in menu" >
<option name= "closed" value= "true" />
<created > 1729283656386</created>
<option name= "number" value= "00059" />
<option name= "presentableId" value= "LOCAL-00059" />
<option name= "project" value= "LOCAL" />
<updated > 1729283656387</updated>
</task>
2024-10-19 18:04:36 +02:00
<task id= "LOCAL-00060" summary= " - Theme modify to water-theme - add ttk.Menubutton vor modern Menu and automatic theme and textvariable for color on font in menu" >
<option name= "closed" value= "true" />
<created > 1729283719951</created>
<option name= "number" value= "00060" />
<option name= "presentableId" value= "LOCAL-00060" />
<option name= "project" value= "LOCAL" />
<updated > 1729283719951</updated>
</task>
2024-10-20 02:10:23 +02:00
<task id= "LOCAL-00061" summary= " - Add Options, Help, Update Label and Update Menubutton - Theme now separate Light and Dark" >
<option name= "closed" value= "true" />
<created > 1729353898829</created>
<option name= "number" value= "00061" />
<option name= "presentableId" value= "LOCAL-00061" />
<option name= "project" value= "LOCAL" />
<updated > 1729353898830</updated>
</task>
2024-10-26 12:35:18 +02:00
<task id= "LOCAL-00062" summary= "- Optimize Class. Move to wg_main Import Start/StopBTN and Tooltip" >
<option name= "closed" value= "true" />
<created > 1729541504291</created>
<option name= "number" value= "00062" />
<option name= "presentableId" value= "LOCAL-00062" />
<option name= "project" value= "LOCAL" />
<updated > 1729541504292</updated>
</task>
<task id= "LOCAL-00063" summary= "- Optimize Class. Move to wg_main Import Start/StopBTN and Tooltip" >
<option name= "closed" value= "true" />
<created > 1729541561434</created>
<option name= "number" value= "00063" />
<option name= "presentableId" value= "LOCAL-00063" />
<option name= "project" value= "LOCAL" />
<updated > 1729541561434</updated>
</task>
<task id= "LOCAL-00064" summary= "- Optimize Class. Move to wg_main Import Start/StopBTN and Tooltip" >
<option name= "closed" value= "true" />
<created > 1729593628907</created>
<option name= "number" value= "00064" />
<option name= "presentableId" value= "LOCAL-00064" />
<option name= "project" value= "LOCAL" />
<updated > 1729593628908</updated>
</task>
2024-10-28 07:13:44 +01:00
<task id= "LOCAL-00065" summary= "- Optimize Class and Tooltip" >
<option name= "closed" value= "true" />
<created > 1729938941026</created>
<option name= "number" value= "00065" />
<option name= "presentableId" value= "LOCAL-00065" />
<option name= "project" value= "LOCAL" />
<updated > 1729938941027</updated>
</task>
<option name= "localTasksCounter" value= "66" />
2024-08-14 22:05:00 +02:00
<servers />
</component>
2024-09-18 11:11:12 +02:00
<component name= "UnknownFeatures" >
<option featureType= "com.intellij.fileTypeFactory" implementationName= "*.policy" />
</component>
2024-08-14 22:05:00 +02:00
<component name= "Vcs.Log.Tabs.Properties" >
2024-09-14 23:25:48 +02:00
<option name= "OPEN_GENERIC_TABS" >
<map >
<entry key= "f9756e7d-0c5c-4b84-84e4-660314c46ea4" value= "TOOL_WINDOW" />
</map>
</option>
2024-08-14 22:05:00 +02:00
<option name= "TAB_STATES" >
<map >
<entry key= "MAIN" >
<value >
2024-08-18 23:23:43 +02:00
<State >
<option name= "FILTERS" >
<map >
<entry key= "branch" >
<value >
<list >
<option value= "origin/wire-py-reformat-14-08-2024" />
</list>
</value>
</entry>
</map>
</option>
</State>
2024-08-14 22:05:00 +02:00
</value>
</entry>
2024-09-14 23:25:48 +02:00
<entry key= "f9756e7d-0c5c-4b84-84e4-660314c46ea4" >
<value >
<State />
</value>
</entry>
2024-08-14 22:05:00 +02:00
</map>
</option>
</component>
<component name= "VcsManagerConfiguration" >
<option name= "ADD_EXTERNAL_FILES_SILENTLY" value= "true" />
2024-09-19 20:30:01 +02:00
<MESSAGE value= "fix a filedialog for hidden Files work install rollback to bash for start wirepy and wirepy rollback to bash" />
2024-09-19 22:23:34 +02:00
<MESSAGE value= "install rollback bash to py wirepy and wirepy rollback to py" />
2024-09-20 14:55:15 +02:00
<MESSAGE value= "fix install and .desktop File Tar works now for user home and filebrowser.askfilebrowser start now in user home" />
2024-09-20 16:06:15 +02:00
<MESSAGE value= "replace tar with zip and Check if Zip file is empty" />
2024-09-20 21:25:51 +02:00
<MESSAGE value= "Create your own message boxes for export" />
2024-09-21 12:40:18 +02:00
<MESSAGE value= "chown Export File to 1000:1000" />
2024-09-22 00:56:08 +02:00
<MESSAGE value= "add rename Label rename works" />
2024-09-22 16:24:22 +02:00
<MESSAGE value= "add con_to_dict in import for write PreSharedKey in .key File to warning if tunnel has already been imported and delete that the key is deleted again" />
2024-09-22 17:17:02 +02:00
<MESSAGE value= "add con_to_dict in import for write PreSharedKey in .key File to warning if tunnel has already been imported and delete that the key is deleted again now works" />
2024-09-22 20:12:31 +02:00
<MESSAGE value= "Descriptions added in wg_func-py" />
2024-09-23 21:09:41 +02:00
<MESSAGE value= "If tunnel is renamed and this is in the car start, is now renamed the label" />
<MESSAGE value= "fix scrollbar view with set self.y_height = 330 to self.y_height = 340" />
2024-09-25 20:26:08 +02:00
<MESSAGE value= "in msg_window two further parameters to be added to the pass, so height and wide can also be specified. In rename, messages come now if new names do not fit Fix Index Error on msg_window()" />
2024-09-26 12:37:36 +02:00
<MESSAGE value= "ad max 12-character message, no character message and special_characters message for entry label" />
2024-09-26 21:18:48 +02:00
<MESSAGE value= "info icon shadow fix end msg Export fix to" />
2024-09-26 21:42:22 +02:00
<MESSAGE value= "little fixes" />
2024-09-26 21:59:41 +02:00
<MESSAGE value= "fix msg_boxes when tunnel list = 0 a Start, Delete and Export" />
2024-09-28 14:13:07 +02:00
<MESSAGE value= "fix installer add .keys file" />
2024-10-04 18:37:21 +02:00
<MESSAGE value= "Changelog create When exporting, the folder is now copied to /tmp and the non .conf files are deleted before the zip file is created. In main.py os import removed. Since os have been replaced by pathlib and shutil. Start with version number 1.4.7 Message window size corrected so text is displayed better" />
2024-10-12 13:36:27 +02:00
<MESSAGE value= "Fix msg_window and remove x , y argument Install further adapted and with colored text if user is not in group sudo or wheel. Added to install Opensuse for installation" />
2024-10-18 22:33:20 +02:00
<MESSAGE value= " - Menu add - New Modern Dark and Light(default) Theme" />
2024-10-18 22:34:43 +02:00
<MESSAGE value= " - Theme modify to water-theme - add ttk.Menubutton vor modern Menu and automatic theme and textvariable for color on font in menu" />
2024-10-20 02:10:23 +02:00
<MESSAGE value= " - Add Options, Help, Update Label and Update Menubutton - Theme now separate Light and Dark" />
2024-10-26 12:35:18 +02:00
<MESSAGE value= "- Optimize Class. Move to wg_main Import Start/StopBTN and Tooltip" />
2024-10-28 07:13:44 +01:00
<MESSAGE value= "- Optimize Class and Tooltip" />
<option name= "LAST_COMMIT_MESSAGE" value= "- Optimize Class and Tooltip" />
</component>
<component name= "XDebuggerManager" >
<breakpoint-manager >
<breakpoints >
<line-breakpoint enabled= "true" suspend= "THREAD" type= "python-line" >
<url > file://$PROJECT_DIR$/start_wg.py</url>
<line > 1</line>
<option name= "timeStamp" value= "2" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
2024-10-21 22:11:24 +02:00
</component>
2024-08-14 22:05:00 +02:00
</project>