Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yousuf Philips
xfce4-taskmanager
Commits
3b471c1a
Commit
3b471c1a
authored
Jan 04, 2021
by
Simon Steinbeiss
Committed by
Simon Steinbeiß
Jan 19, 2021
Browse files
settings: Switch to XfceTitledDialog
This also means we introduce libxfce4ui as a dependency.
parent
4c9482b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
3b471c1a
...
...
@@ -69,6 +69,7 @@ XDT_CHECK_LIBX11_REQUIRE()
XDT_CHECK_PACKAGE([LIBXMU], [xmu], [1.1.2])
XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.22.0])
XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.5.0])
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.14.0])
dnl ***********************************
dnl *** Check for optional packages ***
...
...
src/Makefile.am
View file @
3b471c1a
...
...
@@ -12,6 +12,7 @@ xfce4_taskmanager_CFLAGS = \
$(LIBXMU_CFLAGS)
\
$(GTK3_CFLAGS)
\
$(WNCK_CFLAGS)
\
$(LIBXFCE4UI_CFLAGS)
\
$(NULL)
xfce4_taskmanager_LDADD
=
\
...
...
@@ -20,6 +21,7 @@ xfce4_taskmanager_LDADD = \
$(LIBXMU_LIBS)
\
$(GTK3_LIBS)
\
$(WNCK_LIBS)
\
$(LIBXFCE4UI_LIBS)
\
$(NULL)
xfce4_taskmanager_SOURCES
=
\
...
...
src/settings-dialog.ui
View file @
3b471c1a
...
...
@@ -17,14 +17,11 @@
<property
name=
"can_focus"
>
False
</property>
<property
name=
"icon_name"
>
window-close-symbolic
</property>
</object>
<object
class=
"
Gtk
Dialog"
id=
"settings-dialog"
>
<object
class=
"
XfceTitled
Dialog"
id=
"settings-dialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"title"
translatable=
"yes"
>
Task Manager Settings
</property>
<property
name=
"icon_name"
>
org.xfce.taskmanager
</property>
<property
name=
"type_hint"
>
dialog
</property>
<child
type=
"titlebar"
>
<placeholder/>
</child>
<child
internal-child=
"vbox"
>
<object
class=
"GtkBox"
>
<property
name=
"can_focus"
>
False
</property>
...
...
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