Skip to content

Commit ddce6e5

Browse files
committed
test
1 parent 325a1ea commit ddce6e5

140 files changed

Lines changed: 38 additions & 11420 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.project

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>EquirectangularViewer</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>de.loskutov.FileSync.FSBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.python.pydev.pythonNature</nature>
21+
</natures>
22+
</projectDescription>

.pydevproject

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
4+
<path>/${PROJECT_DIR_NAME}</path>
5+
</pydev_pathproperty>
6+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
7+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
8+
</pydev_project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
WARNING=DO NOT MODIFY THIS FILE IF YOU DON'T UNDERSTAND
2+
defaultDestination=/home/fragalop/.local/share/QGIS/QGIS3/profiles/default/python/plugins/EquirectangularViewer
3+
defaultVariables=
4+
eclipse.preferences.version=1
5+
includeTeamPrivateFiles=false
6+
map|0=code|,|,|,|,
7+
useCurrentDateForDestinationFiles=false

code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
sys.path.append(
2424
"D:\eclipse\plugins\org.python.pydev.core_7.0.3.201811082356\pysrc")
2525
sys.path.append(
26-
"/home/fragalop/.eclipse/360744286_linux_gtk_x86_64/plugins/org.python.pydev.core_8.1.0.202012051215/pysrc"
26+
"/home/fragalop/eclipse/plugins/org.python.pydev.core_8.3.0.202104101217/pysrc"
2727
)
2828
from pydevd import *
2929
except ImportError:

code/compile.sh

100755100644
File mode changed.

code/libs/cefpython3/LICENSE.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

code/libs/cefpython3/License

Lines changed: 0 additions & 40 deletions
This file was deleted.

code/libs/cefpython3/README.txt

Lines changed: 0 additions & 161 deletions
This file was deleted.

code/libs/cefpython3/__init__.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

code/libs/cefpython3/cef.pak

-3.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)