Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fingerterm
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
fingerterm
Commits
784ebca2
Commit
784ebca2
authored
May 04, 2016
by
Pekka Vuorela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish on legacy removal changes
parent
d0b0453b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
14 deletions
+8
-14
fingerterm.pro
fingerterm.pro
+8
-10
main.cpp
main.cpp
+0
-4
No files found.
fingerterm.pro
View file @
784ebca2
QT
=
core
gui
qml
quick
dbus
QT
=
core
gui
qml
quick
dbus
CONFIG
+=
link_pkgconfig
enable
-
feedback
{
QT
+=
feedback
DEFINES
+=
HAVE_FEEDBACK
QT
+=
feedback
DEFINES
+=
HAVE_FEEDBACK
}
enable
-
nemonotifications
{
PKGCONFIG
+=
nemonotifications
-
qt5
PKGCONFIG
+=
nemonotifications
-
qt5
}
isEmpty
(
DEFAULT_FONT
)
{
DEF
INES
+=
DEFAULT_FONTFAMILY
=
\\\
"monospace\\\"
DEF
AULT_FONT
=
monospace
}
defined
(
DEFAULT_FONT
)
{
DEFINES
+=
DEFAULT_FONTFAMILY
=
\\\
"$$DEFAULT_FONT\\\"
}
DEFINES
+=
DEFAULT_FONTFAMILY
=
\\\
"$$DEFAULT_FONT\\\"
TEMPLATE
=
app
TARGET
=
fingerterm
...
...
@@ -34,7 +31,8 @@ HEADERS += \
version
.
h
\
util
.
h
\
keyloader
.
h
\
mainwindow
.
h
mainwindow
.
h
SOURCES
+=
\
main
.
cpp
\
terminal
.
cpp
\
...
...
main.cpp
View file @
784ebca2
...
...
@@ -166,10 +166,6 @@ int main(int argc, char *argv[])
}
else
view
.
show
();
#ifdef RESIZE_ROOT_QML_TO_VIEW
view
.
setResizeMode
(
QQuickView
::
SizeRootObjectToView
);
#endif
PtyIFace
ptyiface
(
pid
,
socketM
,
&
term
,
settings
->
value
(
"terminal/charset"
).
toString
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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