~ubuntu-branches/ubuntu/maverick/unity/maverick

« back to all changes in this revision

Viewing changes to unity-private/places/places-place-entry-scroller-child.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-17 14:02:54 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100917140254-6cbue12klia2f07l
Tags: 0.2.40-0ubuntu1
* New upstream release:
  - Fix inactive menus accessible (LP: #604505)
  - Fix some more memory leaks (LP: #604777, #621690, #628144)
  - Fix weird behaviors of quicklist (LP: #617339)
  - Provide an "open this folder" button (LP: #633201)
  - Hidden menu causing gap (LP: #600191)
  - Cannot go fullscreen for flash videos (LP: #631381)
  - Can't access menu items from the keyboard (LP: #636728)
  - Don't register for MDRAGs since they aren't used (LP: #632613)
  - Don't run indicator on special launchers (LP: #627488)
  - Center arrows position in folded launcher tiles (LP: #633084)
  - Launcher icons first appear as white upon login (LP: #601093)
  - Removes jittering when rubber band is in use on the launcher (LP: #632991)
  - Mutter restarts on closing almost any application (LP: #634701)
  - Can't launch apps like synaptic with root privileges from launch bar
    (LP: #599298)
  - Launcher tile dragging shouldn't be masked (LP: #631443)
  - Fix Carousel-ed icons have distorted perspective (LP: #607515)
  - Use no longer sync call (LP: #620011)
* update debian/libunity0.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
UnityLauncherApplicationQuicklistController* unity_launcher_application_quicklist_controller_construct (GType object_type, UnityLauncherScrollerChildController* scroller_child);
245
245
GType unity_launcher_application_quicklist_controller_get_type (void) G_GNUC_CONST;
246
246
static void unity_places_place_entry_scroller_child_controller_real_get_menu_actions (UnityLauncherScrollerChildController* base, UnityLauncherScrollerChildControllermenu_cb callback, void* callback_target);
247
 
static void _lambda69_ (guint timestamp, Block3Data* _data3_);
248
 
static void __lambda69__dbusmenu_menuitem_item_activated (DbusmenuMenuitem* _sender, guint object, gpointer self);
 
247
static void _lambda71_ (guint timestamp, Block3Data* _data3_);
 
248
static void __lambda71__dbusmenu_menuitem_item_activated (DbusmenuMenuitem* _sender, guint object, gpointer self);
249
249
static Block3Data* block3_data_ref (Block3Data* _data3_);
250
250
static void block3_data_unref (Block3Data* _data3_);
251
251
static gboolean unity_places_place_entry_scroller_child_controller_real_can_drag (UnityLauncherScrollerChildController* base);
254
254
void unity_launcher_scroller_child_controller_set_name (UnityLauncherScrollerChildController* self, const char* value);
255
255
void unity_launcher_scroller_child_controller_load_icon_from_icon_name (UnityLauncherScrollerChildController* self, const char* icon_name);
256
256
const char* unity_places_place_entry_get_icon (UnityPlacesPlaceEntry* self);
257
 
static void _lambda70_ (UnityPlacesPlaceEntryScrollerChildController* self);
 
257
static void _lambda72_ (UnityPlacesPlaceEntryScrollerChildController* self);
258
258
gboolean unity_places_place_entry_get_active (UnityPlacesPlaceEntry* self);
259
259
void unity_launcher_scroller_child_set_active (UnityLauncherScrollerChild* self, gboolean value);
260
 
static void __lambda70__g_object_notify (GObject* _sender, GParamSpec* pspec, gpointer self);
 
260
static void __lambda72__g_object_notify (GObject* _sender, GParamSpec* pspec, gpointer self);
261
261
GType unity_launcher_scroller_child_group_type_get_type (void) G_GNUC_CONST;
262
262
void unity_launcher_scroller_child_set_group_type (UnityLauncherScrollerChild* self, UnityLauncherScrollerChildGroupType value);
263
263
static GObject * unity_places_place_entry_scroller_child_controller_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties);
326
326
}
327
327
 
328
328
 
329
 
static void _lambda69_ (guint timestamp, Block3Data* _data3_) {
 
329
static void _lambda71_ (guint timestamp, Block3Data* _data3_) {
330
330
        UnityPlacesPlaceEntryScrollerChildController * self;
331
331
        self = _data3_->self;
332
332
        g_signal_emit_by_name (self, "clicked", (guint) dbusmenu_menuitem_property_get_int (_data3_->item, "section-id"));
333
333
}
334
334
 
335
335
 
336
 
static void __lambda69__dbusmenu_menuitem_item_activated (DbusmenuMenuitem* _sender, guint object, gpointer self) {
337
 
        _lambda69_ (object, self);
 
336
static void __lambda71__dbusmenu_menuitem_item_activated (DbusmenuMenuitem* _sender, guint object, gpointer self) {
 
337
        _lambda71_ (object, self);
338
338
}
339
339
 
340
340
 
385
385
                dbusmenu_menuitem_property_set_bool (_data3_->item, DBUSMENU_MENUITEM_PROP_ENABLED, TRUE);
386
386
                dbusmenu_menuitem_property_set_bool (_data3_->item, DBUSMENU_MENUITEM_PROP_VISIBLE, TRUE);
387
387
                dbusmenu_menuitem_property_set_int (_data3_->item, "section-id", dee_model_get_position (sections, iter));
388
 
                g_signal_connect_data (_data3_->item, "item-activated", (GCallback) __lambda69__dbusmenu_menuitem_item_activated, block3_data_ref (_data3_), (GClosureNotify) block3_data_unref, 0);
 
388
                g_signal_connect_data (_data3_->item, "item-activated", (GCallback) __lambda71__dbusmenu_menuitem_item_activated, block3_data_ref (_data3_), (GClosureNotify) block3_data_unref, 0);
389
389
                dbusmenu_menuitem_child_append (root, _data3_->item);
390
390
                iter = dee_model_next (sections, iter);
391
391
                _g_free0 (name);
422
422
}
423
423
 
424
424
 
425
 
static void _lambda70_ (UnityPlacesPlaceEntryScrollerChildController* self) {
 
425
static void _lambda72_ (UnityPlacesPlaceEntryScrollerChildController* self) {
426
426
        unity_launcher_scroller_child_set_active (unity_launcher_scroller_child_controller_get_child ((UnityLauncherScrollerChildController*) self), unity_places_place_entry_get_active (self->priv->_entry));
427
427
}
428
428
 
429
429
 
430
 
static void __lambda70__g_object_notify (GObject* _sender, GParamSpec* pspec, gpointer self) {
431
 
        _lambda70_ (self);
 
430
static void __lambda72__g_object_notify (GObject* _sender, GParamSpec* pspec, gpointer self) {
 
431
        _lambda72_ (self);
432
432
}
433
433
 
434
434
 
442
442
        {
443
443
                unity_launcher_scroller_child_controller_set_name ((UnityLauncherScrollerChildController*) self, unity_places_place_entry_get_name (self->priv->_entry));
444
444
                unity_launcher_scroller_child_controller_load_icon_from_icon_name ((UnityLauncherScrollerChildController*) self, unity_places_place_entry_get_icon (self->priv->_entry));
445
 
                g_signal_connect_object ((GObject*) self->priv->_entry, "notify::active", (GCallback) __lambda70__g_object_notify, self, 0);
 
445
                g_signal_connect_object ((GObject*) self->priv->_entry, "notify::active", (GCallback) __lambda72__g_object_notify, self, 0);
446
446
                unity_launcher_scroller_child_set_group_type (unity_launcher_scroller_child_controller_get_child ((UnityLauncherScrollerChildController*) self), UNITY_LAUNCHER_SCROLLER_CHILD_GROUP_TYPE_PLACE);
447
447
                g_signal_connect_object ((ClutterActor*) unity_launcher_scroller_child_controller_get_child ((UnityLauncherScrollerChildController*) self), "motion-event", (GCallback) _unity_places_place_entry_scroller_child_controller_get_sections_clutter_actor_motion_event, self, 0);
448
448
        }