From acedd4870819832ab39a2eae6d5f996d1930389e Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 4 Jul 2015 16:57:40 +0200 Subject: [PATCH] Add IDE files --- tint2.config | 4 ++ tint2.creator | 1 + tint2.files | 152 +++++++++++++++++++++++++++++++++++++++++++++++++ tint2.includes | 22 +++++++ 4 files changed, 179 insertions(+) create mode 100644 tint2.config create mode 100644 tint2.creator create mode 100644 tint2.files create mode 100644 tint2.includes diff --git a/tint2.config b/tint2.config new file mode 100644 index 0000000..e0bdc1d --- /dev/null +++ b/tint2.config @@ -0,0 +1,4 @@ +// ADD PREDEFINED MACROS HERE! +#define HAVE_RSVG 1 +#define HAVE_SN 1 +#define ENABLE_BATTERY 1 diff --git a/tint2.creator b/tint2.creator new file mode 100644 index 0000000..e94cbbd --- /dev/null +++ b/tint2.creator @@ -0,0 +1 @@ +[General] diff --git a/tint2.files b/tint2.files new file mode 100644 index 0000000..8cc1241 --- /dev/null +++ b/tint2.files @@ -0,0 +1,152 @@ +doc/tint2.1 +sample/icon_and_text_1.tint2rc +sample/icon_and_text_2.tint2rc +sample/icon_and_text_3.tint2rc +sample/icon_and_text_4.tint2rc +sample/icon_only_1.tint2rc +sample/icon_only_2.tint2rc +sample/icon_only_3.tint2rc +sample/icon_only_4.tint2rc +sample/icon_only_6.tint2rc +sample/icon_only_7.tint2rc +sample/text_only_1.tint2rc +sample/text_only_2.tint2rc +sample/text_only_3.tint2rc +sample/text_only_4.tint2rc +sample/text_only_5.tint2rc +sample/text_only_6.tint2rc +sample/tint2rc +src/battery/battery.c +src/battery/battery.h +src/clock/clock.c +src/clock/clock.h +src/execplugin/execplugin.c +src/execplugin/execplugin.h +src/launcher/launcher.c +src/launcher/launcher.h +src/launcher/xsettings-client.c +src/launcher/xsettings-client.h +src/launcher/xsettings-common.c +src/launcher/xsettings-common.h +src/sysmon/sysmon.c +src/sysmon/sysmon.h +src/systray/systraybar.c +src/systray/systraybar.h +src/taskbar/task.c +src/taskbar/task.h +src/taskbar/taskbar.c +src/taskbar/taskbar.h +src/taskbar/taskbarname.c +src/taskbar/taskbarname.h +src/tint2conf/CMakeLists.txt +src/tint2conf/main.c +src/tint2conf/main.h +src/tint2conf/properties.c +src/tint2conf/properties.h +src/tint2conf/properties_rw.c +src/tint2conf/properties_rw.h +src/tint2conf/taskbar.svg +src/tint2conf/theme_view.c +src/tint2conf/theme_view.h +src/tint2conf/tint2conf.desktop +src/tint2conf/tintwizard.py +src/tooltip/tooltip.c +src/tooltip/tooltip.h +src/util/area.c +src/util/area.h +src/util/blur.c +src/util/blur.h +src/util/common.c +src/util/common.h +src/util/timer.c +src/util/timer.h +src/util/window.c +src/util/window.h +src/config.c +src/config.h +src/panel.c +src/panel.h +src/server.c +src/server.h +src/tint.c +AUTHORS +ChangeLog +CMakeLists.txt +COPYING +default_icon.png +get_svnrev.sh +INSTALL.txt +make_release.sh +README +README.source +src/launcher/apps-common.c +src/launcher/apps-common.h +src/launcher/icon-theme-common.c +src/launcher/icon-theme-common.h +src/util/strnatcmp.c +src/util/strnatcmp.h +get_version.sh +src/battery/battery.c +src/battery/battery.h +src/clock/clock.c +src/clock/clock.h +src/launcher/apps-common.c +src/launcher/apps-common.h +src/launcher/icon-theme-common.c +src/launcher/icon-theme-common.h +src/launcher/launcher.c +src/launcher/launcher.h +src/launcher/xsettings-client.c +src/launcher/xsettings-client.h +src/launcher/xsettings-common.c +src/launcher/xsettings-common.h +src/systray/systraybar.c +src/systray/systraybar.h +src/taskbar/task.c +src/taskbar/task.h +src/taskbar/taskbar.c +src/taskbar/taskbar.h +src/taskbar/taskbarname.c +src/taskbar/taskbarname.h +src/tint2conf/CMakeLists.txt +src/tint2conf/main.c +src/tint2conf/main.h +src/tint2conf/properties.c +src/tint2conf/properties.h +src/tint2conf/properties_rw.c +src/tint2conf/properties_rw.h +src/tint2conf/theme_view.c +src/tint2conf/theme_view.h +src/tint2conf/tint2conf.desktop +src/tint2conf/tint2conf.svg +src/tint2conf/tintwizard.py +src/tooltip/tooltip.c +src/tooltip/tooltip.h +src/util/area.c +src/util/area.h +src/util/common.c +src/util/common.h +src/util/strnatcmp.c +src/util/strnatcmp.h +src/util/timer.c +src/util/timer.h +src/util/window.c +src/util/window.h +src/config.c +src/config.h +src/panel.c +src/panel.h +src/server.c +src/server.h +src/tint.c +po/CMakeLists.txt +po/LINGUAS +po/POTFILES.in +src/tint2conf/po/CMakeLists.txt +src/tint2conf/po/CMakeLists.txt +src/tint2conf/po/fr.po +src/tint2conf/po/tint2conf.pot +src/tint2conf/po/pl.po +src/tint2conf/po/tint2conf.pot +src/freespace/freespace.c +src/freespace/freespace.h diff --git a/tint2.includes b/tint2.includes new file mode 100644 index 0000000..801c2d4 --- /dev/null +++ b/tint2.includes @@ -0,0 +1,22 @@ +. +./src +./src/battery +./src/clock +./src/execplugin +./src/launcher +./src/sysmon +./src/systray +./src/taskbar +./src/tint2conf +./src/tooltip +./src/util +/usr/include +/usr/include/gtk-2.0 +/usr/include/glib-2.0 +/usr/include/gdk-pixbuf-2.0 +/usr/include/cairo +/usr/include/pango-1.0 +/usr/include/startup-notification-1.0 +po +src/tint2conf/po +src/freespace