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

« back to all changes in this revision

Viewing changes to unity-private/places/places-controller.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:
291
291
UnityPlacesPlaceFileModel* unity_places_place_file_model_new (void);
292
292
UnityPlacesPlaceFileModel* unity_places_place_file_model_construct (GType object_type);
293
293
GType unity_places_place_file_model_get_type (void) G_GNUC_CONST;
294
 
static void _lambda71_ (UnityPlacesPlace* place, UnityPlacesController* self);
295
 
static void __lambda71__unity_places_place_model_place_added (UnityPlacesPlaceModel* _sender, UnityPlacesPlace* place, gpointer self);
 
294
static void _lambda73_ (UnityPlacesPlace* place, UnityPlacesController* self);
 
295
static void __lambda73__unity_places_place_model_place_added (UnityPlacesPlaceModel* _sender, UnityPlacesPlace* place, gpointer self);
296
296
UnityPlacesVolumeController* unity_places_volume_controller_new (void);
297
297
UnityPlacesVolumeController* unity_places_volume_controller_construct (GType object_type);
298
298
UnityPlacesTrashController* unity_places_trash_controller_new (void);
497
497
}
498
498
 
499
499
 
500
 
static void _lambda71_ (UnityPlacesPlace* place, UnityPlacesController* self) {
 
500
static void _lambda73_ (UnityPlacesPlace* place, UnityPlacesController* self) {
501
501
        g_return_if_fail (place != NULL);
502
502
        {
503
503
                GeeIterator* _e_it;
516
516
}
517
517
 
518
518
 
519
 
static void __lambda71__unity_places_place_model_place_added (UnityPlacesPlaceModel* _sender, UnityPlacesPlace* place, gpointer self) {
520
 
        _lambda71_ (place, self);
 
519
static void __lambda73__unity_places_place_model_place_added (UnityPlacesPlaceModel* _sender, UnityPlacesPlace* place, gpointer self) {
 
520
        _lambda73_ (place, self);
521
521
}
522
522
 
523
523
 
541
541
                UnityPlacesView* _tmp7_;
542
542
                unity_places_controller_set_model (self, _tmp1_ = (_tmp0_ = unity_places_place_file_model_new (), UNITY_PLACES_IS_PLACE_MODEL (_tmp0_) ? ((UnityPlacesPlaceModel*) _tmp0_) : NULL));
543
543
                _g_object_unref0 (_tmp1_);
544
 
                g_signal_connect_object (self->priv->_model, "place-added", (GCallback) __lambda71__unity_places_place_model_place_added, self, 0);
 
544
                g_signal_connect_object (self->priv->_model, "place-added", (GCallback) __lambda73__unity_places_place_model_place_added, self, 0);
545
545
                unity_places_controller_set_volumes (self, _tmp2_ = unity_places_volume_controller_new ());
546
546
                _g_object_unref0 (_tmp2_);
547
547
                s = (_tmp6_ = (_tmp5_ = (GObject*) gee_abstract_list_get ((GeeAbstractList*) (_tmp4_ = unity_testing_object_registry_lookup (_tmp3_ = unity_testing_object_registry_get_default (), "UnityScrollerModel")), 0), UNITY_LAUNCHER_IS_SCROLLER_MODEL (_tmp5_) ? ((UnityLauncherScrollerModel*) _tmp5_) : NULL), _g_object_unref0 (_tmp4_), _unity_testing_object_registry_unref0 (_tmp3_), _tmp6_);