Remove remaining references to EDS/ical
We can add this back using the Calendar.EventSource abstraction once we are ready for it. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
6c80a35f8f
commit
f3ad82442d
@ -63,7 +63,6 @@ GJS_MIN_VERSION=0.7
|
|||||||
MUTTER_MIN_VERSION=2.91.0
|
MUTTER_MIN_VERSION=2.91.0
|
||||||
GTK_MIN_VERSION=2.91.0
|
GTK_MIN_VERSION=2.91.0
|
||||||
GIO_MIN_VERSION=2.25.9
|
GIO_MIN_VERSION=2.25.9
|
||||||
LIBICAL_MIN_VERSION=0.43
|
|
||||||
|
|
||||||
# Collect more than 20 libraries for a prize!
|
# Collect more than 20 libraries for a prize!
|
||||||
PKG_CHECK_MODULES(MUTTER_PLUGIN, gio-2.0 >= $GIO_MIN_VERSION
|
PKG_CHECK_MODULES(MUTTER_PLUGIN, gio-2.0 >= $GIO_MIN_VERSION
|
||||||
@ -71,7 +70,6 @@ PKG_CHECK_MODULES(MUTTER_PLUGIN, gio-2.0 >= $GIO_MIN_VERSION
|
|||||||
gtk+-3.0 >= $GTK_MIN_VERSION
|
gtk+-3.0 >= $GTK_MIN_VERSION
|
||||||
mutter-plugins >= $MUTTER_MIN_VERSION
|
mutter-plugins >= $MUTTER_MIN_VERSION
|
||||||
gjs-internals-1.0 >= $GJS_MIN_VERSION
|
gjs-internals-1.0 >= $GJS_MIN_VERSION
|
||||||
libical >= $LIBICAL_MIN_VERSION
|
|
||||||
libgnome-menu $recorder_modules gconf-2.0
|
libgnome-menu $recorder_modules gconf-2.0
|
||||||
gdk-x11-3.0
|
gdk-x11-3.0
|
||||||
clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
|
clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
|
||||||
|
@ -243,7 +243,6 @@ function _relayout() {
|
|||||||
// will be updated when it is next shown. We do the same for
|
// will be updated when it is next shown. We do the same for
|
||||||
// the calendar popdown.
|
// the calendar popdown.
|
||||||
overview.hide();
|
overview.hide();
|
||||||
//panel.hideCalendar();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// metacity-clutter currently uses the same prefs as plain metacity,
|
// metacity-clutter currently uses the same prefs as plain metacity,
|
||||||
|
@ -864,10 +864,6 @@ Panel.prototype = {
|
|||||||
this._rightBox.add(this._statusmenu.actor);
|
this._rightBox.add(this._statusmenu.actor);
|
||||||
},
|
},
|
||||||
|
|
||||||
hideCalendar: function() {
|
|
||||||
this._clockButton.closeCalendar();
|
|
||||||
},
|
|
||||||
|
|
||||||
startupAnimation: function() {
|
startupAnimation: function() {
|
||||||
this.actor.y = -this.actor.height;
|
this.actor.y = -this.actor.height;
|
||||||
Tweener.addTween(this.actor,
|
Tweener.addTween(this.actor,
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <X11/extensions/Xfixes.h>
|
#include <X11/extensions/Xfixes.h>
|
||||||
#include <gjs/gjs-module.h>
|
#include <gjs/gjs-module.h>
|
||||||
#include <canberra.h>
|
#include <canberra.h>
|
||||||
#include <libical/ical.h>
|
|
||||||
#ifdef HAVE_SYS_RESOURCE_H
|
#ifdef HAVE_SYS_RESOURCE_H
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#endif
|
#endif
|
||||||
@ -467,17 +466,6 @@ shell_global_set_stage_input_mode (ShellGlobal *global,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* shell_global_icalcomponent_to_str:
|
|
||||||
*
|
|
||||||
* Wrap icalcomponent_as_ical_string_r
|
|
||||||
*/
|
|
||||||
char*
|
|
||||||
shell_global_icalcomponent_to_str (long icalcomp)
|
|
||||||
{
|
|
||||||
return icalcomponent_as_ical_string_r ((icalcomponent*)icalcomp);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* shell_global_set_cursor:
|
* shell_global_set_cursor:
|
||||||
* @global: A #ShellGlobal
|
* @global: A #ShellGlobal
|
||||||
|
@ -100,7 +100,6 @@ void shell_global_get_pointer (ShellGlobal *global,
|
|||||||
ClutterModifierType *mods);
|
ClutterModifierType *mods);
|
||||||
|
|
||||||
GSettings *shell_global_get_settings (ShellGlobal *global);
|
GSettings *shell_global_get_settings (ShellGlobal *global);
|
||||||
char* shell_global_icalcomponent_to_str (long icalcomp);
|
|
||||||
|
|
||||||
ClutterModifierType shell_get_event_state (ClutterEvent *event);
|
ClutterModifierType shell_get_event_state (ClutterEvent *event);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user