Skip to content
GitLab
Next
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
hydrargyrum
eye
Commits
a8ec58c1
Commit
a8ec58c1
authored
Sep 03, 2015
by
hydrargyrum
Browse files
set project to WTFPLv2 license
parent
51a6b984
Changes
33
Hide whitespace changes
Inline
Side-by-side
COPYING.txt
0 → 100644
View file @
a8ec58c1
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
eye/app.py
View file @
a8ec58c1
#!/usr/bin/env python
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
sys
,
os
import
logging
...
...
eye/colorutils.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
PyQt4.QtGui
import
QColor
...
...
eye/connector.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
PyQt4.QtCore
import
Qt
,
QObject
,
pyqtSlot
as
Slot
from
PyQt4.QtGui
import
QShortcut
,
QKeySequence
...
...
eye/helpers/_lexercolorgroups.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
PyQt4.Qsci
import
*
...
...
eye/helpers/bookmarks.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
__all__
=
(
'addBookmark'
,
'nextBookmark'
,
'previousBookmark'
)
...
...
eye/helpers/buffers.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
..
import
connector
from
..app
import
qApp
...
...
eye/helpers/file_search.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
os
...
...
eye/helpers/file_search_plugins/base.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
os
...
...
eye/helpers/file_search_plugins/git.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
errno
import
os
...
...
eye/helpers/file_search_plugins/grep.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
errno
import
os
...
...
eye/helpers/lexer.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
..connector
import
registerSignal
,
disabled
from
..
import
lexers
...
...
eye/helpers/lexercolor.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
PyQt4.QtGui
import
QFont
from
PyQt4.Qsci
import
QsciScintilla
...
...
eye/helpers/macros.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
..connector
import
registerSignal
,
disabled
...
...
eye/helpers/margins.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
..connector
import
registerSignal
,
disabled
...
...
eye/helpers/nav_history.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
weakref
import
ref
from
logging
import
getLogger
...
...
eye/helpers/projects.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
PyQt4.QtCore
import
QObject
,
QFileSystemWatcher
,
pyqtSignal
,
pyqtSlot
Signal
=
pyqtSignal
...
...
eye/io.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
os
import
tempfile
...
...
eye/lexers.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
from
PyQt4.QtCore
import
*
from
PyQt4.QtGui
import
*
...
...
eye/pathutils.py
View file @
a8ec58c1
# this project is licensed under the WTFPLv2, see COPYING.txt for details
import
glob
import
os
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment