Merge lp:~mial/ubuntu/oneiric/unity/bug-791810 into lp:ubuntu/oneiric/unity
- Oneiric (11.10)
- bug-791810
- Merge into oneiric
Status: | Superseded |
---|---|
Proposed branch: | lp:~mial/ubuntu/oneiric/unity/bug-791810 |
Merge into: | lp:ubuntu/oneiric/unity |
Diff against target: |
131612 lines (+128829/-0) (has conflicts) 507 files modified
.bzrignore (+3/-0) AUTHOR-glue (+20/-0) AUTHORS (+44/-0) CMakeLists.txt (+187/-0) COPYING (+676/-0) COPYING.LGPL (+165/-0) ChangeLog (+32887/-0) Doxyfile.in (+1236/-0) HACKING (+34/-0) INSTALL (+180/-0) README (+21/-0) UnityCore/ApplicationPreview.cpp (+47/-0) UnityCore/ApplicationPreview.h (+59/-0) UnityCore/CMakeLists.txt (+131/-0) UnityCore/Categories.cpp (+50/-0) UnityCore/Categories.h (+53/-0) UnityCore/Category.cpp (+64/-0) UnityCore/Category.h (+54/-0) UnityCore/CheckOptionFilter.cpp (+128/-0) UnityCore/CheckOptionFilter.h (+62/-0) UnityCore/DBusIndicators.cpp (+673/-0) UnityCore/DBusIndicators.h (+64/-0) UnityCore/FilesystemLenses.cpp (+446/-0) UnityCore/FilesystemLenses.h (+63/-0) UnityCore/Filter.cpp (+209/-0) UnityCore/Filter.h (+119/-0) UnityCore/Filters.cpp (+88/-0) UnityCore/Filters.h (+75/-0) UnityCore/GLibDBusProxy.cpp (+311/-0) UnityCore/GLibDBusProxy.h (+71/-0) UnityCore/GLibSignal-inl.h (+301/-0) UnityCore/GLibSignal.cpp (+89/-0) UnityCore/GLibSignal.h (+309/-0) UnityCore/GLibWrapper-inl.h (+111/-0) UnityCore/GLibWrapper.cpp (+121/-0) UnityCore/GLibWrapper.h (+99/-0) UnityCore/GenericPreview.cpp (+49/-0) UnityCore/GenericPreview.h (+61/-0) UnityCore/Indicator.cpp (+133/-0) UnityCore/Indicator.h (+72/-0) UnityCore/IndicatorEntry.cpp (+237/-0) UnityCore/IndicatorEntry.h (+128/-0) UnityCore/Indicators.cpp (+182/-0) UnityCore/Indicators.h (+112/-0) UnityCore/Lens.cpp (+505/-0) UnityCore/Lens.h (+100/-0) UnityCore/Lenses.h (+57/-0) UnityCore/Model-inl.h (+115/-0) UnityCore/Model.h (+79/-0) UnityCore/ModelRowAdaptor-inl.h (+43/-0) UnityCore/ModelRowAdaptor.cpp (+70/-0) UnityCore/ModelRowAdaptor.h (+76/-0) UnityCore/MultiRangeFilter.cpp (+216/-0) UnityCore/MultiRangeFilter.h (+64/-0) UnityCore/MusicPreviews.cpp (+89/-0) UnityCore/MusicPreviews.h (+102/-0) UnityCore/Preview.cpp (+104/-0) UnityCore/Preview.h (+65/-0) UnityCore/RadioOptionFilter.cpp (+143/-0) UnityCore/RadioOptionFilter.h (+61/-0) UnityCore/RatingsFilter.cpp (+89/-0) UnityCore/RatingsFilter.h (+52/-0) UnityCore/Result.cpp (+61/-0) UnityCore/Result.h (+61/-0) UnityCore/Results.cpp (+50/-0) UnityCore/Results.h (+53/-0) UnityCore/Utils.h (+52/-0) UnityCore/Variant.cpp (+74/-0) UnityCore/Variant.h (+52/-0) UnityCore/unity-core.pc.cmake (+12/-0) cmake/Documentation.cmake (+111/-0) com.canonical.Unity.gschema.xml (+62/-0) config.h.cmake (+14/-0) doc/CMakeLists.txt (+3/-0) doc/fr/unity-panel-service.fr.1 (+28/-0) doc/fr/unity.fr.1 (+41/-0) doc/makefile (+15/-0) doc/po/fr.po (+189/-0) doc/po/unity-doc.pot (+182/-0) doc/po4a.conf (+9/-0) doc/unity-panel-service.1 (+19/-0) doc/unity.1 (+29/-0) guides/CMakeLists.txt (+17/-0) guides/cppguide.xml (+4415/-0) guides/styleguide.css (+147/-0) guides/styleguide.xsl (+890/-0) plugins/gtkloader/CMakeLists.txt (+5/-0) plugins/gtkloader/gtkloader.xml.in (+7/-0) plugins/gtkloader/src/gtkloader.cpp (+46/-0) plugins/gtkloader/src/gtkloader.h (+42/-0) plugins/networkarearegion/CMakeLists.txt (+5/-0) plugins/networkarearegion/networkarearegion.xml.in (+14/-0) plugins/networkarearegion/src/networkarearegion.cpp (+166/-0) plugins/networkarearegion/src/networkarearegion.h (+76/-0) plugins/unity-mt-grab-handles/CMakeLists.txt (+5/-0) plugins/unity-mt-grab-handles/src/unity-mt-grab-handles.cpp (+940/-0) plugins/unity-mt-grab-handles/src/unity-mt-grab-handles.h (+226/-0) plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in (+46/-0) plugins/unitydialog/CMakeLists.txt (+6/-0) plugins/unitydialog/src/unitydialog.cpp (+1527/-0) plugins/unitydialog/src/unitydialog.h (+361/-0) plugins/unitydialog/unitydialog.xml.in (+38/-0) plugins/unityshell/CMakeLists.txt (+21/-0) plugins/unityshell/resources/bag.svg (+9/-0) plugins/unityshell/resources/dash-widgets.json (+137/-0) plugins/unityshell/resources/flow-view.svg (+16/-0) plugins/unityshell/resources/grid-view.svg (+21/-0) plugins/unityshell/resources/lens-nav-app.svg (+17/-0) plugins/unityshell/resources/lens-nav-file.svg (+13/-0) plugins/unityshell/resources/lens-nav-home.svg (+9/-0) plugins/unityshell/resources/lens-nav-music.svg (+16/-0) plugins/unityshell/resources/lens-nav-people.svg (+21/-0) plugins/unityshell/resources/lens-nav-photo.svg (+16/-0) plugins/unityshell/resources/lens-nav-video.svg (+14/-0) plugins/unityshell/resources/next.svg (+17/-0) plugins/unityshell/resources/pause.svg (+9/-0) plugins/unityshell/resources/play.svg (+12/-0) plugins/unityshell/resources/prev.svg (+17/-0) plugins/unityshell/resources/star-outline.svg (+13/-0) plugins/unityshell/src/AbstractIconRenderer.h (+119/-0) plugins/unityshell/src/AbstractLauncherIcon.h (+198/-0) plugins/unityshell/src/AggregateMonitor.cpp (+61/-0) plugins/unityshell/src/AggregateMonitor.h (+49/-0) plugins/unityshell/src/Animator.cpp (+133/-0) plugins/unityshell/src/Animator.h (+70/-0) plugins/unityshell/src/Autopilot.cpp (+144/-0) plugins/unityshell/src/Autopilot.h (+61/-0) plugins/unityshell/src/BFBLauncherIcon.cpp (+57/-0) plugins/unityshell/src/BFBLauncherIcon.h (+42/-0) plugins/unityshell/src/BGHash.cpp (+581/-0) plugins/unityshell/src/BGHash.h (+86/-0) plugins/unityshell/src/BackgroundEffectHelper.cpp (+310/-0) plugins/unityshell/src/BackgroundEffectHelper.h (+90/-0) plugins/unityshell/src/BamfLauncherIcon.cpp (+1367/-0) plugins/unityshell/src/BamfLauncherIcon.h (+147/-0) plugins/unityshell/src/CairoTexture.h (+63/-0) plugins/unityshell/src/DNDCollectionWindow.cpp (+97/-0) plugins/unityshell/src/DNDCollectionWindow.h (+63/-0) plugins/unityshell/src/DashController.cpp (+351/-0) plugins/unityshell/src/DashController.h (+106/-0) plugins/unityshell/src/DashSearchBar.cpp (+391/-0) plugins/unityshell/src/DashSearchBar.h (+116/-0) plugins/unityshell/src/DashSearchBarSpinner.cpp (+238/-0) plugins/unityshell/src/DashSearchBarSpinner.h (+85/-0) plugins/unityshell/src/DashSettings.cpp (+92/-0) plugins/unityshell/src/DashSettings.h (+57/-0) plugins/unityshell/src/DashStyle.cpp (+1732/-0) plugins/unityshell/src/DashStyle.h (+136/-0) plugins/unityshell/src/DashView.cpp (+936/-0) plugins/unityshell/src/DashView.h (+140/-0) plugins/unityshell/src/DebugDBusInterface.cpp (+332/-0) plugins/unityshell/src/DebugDBusInterface.h (+56/-0) plugins/unityshell/src/DesktopLauncherIcon.cpp (+56/-0) plugins/unityshell/src/DesktopLauncherIcon.h (+44/-0) plugins/unityshell/src/DeviceLauncherIcon.cpp (+497/-0) plugins/unityshell/src/DeviceLauncherIcon.h (+75/-0) plugins/unityshell/src/DeviceLauncherSection.cpp (+151/-0) plugins/unityshell/src/DeviceLauncherSection.h (+76/-0) plugins/unityshell/src/DevicesSettings.cpp (+143/-0) plugins/unityshell/src/DevicesSettings.h (+74/-0) plugins/unityshell/src/DndData.cpp (+63/-0) plugins/unityshell/src/DndData.h (+71/-0) plugins/unityshell/src/ElapsedTimeMonitor.cpp (+46/-0) plugins/unityshell/src/ElapsedTimeMonitor.h (+47/-0) plugins/unityshell/src/FavoriteStore.cpp (+36/-0) plugins/unityshell/src/FavoriteStore.h (+68/-0) plugins/unityshell/src/FavoriteStoreGSettings.cpp (+308/-0) plugins/unityshell/src/FavoriteStoreGSettings.h (+63/-0) plugins/unityshell/src/FilterBar.cpp (+103/-0) plugins/unityshell/src/FilterBar.h (+60/-0) plugins/unityshell/src/FilterBasicButton.cpp (+160/-0) plugins/unityshell/src/FilterBasicButton.h (+63/-0) plugins/unityshell/src/FilterExpanderLabel.cpp (+136/-0) plugins/unityshell/src/FilterExpanderLabel.h (+67/-0) plugins/unityshell/src/FilterFactory.cpp (+87/-0) plugins/unityshell/src/FilterFactory.h (+37/-0) plugins/unityshell/src/FilterGenreButton.cpp (+79/-0) plugins/unityshell/src/FilterGenreButton.h (+53/-0) plugins/unityshell/src/FilterGenreWidget.cpp (+173/-0) plugins/unityshell/src/FilterGenreWidget.h (+76/-0) plugins/unityshell/src/FilterMultiRangeButton.cpp (+210/-0) plugins/unityshell/src/FilterMultiRangeButton.h (+88/-0) plugins/unityshell/src/FilterMultiRangeWidget.cpp (+204/-0) plugins/unityshell/src/FilterMultiRangeWidget.h (+74/-0) plugins/unityshell/src/FilterRatingsButton.cpp (+265/-0) plugins/unityshell/src/FilterRatingsButton.h (+77/-0) plugins/unityshell/src/FilterRatingsWidget.cpp (+123/-0) plugins/unityshell/src/FilterRatingsWidget.h (+72/-0) plugins/unityshell/src/FilterWidget.h (+42/-0) plugins/unityshell/src/FontSettings.cpp (+88/-0) plugins/unityshell/src/FontSettings.h (+43/-0) plugins/unityshell/src/GeisAdapter.cpp (+497/-0) plugins/unityshell/src/GeisAdapter.h (+177/-0) plugins/unityshell/src/GestureEngine.cpp (+296/-0) plugins/unityshell/src/GestureEngine.h (+70/-0) plugins/unityshell/src/HomeView.cpp (+252/-0) plugins/unityshell/src/HomeView.h (+93/-0) plugins/unityshell/src/IMTextEntry.cpp (+331/-0) plugins/unityshell/src/IMTextEntry.h (+84/-0) plugins/unityshell/src/IconLoader.cpp (+568/-0) plugins/unityshell/src/IconLoader.h (+75/-0) plugins/unityshell/src/IconRenderer.cpp (+1150/-0) plugins/unityshell/src/IconRenderer.h (+100/-0) plugins/unityshell/src/IconTexture.cpp (+251/-0) plugins/unityshell/src/IconTexture.h (+87/-0) plugins/unityshell/src/Introspectable.cpp (+79/-0) plugins/unityshell/src/Introspectable.h (+58/-0) plugins/unityshell/src/JSONParser.cpp (+190/-0) plugins/unityshell/src/JSONParser.h (+136/-0) plugins/unityshell/src/KeyboardUtil.cpp (+216/-0) plugins/unityshell/src/KeyboardUtil.h (+61/-0) plugins/unityshell/src/Launcher.cpp (+3292/-0) plugins/unityshell/src/Launcher.h (+506/-0) plugins/unityshell/src/LauncherController.cpp (+388/-0) plugins/unityshell/src/LauncherController.h (+98/-0) plugins/unityshell/src/LauncherDragWindow.cpp (+121/-0) plugins/unityshell/src/LauncherDragWindow.h (+58/-0) plugins/unityshell/src/LauncherEntryRemote.cpp (+433/-0) plugins/unityshell/src/LauncherEntryRemote.h (+103/-0) plugins/unityshell/src/LauncherEntryRemoteModel.cpp (+360/-0) plugins/unityshell/src/LauncherEntryRemoteModel.h (+71/-0) plugins/unityshell/src/LauncherHideMachine.cpp (+285/-0) plugins/unityshell/src/LauncherHideMachine.h (+98/-0) plugins/unityshell/src/LauncherHoverMachine.cpp (+128/-0) plugins/unityshell/src/LauncherHoverMachine.h (+68/-0) plugins/unityshell/src/LauncherIcon.cpp (+1161/-0) plugins/unityshell/src/LauncherIcon.h (+341/-0) plugins/unityshell/src/LauncherModel.cpp (+380/-0) plugins/unityshell/src/LauncherModel.h (+112/-0) plugins/unityshell/src/LayoutSystem.cpp (+281/-0) plugins/unityshell/src/LayoutSystem.h (+80/-0) plugins/unityshell/src/LensBar.cpp (+216/-0) plugins/unityshell/src/LensBar.h (+81/-0) plugins/unityshell/src/LensBarIcon.cpp (+91/-0) plugins/unityshell/src/LensBarIcon.h (+56/-0) plugins/unityshell/src/LensView.cpp (+430/-0) plugins/unityshell/src/LensView.h (+115/-0) plugins/unityshell/src/MockLauncherIcon.h (+263/-0) plugins/unityshell/src/Monitor.cpp (+41/-0) plugins/unityshell/src/Monitor.h (+43/-0) plugins/unityshell/src/PanelController.cpp (+260/-0) plugins/unityshell/src/PanelController.h (+67/-0) plugins/unityshell/src/PanelIndicatorEntryView.cpp (+631/-0) plugins/unityshell/src/PanelIndicatorEntryView.h (+106/-0) plugins/unityshell/src/PanelIndicatorsView.cpp (+354/-0) plugins/unityshell/src/PanelIndicatorsView.h (+99/-0) plugins/unityshell/src/PanelMenuView.cpp (+1488/-0) plugins/unityshell/src/PanelMenuView.h (+178/-0) plugins/unityshell/src/PanelStyle.cpp (+289/-0) plugins/unityshell/src/PanelStyle.h (+77/-0) plugins/unityshell/src/PanelTitlebarGrabAreaView.cpp (+137/-0) plugins/unityshell/src/PanelTitlebarGrabAreaView.h (+61/-0) plugins/unityshell/src/PanelTray.cpp (+278/-0) plugins/unityshell/src/PanelTray.h (+79/-0) plugins/unityshell/src/PanelView.cpp (+637/-0) plugins/unityshell/src/PanelView.h (+133/-0) plugins/unityshell/src/PlacesGroup.cpp (+406/-0) plugins/unityshell/src/PlacesGroup.h (+106/-0) plugins/unityshell/src/PlacesHomeView.cpp (+385/-0) plugins/unityshell/src/PlacesHomeView.h (+73/-0) plugins/unityshell/src/PlacesSimpleTile.cpp (+259/-0) plugins/unityshell/src/PlacesSimpleTile.h (+72/-0) plugins/unityshell/src/PlacesStyle.cpp (+328/-0) plugins/unityshell/src/PlacesStyle.h (+119/-0) plugins/unityshell/src/PlacesTile.cpp (+288/-0) plugins/unityshell/src/PlacesTile.h (+76/-0) plugins/unityshell/src/PlacesVScrollBar.cpp (+124/-0) plugins/unityshell/src/PlacesVScrollBar.h (+50/-0) plugins/unityshell/src/PluginAdapter.cpp (+1045/-0) plugins/unityshell/src/PluginAdapter.h (+185/-0) plugins/unityshell/src/PreviewApplications.cpp (+175/-0) plugins/unityshell/src/PreviewApplications.h (+58/-0) plugins/unityshell/src/PreviewBase.cpp (+87/-0) plugins/unityshell/src/PreviewBase.h (+53/-0) plugins/unityshell/src/PreviewBasicButton.cpp (+149/-0) plugins/unityshell/src/PreviewBasicButton.h (+59/-0) plugins/unityshell/src/PreviewGeneric.cpp (+157/-0) plugins/unityshell/src/PreviewGeneric.h (+55/-0) plugins/unityshell/src/PreviewMusic.cpp (+183/-0) plugins/unityshell/src/PreviewMusic.h (+55/-0) plugins/unityshell/src/PreviewMusicTrack.cpp (+170/-0) plugins/unityshell/src/PreviewMusicTrack.h (+55/-0) plugins/unityshell/src/PreviewMusicTrackWidget.cpp (+130/-0) plugins/unityshell/src/PreviewMusicTrackWidget.h (+67/-0) plugins/unityshell/src/QuicklistManager.cpp (+124/-0) plugins/unityshell/src/QuicklistManager.h (+54/-0) plugins/unityshell/src/QuicklistMenuItem.cpp (+416/-0) plugins/unityshell/src/QuicklistMenuItem.h (+145/-0) plugins/unityshell/src/QuicklistMenuItemCheckmark.cpp (+360/-0) plugins/unityshell/src/QuicklistMenuItemCheckmark.h (+62/-0) plugins/unityshell/src/QuicklistMenuItemLabel.cpp (+249/-0) plugins/unityshell/src/QuicklistMenuItemLabel.h (+62/-0) plugins/unityshell/src/QuicklistMenuItemRadio.cpp (+334/-0) plugins/unityshell/src/QuicklistMenuItemRadio.h (+63/-0) plugins/unityshell/src/QuicklistMenuItemSeparator.cpp (+177/-0) plugins/unityshell/src/QuicklistMenuItemSeparator.h (+67/-0) plugins/unityshell/src/QuicklistView.cpp (+1509/-0) plugins/unityshell/src/QuicklistView.h (+187/-0) plugins/unityshell/src/ResultRenderer.cpp (+64/-0) plugins/unityshell/src/ResultRenderer.h (+77/-0) plugins/unityshell/src/ResultRendererHorizontalTile.cpp (+274/-0) plugins/unityshell/src/ResultRendererHorizontalTile.h (+66/-0) plugins/unityshell/src/ResultRendererTile.cpp (+469/-0) plugins/unityshell/src/ResultRendererTile.h (+110/-0) plugins/unityshell/src/ResultView.cpp (+220/-0) plugins/unityshell/src/ResultView.h (+78/-0) plugins/unityshell/src/ResultViewGrid.cpp (+888/-0) plugins/unityshell/src/ResultViewGrid.h (+115/-0) plugins/unityshell/src/SimpleLauncherIcon.cpp (+137/-0) plugins/unityshell/src/SimpleLauncherIcon.h (+61/-0) plugins/unityshell/src/SpacerLauncherIcon.cpp (+37/-0) plugins/unityshell/src/SpacerLauncherIcon.h (+42/-0) plugins/unityshell/src/StartupNotifyService.cpp (+71/-0) plugins/unityshell/src/StartupNotifyService.h (+54/-0) plugins/unityshell/src/StaticCairoText.cpp (+513/-0) plugins/unityshell/src/StaticCairoText.h (+137/-0) plugins/unityshell/src/SwitcherController.cpp (+407/-0) plugins/unityshell/src/SwitcherController.h (+124/-0) plugins/unityshell/src/SwitcherModel.cpp (+231/-0) plugins/unityshell/src/SwitcherModel.h (+98/-0) plugins/unityshell/src/SwitcherView.cpp (+789/-0) plugins/unityshell/src/SwitcherView.h (+141/-0) plugins/unityshell/src/TextureCache.cpp (+106/-0) plugins/unityshell/src/TextureCache.h (+69/-0) plugins/unityshell/src/TimeUtil.h (+37/-0) plugins/unityshell/src/Timer.cpp (+50/-0) plugins/unityshell/src/Timer.h (+49/-0) plugins/unityshell/src/Tooltip.cpp (+674/-0) plugins/unityshell/src/Tooltip.h (+131/-0) plugins/unityshell/src/TrashLauncherIcon.cpp (+170/-0) plugins/unityshell/src/TrashLauncherIcon.h (+65/-0) plugins/unityshell/src/UBusMessages.h (+74/-0) plugins/unityshell/src/UBusWrapper.cpp (+75/-0) plugins/unityshell/src/UBusWrapper.h (+68/-0) plugins/unityshell/src/UScreen.cpp (+134/-0) plugins/unityshell/src/UScreen.h (+54/-0) plugins/unityshell/src/WindowButtons.cpp (+421/-0) plugins/unityshell/src/WindowButtons.h (+64/-0) plugins/unityshell/src/WindowManager.cpp (+243/-0) plugins/unityshell/src/WindowManager.h (+138/-0) plugins/unityshell/src/compizminimizedwindowhandler.h (+366/-0) plugins/unityshell/src/comptransientfor.cpp (+81/-0) plugins/unityshell/src/comptransientfor.h (+55/-0) plugins/unityshell/src/inputremover.cpp (+346/-0) plugins/unityshell/src/inputremover.h (+66/-0) plugins/unityshell/src/minimizedwindowhandler.cpp (+279/-0) plugins/unityshell/src/minimizedwindowhandler.h (+62/-0) plugins/unityshell/src/nux-area-accessible.cpp (+583/-0) plugins/unityshell/src/nux-area-accessible.h (+67/-0) plugins/unityshell/src/nux-base-window-accessible.cpp (+276/-0) plugins/unityshell/src/nux-base-window-accessible.h (+63/-0) plugins/unityshell/src/nux-layout-accessible.cpp (+219/-0) plugins/unityshell/src/nux-layout-accessible.h (+56/-0) plugins/unityshell/src/nux-object-accessible.cpp (+169/-0) plugins/unityshell/src/nux-object-accessible.h (+60/-0) plugins/unityshell/src/nux-view-accessible.cpp (+311/-0) plugins/unityshell/src/nux-view-accessible.h (+60/-0) plugins/unityshell/src/perf-logger.vala (+120/-0) plugins/unityshell/src/transientfor.cpp (+211/-0) plugins/unityshell/src/transientfor.h (+61/-0) plugins/unityshell/src/ubus-server.cpp (+393/-0) plugins/unityshell/src/ubus-server.h (+80/-0) plugins/unityshell/src/unity-launcher-accessible.cpp (+450/-0) plugins/unityshell/src/unity-launcher-accessible.h (+57/-0) plugins/unityshell/src/unity-launcher-icon-accessible.cpp (+445/-0) plugins/unityshell/src/unity-launcher-icon-accessible.h (+60/-0) plugins/unityshell/src/unity-panel-view-accessible.cpp (+117/-0) plugins/unityshell/src/unity-panel-view-accessible.h (+53/-0) plugins/unityshell/src/unity-places-view-accessible.cpp (+114/-0) plugins/unityshell/src/unity-places-view-accessible.h (+57/-0) plugins/unityshell/src/unity-root-accessible.cpp (+242/-0) plugins/unityshell/src/unity-root-accessible.h (+61/-0) plugins/unityshell/src/unity-search-bar-accessible.cpp (+134/-0) plugins/unityshell/src/unity-search-bar-accessible.h (+61/-0) plugins/unityshell/src/unity-util-accessible.cpp (+464/-0) plugins/unityshell/src/unity-util-accessible.h (+60/-0) plugins/unityshell/src/unitya11y.cpp (+374/-0) plugins/unityshell/src/unitya11y.h (+40/-0) plugins/unityshell/src/unitya11ytests.cpp (+329/-0) plugins/unityshell/src/unitya11ytests.h (+35/-0) plugins/unityshell/src/unityshell.cpp (+2680/-0) plugins/unityshell/src/unityshell.h (+417/-0) plugins/unityshell/unityshell.xml.in (+343/-0) po/LINGUAS (+31/-0) po/POTFILES.in (+23/-0) po/POTFILES.skip (+1/-0) po/ar.po (+124/-0) po/bg.po (+124/-0) po/cs.po (+125/-0) po/da.po (+125/-0) po/de.po (+125/-0) po/el.po (+125/-0) po/es.po (+125/-0) po/fi.po (+125/-0) po/fr.po (+125/-0) po/he.po (+125/-0) po/hi.po (+124/-0) po/hr.po (+126/-0) po/hu.po (+125/-0) po/it.po (+125/-0) po/ja.po (+125/-0) po/ko.po (+125/-0) po/nb.po (+125/-0) po/nl.po (+125/-0) po/pl.po (+126/-0) po/pt.po (+125/-0) po/pt_BR.po (+125/-0) po/ro.po (+126/-0) po/ru.po (+126/-0) po/sk.po (+125/-0) po/sl.po (+126/-0) po/sr.po (+126/-0) po/sv.po (+125/-0) po/th.po (+124/-0) po/tr.po (+125/-0) po/unity.pot (+120/-0) po/zh_CN.po (+124/-0) po/zh_TW.po (+124/-0) services/CMakeLists.txt (+56/-0) services/com.canonical.Unity.Panel.Service.service.cmake (+3/-0) services/panel-a11y.c (+156/-0) services/panel-a11y.h (+30/-0) services/panel-indicator-accessible.c (+386/-0) services/panel-indicator-accessible.h (+55/-0) services/panel-indicator-entry-accessible.c (+310/-0) services/panel-indicator-entry-accessible.h (+57/-0) services/panel-main.c (+402/-0) services/panel-marshal.list (+2/-0) services/panel-root-accessible.c (+151/-0) services/panel-root-accessible.h (+51/-0) services/panel-service.c (+1477/-0) services/panel-service.h (+113/-0) services/panel-util-accessible.c (+57/-0) services/panel-util-accessible.h (+51/-0) tests/CMakeLists.txt (+566/-0) tests/TestBGHash.cpp (+126/-0) tests/TestDashStyle.cpp (+220/-0) tests/TestFilterBar.cpp (+121/-0) tests/TestFilters.cpp (+131/-0) tests/TestKeyboardUtil.cpp (+81/-0) tests/TestLauncher.cpp (+89/-0) tests/TestPanel.cpp (+59/-0) tests/TestPlacesBackend.cpp (+167/-0) tests/TestPlacesGroup.cpp (+171/-0) tests/TestPlacesResults.cpp (+174/-0) tests/TestPlacesTiles.cpp (+122/-0) tests/TestPreviewApplications.cpp (+134/-0) tests/TestPreviewGeneric.cpp (+140/-0) tests/TestPreviewMusic.cpp (+139/-0) tests/TestResultView.cpp (+219/-0) tests/TestSwitcher.cpp (+302/-0) tests/data/lenses/applications/applications.lens (+9/-0) tests/data/lenses/files/files.lens (+9/-0) tests/data/lenses/invalid-lens-file/invalid-lens-file.lens (+4/-0) tests/data/lenses/invalid-lens-group/invalid-lens-group.lens (+10/-0) tests/data/lenses/social/social.lens (+7/-0) tests/data/update-manager.desktop (+10/-0) tests/standalone_dash.cpp (+121/-0) tests/test-get-transients/CMakeLists.txt (+24/-0) tests/test-get-transients/test-get-transients.cpp (+111/-0) tests/test-input-remover/CMakeLists.txt (+20/-0) tests/test-input-remover/test-input-remover.cpp (+224/-0) tests/test-minimize-window-handler/CMakeLists.txt (+25/-0) tests/test-minimize-window-handler/test-minimize-handler.cpp (+206/-0) tests/test_categories.cpp (+85/-0) tests/test_favorite_store_gsettings.cpp (+220/-0) tests/test_filesystem_lenses.cpp (+113/-0) tests/test_filter.cpp (+146/-0) tests/test_glib_signals.cpp (+367/-0) tests/test_glib_signals_utils.cpp (+102/-0) tests/test_glib_signals_utils.h (+46/-0) tests/test_glib_signals_utils_marshal.list (+6/-0) tests/test_indicator_entry.cpp (+207/-0) tests/test_lens.cpp (+534/-0) tests/test_main.cpp (+85/-0) tests/test_model.cpp (+104/-0) tests/test_ratings_filter.cpp (+79/-0) tests/test_results.cpp (+88/-0) tests/test_service_lens.c (+223/-0) tests/test_service_lens.h (+47/-0) tests/test_service_main.c (+94/-0) tests/test_service_model.c (+98/-0) tests/test_service_model.h (+48/-0) tests/test_texture_cache.cpp (+122/-0) tests/test_utils.h (+38/-0) tests/ui/EventFaker.cpp (+89/-0) tests/ui/EventFaker.h (+40/-0) tests/ui/TestQuicklist.cpp (+305/-0) tests/ui/TestQuicklistVisuals.cpp (+258/-0) tests/unit/TestMain.cpp (+84/-0) tests/unit/TestPanelService.cpp (+405/-0) tests/unit/TestQuicklistMenuitems.cpp (+238/-0) tests/unit/TestSwitcherModel.cpp (+108/-0) tests/unit/TestThreadHelper.h (+23/-0) tests/unit/TestUBus.cpp (+157/-0) tests/x11-window-read-transients.cpp (+76/-0) tests/x11-window-read-transients.h (+51/-0) tests/x11-window.cpp (+79/-0) tests/x11-window.h (+49/-0) tools/CMakeLists.txt (+9/-0) tools/apply_unity_formatting.sh (+18/-0) tools/astyle-formatter (+11/-0) tools/build-compiz-glib (+137/-0) tools/coding-guidelines (+15/-0) tools/makebootchart.py (+207/-0) tools/migrate_favorites.py (+292/-0) tools/unity.cmake (+221/-0) Conflict adding file AUTHOR-glue. Moved existing file to AUTHOR-glue.moved. Conflict adding file AUTHORS. Moved existing file to AUTHORS.moved. Conflict adding file CMakeLists.txt. Moved existing file to CMakeLists.txt.moved. Conflict adding file COPYING.LGPL. Moved existing file to COPYING.LGPL.moved. Conflict adding file COPYING. Moved existing file to COPYING.moved. Conflict adding file ChangeLog. Moved existing file to ChangeLog.moved. Conflict adding file Doxyfile.in. Moved existing file to Doxyfile.in.moved. Conflict adding file HACKING. Moved existing file to HACKING.moved. Conflict adding file INSTALL. Moved existing file to INSTALL.moved. Conflict adding file README. Moved existing file to README.moved. Conflict adding file UnityCore. Moved existing file to UnityCore.moved. Conflict adding file cmake. Moved existing file to cmake.moved. Conflict adding file com.canonical.Unity.gschema.xml. Moved existing file to com.canonical.Unity.gschema.xml.moved. Conflict adding file config.h.cmake. Moved existing file to config.h.cmake.moved. Conflict adding file doc. Moved existing file to doc.moved. Conflict adding file guides. Moved existing file to guides.moved. Conflict adding file plugins. Moved existing file to plugins.moved. Conflict adding file po. Moved existing file to po.moved. Conflict adding file services. Moved existing file to services.moved. Conflict adding file tests. Moved existing file to tests.moved. Conflict adding file tools. Moved existing file to tools.moved. |
To merge this branch: | bzr merge lp:~mial/ubuntu/oneiric/unity/bug-791810 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu branches | Pending | ||
Review via email: mp+80364@code.launchpad.net |
This proposal has been superseded by a proposal from 2011-12-06.
Commit message
Description of the change
This branch fixes Bug-791810. Compiz expose effect takes away the focus on a quicklist, i still don't know how and why it does that but i've placed a workaround in BamfLauncherIco
- 1726. By Alberto Gatto
-
Removed a g_warning() that was only for testing purpose
Sebastien Bacher (seb128) wrote : | # |
Alberto Gatto (mial) wrote : | # |
First of all thank you for replying, i've worked on the code branched from
lp:unity i don't know what's the difference between upstream code and the
unity packaging; if it helps i've modified the code of unity as it was
suggested to me by Andrea Azzarone (andyrock).
I can redo the work on a different branch... just tell me. Thank you again
for your time.
AG
2011/11/10 Sebastien Bacher <email address hidden>
> Thank you for your work, it seems you based the merge request on the wrong
> vcs though seeing the diff, did you work on the upstream code or the unity
> packaging?
> --
>
> https:/
> You are the owner of lp:~mial/ubuntu/oneiric/unity/bug-791810.
>
Sebastien Bacher (seb128) wrote : | # |
Sorry for the delay between two replies, do you think you could update the merge request to target the correct vcs? you submitted against the packaging one there
Alberto Gatto (mial) wrote : | # |
No problem at all... just point me to the right vcs if i'm not asking too
much, it would be of great help. I'll do the rest right now. Thanks again!
2011/11/24 Sebastien Bacher <email address hidden>
> Sorry for the delay between two replies, do you think you could update the
> merge request to target the correct vcs? you submitted against the
> packaging one there
> --
>
> https:/
> You are the owner of lp:~mial/ubuntu/oneiric/unity/bug-791810.
>
Chris Halse Rogers (raof) wrote : | # |
Hi. The target for this merge request would be lp:unity - the branch that you based your work on. It's not possible (as far as I'm aware) to change the target of an existing merge request, so I'll ask for this one to be closed.
Please resubmit this merge request against lp:unity. Thanks for your work, and sorry for the delay in replying.
Unmerged revisions
- 1726. By Alberto Gatto
-
Removed a g_warning() that was only for testing purpose
- 1725. By Alberto Gatto
- 1724. By Jason Smith
-
fix hardcoded values
- 1723. By Jason Smith
-
make it possible to manually change the unity shading color for testing purposes
- 1722. By Jay Taoko
-
Ported Unity to Nux 2.0
- The Button class in Nux no longer has properties. Refer to Nux API for more details on the signals and functions of that class
- ProcessEvent member functions have been removed (remnant of the former event architecture)
- Removed former Focus API
- ComputeLayout2 has been renamed ComputeContentSize
- 1721. By Andrea Azzarone <email address hidden>
- 1720. By Sam Spilsbury
-
Bug #863114: Cannot raise window from panel after minimize High Triaged
Bug #865890: compiz crashed with SIGSEGV in nux::BaseWindow::GetInputWindo wId() (when onboard is used) - 1719. By Gord Allott
-
fixes an issue with the panel service segfaulting on window change
- 1718. By Neil J. Patel
-
Fix tests for FilerMultirange
Widget - 1717. By Zaid Yeganeh
-
Lens range widgets do not function correctly
Preview Diff
1 | === added file '.bzrignore' |
2 | --- .bzrignore 1970-01-01 00:00:00 +0000 |
3 | +++ .bzrignore 2011-10-25 17:37:26 +0000 |
4 | @@ -0,0 +1,3 @@ |
5 | +build |
6 | +services/panel-marshal.c |
7 | +services/panel-marshal.h |
8 | |
9 | === added file 'AUTHOR-glue' |
10 | --- AUTHOR-glue 1970-01-01 00:00:00 +0000 |
11 | +++ AUTHOR-glue 2011-10-25 17:37:26 +0000 |
12 | @@ -0,0 +1,20 @@ |
13 | +s/Andrea Azzarone <.*@.*>/Andrea Azzarone <azzaronea@gmail.com>/ |
14 | +s/Andrea Azzarone azzaronea@gmail.com/Andrea Azzarone <azzaronea@gmail.com>/ |
15 | +s/Andrea Azzarone aazzarone@hotmail.it/Andrea Azzarone <azzaronea@gmail.com>/ |
16 | +s/Andrea Cimitan <.*@.*>/Andrea Cimitan <andrea.cimitan@canonical.com>/ |
17 | +s/Aurelien Gateau <.*@.*>/Aurélien Gâteau <aurelien.gateau@canonical.com>/ |
18 | +s/Chase Douglas <.*@.*>/Chase Douglas <chase.douglas@canonical.com>/ |
19 | +s/Chris Coulson <.*@.*>/Chris Coulson <chris.coulson@canonical.com>/ |
20 | +s/Daniel van Vugt <.*@.*>/Daniel van Vugt <vanvugt@gmail.com>/ |
21 | +s/Gord(on)? Allott <.*@.*>/Gordon Allott <gord.allott@canonical.com>/ |
22 | +s/Jason Smith <jason@hakimaki>/Jason Smith <jason.smith@canonical.com>/ |
23 | +s/Mikkel Kamstrup Erlandsen <.*@.*>/Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>/ |
24 | +s/Manuel Nicetto <.*@.*>/Manuel Nicetto <manuel.nicetto@gmail.com>/ |
25 | +s/Marius Gedminas <.*@.*>/Marius Gedminas <marius@gedmin.as>/ |
26 | +s/Mathieu Trudel-Lapierre <.*@.*>/Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>/ |
27 | +s/Mirco <.*@.*>/Mirco Müller <mirco.mueller@ubuntu.com>/ |
28 | +s/Mirco Müller <.*@.*>/Mirco Müller <mirco.mueller@ubuntu.com>/ |
29 | +s/macslow@bangang.de/Mirco Müller <mirco.mueller@ubuntu.com>/ |
30 | +s/njpatel/Neil Jagdish Patel <neil.patel@canonical.com>/ |
31 | +s/Neil Jagdish Patel <.*@.*>/Neil Jagdish Patel <neil.patel@canonical.com>/ |
32 | +s/Stefano Candori <stefano.candori@gmail.com/Stefano Candori <stefano.candori@gmail.com>/ |
33 | |
34 | === renamed file 'AUTHOR-glue' => 'AUTHOR-glue.moved' |
35 | === added file 'AUTHORS' |
36 | --- AUTHORS 1970-01-01 00:00:00 +0000 |
37 | +++ AUTHORS 2011-10-25 17:37:26 +0000 |
38 | @@ -0,0 +1,44 @@ |
39 | + Alejandro Piñeiro <apinheiro@igalia.com> |
40 | + Alex Launi <alex.launi@canonical.com> |
41 | + Andrea Azzarone |
42 | + Andrea Azzarone <azzaronea@gmail.com> |
43 | + Andrea Cimitan <andrea.cimitan@canonical.com> |
44 | + Aurélien Gâteau <aurelien.gateau@canonical.com> |
45 | + Bilal Akhtar <bilalakhtar@ubuntu.com> |
46 | + Brandon Schaefer <schbra02@evergreen.edu> |
47 | + Chris Coulson <chris.coulson@canonical.com> |
48 | + Daniel van Vugt <vanvugt@gmail.com> |
49 | + David Barth <david.barth@canonical.com> |
50 | + David Gomes <davidrafagomes@gmail.com> |
51 | + Didier Roche <didier.roche@canonical.com> |
52 | + Gordon Allott <gord.allott@canonical.com> |
53 | + Henri De Veene <henri.deveene@gmail.com> |
54 | + Jani Monoses <jani.monoses@canonical.com> |
55 | + Jani Monoses <jani@ubuntu.com> |
56 | + Jason Smith <jason.smith@canonical.com> |
57 | + jassmith@gmail.com |
58 | + Jay Taoko <jay.taoko@canonical.com> |
59 | + Loïc Molinari <loic.molinari@canonical.com> |
60 | + Marco Biscaro <marcobiscaro2112@gmail.com> |
61 | + Marco Biscaro <marcobiscaro2112@gmail.com>, Rick Spencer <rick.spencer@canonical.com> |
62 | + Marco Trevisan |
63 | + Marco Trevisan <mail@3v1n0.net> |
64 | + Marco Trevisan (Treviño) <mail@3v1n0.net> |
65 | + Marius Gedminas <marius@gedmin.as> |
66 | + Michael Terry <mike@mterry.name> |
67 | + Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> |
68 | + Mirco Müller <mirco.mueller@ubuntu.com> |
69 | + Mitsuya Shibata |
70 | + Neil Jagdish Patel <neil.patel@canonical.com> |
71 | + Nico van der Walt <nico@kimburu.co.za> |
72 | + Oliver Sauder <os@esite.ch> |
73 | + Omer Akram <om26er@ubuntu.com> |
74 | + Rafał Cieślak <rafalcieslak256@gmail.com> |
75 | + Robert Carr <racarr@canonical.com> |
76 | + Robert Carr <robert.carr@canonical.com> |
77 | + Rodrigo Moya <rodrigo.moya@canonical.com> |
78 | + Sam Spilsbury <sam.spilsbury@canonical.com> |
79 | + Sebastien Bacher <seb128@ubuntu.com> |
80 | + Ted Gould <ted@gould.cx> |
81 | + Tim Penhey <tim.penhey@canonical.com> |
82 | + Ubuntu <ubuntu@netbook> |
83 | |
84 | === renamed file 'AUTHORS' => 'AUTHORS.moved' |
85 | === added file 'CMakeLists.txt' |
86 | --- CMakeLists.txt 1970-01-01 00:00:00 +0000 |
87 | +++ CMakeLists.txt 2011-10-25 17:37:26 +0000 |
88 | @@ -0,0 +1,187 @@ |
89 | +project (unity) |
90 | +cmake_minimum_required(VERSION 2.8) |
91 | + |
92 | + |
93 | +include (cmake/Documentation.cmake) |
94 | + |
95 | +subdirs (doc services tests tools UnityCore guides) |
96 | + |
97 | +# |
98 | +# Base bits |
99 | +# |
100 | +set (PROJECT_NAME "unity") |
101 | +set (UNITY_MAJOR 4) |
102 | +set (UNITY_MINOR 22) |
103 | +set (UNITY_MICRO 0) |
104 | +set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") |
105 | +set (UNITY_API_VERSION "4.0") |
106 | + |
107 | +set (CMAKE_CXX_FLAGS "-DGNOME_DESKTOP_USE_UNSTABLE_API -std=c++0x -fno-permissive") |
108 | +set (CMAKE_CXX_FLAGS_DEBUG "-g3") |
109 | +set (CMAKE_CXX_FLAGS_RELEASE "") |
110 | + |
111 | +# |
112 | +# Niceties |
113 | +# |
114 | +set (ARCHIVE_NAME unity-${UNITY_VERSION}) |
115 | + |
116 | +add_custom_target (pre-distcheck |
117 | + COMMAND echo "" |
118 | + && echo "• Releasing Unity ${UNITY_VERSION}" |
119 | + && cd ${CMAKE_SOURCE_DIR} |
120 | + && echo "• Generating ChangeLog" |
121 | + && bzr log --gnu-changelog > ChangeLog |
122 | + && echo "• Generating AUTHORS" |
123 | + && bzr log --long --levels=0 | grep -e "^\\s*author:" -e "^\\s*committer:" | cut -d ":" -f 2 | sed -r -f AUTHOR-glue | sort -u > AUTHORS |
124 | + && echo "• Committing Release" |
125 | + && bzr commit -m"Release ${UNITY_VERSION}" --unchanged |
126 | + && echo "• Tagging Release" |
127 | + && bzr tag ${UNITY_VERSION} |
128 | + && echo "• Running Distcheck" |
129 | + ) |
130 | + |
131 | +add_custom_target (dist |
132 | + COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2 |
133 | + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} |
134 | + ) |
135 | +add_dependencies(dist pre-distcheck) |
136 | + |
137 | +add_custom_target (distcheck |
138 | + COMMAND cd ${CMAKE_BINARY_DIR} |
139 | + && rm -rf ${ARCHIVE_NAME} |
140 | + && tar xf ${ARCHIVE_NAME}.tar.bz2 |
141 | + && mkdir ${ARCHIVE_NAME}/build |
142 | + && cd ${ARCHIVE_NAME}/build |
143 | + && cmake -DCMAKE_INSTALL_PREFIX=../install -DGSETTINGS_LOCALINSTALL=ON .. -DCMAKE_MODULE_PATH=/usr/share/cmake |
144 | + && make -j4 |
145 | + && make -j4 install |
146 | + && make check |
147 | + ) |
148 | +add_dependencies(distcheck dist) |
149 | + |
150 | +add_custom_target (post-distcheck |
151 | + COMMAND echo "• Signing Tarball" |
152 | + && gpg --armor --sign --detach-sig ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2 |
153 | + && echo "• Pushing Branch" |
154 | + && bzr push |
155 | + && echo "• Publishing Tarball" |
156 | + && lp-project-upload unity ${UNITY_VERSION} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2 |
157 | + && echo "" |
158 | + && echo "• Unity ${UNITY_VERSION} Released." |
159 | + ) |
160 | +add_dependencies(post-distcheck distcheck) |
161 | + |
162 | +add_custom_target (release) |
163 | +add_dependencies (release post-distcheck) |
164 | + |
165 | +# |
166 | +# config.h |
167 | +# |
168 | +set (PREFIXDIR "${CMAKE_INSTALL_PREFIX}") |
169 | +set (DATADIR "${CMAKE_INSTALL_PREFIX}/share") |
170 | +set (PKGDATADIR "${DATADIR}/unity/${UNITY_MAJOR}") |
171 | +set (GETTEXT_PACKAGE "unity") |
172 | +set (LOCALE_DIR "${DATADIR}/locale") |
173 | +set (VERSION "${UNITY_VERSION}") |
174 | +set (BUILDDIR "${CMAKE_BINARY_DIR}") |
175 | + |
176 | +configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h) |
177 | + |
178 | +# |
179 | +# i18n |
180 | +# |
181 | +find_package (Gettext REQUIRED) |
182 | + |
183 | +add_custom_command (OUTPUT ${CMAKE_SOURCE_DIR}/po/unity.pot |
184 | + COMMAND xgettext -c --files-from ${CMAKE_SOURCE_DIR}/po/POTFILES.in --keyword=_ -o ${CMAKE_SOURCE_DIR}/po/unity.pot --copyright-holder="Canonical Ltd" --msgid-bugs-address="ayatana-dev@lists.launchpad.net" --no-wrap --no-location |
185 | + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} |
186 | + ) |
187 | + |
188 | +if (${GETTEXT_FOUND} STREQUAL "TRUE") |
189 | + set (HAVE_GETTEXT true) |
190 | + file (GLOB _translations ${CMAKE_SOURCE_DIR}/po/*.po) |
191 | + GETTEXT_CREATE_TRANSLATIONS (${CMAKE_SOURCE_DIR}/po/${PROJECT_NAME}.pot |
192 | + ALL ${_translations}) |
193 | +endif (${GETTEXT_FOUND} STREQUAL "TRUE") |
194 | + |
195 | +# |
196 | +# Enable or disable boot logging |
197 | +# |
198 | +option (BOOT_LOGGER "Enable startup performance logging" OFF) |
199 | +if (BOOT_LOGGER) |
200 | + SET (BOOT_LOGGER_FLAG "-DENABLE_LOGGER") |
201 | +endif (BOOT_LOGGER) |
202 | + |
203 | +SET (MAINTAINER_CFLAGS "-Werror -Wall -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self -Warray-bounds") |
204 | +option (DISABLE_MAINTAINER_CFLAGS "Disable maintainer CFlags" OFF) |
205 | +if (DISABLE_MAINTAINER_CFLAGS) |
206 | + SET (MAINTAINER_CFLAGS "") |
207 | +endif (DISABLE_MAINTAINER_CFLAGS) |
208 | + |
209 | +# |
210 | +# Compiz Plugins |
211 | +# |
212 | +set (UNITY_PLUGIN_DEPS "compiz;nux-1.0 >= 1.2.2;libbamf3;dee-1.0;gio-2.0;gio-unix-2.0;dbusmenu-glib-0.4;x11;libstartup-notification-1.0;gthread-2.0;indicator3-0.4;atk;unity-misc >= 0.4.0;gconf-2.0;libutouch-geis;gtk+-3.0 >= 3.1;sigc++-2.0;json-glib-1.0;libnotify;gnome-desktop-3.0;gdu") |
213 | + |
214 | + |
215 | +find_package (Compiz REQUIRED) |
216 | +include (CompizPlugin) |
217 | + |
218 | +compiz_add_plugins_in_folder ("${CMAKE_SOURCE_DIR}/plugins/") |
219 | + |
220 | +# |
221 | +# GSettings Schema |
222 | +# |
223 | +SET (UNITY_SCHEMAS "com.canonical.Unity.gschema.xml") |
224 | + |
225 | +# Have an option to not install the schema into where GLib is |
226 | +option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" OFF) |
227 | +if (GSETTINGS_LOCALINSTALL) |
228 | + SET (GSETTINGS_DIR "${CMAKE_INSTALL_PREFIX}/share/glib-2.0/schemas/") |
229 | +else (GSETTINGS_LOCALINSTALL) |
230 | + execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} glib-2.0 --variable prefix OUTPUT_VARIABLE _glib_prefix OUTPUT_STRIP_TRAILING_WHITESPACE) |
231 | + SET (GSETTINGS_DIR "${_glib_prefix}/share/glib-2.0/schemas/") |
232 | +endif (GSETTINGS_LOCALINSTALL) |
233 | + |
234 | +# Run the validator and error if it fails |
235 | +execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compile_schemas OUTPUT_VARIABLE _glib_comple_schemas OUTPUT_STRIP_TRAILING_WHITESPACE) |
236 | +execute_process (COMMAND ${_glib_comple_schemas} --dry-run --schema-file=${CMAKE_CURRENT_SOURCE_DIR}/${UNITY_SCHEMAS} ERROR_VARIABLE _schemas_invalid OUTPUT_STRIP_TRAILING_WHITESPACE) |
237 | + |
238 | +if (_schemas_invalid) |
239 | + message (SEND_ERROR "Schema validation error: ${_schemas_invalid}") |
240 | +endif (_schemas_invalid) |
241 | + |
242 | +# Actually install and recomple schemas |
243 | +message (STATUS "GSettings schemas will be installed into ${GSETTINGS_DIR}") |
244 | +install (FILES ${UNITY_SCHEMAS} DESTINATION ${GSETTINGS_DIR} OPTIONAL) |
245 | +install (CODE "message (STATUS \"Compiling GSettings schemas\")") |
246 | +install (CODE "execute_process (COMMAND ${_glib_comple_schemas} ${GSETTINGS_DIR})") |
247 | + |
248 | +# For testing |
249 | +configure_file (${CMAKE_SOURCE_DIR}/${UNITY_SCHEMAS} ${CMAKE_BINARY_DIR}/settings/${UNITY_SCHEMAS}) |
250 | +execute_process (COMMAND ${_glib_comple_schemas} ${CMAKE_BINARY_DIR}/settings) |
251 | + |
252 | +# |
253 | +# docs |
254 | +# |
255 | + |
256 | +# check if doxygen is even installed |
257 | +find_package(Doxygen) |
258 | +if (DOXYGEN_FOUND STREQUAL "NO") |
259 | + message("Doxygen not found. Documentation will not be built") |
260 | +endif (DOXYGEN_FOUND STREQUAL "NO") |
261 | + |
262 | +if (DOXYGEN_FOUND STREQUAL "YES") |
263 | + set(TOP_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}) |
264 | + |
265 | + # prepare doxygen configuration file |
266 | + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) |
267 | + |
268 | + # add doxygen as target |
269 | + add_custom_target(doxygen ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) |
270 | + |
271 | + # cleanup $build/api-doc on "make clean" |
272 | + set_property(DIRECTORY APPEND PROPERTY |
273 | + ADDITIONAL_MAKE_CLEAN_FILES api-doc) |
274 | + |
275 | +endif (DOXYGEN_FOUND STREQUAL "YES") |
276 | |
277 | === renamed file 'CMakeLists.txt' => 'CMakeLists.txt.moved' |
278 | === added file 'COPYING' |
279 | --- COPYING 1970-01-01 00:00:00 +0000 |
280 | +++ COPYING 2011-10-25 17:37:26 +0000 |
281 | @@ -0,0 +1,676 @@ |
282 | + |
283 | + GNU GENERAL PUBLIC LICENSE |
284 | + Version 3, 29 June 2007 |
285 | + |
286 | + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
287 | + Everyone is permitted to copy and distribute verbatim copies |
288 | + of this license document, but changing it is not allowed. |
289 | + |
290 | + Preamble |
291 | + |
292 | + The GNU General Public License is a free, copyleft license for |
293 | +software and other kinds of works. |
294 | + |
295 | + The licenses for most software and other practical works are designed |
296 | +to take away your freedom to share and change the works. By contrast, |
297 | +the GNU General Public License is intended to guarantee your freedom to |
298 | +share and change all versions of a program--to make sure it remains free |
299 | +software for all its users. We, the Free Software Foundation, use the |
300 | +GNU General Public License for most of our software; it applies also to |
301 | +any other work released this way by its authors. You can apply it to |
302 | +your programs, too. |
303 | + |
304 | + When we speak of free software, we are referring to freedom, not |
305 | +price. Our General Public Licenses are designed to make sure that you |
306 | +have the freedom to distribute copies of free software (and charge for |
307 | +them if you wish), that you receive source code or can get it if you |
308 | +want it, that you can change the software or use pieces of it in new |
309 | +free programs, and that you know you can do these things. |
310 | + |
311 | + To protect your rights, we need to prevent others from denying you |
312 | +these rights or asking you to surrender the rights. Therefore, you have |
313 | +certain responsibilities if you distribute copies of the software, or if |
314 | +you modify it: responsibilities to respect the freedom of others. |
315 | + |
316 | + For example, if you distribute copies of such a program, whether |
317 | +gratis or for a fee, you must pass on to the recipients the same |
318 | +freedoms that you received. You must make sure that they, too, receive |
319 | +or can get the source code. And you must show them these terms so they |
320 | +know their rights. |
321 | + |
322 | + Developers that use the GNU GPL protect your rights with two steps: |
323 | +(1) assert copyright on the software, and (2) offer you this License |
324 | +giving you legal permission to copy, distribute and/or modify it. |
325 | + |
326 | + For the developers' and authors' protection, the GPL clearly explains |
327 | +that there is no warranty for this free software. For both users' and |
328 | +authors' sake, the GPL requires that modified versions be marked as |
329 | +changed, so that their problems will not be attributed erroneously to |
330 | +authors of previous versions. |
331 | + |
332 | + Some devices are designed to deny users access to install or run |
333 | +modified versions of the software inside them, although the manufacturer |
334 | +can do so. This is fundamentally incompatible with the aim of |
335 | +protecting users' freedom to change the software. The systematic |
336 | +pattern of such abuse occurs in the area of products for individuals to |
337 | +use, which is precisely where it is most unacceptable. Therefore, we |
338 | +have designed this version of the GPL to prohibit the practice for those |
339 | +products. If such problems arise substantially in other domains, we |
340 | +stand ready to extend this provision to those domains in future versions |
341 | +of the GPL, as needed to protect the freedom of users. |
342 | + |
343 | + Finally, every program is threatened constantly by software patents. |
344 | +States should not allow patents to restrict development and use of |
345 | +software on general-purpose computers, but in those that do, we wish to |
346 | +avoid the special danger that patents applied to a free program could |
347 | +make it effectively proprietary. To prevent this, the GPL assures that |
348 | +patents cannot be used to render the program non-free. |
349 | + |
350 | + The precise terms and conditions for copying, distribution and |
351 | +modification follow. |
352 | + |
353 | + TERMS AND CONDITIONS |
354 | + |
355 | + 0. Definitions. |
356 | + |
357 | + "This License" refers to version 3 of the GNU General Public License. |
358 | + |
359 | + "Copyright" also means copyright-like laws that apply to other kinds of |
360 | +works, such as semiconductor masks. |
361 | + |
362 | + "The Program" refers to any copyrightable work licensed under this |
363 | +License. Each licensee is addressed as "you". "Licensees" and |
364 | +"recipients" may be individuals or organizations. |
365 | + |
366 | + To "modify" a work means to copy from or adapt all or part of the work |
367 | +in a fashion requiring copyright permission, other than the making of an |
368 | +exact copy. The resulting work is called a "modified version" of the |
369 | +earlier work or a work "based on" the earlier work. |
370 | + |
371 | + A "covered work" means either the unmodified Program or a work based |
372 | +on the Program. |
373 | + |
374 | + To "propagate" a work means to do anything with it that, without |
375 | +permission, would make you directly or secondarily liable for |
376 | +infringement under applicable copyright law, except executing it on a |
377 | +computer or modifying a private copy. Propagation includes copying, |
378 | +distribution (with or without modification), making available to the |
379 | +public, and in some countries other activities as well. |
380 | + |
381 | + To "convey" a work means any kind of propagation that enables other |
382 | +parties to make or receive copies. Mere interaction with a user through |
383 | +a computer network, with no transfer of a copy, is not conveying. |
384 | + |
385 | + An interactive user interface displays "Appropriate Legal Notices" |
386 | +to the extent that it includes a convenient and prominently visible |
387 | +feature that (1) displays an appropriate copyright notice, and (2) |
388 | +tells the user that there is no warranty for the work (except to the |
389 | +extent that warranties are provided), that licensees may convey the |
390 | +work under this License, and how to view a copy of this License. If |
391 | +the interface presents a list of user commands or options, such as a |
392 | +menu, a prominent item in the list meets this criterion. |
393 | + |
394 | + 1. Source Code. |
395 | + |
396 | + The "source code" for a work means the preferred form of the work |
397 | +for making modifications to it. "Object code" means any non-source |
398 | +form of a work. |
399 | + |
400 | + A "Standard Interface" means an interface that either is an official |
401 | +standard defined by a recognized standards body, or, in the case of |
402 | +interfaces specified for a particular programming language, one that |
403 | +is widely used among developers working in that language. |
404 | + |
405 | + The "System Libraries" of an executable work include anything, other |
406 | +than the work as a whole, that (a) is included in the normal form of |
407 | +packaging a Major Component, but which is not part of that Major |
408 | +Component, and (b) serves only to enable use of the work with that |
409 | +Major Component, or to implement a Standard Interface for which an |
410 | +implementation is available to the public in source code form. A |
411 | +"Major Component", in this context, means a major essential component |
412 | +(kernel, window system, and so on) of the specific operating system |
413 | +(if any) on which the executable work runs, or a compiler used to |
414 | +produce the work, or an object code interpreter used to run it. |
415 | + |
416 | + The "Corresponding Source" for a work in object code form means all |
417 | +the source code needed to generate, install, and (for an executable |
418 | +work) run the object code and to modify the work, including scripts to |
419 | +control those activities. However, it does not include the work's |
420 | +System Libraries, or general-purpose tools or generally available free |
421 | +programs which are used unmodified in performing those activities but |
422 | +which are not part of the work. For example, Corresponding Source |
423 | +includes interface definition files associated with source files for |
424 | +the work, and the source code for shared libraries and dynamically |
425 | +linked subprograms that the work is specifically designed to require, |
426 | +such as by intimate data communication or control flow between those |
427 | +subprograms and other parts of the work. |
428 | + |
429 | + The Corresponding Source need not include anything that users |
430 | +can regenerate automatically from other parts of the Corresponding |
431 | +Source. |
432 | + |
433 | + The Corresponding Source for a work in source code form is that |
434 | +same work. |
435 | + |
436 | + 2. Basic Permissions. |
437 | + |
438 | + All rights granted under this License are granted for the term of |
439 | +copyright on the Program, and are irrevocable provided the stated |
440 | +conditions are met. This License explicitly affirms your unlimited |
441 | +permission to run the unmodified Program. The output from running a |
442 | +covered work is covered by this License only if the output, given its |
443 | +content, constitutes a covered work. This License acknowledges your |
444 | +rights of fair use or other equivalent, as provided by copyright law. |
445 | + |
446 | + You may make, run and propagate covered works that you do not |
447 | +convey, without conditions so long as your license otherwise remains |
448 | +in force. You may convey covered works to others for the sole purpose |
449 | +of having them make modifications exclusively for you, or provide you |
450 | +with facilities for running those works, provided that you comply with |
451 | +the terms of this License in conveying all material for which you do |
452 | +not control copyright. Those thus making or running the covered works |
453 | +for you must do so exclusively on your behalf, under your direction |
454 | +and control, on terms that prohibit them from making any copies of |
455 | +your copyrighted material outside their relationship with you. |
456 | + |
457 | + Conveying under any other circumstances is permitted solely under |
458 | +the conditions stated below. Sublicensing is not allowed; section 10 |
459 | +makes it unnecessary. |
460 | + |
461 | + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
462 | + |
463 | + No covered work shall be deemed part of an effective technological |
464 | +measure under any applicable law fulfilling obligations under article |
465 | +11 of the WIPO copyright treaty adopted on 20 December 1996, or |
466 | +similar laws prohibiting or restricting circumvention of such |
467 | +measures. |
468 | + |
469 | + When you convey a covered work, you waive any legal power to forbid |
470 | +circumvention of technological measures to the extent such circumvention |
471 | +is effected by exercising rights under this License with respect to |
472 | +the covered work, and you disclaim any intention to limit operation or |
473 | +modification of the work as a means of enforcing, against the work's |
474 | +users, your or third parties' legal rights to forbid circumvention of |
475 | +technological measures. |
476 | + |
477 | + 4. Conveying Verbatim Copies. |
478 | + |
479 | + You may convey verbatim copies of the Program's source code as you |
480 | +receive it, in any medium, provided that you conspicuously and |
481 | +appropriately publish on each copy an appropriate copyright notice; |
482 | +keep intact all notices stating that this License and any |
483 | +non-permissive terms added in accord with section 7 apply to the code; |
484 | +keep intact all notices of the absence of any warranty; and give all |
485 | +recipients a copy of this License along with the Program. |
486 | + |
487 | + You may charge any price or no price for each copy that you convey, |
488 | +and you may offer support or warranty protection for a fee. |
489 | + |
490 | + 5. Conveying Modified Source Versions. |
491 | + |
492 | + You may convey a work based on the Program, or the modifications to |
493 | +produce it from the Program, in the form of source code under the |
494 | +terms of section 4, provided that you also meet all of these conditions: |
495 | + |
496 | + a) The work must carry prominent notices stating that you modified |
497 | + it, and giving a relevant date. |
498 | + |
499 | + b) The work must carry prominent notices stating that it is |
500 | + released under this License and any conditions added under section |
501 | + 7. This requirement modifies the requirement in section 4 to |
502 | + "keep intact all notices". |
503 | + |
504 | + c) You must license the entire work, as a whole, under this |
505 | + License to anyone who comes into possession of a copy. This |
506 | + License will therefore apply, along with any applicable section 7 |
507 | + additional terms, to the whole of the work, and all its parts, |
508 | + regardless of how they are packaged. This License gives no |
509 | + permission to license the work in any other way, but it does not |
510 | + invalidate such permission if you have separately received it. |
511 | + |
512 | + d) If the work has interactive user interfaces, each must display |
513 | + Appropriate Legal Notices; however, if the Program has interactive |
514 | + interfaces that do not display Appropriate Legal Notices, your |
515 | + work need not make them do so. |
516 | + |
517 | + A compilation of a covered work with other separate and independent |
518 | +works, which are not by their nature extensions of the covered work, |
519 | +and which are not combined with it such as to form a larger program, |
520 | +in or on a volume of a storage or distribution medium, is called an |
521 | +"aggregate" if the compilation and its resulting copyright are not |
522 | +used to limit the access or legal rights of the compilation's users |
523 | +beyond what the individual works permit. Inclusion of a covered work |
524 | +in an aggregate does not cause this License to apply to the other |
525 | +parts of the aggregate. |
526 | + |
527 | + 6. Conveying Non-Source Forms. |
528 | + |
529 | + You may convey a covered work in object code form under the terms |
530 | +of sections 4 and 5, provided that you also convey the |
531 | +machine-readable Corresponding Source under the terms of this License, |
532 | +in one of these ways: |
533 | + |
534 | + a) Convey the object code in, or embodied in, a physical product |
535 | + (including a physical distribution medium), accompanied by the |
536 | + Corresponding Source fixed on a durable physical medium |
537 | + customarily used for software interchange. |
538 | + |
539 | + b) Convey the object code in, or embodied in, a physical product |
540 | + (including a physical distribution medium), accompanied by a |
541 | + written offer, valid for at least three years and valid for as |
542 | + long as you offer spare parts or customer support for that product |
543 | + model, to give anyone who possesses the object code either (1) a |
544 | + copy of the Corresponding Source for all the software in the |
545 | + product that is covered by this License, on a durable physical |
546 | + medium customarily used for software interchange, for a price no |
547 | + more than your reasonable cost of physically performing this |
548 | + conveying of source, or (2) access to copy the |
549 | + Corresponding Source from a network server at no charge. |
550 | + |
551 | + c) Convey individual copies of the object code with a copy of the |
552 | + written offer to provide the Corresponding Source. This |
553 | + alternative is allowed only occasionally and noncommercially, and |
554 | + only if you received the object code with such an offer, in accord |
555 | + with subsection 6b. |
556 | + |
557 | + d) Convey the object code by offering access from a designated |
558 | + place (gratis or for a charge), and offer equivalent access to the |
559 | + Corresponding Source in the same way through the same place at no |
560 | + further charge. You need not require recipients to copy the |
561 | + Corresponding Source along with the object code. If the place to |
562 | + copy the object code is a network server, the Corresponding Source |
563 | + may be on a different server (operated by you or a third party) |
564 | + that supports equivalent copying facilities, provided you maintain |
565 | + clear directions next to the object code saying where to find the |
566 | + Corresponding Source. Regardless of what server hosts the |
567 | + Corresponding Source, you remain obligated to ensure that it is |
568 | + available for as long as needed to satisfy these requirements. |
569 | + |
570 | + e) Convey the object code using peer-to-peer transmission, provided |
571 | + you inform other peers where the object code and Corresponding |
572 | + Source of the work are being offered to the general public at no |
573 | + charge under subsection 6d. |
574 | + |
575 | + A separable portion of the object code, whose source code is excluded |
576 | +from the Corresponding Source as a System Library, need not be |
577 | +included in conveying the object code work. |
578 | + |
579 | + A "User Product" is either (1) a "consumer product", which means any |
580 | +tangible personal property which is normally used for personal, family, |
581 | +or household purposes, or (2) anything designed or sold for incorporation |
582 | +into a dwelling. In determining whether a product is a consumer product, |
583 | +doubtful cases shall be resolved in favor of coverage. For a particular |
584 | +product received by a particular user, "normally used" refers to a |
585 | +typical or common use of that class of product, regardless of the status |
586 | +of the particular user or of the way in which the particular user |
587 | +actually uses, or expects or is expected to use, the product. A product |
588 | +is a consumer product regardless of whether the product has substantial |
589 | +commercial, industrial or non-consumer uses, unless such uses represent |
590 | +the only significant mode of use of the product. |
591 | + |
592 | + "Installation Information" for a User Product means any methods, |
593 | +procedures, authorization keys, or other information required to install |
594 | +and execute modified versions of a covered work in that User Product from |
595 | +a modified version of its Corresponding Source. The information must |
596 | +suffice to ensure that the continued functioning of the modified object |
597 | +code is in no case prevented or interfered with solely because |
598 | +modification has been made. |
599 | + |
600 | + If you convey an object code work under this section in, or with, or |
601 | +specifically for use in, a User Product, and the conveying occurs as |
602 | +part of a transaction in which the right of possession and use of the |
603 | +User Product is transferred to the recipient in perpetuity or for a |
604 | +fixed term (regardless of how the transaction is characterized), the |
605 | +Corresponding Source conveyed under this section must be accompanied |
606 | +by the Installation Information. But this requirement does not apply |
607 | +if neither you nor any third party retains the ability to install |
608 | +modified object code on the User Product (for example, the work has |
609 | +been installed in ROM). |
610 | + |
611 | + The requirement to provide Installation Information does not include a |
612 | +requirement to continue to provide support service, warranty, or updates |
613 | +for a work that has been modified or installed by the recipient, or for |
614 | +the User Product in which it has been modified or installed. Access to a |
615 | +network may be denied when the modification itself materially and |
616 | +adversely affects the operation of the network or violates the rules and |
617 | +protocols for communication across the network. |
618 | + |
619 | + Corresponding Source conveyed, and Installation Information provided, |
620 | +in accord with this section must be in a format that is publicly |
621 | +documented (and with an implementation available to the public in |
622 | +source code form), and must require no special password or key for |
623 | +unpacking, reading or copying. |
624 | + |
625 | + 7. Additional Terms. |
626 | + |
627 | + "Additional permissions" are terms that supplement the terms of this |
628 | +License by making exceptions from one or more of its conditions. |
629 | +Additional permissions that are applicable to the entire Program shall |
630 | +be treated as though they were included in this License, to the extent |
631 | +that they are valid under applicable law. If additional permissions |
632 | +apply only to part of the Program, that part may be used separately |
633 | +under those permissions, but the entire Program remains governed by |
634 | +this License without regard to the additional permissions. |
635 | + |
636 | + When you convey a copy of a covered work, you may at your option |
637 | +remove any additional permissions from that copy, or from any part of |
638 | +it. (Additional permissions may be written to require their own |
639 | +removal in certain cases when you modify the work.) You may place |
640 | +additional permissions on material, added by you to a covered work, |
641 | +for which you have or can give appropriate copyright permission. |
642 | + |
643 | + Notwithstanding any other provision of this License, for material you |
644 | +add to a covered work, you may (if authorized by the copyright holders of |
645 | +that material) supplement the terms of this License with terms: |
646 | + |
647 | + a) Disclaiming warranty or limiting liability differently from the |
648 | + terms of sections 15 and 16 of this License; or |
649 | + |
650 | + b) Requiring preservation of specified reasonable legal notices or |
651 | + author attributions in that material or in the Appropriate Legal |
652 | + Notices displayed by works containing it; or |
653 | + |
654 | + c) Prohibiting misrepresentation of the origin of that material, or |
655 | + requiring that modified versions of such material be marked in |
656 | + reasonable ways as different from the original version; or |
657 | + |
658 | + d) Limiting the use for publicity purposes of names of licensors or |
659 | + authors of the material; or |
660 | + |
661 | + e) Declining to grant rights under trademark law for use of some |
662 | + trade names, trademarks, or service marks; or |
663 | + |
664 | + f) Requiring indemnification of licensors and authors of that |
665 | + material by anyone who conveys the material (or modified versions of |
666 | + it) with contractual assumptions of liability to the recipient, for |
667 | + any liability that these contractual assumptions directly impose on |
668 | + those licensors and authors. |
669 | + |
670 | + All other non-permissive additional terms are considered "further |
671 | +restrictions" within the meaning of section 10. If the Program as you |
672 | +received it, or any part of it, contains a notice stating that it is |
673 | +governed by this License along with a term that is a further |
674 | +restriction, you may remove that term. If a license document contains |
675 | +a further restriction but permits relicensing or conveying under this |
676 | +License, you may add to a covered work material governed by the terms |
677 | +of that license document, provided that the further restriction does |
678 | +not survive such relicensing or conveying. |
679 | + |
680 | + If you add terms to a covered work in accord with this section, you |
681 | +must place, in the relevant source files, a statement of the |
682 | +additional terms that apply to those files, or a notice indicating |
683 | +where to find the applicable terms. |
684 | + |
685 | + Additional terms, permissive or non-permissive, may be stated in the |
686 | +form of a separately written license, or stated as exceptions; |
687 | +the above requirements apply either way. |
688 | + |
689 | + 8. Termination. |
690 | + |
691 | + You may not propagate or modify a covered work except as expressly |
692 | +provided under this License. Any attempt otherwise to propagate or |
693 | +modify it is void, and will automatically terminate your rights under |
694 | +this License (including any patent licenses granted under the third |
695 | +paragraph of section 11). |
696 | + |
697 | + However, if you cease all violation of this License, then your |
698 | +license from a particular copyright holder is reinstated (a) |
699 | +provisionally, unless and until the copyright holder explicitly and |
700 | +finally terminates your license, and (b) permanently, if the copyright |
701 | +holder fails to notify you of the violation by some reasonable means |
702 | +prior to 60 days after the cessation. |
703 | + |
704 | + Moreover, your license from a particular copyright holder is |
705 | +reinstated permanently if the copyright holder notifies you of the |
706 | +violation by some reasonable means, this is the first time you have |
707 | +received notice of violation of this License (for any work) from that |
708 | +copyright holder, and you cure the violation prior to 30 days after |
709 | +your receipt of the notice. |
710 | + |
711 | + Termination of your rights under this section does not terminate the |
712 | +licenses of parties who have received copies or rights from you under |
713 | +this License. If your rights have been terminated and not permanently |
714 | +reinstated, you do not qualify to receive new licenses for the same |
715 | +material under section 10. |
716 | + |
717 | + 9. Acceptance Not Required for Having Copies. |
718 | + |
719 | + You are not required to accept this License in order to receive or |
720 | +run a copy of the Program. Ancillary propagation of a covered work |
721 | +occurring solely as a consequence of using peer-to-peer transmission |
722 | +to receive a copy likewise does not require acceptance. However, |
723 | +nothing other than this License grants you permission to propagate or |
724 | +modify any covered work. These actions infringe copyright if you do |
725 | +not accept this License. Therefore, by modifying or propagating a |
726 | +covered work, you indicate your acceptance of this License to do so. |
727 | + |
728 | + 10. Automatic Licensing of Downstream Recipients. |
729 | + |
730 | + Each time you convey a covered work, the recipient automatically |
731 | +receives a license from the original licensors, to run, modify and |
732 | +propagate that work, subject to this License. You are not responsible |
733 | +for enforcing compliance by third parties with this License. |
734 | + |
735 | + An "entity transaction" is a transaction transferring control of an |
736 | +organization, or substantially all assets of one, or subdividing an |
737 | +organization, or merging organizations. If propagation of a covered |
738 | +work results from an entity transaction, each party to that |
739 | +transaction who receives a copy of the work also receives whatever |
740 | +licenses to the work the party's predecessor in interest had or could |
741 | +give under the previous paragraph, plus a right to possession of the |
742 | +Corresponding Source of the work from the predecessor in interest, if |
743 | +the predecessor has it or can get it with reasonable efforts. |
744 | + |
745 | + You may not impose any further restrictions on the exercise of the |
746 | +rights granted or affirmed under this License. For example, you may |
747 | +not impose a license fee, royalty, or other charge for exercise of |
748 | +rights granted under this License, and you may not initiate litigation |
749 | +(including a cross-claim or counterclaim in a lawsuit) alleging that |
750 | +any patent claim is infringed by making, using, selling, offering for |
751 | +sale, or importing the Program or any portion of it. |
752 | + |
753 | + 11. Patents. |
754 | + |
755 | + A "contributor" is a copyright holder who authorizes use under this |
756 | +License of the Program or a work on which the Program is based. The |
757 | +work thus licensed is called the contributor's "contributor version". |
758 | + |
759 | + A contributor's "essential patent claims" are all patent claims |
760 | +owned or controlled by the contributor, whether already acquired or |
761 | +hereafter acquired, that would be infringed by some manner, permitted |
762 | +by this License, of making, using, or selling its contributor version, |
763 | +but do not include claims that would be infringed only as a |
764 | +consequence of further modification of the contributor version. For |
765 | +purposes of this definition, "control" includes the right to grant |
766 | +patent sublicenses in a manner consistent with the requirements of |
767 | +this License. |
768 | + |
769 | + Each contributor grants you a non-exclusive, worldwide, royalty-free |
770 | +patent license under the contributor's essential patent claims, to |
771 | +make, use, sell, offer for sale, import and otherwise run, modify and |
772 | +propagate the contents of its contributor version. |
773 | + |
774 | + In the following three paragraphs, a "patent license" is any express |
775 | +agreement or commitment, however denominated, not to enforce a patent |
776 | +(such as an express permission to practice a patent or covenant not to |
777 | +sue for patent infringement). To "grant" such a patent license to a |
778 | +party means to make such an agreement or commitment not to enforce a |
779 | +patent against the party. |
780 | + |
781 | + If you convey a covered work, knowingly relying on a patent license, |
782 | +and the Corresponding Source of the work is not available for anyone |
783 | +to copy, free of charge and under the terms of this License, through a |
784 | +publicly available network server or other readily accessible means, |
785 | +then you must either (1) cause the Corresponding Source to be so |
786 | +available, or (2) arrange to deprive yourself of the benefit of the |
787 | +patent license for this particular work, or (3) arrange, in a manner |
788 | +consistent with the requirements of this License, to extend the patent |
789 | +license to downstream recipients. "Knowingly relying" means you have |
790 | +actual knowledge that, but for the patent license, your conveying the |
791 | +covered work in a country, or your recipient's use of the covered work |
792 | +in a country, would infringe one or more identifiable patents in that |
793 | +country that you have reason to believe are valid. |
794 | + |
795 | + If, pursuant to or in connection with a single transaction or |
796 | +arrangement, you convey, or propagate by procuring conveyance of, a |
797 | +covered work, and grant a patent license to some of the parties |
798 | +receiving the covered work authorizing them to use, propagate, modify |
799 | +or convey a specific copy of the covered work, then the patent license |
800 | +you grant is automatically extended to all recipients of the covered |
801 | +work and works based on it. |
802 | + |
803 | + A patent license is "discriminatory" if it does not include within |
804 | +the scope of its coverage, prohibits the exercise of, or is |
805 | +conditioned on the non-exercise of one or more of the rights that are |
806 | +specifically granted under this License. You may not convey a covered |
807 | +work if you are a party to an arrangement with a third party that is |
808 | +in the business of distributing software, under which you make payment |
809 | +to the third party based on the extent of your activity of conveying |
810 | +the work, and under which the third party grants, to any of the |
811 | +parties who would receive the covered work from you, a discriminatory |
812 | +patent license (a) in connection with copies of the covered work |
813 | +conveyed by you (or copies made from those copies), or (b) primarily |
814 | +for and in connection with specific products or compilations that |
815 | +contain the covered work, unless you entered into that arrangement, |
816 | +or that patent license was granted, prior to 28 March 2007. |
817 | + |
818 | + Nothing in this License shall be construed as excluding or limiting |
819 | +any implied license or other defenses to infringement that may |
820 | +otherwise be available to you under applicable patent law. |
821 | + |
822 | + 12. No Surrender of Others' Freedom. |
823 | + |
824 | + If conditions are imposed on you (whether by court order, agreement or |
825 | +otherwise) that contradict the conditions of this License, they do not |
826 | +excuse you from the conditions of this License. If you cannot convey a |
827 | +covered work so as to satisfy simultaneously your obligations under this |
828 | +License and any other pertinent obligations, then as a consequence you may |
829 | +not convey it at all. For example, if you agree to terms that obligate you |
830 | +to collect a royalty for further conveying from those to whom you convey |
831 | +the Program, the only way you could satisfy both those terms and this |
832 | +License would be to refrain entirely from conveying the Program. |
833 | + |
834 | + 13. Use with the GNU Affero General Public License. |
835 | + |
836 | + Notwithstanding any other provision of this License, you have |
837 | +permission to link or combine any covered work with a work licensed |
838 | +under version 3 of the GNU Affero General Public License into a single |
839 | +combined work, and to convey the resulting work. The terms of this |
840 | +License will continue to apply to the part which is the covered work, |
841 | +but the special requirements of the GNU Affero General Public License, |
842 | +section 13, concerning interaction through a network will apply to the |
843 | +combination as such. |
844 | + |
845 | + 14. Revised Versions of this License. |
846 | + |
847 | + The Free Software Foundation may publish revised and/or new versions of |
848 | +the GNU General Public License from time to time. Such new versions will |
849 | +be similar in spirit to the present version, but may differ in detail to |
850 | +address new problems or concerns. |
851 | + |
852 | + Each version is given a distinguishing version number. If the |
853 | +Program specifies that a certain numbered version of the GNU General |
854 | +Public License "or any later version" applies to it, you have the |
855 | +option of following the terms and conditions either of that numbered |
856 | +version or of any later version published by the Free Software |
857 | +Foundation. If the Program does not specify a version number of the |
858 | +GNU General Public License, you may choose any version ever published |
859 | +by the Free Software Foundation. |
860 | + |
861 | + If the Program specifies that a proxy can decide which future |
862 | +versions of the GNU General Public License can be used, that proxy's |
863 | +public statement of acceptance of a version permanently authorizes you |
864 | +to choose that version for the Program. |
865 | + |
866 | + Later license versions may give you additional or different |
867 | +permissions. However, no additional obligations are imposed on any |
868 | +author or copyright holder as a result of your choosing to follow a |
869 | +later version. |
870 | + |
871 | + 15. Disclaimer of Warranty. |
872 | + |
873 | + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY |
874 | +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT |
875 | +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY |
876 | +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, |
877 | +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
878 | +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM |
879 | +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF |
880 | +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
881 | + |
882 | + 16. Limitation of Liability. |
883 | + |
884 | + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
885 | +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS |
886 | +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY |
887 | +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE |
888 | +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF |
889 | +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD |
890 | +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), |
891 | +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
892 | +SUCH DAMAGES. |
893 | + |
894 | + 17. Interpretation of Sections 15 and 16. |
895 | + |
896 | + If the disclaimer of warranty and limitation of liability provided |
897 | +above cannot be given local legal effect according to their terms, |
898 | +reviewing courts shall apply local law that most closely approximates |
899 | +an absolute waiver of all civil liability in connection with the |
900 | +Program, unless a warranty or assumption of liability accompanies a |
901 | +copy of the Program in return for a fee. |
902 | + |
903 | + END OF TERMS AND CONDITIONS |
904 | + |
905 | + How to Apply These Terms to Your New Programs |
906 | + |
907 | + If you develop a new program, and you want it to be of the greatest |
908 | +possible use to the public, the best way to achieve this is to make it |
909 | +free software which everyone can redistribute and change under these terms. |
910 | + |
911 | + To do so, attach the following notices to the program. It is safest |
912 | +to attach them to the start of each source file to most effectively |
913 | +state the exclusion of warranty; and each file should have at least |
914 | +the "copyright" line and a pointer to where the full notice is found. |
915 | + |
916 | + <one line to give the program's name and a brief idea of what it does.> |
917 | + Copyright (C) <year> <name of author> |
918 | + |
919 | + This program is free software: you can redistribute it and/or modify |
920 | + it under the terms of the GNU General Public License as published by |
921 | + the Free Software Foundation, either version 3 of the License, or |
922 | + (at your option) any later version. |
923 | + |
924 | + This program is distributed in the hope that it will be useful, |
925 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
926 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
927 | + GNU General Public License for more details. |
928 | + |
929 | + You should have received a copy of the GNU General Public License |
930 | + along with this program. If not, see <http://www.gnu.org/licenses/>. |
931 | + |
932 | +Also add information on how to contact you by electronic and paper mail. |
933 | + |
934 | + If the program does terminal interaction, make it output a short |
935 | +notice like this when it starts in an interactive mode: |
936 | + |
937 | + <program> Copyright (C) <year> <name of author> |
938 | + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
939 | + This is free software, and you are welcome to redistribute it |
940 | + under certain conditions; type `show c' for details. |
941 | + |
942 | +The hypothetical commands `show w' and `show c' should show the appropriate |
943 | +parts of the General Public License. Of course, your program's commands |
944 | +might be different; for a GUI interface, you would use an "about box". |
945 | + |
946 | + You should also get your employer (if you work as a programmer) or school, |
947 | +if any, to sign a "copyright disclaimer" for the program, if necessary. |
948 | +For more information on this, and how to apply and follow the GNU GPL, see |
949 | +<http://www.gnu.org/licenses/>. |
950 | + |
951 | + The GNU General Public License does not permit incorporating your program |
952 | +into proprietary programs. If your program is a subroutine library, you |
953 | +may consider it more useful to permit linking proprietary applications with |
954 | +the library. If this is what you want to do, use the GNU Lesser General |
955 | +Public License instead of this License. But first, please read |
956 | +<http://www.gnu.org/philosophy/why-not-lgpl.html>. |
957 | + |
958 | |
959 | === added file 'COPYING.LGPL' |
960 | --- COPYING.LGPL 1970-01-01 00:00:00 +0000 |
961 | +++ COPYING.LGPL 2011-10-25 17:37:26 +0000 |
962 | @@ -0,0 +1,165 @@ |
963 | + GNU LESSER GENERAL PUBLIC LICENSE |
964 | + Version 3, 29 June 2007 |
965 | + |
966 | + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
967 | + Everyone is permitted to copy and distribute verbatim copies |
968 | + of this license document, but changing it is not allowed. |
969 | + |
970 | + |
971 | + This version of the GNU Lesser General Public License incorporates |
972 | +the terms and conditions of version 3 of the GNU General Public |
973 | +License, supplemented by the additional permissions listed below. |
974 | + |
975 | + 0. Additional Definitions. |
976 | + |
977 | + As used herein, "this License" refers to version 3 of the GNU Lesser |
978 | +General Public License, and the "GNU GPL" refers to version 3 of the GNU |
979 | +General Public License. |
980 | + |
981 | + "The Library" refers to a covered work governed by this License, |
982 | +other than an Application or a Combined Work as defined below. |
983 | + |
984 | + An "Application" is any work that makes use of an interface provided |
985 | +by the Library, but which is not otherwise based on the Library. |
986 | +Defining a subclass of a class defined by the Library is deemed a mode |
987 | +of using an interface provided by the Library. |
988 | + |
989 | + A "Combined Work" is a work produced by combining or linking an |
990 | +Application with the Library. The particular version of the Library |
991 | +with which the Combined Work was made is also called the "Linked |
992 | +Version". |
993 | + |
994 | + The "Minimal Corresponding Source" for a Combined Work means the |
995 | +Corresponding Source for the Combined Work, excluding any source code |
996 | +for portions of the Combined Work that, considered in isolation, are |
997 | +based on the Application, and not on the Linked Version. |
998 | + |
999 | + The "Corresponding Application Code" for a Combined Work means the |
1000 | +object code and/or source code for the Application, including any data |
1001 | +and utility programs needed for reproducing the Combined Work from the |
1002 | +Application, but excluding the System Libraries of the Combined Work. |
1003 | + |
1004 | + 1. Exception to Section 3 of the GNU GPL. |
1005 | + |
1006 | + You may convey a covered work under sections 3 and 4 of this License |
1007 | +without being bound by section 3 of the GNU GPL. |
1008 | + |
1009 | + 2. Conveying Modified Versions. |
1010 | + |
1011 | + If you modify a copy of the Library, and, in your modifications, a |
1012 | +facility refers to a function or data to be supplied by an Application |
1013 | +that uses the facility (other than as an argument passed when the |
1014 | +facility is invoked), then you may convey a copy of the modified |
1015 | +version: |
1016 | + |
1017 | + a) under this License, provided that you make a good faith effort to |
1018 | + ensure that, in the event an Application does not supply the |
1019 | + function or data, the facility still operates, and performs |
1020 | + whatever part of its purpose remains meaningful, or |
1021 | + |
1022 | + b) under the GNU GPL, with none of the additional permissions of |
1023 | + this License applicable to that copy. |
1024 | + |
1025 | + 3. Object Code Incorporating Material from Library Header Files. |
1026 | + |
1027 | + The object code form of an Application may incorporate material from |
1028 | +a header file that is part of the Library. You may convey such object |
1029 | +code under terms of your choice, provided that, if the incorporated |
1030 | +material is not limited to numerical parameters, data structure |
1031 | +layouts and accessors, or small macros, inline functions and templates |
1032 | +(ten or fewer lines in length), you do both of the following: |
1033 | + |
1034 | + a) Give prominent notice with each copy of the object code that the |
1035 | + Library is used in it and that the Library and its use are |
1036 | + covered by this License. |
1037 | + |
1038 | + b) Accompany the object code with a copy of the GNU GPL and this license |
1039 | + document. |
1040 | + |
1041 | + 4. Combined Works. |
1042 | + |
1043 | + You may convey a Combined Work under terms of your choice that, |
1044 | +taken together, effectively do not restrict modification of the |
1045 | +portions of the Library contained in the Combined Work and reverse |
1046 | +engineering for debugging such modifications, if you also do each of |
1047 | +the following: |
1048 | + |
1049 | + a) Give prominent notice with each copy of the Combined Work that |
1050 | + the Library is used in it and that the Library and its use are |
1051 | + covered by this License. |
1052 | + |
1053 | + b) Accompany the Combined Work with a copy of the GNU GPL and this license |
1054 | + document. |
1055 | + |
1056 | + c) For a Combined Work that displays copyright notices during |
1057 | + execution, include the copyright notice for the Library among |
1058 | + these notices, as well as a reference directing the user to the |
1059 | + copies of the GNU GPL and this license document. |
1060 | + |
1061 | + d) Do one of the following: |
1062 | + |
1063 | + 0) Convey the Minimal Corresponding Source under the terms of this |
1064 | + License, and the Corresponding Application Code in a form |
1065 | + suitable for, and under terms that permit, the user to |
1066 | + recombine or relink the Application with a modified version of |
1067 | + the Linked Version to produce a modified Combined Work, in the |
1068 | + manner specified by section 6 of the GNU GPL for conveying |
1069 | + Corresponding Source. |
1070 | + |
1071 | + 1) Use a suitable shared library mechanism for linking with the |
1072 | + Library. A suitable mechanism is one that (a) uses at run time |
1073 | + a copy of the Library already present on the user's computer |
1074 | + system, and (b) will operate properly with a modified version |
1075 | + of the Library that is interface-compatible with the Linked |
1076 | + Version. |
1077 | + |
1078 | + e) Provide Installation Information, but only if you would otherwise |
1079 | + be required to provide such information under section 6 of the |
1080 | + GNU GPL, and only to the extent that such information is |
1081 | + necessary to install and execute a modified version of the |
1082 | + Combined Work produced by recombining or relinking the |
1083 | + Application with a modified version of the Linked Version. (If |
1084 | + you use option 4d0, the Installation Information must accompany |
1085 | + the Minimal Corresponding Source and Corresponding Application |
1086 | + Code. If you use option 4d1, you must provide the Installation |
1087 | + Information in the manner specified by section 6 of the GNU GPL |
1088 | + for conveying Corresponding Source.) |
1089 | + |
1090 | + 5. Combined Libraries. |
1091 | + |
1092 | + You may place library facilities that are a work based on the |
1093 | +Library side by side in a single library together with other library |
1094 | +facilities that are not Applications and are not covered by this |
1095 | +License, and convey such a combined library under terms of your |
1096 | +choice, if you do both of the following: |
1097 | + |
1098 | + a) Accompany the combined library with a copy of the same work based |
1099 | + on the Library, uncombined with any other library facilities, |
1100 | + conveyed under the terms of this License. |
1101 | + |
1102 | + b) Give prominent notice with the combined library that part of it |
1103 | + is a work based on the Library, and explaining where to find the |
1104 | + accompanying uncombined form of the same work. |
1105 | + |
1106 | + 6. Revised Versions of the GNU Lesser General Public License. |
1107 | + |
1108 | + The Free Software Foundation may publish revised and/or new versions |
1109 | +of the GNU Lesser General Public License from time to time. Such new |
1110 | +versions will be similar in spirit to the present version, but may |
1111 | +differ in detail to address new problems or concerns. |
1112 | + |
1113 | + Each version is given a distinguishing version number. If the |
1114 | +Library as you received it specifies that a certain numbered version |
1115 | +of the GNU Lesser General Public License "or any later version" |
1116 | +applies to it, you have the option of following the terms and |
1117 | +conditions either of that published version or of any later version |
1118 | +published by the Free Software Foundation. If the Library as you |
1119 | +received it does not specify a version number of the GNU Lesser |
1120 | +General Public License, you may choose any version of the GNU Lesser |
1121 | +General Public License ever published by the Free Software Foundation. |
1122 | + |
1123 | + If the Library as you received it specifies that a proxy can decide |
1124 | +whether future versions of the GNU Lesser General Public License shall |
1125 | +apply, that proxy's public statement of acceptance of any version is |
1126 | +permanent authorization for you to choose that version for the |
1127 | +Library. |
1128 | |
1129 | === renamed file 'COPYING.LGPL' => 'COPYING.LGPL.moved' |
1130 | === renamed file 'COPYING' => 'COPYING.moved' |
1131 | === added file 'ChangeLog' |
1132 | --- ChangeLog 1970-01-01 00:00:00 +0000 |
1133 | +++ ChangeLog 2011-10-25 17:37:26 +0000 |
1134 | @@ -0,0 +1,32887 @@ |
1135 | +2011-10-04 Neil Jagdish Patel <neil.patel@canonical.com> |
1136 | + |
1137 | + Add -lm |
1138 | + |
1139 | +2011-10-04 Neil Jagdish Patel <neil.patel@canonical.com> |
1140 | + |
1141 | + Remove roundel |
1142 | + |
1143 | +2011-10-04 Neil Jagdish Patel <neil.patel@canonical.com> |
1144 | + |
1145 | + Remove roundel |
1146 | + |
1147 | +2011-10-04 Neil Jagdish Patel <neil.patel@canonical.com> |
1148 | + |
1149 | + Bug #865430: Categories Applications and Files and folders are untranslated |
1150 | + |
1151 | +2011-10-04 Neil Jagdish Patel <neil.patel@canonical.com> |
1152 | + |
1153 | + Correctly load translations for Lens names |
1154 | + |
1155 | +2011-10-03 Jay Taoko <jay.taoko@canonical.com> |
1156 | + |
1157 | + Fixed incorrect test |
1158 | + |
1159 | +2011-10-03 Sam Spilsbury <sam.spilsbury@canonical.com> |
1160 | + |
1161 | + Merge lp:~smspillaz/unity/unity.fix_864503 |
1162 | + |
1163 | +2011-10-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
1164 | + |
1165 | + Mark hidden showdesktop windows as hidden and don't double-hide windows |
1166 | + which might result in their input shape not being restored. |
1167 | + |
1168 | +2011-10-03 Sam Spilsbury <sam.spilsbury@canonical.com> |
1169 | + |
1170 | + Merge lp:~smspillaz/unity/unity.maybe_fix_861143 |
1171 | + |
1172 | +2011-10-01 Sam Spilsbury <sam.spilsbury@canonical.com> |
1173 | + |
1174 | + Maybe fix LP#861143 |
1175 | + |
1176 | + Instead of explicitly undecorating windows when they are maximized, listen |
1177 | + for changes in decoration state on PropertyNotify events on the windows |
1178 | + themselves and respond to them, because we might get the maximization |
1179 | + event when the window is mapped before compiz has had a chance to decorate |
1180 | + the window. |
1181 | + |
1182 | + Also cover the case where a window is withdrawn and then mapped maximized |
1183 | + again, where we wouldn't redecorate those windows. |
1184 | + |
1185 | + In order to avoid cycling on our own undecoration requests, we set the |
1186 | + high bit on _MOTIF_WM_HINTS decoration field, if that high bit is |
1187 | + present and the window is otherwise undecorated, we should treat it |
1188 | + like it is still a decorated window and redecorate it when |
1189 | + it is restored. |
1190 | + |
1191 | +2011-10-03 Gord Allott <gord.allott@canonical.com> |
1192 | + |
1193 | + fixes key focus getting in the way of mouse clicks, Bug #863555 |
1194 | + |
1195 | +2011-10-03 Gord Allott <gord.allott@canonical.com> |
1196 | + |
1197 | + fixes lp:863555 by hacking around nux, nux calls the keynav change event on an object before the click event which causes the scrollview to scroll to the new focused area (the first item) causing the click event to launch the wrong application. |
1198 | + |
1199 | +2011-10-03 Tim Penhey <tim.penhey@canonical.com> |
1200 | + |
1201 | + Make sure the pop clipping rects match up with the pushes. |
1202 | + |
1203 | + There is a pending nux branch to use RAII objects to control this. |
1204 | + |
1205 | +2011-09-29 Tim Penhey <tim.penhey@canonical.com> |
1206 | + |
1207 | + Match up the push and pop clipping rectangles. |
1208 | + |
1209 | +2011-10-03 Tim Penhey <tim.penhey@canonical.com> |
1210 | + |
1211 | + Clean up the specialist scroll views in the HomeView and LensView. |
1212 | + |
1213 | + Don't delete the nux objects, they are deleted through the views. |
1214 | + |
1215 | + Don't unreference the view_window if it hasn't been created. |
1216 | + |
1217 | +2011-09-30 Tim Penhey <tim.penhey@canonical.com> |
1218 | + |
1219 | + Don't delete nux objects. |
1220 | + |
1221 | +2011-09-30 Tim Penhey <tim.penhey@canonical.com> |
1222 | + |
1223 | + It is possible that the user has never hit alt-tab. |
1224 | + |
1225 | +2011-10-01 Jason Smith <jason.smith@canonical.com> |
1226 | + |
1227 | + fix crash when launcher icon dies within 250ms of window movement |
1228 | + |
1229 | +2011-10-01 Jason Smith <jason.smith@canonical.com> |
1230 | + |
1231 | + initialize memory to prevent crashes if it gets initialized to a non-0 value and the locking of the rectangle fails |
1232 | + |
1233 | +2011-09-30 Jason Smith <jason.smith@canonical.com> |
1234 | + |
1235 | + dont crash when grab fails and trying to do a detail |
1236 | + |
1237 | + Fixes LP: #863693 |
1238 | + |
1239 | +2011-09-30 Didier Roche <didier.roche@canonical.com> |
1240 | + |
1241 | + fix to latest conventions |
1242 | + |
1243 | +2011-09-30 Didier Roche <didier.roche@canonical.com> |
1244 | + |
1245 | + - Focus the desktop when the desktop is mapped and that there is no other window around (focus on startup in particular) (LP: #863037) |
1246 | + - Show the 'Desktop' label when desktop has been focused (LP: #863129) |
1247 | + |
1248 | +2011-09-30 Didier Roche <didier.roche@canonical.com> |
1249 | + |
1250 | + check only managed windows |
1251 | + |
1252 | +2011-09-30 Didier Roche <didier.roche@canonical.com> |
1253 | + |
1254 | + increase timeout for slow machine, for now, don't care about the other windows as there is a CompWindowTypeUtilMask at startup (and a terminal has this attribute as well? |
1255 | + |
1256 | +2011-09-30 Didier Roche <didier.roche@canonical.com> |
1257 | + |
1258 | + Show the 'Desktop' label when desktop has been focused (LP: #863129) |
1259 | + |
1260 | +2011-09-30 Didier Roche <didier.roche@canonical.com> |
1261 | + |
1262 | + focus the desktop when the desktop is mapped and that there is no other window around (focus on startup in particular) (LP: #863037) |
1263 | + |
1264 | +2011-09-30 Jason Smith <jason.smith@canonical.com> |
1265 | + |
1266 | + dont try to place windows which we shouldn't be messing with |
1267 | + |
1268 | + fixes LP:862743 |
1269 | + |
1270 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1271 | + |
1272 | + fixes the home view not having a scrollbar |
1273 | + |
1274 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1275 | + |
1276 | + enables the home view to have the new scrollbar |
1277 | + |
1278 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1279 | + |
1280 | + Release\ 4.20.0 |
1281 | + |
1282 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1283 | + |
1284 | + fixes a leak in the pango escaping code |
1285 | + |
1286 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1287 | + |
1288 | + fix a gord has heat stroke based leak |
1289 | + |
1290 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1291 | + |
1292 | + fixes escaping in pango text |
1293 | + |
1294 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1295 | + |
1296 | + fixes issue with text not being escaped before being sent to pango |
1297 | + |
1298 | +2011-09-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
1299 | + |
1300 | + Merge lp:~smspillaz/unity/unity.fix_835259 |
1301 | + |
1302 | +2011-09-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
1303 | + |
1304 | + NULL check windows the layout system gives us |
1305 | + |
1306 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1307 | + |
1308 | + Fix rendernig of the scrollbar in the scrolled views of the Dash, LP: #836656 |
1309 | + |
1310 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1311 | + |
1312 | + Fix the rendering as much as possible in the remaining 15 minutes |
1313 | + |
1314 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1315 | + |
1316 | + Don't make it crash |
1317 | + |
1318 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1319 | + |
1320 | + Trying to fight g++... ehm... fix #836656 |
1321 | + |
1322 | +2011-09-29 Gordon Allott <gord.allott@canonical.com> |
1323 | + |
1324 | + the horizontal renderer was renderering text at the slightly wrong width, which caused a lot of problems with the subpixel font renderering, fixes that by drawing the right width |
1325 | + |
1326 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1327 | + |
1328 | + fixes the text for results being rendered the wrong size causing subpixel errors |
1329 | + |
1330 | +2011-09-29 Gordon Allott <gord.allott@canonical.com> |
1331 | + |
1332 | + removes the blur on hover by checking the state before drawing |
1333 | + |
1334 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1335 | + |
1336 | + removes the blur on results when highlighted |
1337 | + |
1338 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1339 | + |
1340 | + Support for SearchFinished for global results, some fixes for focus |
1341 | + |
1342 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1343 | + |
1344 | + [oneiric] Clicking the maximize/restore button for the dash window loses the keyboard focus |
1345 | + |
1346 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1347 | + |
1348 | + Fix GlobalSearchFinished listeners |
1349 | + |
1350 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1351 | + |
1352 | + removes some unneeded variables |
1353 | + |
1354 | +2011-09-29 Gord Allott <gord.allott@canonical.com> |
1355 | + |
1356 | + removes unneeded variables |
1357 | + |
1358 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1359 | + |
1360 | + Fixed LP: #851359 |
1361 | + |
1362 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1363 | + |
1364 | + Revert the pixel-grid alignment for the multi-range widget for the moment |
1365 | + |
1366 | +2011-09-29 Mirco Müller <mirco.mueller@ubuntu.com> |
1367 | + |
1368 | + Add dynamic left/right padding to text-drawing, use pango-markups small-tag to help fix LP: #851359 |
1369 | + |
1370 | +2011-09-29 Mitsuya Shibata |
1371 | + |
1372 | + Fix unvisible pre-edit text in Dash with iBus. |
1373 | + https://bugs.launchpad.net/ubuntu-translations/+bug/663776/comments/77 |
1374 | + |
1375 | + How to reproduce: |
1376 | + 1. Open Dash. |
1377 | + 2. Startup Input Method(in Japanese, press Ctrl+Space) |
1378 | + -> emit signal "preedit-start" |
1379 | + 3. Type 'a', preedit text should be render, but dont |
1380 | + -> emit signal "preedit-changed" |
1381 | + 4. Press Enter, preedit text is fixed |
1382 | + -> emit signal "commit", and render text in Dash |
1383 | + |
1384 | + In code: |
1385 | + OnCommit signal handler call SetText, then text is rendered. |
1386 | + However OnPreeditChanged signal handler do nothing. |
1387 | + |
1388 | + This branch add code to render preedit text in OnPreeditChanged. |
1389 | + And at OnCommit, remove preedit text, and reset cursor position. |
1390 | + |
1391 | + *** |
1392 | + |
1393 | + I've also made it so the Dash doesn't tab between Lenses if IM is currently active, as the tab is a saved key for going through options |
1394 | + |
1395 | +2011-09-14 Mitsuya Shibata <mty.shibata@gmail.com> |
1396 | + |
1397 | + Fix unvisible preedit text with ibus (lp: 663776) |
1398 | + |
1399 | +2011-09-29 Robert Carr <robert.carr@canonical.com> |
1400 | + |
1401 | + Clamp rating values to between 0 and 1 |
1402 | + |
1403 | +2011-09-28 Robert Carr <racarr@canonical.com> |
1404 | + |
1405 | + FilterRatingsWidget: Clamp rating values to between 0 and 1 |
1406 | + |
1407 | +2011-09-29 Robert Carr <robert.carr@canonical.com> |
1408 | + |
1409 | + Check return value of XGetWindowProperty |
1410 | + |
1411 | +2011-09-28 Robert Carr <racarr@canonical.com> |
1412 | + |
1413 | + Always check the return value of XGetWindowProperty |
1414 | + |
1415 | +2011-09-29 Andrea Cimitan <andrea.cimitan@canonical.com> |
1416 | + |
1417 | + Make sure that launcher shortcuts works also using numpad. |
1418 | + |
1419 | + I've not yet found a way to make sure the launcher shortcuts works using shift and numlok in the same moment. As you know shift cancels numlock: |
1420 | + |
1421 | + NumLock off NumLock on |
1422 | + --------------------------- |
1423 | + Shift off 1 2 |
1424 | + Shift on 3 4 |
1425 | + |
1426 | + In other words state 1 = state 4. Any idea about this? |
1427 | + |
1428 | +2011-09-28 Andrea Azzarone <azzaronea@gmail.com> |
1429 | + |
1430 | + Removes not working code. |
1431 | + |
1432 | +2011-09-28 Andrea Azzarone <azzaronea@gmail.com> |
1433 | + |
1434 | + Merge Trunk. |
1435 | + |
1436 | +2011-09-26 Andrea Azzarone <azzaronea@gmail.com> |
1437 | + |
1438 | + Super+number shortcuts should work with numpad. |
1439 | + |
1440 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1441 | + |
1442 | + This is based on the design bug #690143 and bug #688117. Basically when we click on a launcher icon that controls windows that are all in different workspaces, we need to check where is the first valid window (not minimized, if any is not minimized) and then activate that window and all the other windows of the same application that are in the same viewport. This patch fix this issue and should also fix bug #838766. |
1443 | + |
1444 | + Al this is based on my old branch lp:~3v1n0/unity/fix-688117 |
1445 | + |
1446 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1447 | + |
1448 | + BamfLauncherIcon: don't mix urgent and non-urgent windows. |
1449 | + |
1450 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1451 | + |
1452 | + PluginAdapter: correctly map the windows in other viewports |
1453 | + |
1454 | + If a launcher icon is selected to map an application that has more than one |
1455 | + window in a different viewport, we should first find the window to map |
1456 | + and then map also all the other windows that are in the same viewport. |
1457 | + |
1458 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1459 | + |
1460 | + BamfLauncherIcon: Focus, some code cleanup |
1461 | + |
1462 | +2011-09-29 Jason Smith <jason.smith@canonical.com> |
1463 | + |
1464 | + disable spread on hover for now |
1465 | + |
1466 | +2011-09-29 Jason Smith <jason.smith@canonical.com> |
1467 | + |
1468 | + prefer visual glitches in multi-monitor to single monitor until real fix is found |
1469 | + |
1470 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1471 | + |
1472 | + merge branch of win from Marco that fixes a bug where global menus wont show up with awkward window positioning (50% offscreen) |
1473 | + |
1474 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1475 | + |
1476 | + PanelMenuView: disable the menus entries when they aren't shown. |
1477 | + |
1478 | + This fixes the bug that caused to switch VP and to see a window menu |
1479 | + when clicking in the panel. |
1480 | + |
1481 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1482 | + |
1483 | + PanelIndicatorEntryView: Add disabled support |
1484 | + |
1485 | + If an entryview is disabled, it doesn't get any mouse event. |
1486 | + |
1487 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1488 | + |
1489 | + PanelMenuView: Don't use the timeout to re-show the window controls when hidden |
1490 | + |
1491 | + So if we move a window not handled in the panel, as soon as we reach |
1492 | + the minimum visible partition, the controls are shown back in the panel. |
1493 | + |
1494 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1495 | + |
1496 | + PanelMenuView: Hide the panel content (menus and title) if 1/4 of the window is out |
1497 | + |
1498 | + If 1/4 of a winndow height or a 1/4 of a window width is not viewable |
1499 | + in the current viewport, then don't handle that in the panel. |
1500 | + |
1501 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1502 | + |
1503 | + PanelMenuView: Check for window position when resized. |
1504 | + |
1505 | + This fixes bug #861279 caused by grid plugin: so now when we resize a window |
1506 | + we also check that it's currently visible in the current viewport. |
1507 | + |
1508 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1509 | + |
1510 | + merge branch to make sure viewport indication updates when moving window via alternative means |
1511 | + |
1512 | +2011-09-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1513 | + |
1514 | + BamfLauncherIcon: Use a timeout when checking for VP on window move. |
1515 | + |
1516 | + If we're moving a window, don't perform any check until we stopped |
1517 | + moving for 250ms. |
1518 | + |
1519 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1520 | + |
1521 | + BamfLauncherIcon: use the OnWindowMoved code also for OnViewPortSwitchEnded |
1522 | + |
1523 | + Better not to duplicate the code... |
1524 | + |
1525 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1526 | + |
1527 | + BamfLauncherIcon: some code optimizations, avoid to duplicate loops |
1528 | + |
1529 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1530 | + |
1531 | + BamfLauncherIcon: we should check that every launcher window is on current VP |
1532 | + |
1533 | + Otherwise just moving one would cause the indicator to change. |
1534 | + |
1535 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1536 | + |
1537 | + BamfLauncherIcon: check for viewport on window moved to update the indicator |
1538 | + |
1539 | + So if a window is moved to another viewport using the window decoration controls |
1540 | + this is correctly handled. |
1541 | + |
1542 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1543 | + |
1544 | + fix potential crash in BamfLauncherIcon |
1545 | + |
1546 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1547 | + |
1548 | + Merge my fixes branch, bugs linked |
1549 | + |
1550 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1551 | + |
1552 | + Close dash when indicator is clicked |
1553 | + |
1554 | +2011-09-29 Neil Jagdish Patel <neil.patel@canonical.com> |
1555 | + |
1556 | + Only turn primary monitors Panel into dash mode |
1557 | + |
1558 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1559 | + |
1560 | + [merge] trunk |
1561 | + |
1562 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1563 | + |
1564 | + Dash - 'Shortcuts' arrow should be removed |
1565 | + |
1566 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1567 | + |
1568 | + Text in Dash search text box overflows and doesn't crop with longer strings; RtL input starts in wrong place |
1569 | + |
1570 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1571 | + |
1572 | + [merge] trunk |
1573 | + |
1574 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1575 | + |
1576 | + [merge] Marcos animating panel |
1577 | + |
1578 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1579 | + |
1580 | + Popdown menu on second F10 |
1581 | + |
1582 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1583 | + |
1584 | + Adjust y position depending on size of font |
1585 | + |
1586 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1587 | + |
1588 | + Add support for drawing the Ubuntu roundel |
1589 | + |
1590 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1591 | + |
1592 | + Show 'Desktop' for the desktop window title |
1593 | + |
1594 | +2011-09-28 Neil Jagdish Patel <neil.patel@canonical.com> |
1595 | + |
1596 | + [merge] trunk |
1597 | + |
1598 | +2011-09-27 Neil Jagdish Patel <neil.patel@canonical.com> |
1599 | + |
1600 | + Show Refine Search only if we have added a filter |
1601 | + |
1602 | +2011-09-27 Neil Jagdish Patel <neil.patel@canonical.com> |
1603 | + |
1604 | + Don't crash if the result category index is out of bounds |
1605 | + |
1606 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1607 | + |
1608 | + ensure we dont overlap launcher on map |
1609 | + |
1610 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1611 | + |
1612 | + make onboard stack above the dash like a boss |
1613 | + |
1614 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1615 | + |
1616 | + merge branch to fix _XFreeEventCookies (mmmmmmm cookies) crash |
1617 | + |
1618 | +2011-09-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
1619 | + |
1620 | + NULL free'd rectangle arrays and set the number to zero so that sendConfigureNotify |
1621 | + won't try and use them. Also check if an X call failed because we did it on a destroyed |
1622 | + window, and in that case return immediately since the return values of XQueryTree |
1623 | + will often point to memory that is internal to xlib and freeing that will cause |
1624 | + a whole raft of trouble. |
1625 | + |
1626 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1627 | + |
1628 | + merge sams branch to ensure minimized windows leave a focus trail |
1629 | + |
1630 | +2011-09-28 Sam Spilsbury <sam.spilsbury@canonical.com> |
1631 | + |
1632 | + Ensure that minimized windows cannot receive the focus while still being |
1633 | + in animations which may change the focus so they can be unminimized. Fixes LP #859885 |
1634 | + |
1635 | +2011-09-28 Sam Spilsbury <sam.spilsbury@canonical.com> |
1636 | + |
1637 | + Don't initiate scale after terminating it. Fixes LP #764673 |
1638 | + |
1639 | +2011-09-28 Sam Spilsbury <sam.spilsbury@canonical.com> |
1640 | + |
1641 | + Don't initiate spread after terminating it. Fixes LP 764673 |
1642 | + |
1643 | +2011-09-23 Sam Spilsbury <sam.spilsbury@canonical.com> |
1644 | + |
1645 | + Immediate update framebuffers on output change |
1646 | + |
1647 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1648 | + |
1649 | + merge sams branch to fix windows popping up under panels |
1650 | + |
1651 | +2011-09-28 Sam Spilsbury <sam.spilsbury@canonical.com> |
1652 | + |
1653 | + Fix bug #857214 |
1654 | + |
1655 | + Avoid the panels as well when placing windows, using some mad region logic. |
1656 | + |
1657 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1658 | + |
1659 | + merge sams branch to make 3 finger drag more magical |
1660 | + |
1661 | +2011-09-28 Sam Spilsbury <sam.spilsbury@canonical.com> |
1662 | + |
1663 | + Warp the pointer correctly, set the correct pointer image and notify external |
1664 | + plugins that we are moving the window while it is grabbed. |
1665 | + |
1666 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1667 | + |
1668 | + merge sams branch to fix show desktop not masking inputs |
1669 | + |
1670 | +2011-09-28 Sam Spilsbury <sam.spilsbury@canonical.com> |
1671 | + |
1672 | + Fix LP 836325 and trigger the option change correctly |
1673 | + |
1674 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1675 | + |
1676 | + fix scrolling by default introduce in previous commit |
1677 | + |
1678 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1679 | + |
1680 | + fix issue where launcher would reveal from panel edge |
1681 | + |
1682 | +2011-09-28 Jay Taoko <jay.taoko@canonical.com> |
1683 | + |
1684 | + Fix key navigation problem. see bug #861251 |
1685 | + |
1686 | +2011-09-28 Jay Taoko <jay.taoko@canonical.com> |
1687 | + |
1688 | + Fix key navigation problem. see bug #861251 |
1689 | + |
1690 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1691 | + |
1692 | + fixes the issue with dash results not being drawn in dual monitor top-bottom configurations |
1693 | + |
1694 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1695 | + |
1696 | + fix top monitor weirdness maybe |
1697 | + |
1698 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1699 | + |
1700 | + make desaturation time match dash show time |
1701 | + |
1702 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1703 | + |
1704 | + Merge panel fading branch |
1705 | + |
1706 | +2011-09-28 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1707 | + |
1708 | + IndicatorEntryView and WindowButtons: no need to set the blending again |
1709 | + |
1710 | + It's controlled at upper levels. |
1711 | + |
1712 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1713 | + |
1714 | + PanelMenuView: correctly use _we_control_active |
1715 | + |
1716 | + Otherwise it could have lead to wrong drawing. |
1717 | + |
1718 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1719 | + |
1720 | + PanelMenuView: don't use the switch viewport signal, go back to _we_control_active |
1721 | + |
1722 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1723 | + |
1724 | + PanelMenuView: don't draw the window title if it's not viewable |
1725 | + |
1726 | + Fixes bad panel title on viewport switch. |
1727 | + |
1728 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1729 | + |
1730 | + PanelMenuView: don't draw any title if we're focussing the panel |
1731 | + |
1732 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1733 | + |
1734 | + PanelMenuView: always force draw the panel content when requested |
1735 | + |
1736 | + Othewise buttons could hide while dragging a maximized window. |
1737 | + |
1738 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1739 | + |
1740 | + Merging with upstream |
1741 | + |
1742 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1743 | + |
1744 | + Always use CLAMP when we can. |
1745 | + |
1746 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1747 | + |
1748 | + PanelMenuView: add an indicator typed as a MENU |
1749 | + |
1750 | + This allows to disable some unneeded features like secondary activate and |
1751 | + scrolling. |
1752 | + |
1753 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1754 | + |
1755 | + PanelIndicatorsView: support for indicator view typing |
1756 | + |
1757 | + Default type is (like it was before) an Indicator. |
1758 | + |
1759 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1760 | + |
1761 | + PanelIndicatorEntryView: Add typing support for indicators view |
1762 | + |
1763 | + I basically added two types of indicators that can be drawn using |
1764 | + PanelIndicatorEntryView: INDICATOR and MENU. |
1765 | + |
1766 | + A menu is a little bit less complex and it doesn't handle the scrolling over |
1767 | + an entry, and supports also the middle-click for being shown. |
1768 | + |
1769 | + An Indicator is acting like before, but now supports also a kind of |
1770 | + secondary-activate feedback. On middle-click down, in fact, the item opacity |
1771 | + is decreased a little and then restored on button up. This should give |
1772 | + better usability. |
1773 | + |
1774 | + So now it's possible to use the INDICATOR type for all the system indicators |
1775 | + and the MENU for the panelmenu menus, that now will act exactly like |
1776 | + the menus of a gtk-menubar. |
1777 | + |
1778 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1779 | + |
1780 | + PanelIndicatorEntryView: cache the texture layer, and use it to draw. |
1781 | + |
1782 | + This code was missing in the previous versions by mistake. |
1783 | + |
1784 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1785 | + |
1786 | + PanelMenuView: redraw panel after pressing a window button. |
1787 | + |
1788 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1789 | + |
1790 | + Animator: clamp progress value. |
1791 | + |
1792 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1793 | + |
1794 | + PanelMenuView: Clamp on fade-out to get nice value. |
1795 | + |
1796 | +2011-09-27 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1797 | + |
1798 | + PanelMenuView: Full-redraw on init. |
1799 | + |
1800 | + It fixes the issue of the first menu-over. |
1801 | + |
1802 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1803 | + |
1804 | + Fixing compilation issues, due to bad merge. |
1805 | + |
1806 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1807 | + |
1808 | + PanelMenuView: improving the cross-fade between title and menus |
1809 | + |
1810 | + Tuning the rate of the cross fading when switching from menus+buttons bar |
1811 | + to a title bar (for maximized windows). We increase the fade-out of the |
1812 | + showing item and the fade-in of the hiding one. |
1813 | + |
1814 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1815 | + |
1816 | + PanelMenuView: setting the fade in/out values as requested by design |
1817 | + |
1818 | + Setting the fadein title timing at 100ms and fadeout timing at 120ms as |
1819 | + discussed with JohnLea |
1820 | + |
1821 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1822 | + |
1823 | + PanelMenuView: tuning the title gradient fade-out |
1824 | + |
1825 | + If we're fading-out the title, it's better to quickly hide |
1826 | + the transparent right-most area. |
1827 | + |
1828 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1829 | + |
1830 | + PanelMenuView: Avoid crashes when unlocking/locking the title gradient. |
1831 | + |
1832 | + After long time of not using, unity it could crash when overing the panel |
1833 | + and requesting to apply a gradient mask to the window title. |
1834 | + This should fix the crash. |
1835 | + |
1836 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1837 | + |
1838 | + Merging with upstream changes. |
1839 | + |
1840 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1841 | + |
1842 | + PanelMenuView: correctly reset the fade-out duration effect |
1843 | + |
1844 | + If we changed the fade-out duration it should be reset in any case. |
1845 | + |
1846 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1847 | + |
1848 | + PanelMenuView: Increasing the fade-in/fade-out durations |
1849 | + |
1850 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1851 | + |
1852 | + PanelMenuView: Don't show a window title when the dash is on! |
1853 | + |
1854 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1855 | + |
1856 | + PanelMenuView: quickly hide the window buttons if menus aren't hiding |
1857 | + |
1858 | + If we want to hide only the window buttons (i.e. quitting the dash |
1859 | + or clicking over the restore button of a maximized window), we need |
1860 | + to do this in a quicker way. |
1861 | + |
1862 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1863 | + |
1864 | + PanelMenuView: on fade-out quickly show the cut title part |
1865 | + |
1866 | + When fading-out the title we need to quickly show back the menu title |
1867 | + part that has been previously cut with fade. |
1868 | + |
1869 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1870 | + |
1871 | + PanelMenu: use a cross-fade effect when showing the menus and hiding the title |
1872 | + |
1873 | + Now the window title and the menus are both faded in reverse direction |
1874 | + to show a cross-fade effect. |
1875 | + |
1876 | + It only happens if we show bot the menus and the buttons and the title |
1877 | + is not faded. |
1878 | + |
1879 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1880 | + |
1881 | + PanelMenu: When the menus are being shown, update the title gradient on opacity change |
1882 | + |
1883 | + This allows to get a nice effect, also the title now is cut using |
1884 | + a progressive mask which increases its opacity following the menu animation. |
1885 | + |
1886 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1887 | + |
1888 | + WindowButtons: don't paintbackground, make the parent do it! |
1889 | + |
1890 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1891 | + |
1892 | + PanelMenuView: Don't show anything in the panel if at least the buttons are there |
1893 | + |
1894 | + If we draw the windowbuttons, then no title should shown in the panel! |
1895 | + |
1896 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1897 | + |
1898 | + Animator: small API change to set the default FPS value to 30 |
1899 | + |
1900 | + So now when creating an animator we must define only the duration. |
1901 | + |
1902 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1903 | + |
1904 | + IndicatorEntry and WindowButtons: no need to clear the background |
1905 | + |
1906 | + Since we redraw them from an higher level, we don't have to clear their |
1907 | + area when drawing them. |
1908 | + |
1909 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1910 | + |
1911 | + PanelMenuView: use the new Animator class to show/hide menus and buttons |
1912 | + |
1913 | + Now we animate the panelmenu items using the Animator timer. |
1914 | + |
1915 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1916 | + |
1917 | + PanelMenuView: Add DrawMenus and DrawWindowButtons utility functions |
1918 | + |
1919 | + They allow to check the variables to see if the menus or the window buttons |
1920 | + should be drawn. All this for better code readability. |
1921 | + |
1922 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1923 | + |
1924 | + Remove FadeController, add a more generic Animator class |
1925 | + |
1926 | + It allows basically to manage a timer for animation purposes. |
1927 | + It emits signals that can be used to animat widgets. |
1928 | + |
1929 | + Based on the OsAnimation GObject class by Andrea Cimitan. |
1930 | + |
1931 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1932 | + |
1933 | + PanelMenuView: Show the buttons when pressing Alt on maximized windows. |
1934 | + |
1935 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1936 | + |
1937 | + PanelMenu: fade-in / out Menus and Buttons when they're shown. |
1938 | + |
1939 | + It works well for menus of restored windows, while maximized windows |
1940 | + are actually bugged. |
1941 | + |
1942 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1943 | + |
1944 | + WindowButtons: support for opacity and set them as fadable Objects |
1945 | + |
1946 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1947 | + |
1948 | + PanelIndicatorsView: support opacity and set as a FadableObject |
1949 | + |
1950 | + This allows to make indicators fade in/out easily. |
1951 | + |
1952 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1953 | + |
1954 | + FadeController: new class for handling the fading of FadableObjects |
1955 | + |
1956 | + This class allows to define an object to be faded-in/out using a nux::Timer |
1957 | + |
1958 | +2011-09-22 Marco Trevisan (Treviño) <mail@3v1n0.net> |
1959 | + |
1960 | + PanelIndicatorEntryView: support for drawing items with a different opacity |
1961 | + |
1962 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
1963 | + |
1964 | + fix line drawing in dash |
1965 | + |
1966 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1967 | + |
1968 | + fixes the aspect ratio of non square dash items |
1969 | + |
1970 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1971 | + |
1972 | + some cairo cleanups |
1973 | + |
1974 | +2011-09-26 Gord Allott <gord.allott@canonical.com> |
1975 | + |
1976 | + makes sure icon tiles are aspect ratio correct |
1977 | + |
1978 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1979 | + |
1980 | + allows the dash to scroll on keynav |
1981 | + |
1982 | +2011-09-27 Gord Allott <gord.allott@canonical.com> |
1983 | + |
1984 | + change the position of the focus callback a little so that we can show the group header too |
1985 | + |
1986 | +2011-09-27 Gord Allott <gord.allott@canonical.com> |
1987 | + |
1988 | + Hacks in a way to have the dash scroll down on keyboard navigation, will fix better in P when we can break nux ABI |
1989 | + |
1990 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1991 | + |
1992 | + darkens the dash further |
1993 | + |
1994 | +2011-09-28 Gord Allott <gord.allott@canonical.com> |
1995 | + |
1996 | + darken the launcher/panel/dash |
1997 | + |
1998 | +2011-09-28 Robert Carr <racarr@canonical.com> |
1999 | + |
2000 | + Merge lp:~robertcarr/unity/ratingswidget-fixdesign |
2001 | + |
2002 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2003 | + |
2004 | + Also clamp the filter in the mouse handling so we don't filter by a fractional amount |
2005 | + |
2006 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2007 | + |
2008 | + Update the filter ratings widget to fit design. Firstly the user should not be able to set half stars. Secondly the user should be able to drag and change the star rating |
2009 | + |
2010 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
2011 | + |
2012 | + merge blur performance branch |
2013 | + |
2014 | +2011-09-28 Jason Smith <jason.smith@canonical.com> |
2015 | + |
2016 | + improve blur rendering performance |
2017 | + |
2018 | +2011-09-28 Tim Penhey <tim.penhey@canonical.com> |
2019 | + |
2020 | + Delete the windows thread and switcher controller when destroying UnityScreen. |
2021 | + |
2022 | +2011-09-28 Tim Penhey <tim.penhey@canonical.com> |
2023 | + |
2024 | + Delete the switcherController and the windows thread when destroying the UnityScreen. |
2025 | + Having a clean exit depends on nux not trying to access the windows thread when destroying the Views, Layouts and ResourceData. |
2026 | + |
2027 | +2011-09-27 Jason Smith <jason.smith@canonical.com> |
2028 | + |
2029 | + make switcher view ensure text is inside the switcher |
2030 | + |
2031 | +2011-09-27 Robert Carr <racarr@canonical.com> |
2032 | + |
2033 | + Merge lp:~robertcarr/unity/vpswitch-closedash |
2034 | + |
2035 | +2011-09-27 Robert Carr <racarr@canonical.com> |
2036 | + |
2037 | + Close the dash when we start a viewport switch |
2038 | + |
2039 | +2011-09-27 Robert Carr <racarr@canonical.com> |
2040 | + |
2041 | + Merge lp:~unity-team/unity/unity.viewport-bias |
2042 | + |
2043 | +2011-09-26 Jason Smith <jason.smith@canonical.com> |
2044 | + |
2045 | + make alt-tab able to give priority to windows on the current viewport |
2046 | + |
2047 | +2011-09-27 Robert Carr <racarr@canonical.com> |
2048 | + |
2049 | + Merge lp:~robercarr/unity/launcher-nopointergrab. Have the launcher not take a pointer grab in keynav mode. |
2050 | + |
2051 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2052 | + |
2053 | + Merge the branch in to itself? I suck at bzr |
2054 | + |
2055 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2056 | + |
2057 | + Launcher: Don't take a pointer grab in key nav mode |
2058 | + |
2059 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2060 | + |
2061 | + Use the search close asset in SearchBarSpinner. |
2062 | + |
2063 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2064 | + |
2065 | + Launcher: Don't take a pointer grab in keynav mode |
2066 | + |
2067 | +2011-09-27 Didier Roche <didier.roche@canonical.com> |
2068 | + |
2069 | + Add system setting icon to Launcher (LP: #764744) |
2070 | + |
2071 | +2011-09-26 Jason Smith <jason.smith@canonical.com> |
2072 | + |
2073 | + merge dash draw perf branch |
2074 | + |
2075 | +2011-09-26 Jason Smith <jason.smith@canonical.com> |
2076 | + |
2077 | + improve rendering performance slightly when doing a full dash redraw |
2078 | + |
2079 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2080 | + |
2081 | + Merge lp:~robertcarr/unity/dash-fourfingertap |
2082 | + |
2083 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2084 | + |
2085 | + Uncomment the line using GEIS_GESTURE_ATTRIBUTE_TOUCHES to set in our GeisAdapter, not sure of the history of GEIS (as in why it was disabled originally) but it seems to work fine now and be the appropriate way to access it through the new GEIS API...which we don't use but that's a whole different matter |
2086 | + |
2087 | +2011-09-26 Didier Roche <didier.roche@canonical.com> |
2088 | + |
2089 | + Don't cut text on 2 lines on home dash (Neil fixes for french) |
2090 | + |
2091 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2092 | + |
2093 | + Merge lp:~robertcarr/unity/homelauncher-dnd |
2094 | + |
2095 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2096 | + |
2097 | + A proper fix to enabling DND support to the Home folder launcher. Previously it only worked if you had a nautilus-home.desktop which I patched myself...and then forgot about? |
2098 | + |
2099 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2100 | + |
2101 | + Merge lp:~robertcarr/unity/dnd-iconsize |
2102 | + |
2103 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2104 | + |
2105 | + ResultViewGrid: Use the same size as dash icons for dnd images |
2106 | + |
2107 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2108 | + |
2109 | + Merge lp:~robertcarr/unity/dnd-closedash |
2110 | + |
2111 | +2011-09-26 Robert Carr <racarr@canonical.com> |
2112 | + |
2113 | + DashView: Process DND events to close the Dash when we drag a DND object outside of the dash |
2114 | + |
2115 | +2011-09-26 Neil Jagdish Patel <neil.patel@canonical.com> |
2116 | + |
2117 | + Release\ 4.18.0 |
2118 | + |
2119 | +2011-09-26 Neil Jagdish Patel <neil.patel@canonical.com> |
2120 | + |
2121 | + Call panel_a11y_init before creating dbus services to fix thread-safety issues when dealing with get/setenv |
2122 | + |
2123 | +2011-09-26 Andrea Azzarone <azzaronea@gmail.com> |
2124 | + |
2125 | + Launcher - a spread can accidentally be triggered during the 'dragging and dropping behind the Launcher' interaction |
2126 | + |
2127 | +2011-09-24 Andrea Azzarone <azzaronea@gmail.com> |
2128 | + |
2129 | + Blocks the triggering of a spread during the 'dragging and dropping behind the Launcher' interaction. |
2130 | + |
2131 | +2011-09-26 Andrea Azzarone <azzaronea@gmail.com> |
2132 | + |
2133 | + Bug #855909: holding down super while dash is open resaturates launcher but super-key-shortcuts don't appear |
2134 | + |
2135 | +2011-09-25 Andrea Azzarone <azzaronea@gmail.com> |
2136 | + |
2137 | + Doesn't saturate icons on super key when the dash is open. |
2138 | + |
2139 | +2011-09-26 Andrea Azzarone <azzaronea@gmail.com> |
2140 | + |
2141 | + Launcher - When useing Alt F1 launcher keyboard navigation, Launcher should not scroll until top or bottom of Launcher is reached. It uses lp:~andyrock/unity/fix-858469 as a prerequisite to fix the jump bug. |
2142 | + |
2143 | +2011-09-25 Andrea Azzarone <azzaronea@gmail.com> |
2144 | + |
2145 | + Launcher - When useing Alt F1 launcher keyboard navigation, Launcher should not scroll until top or bottom of Launcher is reached. |
2146 | + |
2147 | +2011-09-26 Andrea Azzarone <azzaronea@gmail.com> |
2148 | + |
2149 | + Don't jump during launcher keynav. |
2150 | + |
2151 | + To reproduce the problem: |
2152 | + 1. With a "filled" launcher bar press Alt+F1 (make sure to move your mouse outside of the launcher bar area to not hit bug 858502) |
2153 | + 2. Press the down key |
2154 | + |
2155 | + RESULT: |
2156 | + * The launcher items jump up and down. |
2157 | + |
2158 | + --------------------------------------------------------------- |
2159 | + |
2160 | + I think this is not the best solution but this is a kind of workaround. Given that we are now at an advanced stage of the release cycle, I think it is better that launcher.cpp does not change too much (Launcher.cpp is not a file, is a puzzle :P ) |
2161 | + |
2162 | +2011-09-25 Andrea Azzarone <azzaronea@gmail.com> |
2163 | + |
2164 | + Don't jump during launcher keynav (bug 858469). |
2165 | + |
2166 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2167 | + |
2168 | + Fixed lots of other PanelMenuView related bugs (see the linked list of "In Progress bugs" for reference). |
2169 | + |
2170 | + In particular, I've also changed these things: |
2171 | + - Moving to nux::GetGraphicsDisplay()->GetMouseScreenCoord() (instead of gdk functions, |
2172 | + warning this needs nux bzr-453 or newer not to crash, thanks to Jay for fixing!) |
2173 | + - Checking for mouse position after closing menus to hide/show them (bug bug #843670) |
2174 | + - Checking for mouse position after dragging a window to to hide/show menus |
2175 | + - Fix for PluginAdapter not to consider unmapped windows as maximized (bug #781215) |
2176 | + - Panel-service: correctly close menus when releasing mouse outside a menu title (bug #844309) |
2177 | + - Panel-service: cache the indicator entries geometry and use the values for checking mouse position |
2178 | + - Don't redecorate windows on maximization drag (bug #838923) |
2179 | + - panel-service: Remove id2entry_hash and use sscanf to parse the entries IDs |
2180 | + - PanelView: track mouse position only when it has been changed (fix bug #834065) |
2181 | + - PanelMenuView / PanelIndicatorsView: remove code duplication for adding an entry |
2182 | + - Better mouse grab management using only PanelTitleGrabArea |
2183 | + - PanelMenuView: even more checks to avoid to show/hide menus when we shouldn't |
2184 | + - PanelView: sync geometries for real |
2185 | + |
2186 | + See the related commit logs for more informations. |
2187 | + |
2188 | + This branch, to work properly, needs the updated UnityCore code that I've pushed in my lp:~3v1n0/unity/menus-switching-hacks branch (for the entries geometry things), so in the case that the other branch isn't accepted, we need to port its UnityCore changes here. |
2189 | + |
2190 | + PS: for the record, this is the previous merge request for this branch: https://code.launchpad.net/~3v1n0/unity/panelmenu-fixes/+merge/73622 |
2191 | + |
2192 | +2011-09-25 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2193 | + |
2194 | + WindowButtons: Fixing bug #823353, re-add pressed form for buttons |
2195 | + |
2196 | +2011-09-25 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2197 | + |
2198 | + PanelMenuView: don't allow to drag windows from panel when the dash is open |
2199 | + |
2200 | + Fixing bug #858815 |
2201 | + |
2202 | +2011-09-24 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2203 | + |
2204 | + PanelMenuView: Some more optimizations in UpdateShowNow to avoid false-positive |
2205 | + |
2206 | + We now use also the status and we avoid to do unneeded computation when |
2207 | + we just requested to hide the menus. |
2208 | + |
2209 | +2011-09-24 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2210 | + |
2211 | + PanelMenuView: Add a delay before showing the menus when we press the ALT key |
2212 | + |
2213 | + This fixes bug #855521 preventing the menus to be shown when doing an |
2214 | + alt+tab. The delay is actually set to 180ms and seems to work well. |
2215 | + |
2216 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2217 | + |
2218 | + Remove conflicts with lp:~3v1n0/unity/menus-switching-hacks |
2219 | + |
2220 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2221 | + |
2222 | + PanelMenuView: move to foreach to iterate over entries... |
2223 | + |
2224 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2225 | + |
2226 | + Merging with upstream to resolve conflicts. |
2227 | + |
2228 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2229 | + |
2230 | + PanelIndicatorsView: use foreach loops when possible |
2231 | + |
2232 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2233 | + |
2234 | + PanelView: change name to UnityPanel not to clash with unity-2d |
2235 | + |
2236 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2237 | + |
2238 | + PanelView: sync geometries on indicator entry view Updated. |
2239 | + |
2240 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2241 | + |
2242 | + PanelView: fixing typo. |
2243 | + |
2244 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2245 | + |
2246 | + PanelMenuView: correct wrongly changed comment string... |
2247 | + |
2248 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2249 | + |
2250 | + PanelView: SyncGeometries doesn't actually sync anything |
2251 | + |
2252 | + Added missing method to sync geometries with the service. |
2253 | + |
2254 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2255 | + |
2256 | + Merging with upstream. |
2257 | + |
2258 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2259 | + |
2260 | + PanelMenuView: we don't need to keep _title_tex, _title_layer is enough |
2261 | + |
2262 | + Removing _title_tex and using just the saved _title_layer to draw the |
2263 | + faded application title. |
2264 | + |
2265 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2266 | + |
2267 | + PanelMenuView: Code cleanup |
2268 | + |
2269 | + Disabling some old code, fixed some spacing and updating some lines around. |
2270 | + |
2271 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2272 | + |
2273 | + PanelMenuView: check if we're inside the panel after a drag event. |
2274 | + |
2275 | + If we release the mouse inside the panel, after dragging it around |
2276 | + we need to draw it properly. |
2277 | + |
2278 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2279 | + |
2280 | + PanelMenuView: Use all the panel size to check when we have to start dragging |
2281 | + |
2282 | + We should drag for real only when we're outside the panel, not when |
2283 | + we're outside the menuview. In fact, this would cause the grid plugin |
2284 | + to start when we're over the indicators (for example). |
2285 | + |
2286 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2287 | + |
2288 | + PanelTitleGrabArea: control the grabbed status |
2289 | + |
2290 | + Add the grabbed cursor support to the PanelTitleGrabArea without contrilling |
2291 | + this directly from PanelMenuView, and update this one to use the |
2292 | + new grab-area interface. |
2293 | + |
2294 | + Also we directly uses the signals eredited from InputArea in the grab area |
2295 | + with no more code duplication. |
2296 | + |
2297 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2298 | + |
2299 | + PanelMenuView: avoid code duplication in OnEntryAdded |
2300 | + |
2301 | + Use the new PanelIndicatorsWidget functions to add an entry to the |
2302 | + panel menu view, without code duplication. |
2303 | + |
2304 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2305 | + |
2306 | + PanelIndicatorsView: Add AddEntry / RemoveEntry APIs to allow better code reusability |
2307 | + |
2308 | + Added new APIs to allow to reuse the code to add entries also in the |
2309 | + PanelMenuView. Entries can be added in any position, or automatically |
2310 | + (by priority). |
2311 | + |
2312 | +2011-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2313 | + |
2314 | + panel-service: remove an implicit check. |
2315 | + |
2316 | +2011-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2317 | + |
2318 | + panel-service: re-open a menu if clicking over its title after a keyboard navigation |
2319 | + |
2320 | + If we were navigating over indicators using the keyboard |
2321 | + and now we click over the indicator under the mouse, we |
2322 | + must force it to show back again, not make all the menus close. |
2323 | + |
2324 | +2011-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2325 | + |
2326 | + PanelView: track mouse position only when it has been changed |
2327 | + |
2328 | + We cache the tracked mouse position to avoid to check for changed |
2329 | + position every few milliseconds without any need. |
2330 | + |
2331 | + This commit fixes bug #834065 since with the previous implementation, |
2332 | + when changing the active menu using the keyboard, the mouse position was |
2333 | + always checked for opening a menu. Now it's relevant only if it has been |
2334 | + changed. |
2335 | + |
2336 | +2011-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2337 | + |
2338 | + Go back (again) to auto mouse = nux::GetGraphicsDisplay()->GetMouseScreenCoord() |
2339 | + |
2340 | + Since Jay fixed it for us in Nux (commit 453), now we can use it safely here |
2341 | + with no more crashes ;) |
2342 | + |
2343 | +2011-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2344 | + |
2345 | + Ignore keyboard events when the mouse is over a menu title |
2346 | + |
2347 | + This is a first workaround to but #827582 and it eliminates the visual |
2348 | + issue that is happening when using the keyboard arrows when |
2349 | + the mouse is over an indicator. |
2350 | + |
2351 | +2011-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2352 | + |
2353 | + panel-service: Remove id2entry_hash and go back to a direct hash entry2geometry_hash |
2354 | + |
2355 | + There's no need to use the id2entry hash since sscanf can do the |
2356 | + work for us to get back a pointer from its previously generated string. |
2357 | + This works well and saves memory and computation. |
2358 | + |
2359 | + Also it solves the issue with entry2geometry_hash that now can be again an hashtable |
2360 | + using the direct access and doesn't use memory to duplicate the entry_id |
2361 | + string |
2362 | + |
2363 | +2011-09-16 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2364 | + |
2365 | + Use a string based hash-table for geometry and don't remove values on entry-removed |
2366 | + |
2367 | + When switching the focus from a window to one of its dialog children |
2368 | + (for example an open dialog, or any other dialog with no proper menu) |
2369 | + unity-panel-service gets quickly an "entry-removed" signal for an entry |
2370 | + and then a new "entry-added" signal for the very same entry. |
2371 | + This causes the panel-service not to sync with the client, since the |
2372 | + two events are too near and so if in this case we would have removed |
2373 | + the cached geometries for that entry, then the client wouldn't have shown |
2374 | + its menu correctly. |
2375 | + |
2376 | + So now we remove the entries from the entry2geometry_hash hashtable only |
2377 | + when the client asked to do that to avoid errors, however we use more |
2378 | + memory and a slower hashtable since we need to use strings. |
2379 | + |
2380 | +2011-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2381 | + |
2382 | + Fixing for good the Redecorate maximized windows issue. |
2383 | + |
2384 | + This fixes bug #838923 (and particularly the redecorate problem |
2385 | + also noticed by other bugs like #825230). |
2386 | + |
2387 | + Really this is more a workaround than a fix, since in the previous |
2388 | + implementation of the PluginAdapter::IsWindowDecorated function |
2389 | + we used the compiz way to get the decoration parameters. |
2390 | + However compiz is too slow to catch the changes we did in the function |
2391 | + PluginAdapter::SetMwmWindowHints which actually uses directly the |
2392 | + Xlib APIs. So, also when querying for the decorate status |
2393 | + we need to use XGetWindowProperty to get the real value. |
2394 | + |
2395 | + The old code has been left there, with a FIXME statement. |
2396 | + |
2397 | +2011-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2398 | + |
2399 | + Code cleanup... |
2400 | + |
2401 | +2011-09-13 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2402 | + |
2403 | + panel-service: Fixed coding style. |
2404 | + |
2405 | +2011-09-13 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2406 | + |
2407 | + Panel-service: cache the entry geometries and use them for parsing mouse events |
2408 | + |
2409 | + When a client calls the SyncGeometry method the panel-service caches |
2410 | + the geometries for the changed entries and then we use them in the |
2411 | + event filter function to check if a release event has been done |
2412 | + over an indicator entry name or not. |
2413 | + |
2414 | + This fixes for good bug #844309 and improves the menus handling with |
2415 | + a single-click: when a click is released over a non-previously selected |
2416 | + menu title, then the release event is ignored, otherwise we use it |
2417 | + to close the menus. |
2418 | + |
2419 | +2011-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2420 | + |
2421 | + panel-service: Don't remove all release events outside the menu area on first click |
2422 | + |
2423 | + Unity panel service, after opening a menu was ignoring all the mouse release events |
2424 | + to avoid to close the just opened menu. But this was incorrect and caused |
2425 | + bug #844309 so it was impossible click on a menu, continue clicking over it |
2426 | + and releasing the mouse outside its area (to close it). |
2427 | + |
2428 | + So now we only ingore release events that are above the menu, so if |
2429 | + a mouse button is released above the menu (and so in its title in the panel) |
2430 | + the release event is ignored and so the menu doesn't close, otherwise |
2431 | + the menu closes. |
2432 | + |
2433 | +2011-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2434 | + |
2435 | + Merging missing changes... |
2436 | + |
2437 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2438 | + |
2439 | + Don't consider unmapped and unviewable windows in IsWindowObscured |
2440 | + |
2441 | + An unmapped or not viewable window can't for sure obscure another window. |
2442 | + So, when trying to collect the maximized Windows in PanelMenuWindow |
2443 | + (to restore them grabbing from the panel), the unmapped windows |
2444 | + (like banshee in the sound menu or deluge reduced to its indicator) |
2445 | + must not be considered or the dragging wouldn't work. |
2446 | + |
2447 | + This should fix bugs like #781215 and #774121 |
2448 | + |
2449 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2450 | + |
2451 | + WindowManager: don't StartMove with negative coordinates |
2452 | + |
2453 | + Otherwise unity will crash. |
2454 | + |
2455 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2456 | + |
2457 | + Panel: Show the menu after maximizing using the window title drag |
2458 | + |
2459 | + When a window is maximized we force to check for the mouse position |
2460 | + to draw correctly the panel. |
2461 | + |
2462 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2463 | + |
2464 | + nux::GetGraphicsDisplay()->GetMouseScreenCoord() is buggy, let's move back to GDK |
2465 | + |
2466 | + It's better to avoid crashes here. Always check mouse position using GDK. |
2467 | + |
2468 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2469 | + |
2470 | + PanelView, never use nux::GetGraphicsDisplay()->GetMouseScreenCoord(); |
2471 | + |
2472 | + It's too unstable, it could causes crashes when the mouse pointer is |
2473 | + grabbed. Reverting to the default implementation, including a FIXME. |
2474 | + |
2475 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2476 | + |
2477 | + Fallback to Gdk display if nux::GetGraphicsDisplay() is null |
2478 | + |
2479 | + Sometimes nux doesn't seem to work as expected, leading to crashes |
2480 | + in the previous implementation. So adding a gdk fallback if needed. |
2481 | + |
2482 | +2011-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2483 | + |
2484 | + Put back AllMenuClosed and check for new mouse position using Nux |
2485 | + |
2486 | + This allows to properly fix bug #843670 hiding menus only when the mouse |
2487 | + pointer is outside the top menu panel. |
2488 | + |
2489 | +2011-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2490 | + |
2491 | + Merging with upstream |
2492 | + |
2493 | +2011-09-26 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2494 | + |
2495 | + This is a set of hacks to improve the reaction of the panel on fast menus switching |
2496 | + |
2497 | + Everytime unity shows a menu it needs to contact unity-panel-service and to wait for its reply to correctly redraw the panel (selecting the mapped menu title). |
2498 | + This is correct, but due to the low speed of this process it causes some visual issues when moving quickly the mouse over the indicators, this gives the impression that the unity interface is slow. |
2499 | + |
2500 | + To reduce this feeling I've made some hacks to make the Panel update its aspect as soon as a menu has been hovered, without waiting for the panel-service reply both when selecting and de-selecting a menu. |
2501 | + However, the panel reply is not ignored, but considered only if our guess was wrong. |
2502 | + |
2503 | + This allows to navigate over titles without that the panel will show a "redraw cascade effect" caused by the late replies of the panel service. |
2504 | + Of course the speed of the menus themselves won't change, but the switch process should look cleaner. |
2505 | + |
2506 | + Check also this [1] merge proposal for better understanding some of the changes: |
2507 | + |
2508 | + [1] https://code.launchpad.net/~3v1n0/unity/panelmenu-fixes/+merge/76133 |
2509 | + |
2510 | +2011-09-24 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2511 | + |
2512 | + Don't draw white indicators when a menu entry is active. |
2513 | + |
2514 | + Patch suggested by Andrea Cimitan. |
2515 | + |
2516 | +2011-09-24 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2517 | + |
2518 | + Don't use the IsActive getter when modifying the private value |
2519 | + |
2520 | +2011-09-23 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2521 | + |
2522 | + PanelIndicatorEntryView always use the IsActive() function |
2523 | + |
2524 | + Instead of the draw_active_ variable. |
2525 | + |
2526 | +2011-09-26 Sam Spilsbury <sam.spilsbury@canonical.com> |
2527 | + |
2528 | + This is relevant to 754689 - when a user changes the launcher size the offsets for the expo plugin need to change. |
2529 | + |
2530 | +2011-09-22 Sam Spilsbury <sam.spilsbury@canonical.com> |
2531 | + |
2532 | + Offset expo plugin space for launcher size |
2533 | + |
2534 | +2011-09-26 Sam Spilsbury <sam.spilsbury@canonical.com> |
2535 | + |
2536 | + XRegion.h defines TRUE and FALSE too |
2537 | + |
2538 | +2011-09-16 Sam Spilsbury <sam.spilsbury@canonical.com> |
2539 | + |
2540 | + Fix TRUE/FALSE def conflict |
2541 | + |
2542 | +2011-09-26 Omer Akram <om26er@ubuntu.com> |
2543 | + |
2544 | + Dash unmaximize/maximize button is mismatched with actual window size |
2545 | + |
2546 | +2011-09-18 Omer Akram <om26er@ubuntu.com> |
2547 | + |
2548 | + fix for bug 852984 from Wildjiji |
2549 | + |
2550 | +2011-09-26 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com> |
2551 | + |
2552 | + ResultRendererTile leaked a lot of GIcons. In fact for any icon string resembling a URI, or when loading an icon by name. |
2553 | + |
2554 | +2011-09-16 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> |
2555 | + |
2556 | + Fix leak of GIcon in ResultRendererTile. It was leaked when loading from a URI or icon name. |
2557 | + |
2558 | +2011-09-26 Gordon Allott <gord.allott@canonical.com> |
2559 | + |
2560 | + this should fix the music lens bug, what seems to have been happening is that tim added some code that resets the handle_counter_ in the IconLoader, but it was watching the wrong container to know when to reset the handle_counter_, which caused handles to get overridden, which caused the wrong slot to get disconnected when we call disconnectbyhandle in ResultRenderer |
2561 | + |
2562 | + and figuring that out has stolen some of my soul. |
2563 | + |
2564 | +2011-09-23 Gord Allott <gord.allott@canonical.com> |
2565 | + |
2566 | + add protection in icon loading |
2567 | + |
2568 | +2011-09-23 Gord Allott <gord.allott@canonical.com> |
2569 | + |
2570 | + don't zero out the handle index unless the task_map is empty |
2571 | + |
2572 | +2011-09-23 Jason Smith <jason.smith@canonical.com> |
2573 | + |
2574 | + prefer lower left monitor instead of upper left monitor |
2575 | + |
2576 | +2011-09-23 Jason Smith <jason.smith@canonical.com> |
2577 | + |
2578 | + make "primary" monitor be the left most monitor, regardless of what X says... |
2579 | + We do this because we are more or less forced to by the design |
2580 | + |
2581 | +2011-09-23 Jason Smith <jason.smith@canonical.com> |
2582 | + |
2583 | + merge gords reflection branch |
2584 | + |
2585 | +2011-09-22 Gord Allott <gord.allott@canonical.com> |
2586 | + |
2587 | + gets the real dash size emitted on ubus, so that the result views can render reflections properly |
2588 | + |
2589 | +2011-09-23 Jason Smith <jason.smith@canonical.com> |
2590 | + |
2591 | + tmp |
2592 | + |
2593 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2594 | + |
2595 | + PanelIndicatorsView: use foreach loops in OnPointerMoved. |
2596 | + |
2597 | +2011-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2598 | + |
2599 | + Merging with upstream. |
2600 | + |
2601 | +2011-09-13 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2602 | + |
2603 | + DBusIndicators: re-use computed rect value. |
2604 | + |
2605 | +2011-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2606 | + |
2607 | + DBusIndicators: cache locations per each different caller |
2608 | + |
2609 | + When syncing the locations geometries, we must consider also who asked |
2610 | + to sync them. Each client should have different geometries, so we must cache |
2611 | + them considering the caller name. |
2612 | + |
2613 | + Also fix a typo causing the file not compile. |
2614 | + |
2615 | +2011-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2616 | + |
2617 | + DBusIndicators: don't spam the service, just send really changed geometries |
2618 | + |
2619 | + Cache the last received EntryLocations map in DBusIndicators, so on next |
2620 | + call to SyncGeometries we just send to the service informations about |
2621 | + the entries that have really changed their geometry. |
2622 | + |
2623 | + When an entry has been removed, we just send to the service invalid |
2624 | + width and height values. |
2625 | + |
2626 | +2011-09-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2627 | + |
2628 | + PanelView: SyncGeometries doesn't actually sync anything |
2629 | + |
2630 | + Added missing method to sync geometries with the service. |
2631 | + |
2632 | +2011-09-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
2633 | + |
2634 | + This is a set of hacks to improve the reaction of the panel on fast menus switching |
2635 | + |
2636 | + Everytime unity shows a menu it needs to contact unity-panel-service |
2637 | + and to wait for its reply to correctly redraw the panel (selecting the |
2638 | + mapped menu title). |
2639 | + This is correct, but due to the low speed of this process it causes |
2640 | + some visual issues when moving quickly the mouse over the indicators, |
2641 | + this gives the impression that the unity interface is slow. |
2642 | + |
2643 | + To reduce this feeling I've made some hacks to make the Panel update |
2644 | + its aspect as soon as a menu has been overed, without waiting for |
2645 | + the panel-service reply both when selecting and deselecting a menu. |
2646 | + However, the panel reply is not ignored, but considered only if our |
2647 | + guess was wrong. |
2648 | + |
2649 | + This allows to navigate over titles without that the panel will show |
2650 | + a "redraw cascade effect" caused by the late replies of the panel service. |
2651 | + Of course the speed of the menus themselves won't change, but the switch |
2652 | + process should look cleaner. |
2653 | + |
2654 | +2011-09-22 Jason Smith <jason.smith@canonical.com> |
2655 | + |
2656 | + merge alt-tab follows mouse branch |
2657 | + |
2658 | +2011-09-22 Jason Smith <jason.smith@canonical.com> |
2659 | + |
2660 | + make alt-tab follow mouse and not focused window |
2661 | + |
2662 | +2011-09-22 Jason Smith <jason.smith@canonical.com> |
2663 | + |
2664 | + Make alt-tab track monitor with mouse on it |
2665 | + |
2666 | +2011-09-22 Jason Smith <jason.smith@canonical.com> |
2667 | + |
2668 | + make switcher dots match those on dash material |
2669 | + |
2670 | +2011-09-22 Daniel van Vugt <vanvugt@gmail.com> |
2671 | + |
2672 | + Fixes LP: #747682. Thanks for the patch, Daniel! |
2673 | + |
2674 | +2011-09-19 Daniel van Vugt <vanvugt@gmail.com> |
2675 | + |
2676 | + Fix unity4-specific shadow toggling. |
2677 | + |
2678 | +2011-09-19 Daniel van Vugt <vanvugt@gmail.com> |
2679 | + |
2680 | + Panel shadow opacity should match panel opacity. (LP: #747682) |
2681 | + |
2682 | +2011-09-22 Daniel van Vugt <vanvugt@gmail.com> |
2683 | + |
2684 | + Fixes LP: #815454. Thanks for the patch, Daniel! |
2685 | + |
2686 | +2011-09-21 Daniel van Vugt <vanvugt@gmail.com> |
2687 | + |
2688 | + Fixed missing panel shadow on secondary monitors. (LP: #815454) |
2689 | + |
2690 | +2011-09-22 Andrea Azzarone <azzaronea@gmail.com> |
2691 | + |
2692 | + Fixes LP: #851185. Thanks for the patch, Andrea! |
2693 | + |
2694 | +2011-09-16 Andrea Azzarone <azzaronea@gmail.com> |
2695 | + |
2696 | + Doesn't trigger dnd behind launcher interaction is dash is open. |
2697 | + |
2698 | +2011-09-22 Andrea Azzarone <azzaronea@gmail.com> |
2699 | + |
2700 | + Fixes LP: #851619. Thanks for the patch, Andrea! |
2701 | + |
2702 | +2011-09-22 Andrea Azzarone <azzaronea@gmail.com> |
2703 | + |
2704 | + Gives feedback when dropping an icon that's already in launcher. |
2705 | + |
2706 | +2011-09-22 Didier Roche <didier.roche@canonical.com> |
2707 | + |
2708 | + bump build-dep requirement on CMakeLists.txt (LP: #846447) |
2709 | + |
2710 | +2011-09-22 Jason Smith <jason.smith@canonical.com> |
2711 | + |
2712 | + update switcher view glow to match design (minor tweak) |
2713 | + |
2714 | +2011-09-22 Mirco Müller <mirco.mueller@ubuntu.com> |
2715 | + |
2716 | + Fix regression in pixel-grid aligned drawing. |
2717 | + |
2718 | +2011-09-22 Mirco Müller <mirco.mueller@ubuntu.com> |
2719 | + |
2720 | + Fix regression from DashStyle refactoring messing up the pixel-grid alignment |
2721 | + |
2722 | +2011-09-22 Jason Smith <jason.smith@canonical.com> |
2723 | + |
2724 | + Merge branch from Brandon Schaefer to make window buttons appear when pressing alt |
2725 | + |
2726 | +2011-09-18 Brandon Schaefer <brandontschaefer@gmail.com> |
2727 | + |
2728 | + WindowButtons now work when using alt |
2729 | + |
2730 | +2011-09-21 Jason Smith <jason.smith@canonical.com> |
2731 | + |
2732 | + make layout system implement maximum vertical size |
2733 | + |
2734 | +2011-09-22 Sam Spilsbury <sam.spilsbury@canonical.com> |
2735 | + |
2736 | + Merge lp:~smspillaz/unity/unity.fix_855068 |
2737 | + |
2738 | +2011-09-21 Sam Spilsbury <sam.spilsbury@canonical.com> |
2739 | + |
2740 | + Fix typo |
2741 | + |
2742 | +2011-09-22 Sam Spilsbury <sam.spilsbury@canonical.com> |
2743 | + |
2744 | + Merge lp:~smspillaz/unity/unity.real_minimize_spread |
2745 | + |
2746 | +2011-09-21 Sam Spilsbury <sam.spilsbury@canonical.com> |
2747 | + |
2748 | + Temporarily allow minimied windows to be "focused" so that other plugins |
2749 | + will add them to focus effects (eg scale) and remove temp unminimization. |
2750 | + |
2751 | +2011-09-21 Jason Smith <jason.smith@canonical.com> |
2752 | + |
2753 | + restore paint background to IconTexture |
2754 | + |
2755 | +2011-09-21 Jason Smith <jason.smith@canonical.com> |
2756 | + |
2757 | + fix dash rendering Draw vs DrawContent |
2758 | + |
2759 | +2011-09-21 Jason Smith <jason.smith@canonical.com> |
2760 | + |
2761 | + fix regression in drag icon renderering from rev 1575 |
2762 | + |
2763 | +2011-09-21 Jason Smith <jason.smith@canonical.com> |
2764 | + |
2765 | + fix bug where corrupted FBO paints bad data all over screen |
2766 | + |
2767 | +2011-09-21 Jason Smith <jason.smith@canonical.com> |
2768 | + |
2769 | + merge faster blur branch |
2770 | + |
2771 | +2011-09-20 Jason Smith <jason.smith@canonical.com> |
2772 | + |
2773 | + merge jays optimized effects branch |
2774 | + tweak to make blurs more reliable and speedy |
2775 | + |
2776 | +2011-09-20 Jay Taoko <jay.taoko@canonical.com> |
2777 | + |
2778 | + Optimized effects creation |
2779 | + |
2780 | +2011-09-21 Mirco Müller <mirco.mueller@ubuntu.com> |
2781 | + |
2782 | + Fixed LP: #838904 |
2783 | + |
2784 | +2011-09-21 Mirco Müller <mirco.mueller@ubuntu.com> |
2785 | + |
2786 | + Fixed height and alignment relative to the top-most launcher icon of the |
2787 | + dash-search-bar. |
2788 | + |
2789 | +2011-09-20 Mirco Müller <mirco.mueller@ubuntu.com> |
2790 | + |
2791 | + position, size and glow of the search-bar outline fixed |
2792 | + |
2793 | +2011-09-21 Gord Allott <gord.allott@canonical.com> |
2794 | + |
2795 | + adjusts the layout of the dash somewhat |
2796 | + |
2797 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2798 | + |
2799 | + add magic numbers to tile size to make gord sad |
2800 | + |
2801 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2802 | + |
2803 | + remove colours |
2804 | + |
2805 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2806 | + |
2807 | + make the dash resize code flush against the tiles |
2808 | + |
2809 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2810 | + |
2811 | + change places style to suit previous commit |
2812 | + |
2813 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2814 | + |
2815 | + set the spacing in result tiles to 10 |
2816 | + |
2817 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2818 | + |
2819 | + remove padding from result view |
2820 | + |
2821 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2822 | + |
2823 | + fix the placesgroup object using too much space vertically |
2824 | + |
2825 | +2011-09-20 Gord Allott <gord.allott@canonical.com> |
2826 | + |
2827 | + draw pretty colours all over the dash |
2828 | + |
2829 | +2011-09-21 Gord Allott <gord.allott@canonical.com> |
2830 | + |
2831 | + chunks the loading of dash items so we never block compiz for more than 8ms |
2832 | + |
2833 | +2011-09-19 Gord Allott <gord.allott@canonical.com> |
2834 | + |
2835 | + fix the off by one error and track the timeout handle |
2836 | + |
2837 | +2011-09-19 Gord Allott <gord.allott@canonical.com> |
2838 | + |
2839 | + do the lazy loading of the dash into 8ms chucks, before queuing to the next frame£ |
2840 | + |
2841 | +2011-09-21 Gord Allott <gord.allott@canonical.com> |
2842 | + |
2843 | + Merges in a dash rendering cleanup branch, should be a slightly quicker dash |
2844 | + |
2845 | +2011-09-19 Gord Allott <gord.allott@canonical.com> |
2846 | + |
2847 | + remove the clipping from the result view, in certain cases we actually want to go outside our bounds |
2848 | + |
2849 | +2011-09-19 Gord Allott <gord.allott@canonical.com> |
2850 | + |
2851 | + same for the horizontal tile |
2852 | + |
2853 | +2011-09-19 Gord Allott <gord.allott@canonical.com> |
2854 | + |
2855 | + remove unneeded renderering in the dash |
2856 | + |
2857 | +2011-09-19 Gord Allott <gord.allott@canonical.com> |
2858 | + |
2859 | + remove unneeded blend mode setting |
2860 | + |
2861 | +2011-09-20 Jason Smith <jason.smith@canonical.com> |
2862 | + |
2863 | + fix accounting of dash backgrounds to prevent double painting of blur on scroll |
2864 | + |
2865 | +2011-09-20 Robert Carr <racarr@canonical.com> |
2866 | + |
2867 | + BackgroundEffectHelper: Change the default noise factor for blur from 1.2 to 1.1 |
2868 | + |
2869 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2870 | + |
2871 | + Merge lp:~smspillaz/unity/unity.fix_invisible_windows |
2872 | + |
2873 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2874 | + |
2875 | + Fix spacing and add a comment |
2876 | + |
2877 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2878 | + |
2879 | + Merge trunk |
2880 | + |
2881 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2882 | + |
2883 | + Reference count the fbos and ensure that we are not binding |
2884 | + and painting fbos in the transformed screen case as we don't |
2885 | + set up the buffers properly for that |
2886 | + |
2887 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2888 | + |
2889 | + Fix dupe |
2890 | + |
2891 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2892 | + |
2893 | + Merge trunk |
2894 | + |
2895 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2896 | + |
2897 | + Ensure that the frame region is cleared on showdesktop too |
2898 | + |
2899 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2900 | + |
2901 | + Merge lp:~unity-team/unity/unity..sdh_invisible_window |
2902 | + |
2903 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2904 | + |
2905 | + Fix invisible windows when using showdesktop handler |
2906 | + |
2907 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2908 | + |
2909 | + Merge lp:~unity-team/unity/unity.fix_732997 |
2910 | + |
2911 | +2011-09-20 Sam Spilsbury <sam.spilsbury@canonical.com> |
2912 | + |
2913 | + Fix LP#732997 - do not override minimization functions until the window |
2914 | + is mapped and do not show inaccessible windows which have been withdrawn |
2915 | + or started out iconfied in the alt-tab |
2916 | + |
2917 | +2011-09-20 Didier Roche <didier.roche@canonical.com> |
2918 | + |
2919 | + add Update-notifier to the whitelist as per request from the release team LP: #779382 |
2920 | + |
2921 | +2011-09-19 Jason Smith <jason.smith@canonical.com> |
2922 | + |
2923 | + merge branch to improve layout system to be smarter with many windows of varying aspect ratios |
2924 | + |
2925 | +2011-09-19 Jason Smith <jason.smith@canonical.com> |
2926 | + |
2927 | + make layout system look ahead to see the effect of the next window on the current row |
2928 | + |
2929 | +2011-09-19 Jason Smith <jason.smith@canonical.com> |
2930 | + |
2931 | + make layout system prefer even layouts when possible |
2932 | + |
2933 | +2011-09-19 Andrea Azzarone |
2934 | + |
2935 | + merge branch to saturate/desaturate the launcher when the dash is open and DND starts |
2936 | + |
2937 | +2011-09-15 Andrea Azzarone <azzaronea@gmail.com> |
2938 | + |
2939 | + Fixes some problem with saturation/desaturation of the launcher when dash is open and dnd starts. |
2940 | + |
2941 | +2011-09-19 Jason Smith <jason.smith@canonical.com> |
2942 | + |
2943 | + merge branch to make GIMP handle spread mode better in some cases |
2944 | + |
2945 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
2946 | + |
2947 | + Handle applications like the GIMP better in spread mode |
2948 | + |
2949 | +2011-09-19 Jason Smith <jason.smith@canonical.com> |
2950 | + |
2951 | + make sure we dont tell compiz to draw durring a draw |
2952 | + |
2953 | +2011-09-19 Tim Penhey <tim.penhey@canonical.com> |
2954 | + |
2955 | + DashStyle refactoring. |
2956 | + |
2957 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2958 | + |
2959 | + Merged dash-style-string-const-ref into dash-style-cmath. |
2960 | + |
2961 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2962 | + |
2963 | + Merged dash-style-pseudo-singleton into dash-style-string-const-ref. |
2964 | + |
2965 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2966 | + |
2967 | + Merged dash-style-enums into dash-style-pseudo-singleton. |
2968 | + |
2969 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2970 | + |
2971 | + Remove tabs. |
2972 | + |
2973 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2974 | + |
2975 | + Merged dash-style-string-const-ref into dash-style-cmath. |
2976 | + |
2977 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2978 | + |
2979 | + Merged dash-style-pseudo-singleton into dash-style-string-const-ref. |
2980 | + |
2981 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2982 | + |
2983 | + Merged dash-style-enums into dash-style-pseudo-singleton. |
2984 | + |
2985 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2986 | + |
2987 | + Merged dash-style-whitespace into dash-style-enums. |
2988 | + |
2989 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2990 | + |
2991 | + Merged dash-style-variable-rename into dash-style-whitespace. |
2992 | + |
2993 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2994 | + |
2995 | + Merge prev pipe. |
2996 | + |
2997 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
2998 | + |
2999 | + Add some const correctness. |
3000 | + |
3001 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3002 | + |
3003 | + Use <cmath> and anon namespace. |
3004 | + |
3005 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3006 | + |
3007 | + Pass std::string by const&. |
3008 | + |
3009 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3010 | + |
3011 | + Update tests. |
3012 | + |
3013 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3014 | + |
3015 | + Pseudo singleton for DashStyle. |
3016 | + |
3017 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3018 | + |
3019 | + Use strong enums. |
3020 | + |
3021 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3022 | + |
3023 | + Fix whitespace in the header. |
3024 | + |
3025 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3026 | + |
3027 | + Fix the whitespace. |
3028 | + |
3029 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3030 | + |
3031 | + Rename the member variables to match coding guidelines. |
3032 | + |
3033 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3034 | + |
3035 | + More tweaks. |
3036 | + |
3037 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3038 | + |
3039 | + Initial extraction. |
3040 | + |
3041 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3042 | + |
3043 | + Remove extra constants. |
3044 | + |
3045 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3046 | + |
3047 | + Generic mapping array too. |
3048 | + |
3049 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3050 | + |
3051 | + Mapped string reader. |
3052 | + |
3053 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3054 | + |
3055 | + Mode array and int array changed. |
3056 | + |
3057 | +2011-09-15 Tim Penhey <tim.penhey@canonical.com> |
3058 | + |
3059 | + More reading refactoring. |
3060 | + |
3061 | +2011-09-14 Tim Penhey <tim.penhey@canonical.com> |
3062 | + |
3063 | + Refactoring colors and json reading. |
3064 | + |
3065 | +2011-09-14 Tim Penhey <tim.penhey@canonical.com> |
3066 | + |
3067 | + Minimal changes to make DashStyle use a pimpl. |
3068 | + |
3069 | +2011-09-16 Jason Smith <jason.smith@canonical.com> |
3070 | + |
3071 | + merge optimization branch |
3072 | + |
3073 | +2011-09-16 Jason Smith <jason.smith@canonical.com> |
3074 | + |
3075 | + fix memory leak in dash |
3076 | + |
3077 | +2011-09-16 Jason Smith <jason.smith@canonical.com> |
3078 | + |
3079 | + Optimize unity to minimize number of calls to get projection matrix (math reduction) |
3080 | + Remove useless call to draw background in IconTexture |
3081 | + |
3082 | +2011-09-16 Jay Taoko <jay.taoko@canonical.com> |
3083 | + |
3084 | + Fixed regression in the dash search entry. See bug #764859 |
3085 | + |
3086 | +2011-09-16 Jay Taoko <jay.taoko@canonical.com> |
3087 | + |
3088 | + Fixed regression in the dash search entry. See bug #764859 |
3089 | + |
3090 | +2011-09-16 Robert Carr <racarr@canonical.com> |
3091 | + |
3092 | + Merge lp:~robertcarr/unity/dash-keepfocus |
3093 | + |
3094 | +2011-09-16 Robert Carr <racarr@canonical.com> |
3095 | + |
3096 | + unityshell: If the dash is open dont let other windows steal input focus. closes lp:830730 |
3097 | + |
3098 | +2011-09-16 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> |
3099 | + |
3100 | + Merge lp:~cimi/unity/black-dash-layer |
3101 | + |
3102 | +2011-09-15 Andrea Cimitan <andrea.cimitan@canonical.com> |
3103 | + |
3104 | + Use plain black #000000, instead #333333, as dark dash layer |
3105 | + |
3106 | +2011-09-16 Alejandro Piñeiro <apinheiro@igalia.com> |
3107 | + |
3108 | + Adding NUX_[DECLARE/IMPLEMENT]_OBJECT_TYPE macros for LauncherIcon |
3109 | + |
3110 | +2011-09-15 Alejandro Piñeiro <apinheiro@igalia.com> |
3111 | + |
3112 | + Fixing a type on LauncherIcon NUX_DECLARE_TYPE |
3113 | + |
3114 | +2011-09-15 Alejandro Piñeiro <apinheiro@igalia.com> |
3115 | + |
3116 | + Adding the NUX_DECLARE/IMPLEMENT macros for LauncherIcon |
3117 | + |
3118 | +2011-09-15 Jason Smith <jason.smith@canonical.com> |
3119 | + |
3120 | + fix issue where (rarely) alt-tab could enter spread mode prematurely |
3121 | + |
3122 | +2011-09-15 Neil Jagdish Patel <neil.patel@canonical.com> |
3123 | + |
3124 | + Release\ 4.16.0 |
3125 | + |
3126 | +2011-09-15 Neil Jagdish Patel <neil.patel@canonical.com> |
3127 | + |
3128 | + Fix count of hidden results |
3129 | + |
3130 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3131 | + |
3132 | + makes the shine on the dash much less intensive |
3133 | + |
3134 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3135 | + |
3136 | + less bright sheen |
3137 | + |
3138 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3139 | + |
3140 | + fixes the tiling for icons in the dash, small icons now stretch |
3141 | + |
3142 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3143 | + |
3144 | + Makes the icons in the dash scale instead of tile |
3145 | + |
3146 | +2011-09-15 Mirco Müller <mirco.mueller@ubuntu.com> |
3147 | + |
3148 | + Mirco's branch to adjust spacing and solve lp:844889 |
3149 | + |
3150 | + Fixed issues: |
3151 | + |
3152 | + - Category header icons are too large |
3153 | + - The font size of category header titles is too larged |
3154 | + - The search result icons are too small |
3155 | + - The search filter toggle boxes are too high |
3156 | + - The search filter toggle boxes are too narrow |
3157 | + - the search box is too short |
3158 | + - The the font size of the text underneath each icon in the search results is too large |
3159 | + - The size and shape of the arrow that points to the currently selected Dash Lens is incorrect |
3160 | + |
3161 | +2011-09-15 Mirco Müller <mirco.mueller@ubuntu.com> |
3162 | + |
3163 | + reverted the attempt in changing the dash-size, made category font smaller |
3164 | + |
3165 | +2011-09-15 Mirco Müller <mirco.mueller@ubuntu.com> |
3166 | + |
3167 | + Numerous fixes for LP: #844889... about 50% of the states issues still to do |
3168 | + |
3169 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3170 | + |
3171 | + changes the dash background to be darker with a shine |
3172 | + |
3173 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3174 | + |
3175 | + made the sheen less shiny |
3176 | + |
3177 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3178 | + |
3179 | + remove comments |
3180 | + |
3181 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3182 | + |
3183 | + fixes the launcher renderering |
3184 | + |
3185 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3186 | + |
3187 | + adds a sheen to the launcher, dash and panel |
3188 | + |
3189 | +2011-09-14 Gord Allott <gord.allott@canonical.com> |
3190 | + |
3191 | + shine in the dash |
3192 | + |
3193 | +2011-09-14 Gord Allott <gord.allott@canonical.com> |
3194 | + |
3195 | + darken layer added to the ui elements in dash mode |
3196 | + |
3197 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3198 | + |
3199 | + reduce the grid view spacing |
3200 | + |
3201 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3202 | + |
3203 | + reduce height of results in the dash by one line of text |
3204 | + |
3205 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3206 | + |
3207 | + fixed bug with total rows being +1 instead of ceil |
3208 | + |
3209 | +2011-09-15 Neil Jagdish Patel <neil.patel@canonical.com> |
3210 | + |
3211 | + Fix Panel icons and text when dash is open |
3212 | + |
3213 | +2011-09-15 Neil Jagdish Patel <neil.patel@canonical.com> |
3214 | + |
3215 | + Make icons white when the dash is open |
3216 | + |
3217 | +2011-09-15 Neil Jagdish Patel <neil.patel@canonical.com> |
3218 | + |
3219 | + Make indicators draw white text when Dash is showing |
3220 | + |
3221 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3222 | + |
3223 | + Fixes a bug with the horizontal renderer not using the correct text drawing method |
3224 | + |
3225 | +2011-09-13 Gord Allott <gord.allott@canonical.com> |
3226 | + |
3227 | + fixed the horizontal renderer cutting off some of the text |
3228 | + |
3229 | +2011-09-13 Gord Allott <gord.allott@canonical.com> |
3230 | + |
3231 | + Merge in the new dash size branch |
3232 | + |
3233 | +2011-09-13 Gord Allott <gord.allott@canonical.com> |
3234 | + |
3235 | + made the loadtext method in resultrenderer virtual |
3236 | + |
3237 | +2011-09-15 Jason Smith <jason.smith@canonical.com> |
3238 | + |
3239 | + fix timeout delay to be consistent |
3240 | + |
3241 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3242 | + |
3243 | + merging in a branch to increase the icon size in the dash, one of many targeting lp:844889 |
3244 | + |
3245 | +2011-09-14 Gord Allott <gord.allott@canonical.com> |
3246 | + |
3247 | + changed fallback icon size to use places style code |
3248 | + |
3249 | +2011-09-14 Gord Allott <gord.allott@canonical.com> |
3250 | + |
3251 | + Merged updated fix-missing-icons branch |
3252 | + |
3253 | +2011-09-12 Gord Allott <gord.allott@canonical.com> |
3254 | + |
3255 | + remove spacing from the results grid renderer |
3256 | + |
3257 | +2011-09-12 Gord Allott <gord.allott@canonical.com> |
3258 | + |
3259 | + changed the horizontal renderer to fit the new size |
3260 | + |
3261 | +2011-09-12 Gord Allott <gord.allott@canonical.com> |
3262 | + |
3263 | + changed dash icon size from 42 to 64 |
3264 | + |
3265 | +2011-09-12 Gord Allott <gord.allott@canonical.com> |
3266 | + |
3267 | + fix missing icons branch merged in to stop future conflicts |
3268 | + |
3269 | +2011-09-12 Gord Allott <gord.allott@canonical.com> |
3270 | + |
3271 | + quicksave |
3272 | + |
3273 | +2011-09-15 Gord Allott <gord.allott@canonical.com> |
3274 | + |
3275 | + Merges in a branch to fix missing icons, targeting lp:830887 |
3276 | + |
3277 | +2011-09-14 Gord Allott <gord.allott@canonical.com> |
3278 | + |
3279 | + fixes icon renderer so that it returns a null reference when it can't find a file rather than silently quitting, so we can use that codepath instead of stating files all the live long day |
3280 | + |
3281 | +2011-09-09 Gord Allott <gord.allott@canonical.com> |
3282 | + |
3283 | + fix lp:830887 |
3284 | + |
3285 | +2011-09-15 Sam Spilsbury <sam.spilsbury@canonical.com> |
3286 | + |
3287 | + Merge lp:~smspillaz/unity/unity.fix_crash_on_startup |
3288 | + |
3289 | +2011-08-05 Sam Spilsbury <sam.spilsbury@canonical.com> |
3290 | + |
3291 | + Fix crash on startup |
3292 | + |
3293 | + On startup, compiz does plugin->vTable->init () for every single plugin in |
3294 | + the load queue. It then does plugin->vTable->initScreen (); On some drivers, |
3295 | + doing a glGet () before an opengl context is created can result in a crash, |
3296 | + so move the detection and failure code to UnityScreen's constructor where |
3297 | + opengl has already been loaded. |
3298 | + |
3299 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3300 | + |
3301 | + merge branch to make dash not close on DND start |
3302 | + |
3303 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3304 | + |
3305 | + Dont close dash on DND start |
3306 | + |
3307 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3308 | + |
3309 | + merge top autoscroll branch |
3310 | + |
3311 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3312 | + |
3313 | + Restore top autoscroll |
3314 | + |
3315 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3316 | + |
3317 | + merge darken pips branch |
3318 | + |
3319 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3320 | + |
3321 | + make sure darkening only happens when rendering is done over the tile |
3322 | + |
3323 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3324 | + |
3325 | + make pips render darker when in highlight mode |
3326 | + |
3327 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3328 | + |
3329 | + merge alt-shift-grave branch |
3330 | + |
3331 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3332 | + |
3333 | + make alt-shift-` able to initiate detail mode and start on the last window |
3334 | + |
3335 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3336 | + |
3337 | + switch default of detail_on_timeout to match that in xml file |
3338 | + |
3339 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3340 | + |
3341 | + add <Alt><Shift>Key Above Tab support |
3342 | + |
3343 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3344 | + |
3345 | + merge branch to fix issue with switcher padding |
3346 | + |
3347 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3348 | + |
3349 | + fix issue where switcher would layout with improper padding when the number of flat icons was exactly 1 |
3350 | + |
3351 | +2011-09-14 Jay Taoko <jay.taoko@canonical.com> |
3352 | + |
3353 | + Removing incorrect call for setting opengl render buffer. The call also is not needed, so I am removing it entirely. |
3354 | + |
3355 | +2011-09-14 Jay Taoko <jay.taoko@canonical.com> |
3356 | + |
3357 | + Fix: Removing incorrect call for setting opengl render buffer. |
3358 | + |
3359 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3360 | + |
3361 | + fix f10 |
3362 | + |
3363 | +2011-09-14 Alex Launi <alex.launi@canonical.com> |
3364 | + |
3365 | + fix a syntax error in the unity launch script |
3366 | + |
3367 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3368 | + |
3369 | + update design resources |
3370 | + make Launcher rendering proper for new resources |
3371 | + |
3372 | +2011-09-14 Didier Roche <didier.roche@canonical.com> |
3373 | + |
3374 | + Set alt + tab timeout to true (LP: #838075) |
3375 | + |
3376 | +2011-09-14 Didier Roche <didier.roche@canonical.com> |
3377 | + |
3378 | + Set alt + tab timeout to true (LP: #838075) |
3379 | + |
3380 | +2011-09-14 Robert Carr <racarr@canonical.com> |
3381 | + |
3382 | + Merge lp:~robertcarr/unity/launcherdrag-checkicon |
3383 | + |
3384 | +2011-09-14 Robert Carr <racarr@canonical.com> |
3385 | + |
3386 | + Launcher::StartIconDragRequest. Only set action state if we actually have a drag icon |
3387 | + |
3388 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3389 | + |
3390 | + merge branch to fix minor design team issues |
3391 | + |
3392 | +2011-09-14 Jason Smith <jason.smith@canonical.com> |
3393 | + |
3394 | + make BFB launcher use UBusManager rather than C api |
3395 | + |
3396 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
3397 | + |
3398 | + fix launcher scroll direction |
3399 | + |
3400 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
3401 | + |
3402 | + Make alt-tab close the dash when it opens |
3403 | + |
3404 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
3405 | + |
3406 | + fix issue where slow moving pointer would not trigger edge reveal |
3407 | + |
3408 | +2011-09-14 Didier Roche <didier.roche@canonical.com> |
3409 | + |
3410 | + This branch does 2 things: |
3411 | + - bring back Super + Shift + Num to open a new instance of an app (LP: #842977) |
3412 | + - force sorting at start to get shortcut working (LP: #768076) |
3413 | + |
3414 | +2011-09-12 Didier Roche <didier.roche@canonical.com> |
3415 | + |
3416 | + force sorting at start to get shortcut working (LP: #768076) |
3417 | + |
3418 | +2011-09-12 Didier Roche <didier.roche@canonical.com> |
3419 | + |
3420 | + bring back Super + Shift + Num to open a new instance of an app (LP: #842977) |
3421 | + |
3422 | +2011-09-14 Didier Roche <didier.roche@canonical.com> |
3423 | + |
3424 | + update unity --distro to latest installed files (LP: #847799) |
3425 | + |
3426 | +2011-09-12 Didier Roche <didier.roche@canonical.com> |
3427 | + |
3428 | + update unity --distro to latest installed files (LP: #847799) |
3429 | + |
3430 | +2011-09-14 Tim Penhey <tim.penhey@canonical.com> |
3431 | + |
3432 | + Unload the renderer from the results when the ResultsView dies. |
3433 | + |
3434 | +2011-09-14 Tim Penhey <tim.penhey@canonical.com> |
3435 | + |
3436 | + More logging cleanup. |
3437 | + |
3438 | +2011-09-14 Tim Penhey <tim.penhey@canonical.com> |
3439 | + |
3440 | + Cleaning up unneeded logging. |
3441 | + |
3442 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3443 | + |
3444 | + Don't log the renderer count. |
3445 | + |
3446 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3447 | + |
3448 | + Stop counting results. |
3449 | + |
3450 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3451 | + |
3452 | + Unload any results we have hanging around at destruction time. |
3453 | + |
3454 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3455 | + |
3456 | + Log the adding and removing of results. |
3457 | + |
3458 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3459 | + |
3460 | + Count the containers. |
3461 | + |
3462 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3463 | + |
3464 | + Merged cleanup-filters into renderer-leak. |
3465 | + |
3466 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3467 | + |
3468 | + Logging and counters. |
3469 | + |
3470 | +2011-09-12 Tim Penhey <tim.penhey@canonical.com> |
3471 | + |
3472 | + Merge trunk. |
3473 | + |
3474 | +2011-09-12 Tim Penhey <tim.penhey@canonical.com> |
3475 | + |
3476 | + Add count check. |
3477 | + |
3478 | +2011-09-14 Tim Penhey <tim.penhey@canonical.com> |
3479 | + |
3480 | + Remove extra references on the layouts and remove the unreferences added |
3481 | + in error. |
3482 | + |
3483 | + Fixes lp:845732. |
3484 | + |
3485 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3486 | + |
3487 | + Remove unreferences added in error. |
3488 | + |
3489 | +2011-09-13 Tim Penhey <tim.penhey@canonical.com> |
3490 | + |
3491 | + Merge trunk. |
3492 | + |
3493 | +2011-09-12 Tim Penhey <tim.penhey@canonical.com> |
3494 | + |
3495 | + Avoid gratuitous referencing. |
3496 | + |
3497 | +2011-09-12 Tim Penhey <tim.penhey@canonical.com> |
3498 | + |
3499 | + Adding some missed nux object type information. |
3500 | + |
3501 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
3502 | + |
3503 | + merge switcher crash on window close branch |
3504 | + |
3505 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
3506 | + |
3507 | + fix crash when window closes and switcher is open |
3508 | + |
3509 | +2011-09-13 Jay Taoko <jay.taoko@canonical.com> |
3510 | + |
3511 | + Set framebuffer depth attachment to 0 |
3512 | + |
3513 | +2011-09-13 Jason Smith <jason.smith@canonical.com> |
3514 | + |
3515 | + Fix potential crash when hash table is null in remove entry model |
3516 | + |
3517 | +2011-09-13 Sam Spilsbury <sam.spilsbury@canonical.com> |
3518 | + |
3519 | + Merge lp:~unity-team/unity/unity.fix_847967 |
3520 | + |
3521 | +2011-09-13 Sam Spilsbury <sam.spilsbury@canonical.com> |
3522 | + |
3523 | + Add some comments |
3524 | + |
3525 | +2011-09-13 Sam Spilsbury <sam.spilsbury@canonical.com> |
3526 | + |
3527 | + Don't save and restore implicit bounding shapes since this shape will be kept after restore |
3528 | + |
3529 | +2011-09-13 Sam Spilsbury <sam.spilsbury@canonical.com> |
3530 | + |
3531 | + Fix sent shape events not working correctly, ensure that they are sent to clients |
3532 | + that will actually receive them. |
3533 | + |
3534 | + This won't work without http://lists.x.org/archives/xorg-devel/2011-September/024996.html |
3535 | + since there's a bug in the X Server |
3536 | + |
3537 | +2011-09-12 Jason Smith <jason.smith@canonical.com> |
3538 | + |
3539 | + Round orange outline |
3540 | + |
3541 | +2011-09-12 Jason Smith <jason.smith@canonical.com> |
3542 | + |
3543 | + merge layout improvements branch |
3544 | + |
3545 | +2011-09-12 Jason Smith <jason.smith@canonical.com> |
3546 | + |
3547 | + make sure we dont let stuff scale up beyond bounds |
3548 | + |
3549 | +2011-09-12 Jason Smith <jason.smith@canonical.com> |
3550 | + |
3551 | + improve layout system to optimize horizontal spacing |
3552 | + |
3553 | +2011-09-12 Robert Carr <racarr@canonical.com> |
3554 | + |
3555 | + Merge lp:~robertcarr/unity/alttab-checkgrabresult |
3556 | + |
3557 | +2011-09-12 Robert Carr <racarr@canonical.com> |
3558 | + |
3559 | + altTabInitiateCommon: Check if we successfully get a grab, if not short circuit |
3560 | + |
3561 | +2011-09-12 Robert Carr <racarr@canonical.com> |
3562 | + |
3563 | + Style |
3564 | + |
3565 | +2011-09-12 Robert Carr <racarr@canonical.com> |
3566 | + |
3567 | + Style |
3568 | + |
3569 | +2011-09-12 Robert Carr <racarr@canonical.com> |
3570 | + |
3571 | + BamfLauncherIcon::ValidateUrisForLaunch: If we are the home launcher we can accept any kind of URI |
3572 | + |
3573 | +2011-09-12 Robert Carr <racarr@canonical.com> |
3574 | + |
3575 | + Merge lp:~robertcarr/unity/tab-lens-navigation |
3576 | + |
3577 | +2011-09-11 Robert Carr <racarr@canonical.com> |
3578 | + |
3579 | + Implement KeyNavIteration on DashView to allow switching through the lens bar with tab and left tab (shift-tab) |
3580 | + |
3581 | +2011-09-12 Didier Roche <didier.roche@canonical.com> |
3582 | + |
3583 | + remove unity-preferences, we will need to add some blessed option as a g-c-c capplet (LP: #847599) |
3584 | + |
3585 | +2011-09-12 Didier Roche <didier.roche@canonical.com> |
3586 | + |
3587 | + remove unity-preferences, we will need to add some blessed option as a g-c-c capplet (LP: #847599) |
3588 | + |
3589 | +2011-09-12 Alejandro Piñeiro <apinheiro@igalia.com> |
3590 | + |
3591 | + a11y: atk-bridge location path changed his format |
3592 | + |
3593 | +2011-09-09 Alejandro Piñeiro <apinheiro@igalia.com> |
3594 | + |
3595 | + a11y: atk-bridge location path changed format |
3596 | + |
3597 | + Changed the format on this bug: |
3598 | + https://bugzilla.gnome.org/show_bug.cgi?id=645321 |
3599 | + |
3600 | + Fixes bug: |
3601 | + https://bugs.launchpad.net/unity/+bug/844927 |
3602 | + |
3603 | +2011-09-11 Jason Smith <jason.smith@canonical.com> |
3604 | + |
3605 | + merge switcher layout branch |
3606 | + |
3607 | +2011-09-11 Jason Smith <jason.smith@canonical.com> |
3608 | + |
3609 | + fix merge issues |
3610 | + |
3611 | +2011-09-11 Jason Smith <jason.smith@canonical.com> |
3612 | + |
3613 | + fix padding math |
3614 | + |
3615 | +2011-09-11 Jason Smith <jason.smith@canonical.com> |
3616 | + |
3617 | + soften opacity differences as orange outline works now |
3618 | + |
3619 | +2011-09-11 Jason Smith <jason.smith@canonical.com> |
3620 | + |
3621 | + improve layout system and switcher view to more closely match design goals |
3622 | + |
3623 | +2011-09-09 Sam Spilsbury <sam.spilsbury@canonical.com> |
3624 | + |
3625 | + Merge lp:~smspillaz/unity/unity.stack_debug_fixed_minimized_windows |
3626 | + |
3627 | +2011-09-09 Sam Spilsbury <sam.spilsbury@canonical.com> |
3628 | + |
3629 | + Merge lp:~unity-team/unity/unity.stack-debug |
3630 | + |
3631 | +2011-09-08 Jason Smith <jason.smith@canonical.com> |
3632 | + |
3633 | + merge trunk |
3634 | + |
3635 | +2011-09-09 Sam Spilsbury <sam.spilsbury@canonical.com> |
3636 | + |
3637 | + Only remove the input shape on the client window and send a synethetic ShapeNotify when that happens |
3638 | + |
3639 | + We should only remove the input shape on the client window because core will respond by updating the |
3640 | + regions correctly so that if the shape changes again core will be able to restore it correctly. However, |
3641 | + we disable XShape events on the client window such that we will not receive a ShapeNotify event |
3642 | + on the client window for our own operation which would cause cycling in the shape code. Instead craft |
3643 | + a synethetic ShapeNotify event and send that to the root window so that core will update the window |
3644 | + region and we can ignore the synethetic ShapeNotify event. |
3645 | + |
3646 | +2011-09-08 Jason Smith <jason.smith@canonical.com> |
3647 | + |
3648 | + merge trunk |
3649 | + |
3650 | +2011-09-08 Jason Smith <jason.smith@canonical.com> |
3651 | + |
3652 | + track upstream stacking changes |
3653 | + |
3654 | +2011-09-09 Robert Carr <racarr@canonical.com> |
3655 | + |
3656 | + Merge lp:~robertcarr/unity/result-dragimages |
3657 | + |
3658 | +2011-09-08 Robert Carr <racarr@canonical.com> |
3659 | + |
3660 | + When dragging from dash results, make better use of the icon_hint the lens gave us, i.e. if it is a filename (presumably a thumbnail) try loading that first. This ensures that the drag image will be the same as the image displayed in the dash |
3661 | + |
3662 | +2011-09-08 Neil Jagdish Patel <neil.patel@canonical.com> |
3663 | + |
3664 | + [release] 4.14.2 |
3665 | + |
3666 | +2011-09-08 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> |
3667 | + |
3668 | + Update tests to new libunity API |
3669 | + |
3670 | +2011-09-08 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> |
3671 | + |
3672 | + Oh, who wants to NULL initialize GLists anyway?! |
3673 | + |
3674 | +2011-09-08 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> |
3675 | + |
3676 | + Update test cases to reflect latest API breaks in libunity. There's a segv in test-gtest-service inside g_object_new() on a GIcon instance I create. What's up with that?! |
3677 | + |
3678 | +2011-09-08 Neil Jagdish Patel <neil.patel@canonical.com> |
3679 | + |
3680 | + [release] 4.14.0 |
3681 | + |
3682 | +2011-09-08 Neil Jagdish Patel <neil.patel@canonical.com> |
3683 | + |
3684 | + Fix test |
3685 | + |
3686 | +2011-09-08 Neil Jagdish Patel <neil.patel@canonical.com> |
3687 | + |
3688 | + Don't show Filter Search for home lens |
3689 | + |
3690 | +2011-09-08 Neil Jagdish Patel <neil.patel@canonical.com> |
3691 | + |
3692 | + Revert Robert's spacer from the DashSearchBar as it's causing the filters to be pushed off the edge of the Dash on some resolutions |
3693 | + |
3694 | +2011-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3695 | + |
3696 | + To implement the Desktop DX Indicators Review blueprint [1] and to implement the system indicators ordering requested by design team [2], I've redesigned the way the indicators work in unity. |
3697 | + |
3698 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3699 | + |
3700 | + Correctly unref floating indicator objects. |
3701 | + |
3702 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3703 | + |
3704 | + Removing old PanelTray code |
3705 | + |
3706 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3707 | + |
3708 | + Merging with upstream |
3709 | + |
3710 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3711 | + |
3712 | + PanelView: notify indicators and menu views on indicator object removed |
3713 | + |
3714 | + When the signal is fired the indicators will be removed from unity. |
3715 | + |
3716 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3717 | + |
3718 | + PanelIndicatorsView: support indicator removal |
3719 | + |
3720 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3721 | + |
3722 | + UnityCore: added Indicator::GetEntries() and notify on removal |
3723 | + |
3724 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3725 | + |
3726 | + panel-service: reduce close-timeout to 1 second. |
3727 | + |
3728 | +2011-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3729 | + |
3730 | + DbusIndicators: kill panel service if needed |
3731 | + |
3732 | +2011-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3733 | + |
3734 | + UnityCore: adding Indicators::RemoveIndicator and Indicators::GetIndicators() |
3735 | + |
3736 | + They both allow to remove indicators when they have been lost. |
3737 | + |
3738 | +2011-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3739 | + |
3740 | + Better Indicator and Indicators APIs |
3741 | + |
3742 | + Using Indicator:Ptr everywhere and reduced loops when syncing. |
3743 | + |
3744 | +2011-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3745 | + |
3746 | + Add a timeout to the Indicator Remove API |
3747 | + |
3748 | + So we are sure that in the case that no client is actually running |
3749 | + the panel will close, without waiting a reply from the client. |
3750 | + |
3751 | + Currently set to 3 seconds, maybe it could be set to a lower value. |
3752 | + |
3753 | +2011-09-04 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3754 | + |
3755 | + Make unity to remove the indicators when the panel service has been closed |
3756 | + |
3757 | + Not killed, that needs to update the unity side. |
3758 | + |
3759 | +2011-09-03 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3760 | + |
3761 | + PanelService small api change... |
3762 | + |
3763 | +2011-09-03 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3764 | + |
3765 | + Merging with upstream. |
3766 | + |
3767 | +2011-09-03 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3768 | + |
3769 | + PanelService: fix keynavigation on priority based indicators. |
3770 | + |
3771 | + With the new priority based positioning system, when using the keynavigation |
3772 | + to open menus on the panel we need to follow the priority order. |
3773 | + The old implementation otherwise, causes the indicators menus to be shown |
3774 | + following the order of the ohe indicator the objects. |
3775 | + |
3776 | + Bug fixed by reoreding the indicator entries considering their priority and |
3777 | + using the temporary generated list to select which menu should be opened. |
3778 | + |
3779 | +2011-09-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3780 | + |
3781 | + Merging with upstream, fixing the small conflict with TrayIcon |
3782 | + |
3783 | +2011-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3784 | + |
3785 | + Cleaning up another missed comment. |
3786 | + |
3787 | +2011-08-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3788 | + |
3789 | + More cleanups... |
3790 | + |
3791 | +2011-08-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3792 | + |
3793 | + Removing unneeded and commented code |
3794 | + |
3795 | +2011-08-29 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3796 | + |
3797 | + Merging with Upstream. |
3798 | + |
3799 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3800 | + |
3801 | + Some optimizations for clearing empty indicators. |
3802 | + |
3803 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3804 | + |
3805 | + Indicator entries should always be resynced, also if they're empty. |
3806 | + |
3807 | + Then the indicator could remove them. |
3808 | + |
3809 | + This fixes the issue that I introduced which caused the menus not to |
3810 | + be removed when a window had no menus at all. |
3811 | + |
3812 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3813 | + |
3814 | + Menus already arrive in the correct order, no need to check for priority. |
3815 | + |
3816 | + Also if that could be a nice extra check, I prefer not to waste time here. |
3817 | + |
3818 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3819 | + |
3820 | + Including name_hint parameter in the IndicatorEntry. |
3821 | + |
3822 | + Also if actually this is not used by the shell, but only by the panel |
3823 | + service, this value could be useful in future development. |
3824 | + |
3825 | + Updated also the entry tests. |
3826 | + |
3827 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3828 | + |
3829 | + Added PanelIndicatorsView to move to the priority-based system for ordering entries |
3830 | + |
3831 | + Removed PanelIndicatorObject and replaced with PanelIndicatorsView that |
3832 | + basically is a container of indicators which shows them following the priority |
3833 | + of the given entries. |
3834 | + |
3835 | + So, now PanelView just contains two indicator children: menu_view and indicators |
3836 | + They get updated when a new entry is added and uses the entries priority |
3837 | + to order them. Thanks to this now the indicators can be also in a mixed order |
3838 | + and the entries aren't anymore ordered just per-IndicatorObject. |
3839 | + |
3840 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3841 | + |
3842 | + UnityCore: Support for prioritized indicator entries |
3843 | + |
3844 | + When an IndicatorEntry is allocated now, we also consider its priority |
3845 | + flag, as the PanelService sends us that value too. |
3846 | + |
3847 | + Also, now we avoid to allocate a new entry at every Sync, but we |
3848 | + try to use the already allocated instance if it exists. |
3849 | + Added also the support for removing an indicator entry when |
3850 | + it's not more synced by the PanelSerive, with signal support. |
3851 | + |
3852 | + This avoids that unity will create blank indicator entries, but |
3853 | + actually it only generates real entries to be added to the panel. |
3854 | + |
3855 | + Finally, now we use have an indicator entry priority flag, we don't |
3856 | + need to order all the entries per-indicator. |
3857 | + |
3858 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3859 | + |
3860 | + Panel service: Add priority flag to indicators |
3861 | + |
3862 | + When panel service loads the indicators, it also compute the priority |
3863 | + of the indicator entry itself. That value then can be used by |
3864 | + the panel to correctly order the indicators. |
3865 | + |
3866 | + Now panel service orders the indicators following the specifications |
3867 | + defined by the design team, and basically from the end of the screen: |
3868 | + * indicator-session |
3869 | + * indicator-datetime |
3870 | + * indicator-sound |
3871 | + * network manager (nm-applet) |
3872 | + * bluetooth manager |
3873 | + * indicator-messages |
3874 | + * keyboard layout |
3875 | + * All the others appindicators |
3876 | + * The application menus |
3877 | + |
3878 | +2011-08-09 Marco Trevisan (Treviño) <mail@3v1n0.net> |
3879 | + |
3880 | + Enable debugging symbols in Debug mode. |
3881 | + |
3882 | +2011-09-08 Didier Roche <didier.roche@canonical.com> |
3883 | + |
3884 | + Fix missing lens shortcuts (Super-A, Super-F) (LP: #834078) |
3885 | + |
3886 | +2011-09-08 Didier Roche <didier.roche@canonical.com> |
3887 | + |
3888 | + fix show/hide dash when shortcuts are pressed quickly |
3889 | + |
3890 | +2011-09-08 Didier Roche <didier.roche@canonical.com> |
3891 | + |
3892 | + Fix uneeded object construction |
3893 | + |
3894 | +2011-09-07 Didier Roche <didier.roche@canonical.com> |
3895 | + |
3896 | + bring back lenses shortcut activation. Seems there is still an issue on registering keybinding on first super invocation, but good enough for main cases (LP: #834078) |
3897 | + |
3898 | +2011-09-08 Tim Penhey <tim.penhey@canonical.com> |
3899 | + |
3900 | + Merging in tims branch to replace PlacesStyle with a non-singleton |
3901 | + |
3902 | + This branch changes one of our singletons that never gets destroyed |
3903 | + into a pseudo-singleton. |
3904 | + |
3905 | + The PlacesStyle object now uses smart pointers to own the textures, |
3906 | + and the signal manger to dicsonnect the signals. |
3907 | + |
3908 | + Other small tweaks include putting it in the unity namespace, and |
3909 | + returning the text color by const&, and making some of the methods |
3910 | + const. |
3911 | + |
3912 | +2011-09-08 Tim Penhey <tim.penhey@canonical.com> |
3913 | + |
3914 | + Makes PlacesStyle a non-singleton, but warns you if you try |
3915 | + to create more than one instance. |
3916 | + |
3917 | + This means that the unity screen can own the style, so it get |
3918 | + nicely destroyed when the screen is destroyed. |
3919 | + |
3920 | +2011-09-08 Gord Allott <gord.allott@canonical.com> |
3921 | + |
3922 | + Merging in my branch that speeds up the dash even further, we now only render the results that are on the screen and only load the icons that are visible, reducing the memory footprint |
3923 | + |
3924 | +2011-09-08 Gord Allott <gord.allott@canonical.com> |
3925 | + |
3926 | + removed comment |
3927 | + |
3928 | +2011-09-08 Gord Allott <gord.allott@canonical.com> |
3929 | + |
3930 | + only pre-load the tiles that are currently visible |
3931 | + |
3932 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
3933 | + |
3934 | + fixed bug with the last row in a results view being dropped |
3935 | + |
3936 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
3937 | + |
3938 | + Only draw the icons in a result view that are visible on the screen |
3939 | + |
3940 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
3941 | + |
3942 | + fix relayout branch |
3943 | + |
3944 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
3945 | + |
3946 | + latest trunk |
3947 | + |
3948 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
3949 | + |
3950 | + snapshot |
3951 | + |
3952 | +2011-09-05 Gord Allott <gord.allott@canonical.com> |
3953 | + |
3954 | + merge latest trunk |
3955 | + |
3956 | +2011-09-05 Gord Allott <gord.allott@canonical.com> |
3957 | + |
3958 | + first attempt at only displaying the results that are visible |
3959 | + |
3960 | +2011-09-08 Andrea Cimitan <andrea.cimitan@canonical.com> |
3961 | + |
3962 | + merging in Cimi's branch to modify the theming of the panel |
3963 | + |
3964 | +2011-09-07 Andrea Cimitan <andrea.cimitan@canonical.com> |
3965 | + |
3966 | + Also render frame on the panel |
3967 | + |
3968 | +2011-09-07 Neil Jagdish Patel <neil.patel@canonical.com> |
3969 | + |
3970 | + Remove stray g_debug |
3971 | + |
3972 | +2011-09-07 Neil Jagdish Patel <neil.patel@canonical.com> |
3973 | + |
3974 | + Fix panel opacity settings |
3975 | + |
3976 | +2011-09-08 Neil Jagdish Patel <njpatel@Pulse> |
3977 | + |
3978 | + Merging neils branch to order the lenses in the dash |
3979 | + |
3980 | +2011-09-07 Neil Jagdish Patel <neil.patel@canonical.com> |
3981 | + |
3982 | + Add some ordering, make sure Applications lens is always first |
3983 | + |
3984 | +2011-09-08 Neil Jagdish Patel <njpatel@Pulse> |
3985 | + |
3986 | + Merging neils branch to remove some hacks revolving around the inital results |
3987 | + |
3988 | +2011-09-07 Neil Jagdish Patel <neil.patel@canonical.com> |
3989 | + |
3990 | + Remove hacks that work around lenses not giving initial results |
3991 | + |
3992 | +2011-09-08 Marco Biscaro <marcobiscaro2112@gmail.com> |
3993 | + |
3994 | + Merges in Marcos branch that fixes lp:#801413 and lp:843425 and some more fixes/improvements |
3995 | + |
3996 | + This branch includes various fixes for the QuickList handling such as: |
3997 | + - Correct hiding of quicklist items and quicklist roots (including not showing unneeded separators, see more at bug #843425). |
3998 | + - Support for monitoring .desktop file changes to dynamically update the "static" quicklist generated using the launcher .desktop file |
3999 | + - Some memory optimizations and fix of memory leaks |
4000 | + - Fixed a bug causing unity to crash if removing launcher with an open quicklist (bug #801413) |
4001 | + |
4002 | +2011-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4003 | + |
4004 | + LauncherIcon: Hide a visible quicklist when removing the Icon |
4005 | + |
4006 | + If a LauncherIcon has been removed while its quicklist is still showing, |
4007 | + unity crashes since it's still listening for events waiting a click |
4008 | + outside the quicklist. Hiding it before removing the icon fixes it. |
4009 | + |
4010 | + This fixes bug #801413 |
4011 | + |
4012 | +2011-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4013 | + |
4014 | + BamfLauncherIcon: Fixed some MenuItems memory leaks |
4015 | + |
4016 | + Keeping pointers of all other menu-items we use in the quicklist |
4017 | + to avoid to re-create them on every icon right-click (each time |
4018 | + the quicklist is shown). |
4019 | + |
4020 | + All the used menu_items are now also unreferenced when the Launcher Icon |
4021 | + is destructed. |
4022 | + |
4023 | +2011-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4024 | + |
4025 | + Update .desktop file quicklist on file modification |
4026 | + |
4027 | + Monitor for desktop file changes and reload the launcher quicklist |
4028 | + on file edit. Also the monitor is updated when the linked desktop file |
4029 | + changes (that's BAMF responsability). |
4030 | + |
4031 | + Plus, don't update the cached desktop file if not needed and always use |
4032 | + DesktopFile() to get it. |
4033 | + |
4034 | +2011-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4035 | + |
4036 | + BamfLauncherIcon: Don't show quicklist items if they aren't visible. |
4037 | + |
4038 | + A quicklist menu or a quicklist menuitem shouldn't be considered if not visible |
4039 | + at all. This would cause to show just a separator leading to bug #843425 |
4040 | + |
4041 | +2011-09-08 Mirco Müller <mirco.mueller@ubuntu.com> |
4042 | + |
4043 | + This fixes a lot of the issues stated in the mega-bug LP: #841945. But since |
4044 | + it is so much not everything is done yet. Still already done fixes should |
4045 | + move into trunk as soon as possible. Here's a list of done fixes: |
4046 | + |
4047 | + from the list of positioning issues: |
4048 | + - The Category Headers are positioned wrong (too far left, too low) |
4049 | + - The magnifying glass inside the search box is positioned wrong (should be |
4050 | + further to the left) |
4051 | + - There is too much space below each category header |
4052 | + - "Filter results" header is positioned wrong (should be right and slightly up) |
4053 | + - The "All" button is aligned incorrectly relative to the other filter buttons |
4054 | + (right sides should fall on the same vertical axis) |
4055 | + |
4056 | + from the list of shape issues: |
4057 | + - "Filter results" is the wrong font size and weight |
4058 | + - The corner radius of the search filter toggle boxes is wrong |
4059 | + - The 'rating' stars are the wrong size |
4060 | + - the un-selected 'rating' star has the wrong border |
4061 | + - the 1px dividers in-between the categories should be narrower with 15px |
4062 | + margin on each side |
4063 | + - the dividers in between the filter results categories are missing |
4064 | + - the 'All' button's shape is very wrong |
4065 | + - the filter results category headers are with wrong font size and weight |
4066 | + |
4067 | +2011-09-08 Mirco Müller <mirco.mueller@ubuntu.com> |
4068 | + |
4069 | + Merge with trunk again |
4070 | + |
4071 | +2011-09-08 Mirco Müller <mirco.mueller@ubuntu.com> |
4072 | + |
4073 | + Made font-weight of filter-caption text bold, added drawing of separators to the genre- and multi-range-widgets |
4074 | + |
4075 | +2011-09-07 Mirco Müller <mirco.mueller@ubuntu.com> |
4076 | + |
4077 | + Fixed spacing between filter-header and actual filter-widget |
4078 | + |
4079 | +2011-09-07 Mirco Müller <mirco.mueller@ubuntu.com> |
4080 | + |
4081 | + fixed the horizontal position and alignment of SeachBar and result-captions... gave up on the icon-sizes of the result-views for now |
4082 | + |
4083 | +2011-09-06 Mirco Müller <mirco.mueller@ubuntu.com> |
4084 | + |
4085 | + first bunch of fixes on the filter-page for the mega-bug LP: #841945 |
4086 | + |
4087 | +2011-09-08 Jay Taoko <jay.taoko@canonical.com> |
4088 | + |
4089 | + Fix blur in multimonitor config |
4090 | + |
4091 | +2011-09-08 Jay Taoko <jay.taoko@canonical.com> |
4092 | + |
4093 | + Merged trunk |
4094 | + |
4095 | +2011-09-07 Jay Taoko <jay.taoko@canonical.com> |
4096 | + |
4097 | + minor fix |
4098 | + |
4099 | +2011-09-07 Jay Taoko <jay.taoko@canonical.com> |
4100 | + |
4101 | + Fix blur in multimonitor config |
4102 | + |
4103 | +2011-09-08 Jason Smith <jason.smith@canonical.com> |
4104 | + |
4105 | + merge bfb hide dash branch |
4106 | + |
4107 | +2011-09-08 Jason Smith <jason.smith@canonical.com> |
4108 | + |
4109 | + Fix bug where dash wouldn't go away when BFB was clicked on |
4110 | + |
4111 | +2011-09-07 Andrea Azzarone |
4112 | + |
4113 | + Merge dnd fixes branch |
4114 | + |
4115 | +2011-08-31 Andrea Azzarone <azzaronea@gmail.com> |
4116 | + |
4117 | + Add global comment. |
4118 | + |
4119 | +2011-08-31 Andrea Azzarone <azzaronea@gmail.com> |
4120 | + |
4121 | + Merge trunk. |
4122 | + |
4123 | +2011-08-31 Andrea Azzarone <azzaronea@gmail.com> |
4124 | + |
4125 | + Add comments. |
4126 | + |
4127 | +2011-08-31 Andrea Azzarone <azzaronea@gmail.com> |
4128 | + |
4129 | + Some changes. |
4130 | + |
4131 | +2011-08-30 Andrea Azzarone <azzaronea@gmail.com> |
4132 | + |
4133 | + Add null check. |
4134 | + |
4135 | +2011-08-30 Andrea Azzarone <azzaronea@gmail.com> |
4136 | + |
4137 | + Merge trunk. |
4138 | + Use WindowManager in DNDCollectionWindow. |
4139 | + Use signal window_moved instead of using timeout. |
4140 | + |
4141 | +2011-08-29 Andrea Azzarone <azzaronea@gmail.com> |
4142 | + |
4143 | + Ops... |
4144 | + |
4145 | +2011-08-29 Andrea Azzarone <azzaronea@gmail.com> |
4146 | + |
4147 | + Restack the window properly. |
4148 | + |
4149 | +2011-08-29 Andrea Azzarone <azzaronea@gmail.com> |
4150 | + |
4151 | + 10ms should be enough. |
4152 | + |
4153 | +2011-08-28 Andrea Azzarone <azzaronea@gmail.com> |
4154 | + |
4155 | + This should fix bug #835362 |
4156 | + |
4157 | +2011-08-28 Andrea Azzarone <azzaronea@gmail.com> |
4158 | + |
4159 | + Ops... |
4160 | + |
4161 | +2011-08-28 Andrea Azzarone <azzaronea@gmail.com> |
4162 | + |
4163 | + Makes the DNDCollectionWindow work properly with dash (and panel) with just one mouse movement. |
4164 | + |
4165 | +2011-08-28 Andrea Azzarone <azzaronea@gmail.com> |
4166 | + |
4167 | + Revert changes. |
4168 | + |
4169 | +2011-08-28 Andrea Azzarone <azzaronea@gmail.com> |
4170 | + |
4171 | + Merge trunk and make the dndcollectionwindow works properly with unity panel and unity dash with just one movement of the mouse. |
4172 | + |
4173 | +2011-08-26 Andrea Azzarone <azzaronea@gmail.com> |
4174 | + |
4175 | + Merge trunk. |
4176 | + |
4177 | +2011-08-26 Andrea Azzarone <azzaronea@gmail.com> |
4178 | + |
4179 | + Use 200ms as timeout again. |
4180 | + |
4181 | +2011-08-25 Andrea Azzarone <azzaronea@gmail.com> |
4182 | + |
4183 | + Makes a device icons always movable. |
4184 | + |
4185 | +2011-08-25 Andrea Azzarone <azzaronea@gmail.com> |
4186 | + |
4187 | + Make it possible to add more than one .desktop file at once. |
4188 | + |
4189 | +2011-08-24 Andrea Azzarone <azzaronea@gmail.com> |
4190 | + |
4191 | + Merge trunk. |
4192 | + |
4193 | +2011-08-24 Andrea Azzarone <azzaronea@gmail.com> |
4194 | + |
4195 | + Use 50 as timeout. |
4196 | + |
4197 | +2011-08-24 Andrea Azzarone <azzaronea@gmail.com> |
4198 | + |
4199 | + Make itpossible to add more .desktop files at once using dnd. |
4200 | + |
4201 | +2011-08-24 Andrea Azzarone <azzaronea@gmail.com> |
4202 | + |
4203 | + Some fixes... |
4204 | + |
4205 | +2011-08-24 Andrea Azzarone <azzaronea@gmail.com> |
4206 | + |
4207 | + Makes it possible adding more .desktop files to the launcher at once. |
4208 | + |
4209 | +2011-08-25 Andrea Azzarone <azzaronea@gmail.com> |
4210 | + |
4211 | + Finally fixes "short/fast dragging" problem |
4212 | + |
4213 | +2011-09-07 Jason Smith <jason.smith@canonical.com> |
4214 | + |
4215 | + merge lancher with dash branch |
4216 | + |
4217 | +2011-09-07 Jason Smith <jason.smith@canonical.com> |
4218 | + |
4219 | + make launcher react properly when dash is open |
4220 | + |
4221 | +2011-09-08 Tim Penhey <tim.penhey@canonical.com> |
4222 | + |
4223 | + Making sure the ColorLayers are deleted. |
4224 | + |
4225 | +2011-09-08 Tim Penhey <tim.penhey@canonical.com> |
4226 | + |
4227 | + Clean up the iteration code. |
4228 | + |
4229 | +2011-09-08 Tim Penhey <tim.penhey@canonical.com> |
4230 | + |
4231 | + Clean up the deletion of nux::ColorLayer. |
4232 | + |
4233 | +2011-09-08 Tim Penhey <tim.penhey@canonical.com> |
4234 | + |
4235 | + Numerous memory leaks fixed, valgrind is now much happier. |
4236 | + |
4237 | +2011-09-07 Tim Penhey <tim.penhey@canonical.com> |
4238 | + |
4239 | + Don't ref the layouts. |
4240 | + |
4241 | +2011-09-07 Tim Penhey <tim.penhey@canonical.com> |
4242 | + |
4243 | + Unref the filter views we remove. |
4244 | + |
4245 | +2011-09-07 Tim Penhey <tim.penhey@canonical.com> |
4246 | + |
4247 | + Fix the emblem leak. |
4248 | + |
4249 | +2011-09-07 Tim Penhey <tim.penhey@canonical.com> |
4250 | + |
4251 | + Unsubscribe from the dbus owner changed id too. |
4252 | + |
4253 | +2011-09-07 Tim Penhey <tim.penhey@canonical.com> |
4254 | + |
4255 | + Removing member variables where temporaries are fine. |
4256 | + |
4257 | +2011-09-06 Tim Penhey <tim.penhey@canonical.com> |
4258 | + |
4259 | + Fix the leaking Regions on early exit. |
4260 | + |
4261 | +2011-09-06 Tim Penhey <tim.penhey@canonical.com> |
4262 | + |
4263 | + Merge trunk. |
4264 | + |
4265 | +2011-09-05 Tim Penhey <tim.penhey@canonical.com> |
4266 | + |
4267 | + Unreference the buttons when removed from the layout. |
4268 | + |
4269 | +2011-09-05 Tim Penhey <tim.penhey@canonical.com> |
4270 | + |
4271 | + Clean up the destructor. |
4272 | + |
4273 | +2011-09-07 Robert Carr <racarr@canonical.com> |
4274 | + |
4275 | + Merge lp:~robertcarr/unity/imtextentry-cursor |
4276 | + |
4277 | +2011-09-07 Robert Carr <racarr@canonical.com> |
4278 | + |
4279 | + IMTextEntry: When committing IM changes we need to insert the text at the cursor position rather than arbitrarily at the end. Closes LP:840862 |
4280 | + |
4281 | +2011-09-07 Robert Carr <racarr@canonical.com> |
4282 | + |
4283 | + Reapply 1496 (aligning filter results) in light of 1499 (fix cyclical layout) |
4284 | + |
4285 | +2011-09-07 Alex Launi <alex.launi@canonical.com> |
4286 | + |
4287 | + merge changes to the autopilot wire protocol |
4288 | + |
4289 | +2011-09-01 Alex Launi <alex.launi@canonical.com> |
4290 | + |
4291 | + Add show_dash autopilot test |
4292 | + |
4293 | +2011-08-30 Alex Launi <alex.launi@canonical.com> |
4294 | + |
4295 | + Update ElapsedTimeMonitor to use TimeDelta |
4296 | + |
4297 | +2011-08-30 Alex Launi <alex.launi@canonical.com> |
4298 | + |
4299 | + merge trunk |
4300 | + |
4301 | +2011-08-30 Alex Launi <alex.launi@canonical.com> |
4302 | + |
4303 | + Add Elapsed time monitor and aggregator monitor |
4304 | + |
4305 | +2011-08-29 Alex Launi <alex.launi@canonical.com> |
4306 | + |
4307 | + Add Monitor class, and monitor for elapsed test time. |
4308 | + |
4309 | +2011-08-29 Alex Launi <alex.launi@canonical.com> |
4310 | + |
4311 | + add data arg to testfinished signal and some minor fixes |
4312 | + |
4313 | +2011-09-07 Andrea Cimitan <andrea.cimitan@canonical.com> |
4314 | + |
4315 | + Merged branch lp:~cimi/unity/use_gint_for_widget_path |
4316 | + |
4317 | +2011-09-07 Andrea Cimitan <andrea.cimitan@canonical.com> |
4318 | + |
4319 | + Use gint and not guint when getting the widget path position |
4320 | + |
4321 | +2011-09-07 Andrea Cimitan <andrea.cimitan@canonical.com> |
4322 | + |
4323 | + Use gint and not guint when getting the widget path position |
4324 | + |
4325 | +2011-09-07 Andrea Azzarone <azzaronea@gmail.com> |
4326 | + |
4327 | + I noticed that in many files we use something like this: |
4328 | + |
4329 | + #include "Nux/..." |
4330 | + |
4331 | + Maybe it's better this: |
4332 | + |
4333 | + #include <Nux/...> |
4334 | + |
4335 | + I don't know if there is a good reason to use the former form, if so please apologise me for the merge proposal. |
4336 | + |
4337 | +2011-09-06 Andrea Azzarone <azzaronea@gmail.com> |
4338 | + |
4339 | + C++ files should end with an extra line. |
4340 | + |
4341 | +2011-09-06 Andrea Azzarone <azzaronea@gmail.com> |
4342 | + |
4343 | + Uses <Nux/...> instead of "Nux/...". |
4344 | + |
4345 | +2011-09-06 Andrea Azzarone <azzaronea@gmail.com> |
4346 | + |
4347 | + Merge Trunk. |
4348 | + |
4349 | +2011-09-06 Andrea Azzarone <azzaronea@gmail.com> |
4350 | + |
4351 | + Merge Trunk. |
4352 | + |
4353 | +2011-09-05 Andrea Azzarone <azzaronea@gmail.com> |
4354 | + |
4355 | + Merge trunk. |
4356 | + |
4357 | +2011-09-07 Andrea Azzarone <azzaronea@gmail.com> |
4358 | + |
4359 | + Removes the plus one padding (cimi's work not of mine). |
4360 | + |
4361 | +2011-09-06 Andrea Azzarone <azzaronea@gmail.com> |
4362 | + |
4363 | + Removes the 1px of padding. |
4364 | + |
4365 | +2011-09-07 Mirco Müller <mirco.mueller@ubuntu.com> |
4366 | + |
4367 | + Added sheen-asset for dash provided by Design |
4368 | + |
4369 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
4370 | + |
4371 | + fixes a relayout loop in the dash view |
4372 | + |
4373 | +2011-09-07 Gord Allott <gord.allott@canonical.com> |
4374 | + |
4375 | + fix the bug with the relayout cycle going crazy |
4376 | + |
4377 | +2011-09-06 Jason Smith <jason.smith@canonical.com> |
4378 | + |
4379 | + Revert commit 1496, can cause cycling in layouts |
4380 | + |
4381 | +2011-09-06 Jay Taoko <jay.taoko@canonical.com> |
4382 | + |
4383 | + Round corners in Dash and Alt+Tab |
4384 | + |
4385 | +2011-09-06 Jay Taoko <jay.taoko@canonical.com> |
4386 | + |
4387 | + Round corners in Dash and Alt+Tab |
4388 | + |
4389 | +2011-09-06 Robert Carr <racarr@canonical.com> |
4390 | + |
4391 | + Merge: lp:~robertcarr/unity/rightalign-filter |
4392 | + |
4393 | +2011-09-06 Robert Carr <racarr@canonical.com> |
4394 | + |
4395 | + Filter results label should be right aligned |
4396 | + |
4397 | +2011-09-06 Robert Carr <robert.carr@canonical.com> |
4398 | + |
4399 | + Merge lp:~robertcarr/unity/showdesktop-desktop-focus |
4400 | + |
4401 | +2011-09-06 Robert Carr <racarr@canonical.com> |
4402 | + |
4403 | + When entering show desktop mode hand input focus to the desktop window |
4404 | + |
4405 | +2011-09-06 Didier Roche <didier.roche@canonical.com> |
4406 | + |
4407 | + replace ubuntuonecontrol-panel-gtk with ubuntuone-installer as requested per ubuntuone team |
4408 | + |
4409 | +2011-09-06 Alejandro Piñeiro <apinheiro@igalia.com> |
4410 | + |
4411 | + a11y: Adding a missing g_object_ref and some extra NULL checks |
4412 | + |
4413 | + Fixes launchpad bug 817477 |
4414 | + |
4415 | +2011-09-02 Alejandro Piñeiro <apinheiro@igalia.com> |
4416 | + |
4417 | + a11y: Adding a missing g_object_ref and some extra NULL checks |
4418 | + |
4419 | + Fixes launchpad bug 817477 |
4420 | + |
4421 | +2011-09-05 Didier Roche <didier.roche@canonical.com> |
4422 | + |
4423 | + prevent weird configuration when gconf profiles don't answer (LP: #809378) |
4424 | + |
4425 | +2011-09-05 Didier Roche <didier.roche@canonical.com> |
4426 | + |
4427 | + prevent weird configuration when gconf profiles don't answer (LP: #809378) |
4428 | + |
4429 | +2011-09-05 Jason Smith <jason.smith@canonical.com> |
4430 | + |
4431 | + s/fade/de-sat/ launcher icons when dash opens |
4432 | + |
4433 | +2011-09-02 Jason Smith <jason.smith@canonical.com> |
4434 | + |
4435 | + make launcher fade out desaturated icons |
4436 | + |
4437 | +2011-09-05 Tim Penhey <tim.penhey@canonical.com> |
4438 | + |
4439 | + This branch fixes a leak in the IconLoader. |
4440 | + |
4441 | + The fundamental here is that the IconLoader was using the glib queue. |
4442 | + However the problem is that the way the items on the queue are freed |
4443 | + doesn't take into account any of the object destructors, like sigc::slot. |
4444 | + |
4445 | +2011-09-05 Tim Penhey <tim.penhey@canonical.com> |
4446 | + |
4447 | + Merge trunk (and design). |
4448 | + |
4449 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4450 | + |
4451 | + Merge trunk. |
4452 | + |
4453 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4454 | + |
4455 | + Add some logging. |
4456 | + |
4457 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4458 | + |
4459 | + Update call-sites and remove the block timer. |
4460 | + |
4461 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4462 | + |
4463 | + The call sites are using std::strings so change the params. |
4464 | + |
4465 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4466 | + |
4467 | + Refactoring with extreme prejudice on the IconLoader. |
4468 | + |
4469 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4470 | + |
4471 | + Add an ElapsedMicroSeconds to Timer. |
4472 | + |
4473 | +2011-09-05 Neil Jagdish Patel <neil.patel@canonical.com> |
4474 | + |
4475 | + Add support for loading the Dash lazily |
4476 | + |
4477 | +2011-09-05 Neil Jagdish Patel <neil.patel@canonical.com> |
4478 | + |
4479 | + Add a timeout to load Dash long after login, to keep it snappy when the user calls it |
4480 | + |
4481 | +2011-09-05 Neil Jagdish Patel <neil.patel@canonical.com> |
4482 | + |
4483 | + Change DashController to load lazily, clean up some bits and pieces |
4484 | + |
4485 | +2011-09-05 Tim Penhey <tim.penhey@canonical.com> |
4486 | + |
4487 | + I noticed that quite a few of the memory leaks were do to |
4488 | + making a texture from a CairoGraphics object. Instead of having |
4489 | + to remember at all the call sites, I've created a couple of helper |
4490 | + methods. |
4491 | + |
4492 | + I had to control myself a lot during this change to not change too |
4493 | + many other things at once. Sometimes I couldn't help myself though. |
4494 | + |
4495 | + In particular I changed the TextureContainer to use smart pointers. |
4496 | + |
4497 | +2011-09-05 Tim Penhey <tim.penhey@canonical.com> |
4498 | + |
4499 | + Merge trunk. |
4500 | + |
4501 | +2011-09-02 Tim Penhey <tim.penhey@canonical.com> |
4502 | + |
4503 | + Merge trunk. |
4504 | + |
4505 | +2011-09-02 Tim Penhey <tim.penhey@canonical.com> |
4506 | + |
4507 | + Fix the TextureCache callsites. |
4508 | + |
4509 | + Added namespace unity around some. |
4510 | + |
4511 | +2011-09-02 Tim Penhey <tim.penhey@canonical.com> |
4512 | + |
4513 | + A large(ish) refactoring of the TextureCache. |
4514 | + |
4515 | + Simplifies the internal map and uses std::strings and nux object pointers. |
4516 | + |
4517 | +2011-09-02 Tim Penhey <tim.penhey@canonical.com> |
4518 | + |
4519 | + Add the texture_cache tests. |
4520 | + |
4521 | +2011-09-02 Tim Penhey <tim.penhey@canonical.com> |
4522 | + |
4523 | + There are some disabled tests here as I can't figure out right |
4524 | + now how to get nux to allow me to create some BaseTexture* type |
4525 | + objects without an X11 window, or how to fake an X11 window. |
4526 | + |
4527 | + These tests have been left in though, in the hope that we will soon |
4528 | + be able to test this. |
4529 | + |
4530 | +2011-09-02 Tim Penhey <tim.penhey@canonical.com> |
4531 | + |
4532 | + Initialize nux for the test suite. |
4533 | + |
4534 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4535 | + |
4536 | + Added tracker locations and found line crashing unity. |
4537 | + |
4538 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4539 | + |
4540 | + Merge trunk. |
4541 | + |
4542 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4543 | + |
4544 | + Making sure that all the TextureContainer textures get assigned with the correct reference count. |
4545 | + |
4546 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4547 | + |
4548 | + Damn namespaces. |
4549 | + |
4550 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4551 | + |
4552 | + And done. Now to see if it compiles. |
4553 | + |
4554 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4555 | + |
4556 | + Lunch time. |
4557 | + |
4558 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4559 | + |
4560 | + Add the nux object type macros, and changed the textures in the TextureContainer to be smart pointers. |
4561 | + |
4562 | +2011-09-05 Gord Allott <gord.allott@canonical.com> |
4563 | + |
4564 | + fixed a bug with test launcher not building due to its depends being copy-pasted |
4565 | + |
4566 | +2011-09-03 Sam Spilsbury <sam.spilsbury@canonical.com> |
4567 | + |
4568 | + Fix another typo (oof) |
4569 | + |
4570 | +2011-09-03 Sam Spilsbury <sam.spilsbury@canonical.com> |
4571 | + |
4572 | + Merge lp:~smspillaz/unity/unity.fix_output_bug |
4573 | + |
4574 | +2011-09-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
4575 | + |
4576 | + Pass the call chain so that the opengl plugin is aware of screen |
4577 | + size changes |
4578 | + |
4579 | +2011-09-03 Sam Spilsbury <sam.spilsbury@canonical.com> |
4580 | + |
4581 | + Merge lp:~smspillaz/unity/unity.fix_click_through_windows |
4582 | + |
4583 | +2011-09-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
4584 | + |
4585 | + Fix typo that caused windows with no custom bounding shape to have |
4586 | + a zero shape upon unminimization. |
4587 | + |
4588 | + Also ensure that window region is updated upon unminimize as well |
4589 | + |
4590 | +2011-09-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
4591 | + |
4592 | + Fix typo that caused windows with no custom bounding shape to have |
4593 | + a zero shape upon unminimization. |
4594 | + |
4595 | + Also ensure that window region is updated upon unminimize as well |
4596 | + |
4597 | +2011-09-03 Sam Spilsbury <sam.spilsbury@canonical.com> |
4598 | + |
4599 | + Merge lp:~smspillaz/unity/unity.fix_na_tray_expo |
4600 | + |
4601 | +2011-09-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
4602 | + |
4603 | + Only paint tray on top when screen is transformed |
4604 | + |
4605 | +2011-09-01 Sam Spilsbury <sam.spilsbury@canonical.com> |
4606 | + |
4607 | + Ensure that natray is always painted on top of everything during expo mode |
4608 | + |
4609 | +2011-09-02 Andrea Cimitan <andrea.cimitan@canonical.com> |
4610 | + |
4611 | + Update assets and new behavior for Panel dash buttons |
4612 | + |
4613 | +2011-09-01 Andrea Cimitan <andrea.cimitan@canonical.com> |
4614 | + |
4615 | + Different window button styles with opened dash |
4616 | + |
4617 | +2011-09-02 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4618 | + |
4619 | + This branch includes some fixes for PanelMenuView which in current trunk has often some visual issues (menus are not hidden, title is not faded out). |
4620 | + |
4621 | +2011-09-02 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4622 | + |
4623 | + Always restore the mouse cursor on grab end. |
4624 | + |
4625 | +2011-09-02 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4626 | + |
4627 | + PanelTitlebarGrabArea: send mouse_down only on left-click. |
4628 | + |
4629 | +2011-09-02 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4630 | + |
4631 | + Add a workaround to avoid the compiz grid plugin to show the full-screen effect |
4632 | + |
4633 | + It happens when you try to restore a maximized window by dragging its |
4634 | + title down. If the mouse drags the window when it's in the panel |
4635 | + compiz draw a fullscreen shape of the window, but that's incorrect |
4636 | + as discussed in bug #838923 |
4637 | + |
4638 | + A workaround to avoid this is to track the dragging in the panel |
4639 | + and to activate that drag only when we're out from the panel. |
4640 | + |
4641 | + So here we simulate a drag, changing the mouse pointer, then when |
4642 | + the mouse drag goes outside the panel, the real window drag is activated. |
4643 | + |
4644 | + This doesn't fix completely the bug #838923, since that is mostly caused |
4645 | + by an X race in updating the Window X properties. |
4646 | + |
4647 | +2011-09-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4648 | + |
4649 | + Don't hide menus and windowcontrols (if shown) when closing the menus. |
4650 | + |
4651 | + Fixes bug #838759 |
4652 | + |
4653 | +2011-09-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4654 | + |
4655 | + Track the mouse enter/leave for WindowButtons too |
4656 | + |
4657 | + There's no need to double the checks for mouse position, if we always track |
4658 | + where it is. Thanks to this we can always use the _is_inside variable |
4659 | + to check where the mouse is instead of checking it twice with |
4660 | + nux::GetWindowCompositor().GetMousePosition() |
4661 | + |
4662 | +2011-09-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4663 | + |
4664 | + Fixing bug #838021 causing the menus not to hide after a double-click in the panel |
4665 | + |
4666 | + When the panelmenu get a double-click apparently it also gets a MouseLeave |
4667 | + event and then another MouseEnter event, so we need to force the _is_inside |
4668 | + value to true, and _is_grabbed to false to make _is_inside to be reverted |
4669 | + to true when the MouseEnter event happens. |
4670 | + |
4671 | +2011-09-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4672 | + |
4673 | + When drawing the PanelMenuView always check for current pointer position. |
4674 | + |
4675 | + This caused bug #838479 (when restoring a window using the restore button |
4676 | + or the double-click over the panel, the application title text wasn't |
4677 | + faded out correctly). |
4678 | + |
4679 | +2011-09-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4680 | + |
4681 | + Fixing again bug #820293 (using a cleaner way) and #835637 |
4682 | + |
4683 | + So, now the panel view is hidden also when leaving the panel from the |
4684 | + left edge of the panel. |
4685 | + |
4686 | + Bug #835731 can't fixed in PanelMenuView directly, since the it doesn't |
4687 | + get events when the pointer is positioned on the first screen column of pixels |
4688 | + (also if it uses that area, actually). |
4689 | + |
4690 | +2011-09-02 Brandon Schaefer <schbra02@evergreen.edu> |
4691 | + |
4692 | + Forgot to add Brandon's name to the IBus commits |
4693 | + |
4694 | +2011-09-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
4695 | + |
4696 | + Merge lp:~smspillaz/unity/unity.fix_838062 |
4697 | + |
4698 | +2011-09-02 Sam Spilsbury <sam.spilsbury@canonical.com> |
4699 | + |
4700 | + Cover all the cases where the input shape of the window could be restored |
4701 | + while it is fake minimized. |
4702 | + |
4703 | + Also remove the input shape of the client window too, since of core tries to |
4704 | + update the frame region again it will read that and we won't get a notification |
4705 | + about it since it removes the ShapeNotifyMask on the XShape input field while it's |
4706 | + doing that. |
4707 | + |
4708 | +2011-09-01 Didier Roche <didier.roche@canonical.com> |
4709 | + |
4710 | + remove dash-widgets.ods |
4711 | + |
4712 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4713 | + |
4714 | + Release 4.12.0 |
4715 | + |
4716 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4717 | + |
4718 | + Fixes a bunch of dash issues |
4719 | + |
4720 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4721 | + |
4722 | + Add back hack around empty dash |
4723 | + |
4724 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4725 | + |
4726 | + make the shortcut icons work |
4727 | + |
4728 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4729 | + |
4730 | + [merge] trunk |
4731 | + |
4732 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4733 | + |
4734 | + Dash - Adjustments to stateful behaviour |
4735 | + |
4736 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4737 | + |
4738 | + [merge] parent |
4739 | + |
4740 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4741 | + |
4742 | + [dash] preferred applications are not stored in GConf anylonger |
4743 | + |
4744 | +2011-09-01 Sam Spilsbury <sam.spilsbury@canonical.com> |
4745 | + |
4746 | + Fixes a few of the issues that came up with this during this cycle: |
4747 | + * Fixed infinite loop issue with windows syncing to each other when the server was lagging behind (requires core patch) |
4748 | + * Expand / Contract parent window when requested dialog size is larger than the window |
4749 | + * Fixed offscreen to onscreen movement, move back |
4750 | + * Changed the way the paint system works - now we collect all of the geometry and textures from a single paint pass of the window and add that geometry to it's parent and paint the textures with the parent window's vertex data, which means that the dialog will actually appear to be "pinned" to the window in every single case (eg scale, switcher) |
4751 | + * Fixed various placement issues |
4752 | + * Fixed offscreen dialogs with Qt applications |
4753 | + |
4754 | + Bugs: |
4755 | + |
4756 | + LP #805795 |
4757 | + LP #815778 |
4758 | + LP #815890 |
4759 | + |
4760 | +2011-08-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
4761 | + |
4762 | + Refactor paint info collection into its own class |
4763 | + |
4764 | +2011-08-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
4765 | + |
4766 | + Remove dead code |
4767 | + |
4768 | +2011-08-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
4769 | + |
4770 | + Run the formatter |
4771 | + |
4772 | +2011-08-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
4773 | + |
4774 | + Remove gtk_init_check |
4775 | + |
4776 | +2011-08-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
4777 | + |
4778 | + Fix damage issue |
4779 | + |
4780 | +2011-08-29 Sam Spilsbury <sam.spilsbury@canonical.com> |
4781 | + |
4782 | + Use the geometry phase to ensure that the dialog is always painted on |
4783 | + top of the window, no matter what kind of transformation the parent has |
4784 | + |
4785 | + Fix indentation |
4786 | + |
4787 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4788 | + |
4789 | + Fix movement animation issues |
4790 | + |
4791 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4792 | + |
4793 | + Don't shift windows around if they're maximized or fullscreen |
4794 | + |
4795 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4796 | + |
4797 | + Expand and contract the parent window if the dialog requests a size that's larger than it. |
4798 | + Keep the parent window on-screen |
4799 | + |
4800 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4801 | + |
4802 | + Change the window size if the dialog is too small |
4803 | + |
4804 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4805 | + |
4806 | + Also move the window back |
4807 | + |
4808 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4809 | + |
4810 | + Fix a number of placement issues in the animation |
4811 | + |
4812 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4813 | + |
4814 | + Add workaround for stupid applications that set WM_TRANSIENT_FOR to complete |
4815 | + nonsense |
4816 | + |
4817 | +2011-08-27 Sam Spilsbury <sam.spilsbury@canonical.com> |
4818 | + |
4819 | + Formatting, fix a cycling issue |
4820 | + |
4821 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4822 | + |
4823 | + removes the uri paramater from ResultRendererTile::LoadIcon |
4824 | + |
4825 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4826 | + |
4827 | + removes the useless uri from iconloading |
4828 | + |
4829 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4830 | + |
4831 | + fix up the background colour selection, now darker, should fit more wallpapers better |
4832 | + |
4833 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4834 | + |
4835 | + only pick one colour for grayscale images |
4836 | + |
4837 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4838 | + |
4839 | + better greens |
4840 | + |
4841 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4842 | + |
4843 | + removed a debug |
4844 | + |
4845 | +2011-09-01 Gord Allott <gord.allott@canonical.com> |
4846 | + |
4847 | + much nicer colour handling |
4848 | + |
4849 | +2011-09-01 Tim Penhey <tim.penhey@canonical.com> |
4850 | + |
4851 | + Launcher is a child of LauncherWindow, we don't need to unreference it |
4852 | + |
4853 | +2011-09-01 Neil Jagdish Patel <neil.patel@canonical.com> |
4854 | + |
4855 | + Add support for IBus and some other input methods, fix dash sizing, add support for copy and paste |
4856 | + |
4857 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4858 | + |
4859 | + Simplfy focus bits |
4860 | + |
4861 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4862 | + |
4863 | + Set the cursor position correctly |
4864 | + |
4865 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4866 | + |
4867 | + Send the window through |
4868 | + |
4869 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4870 | + |
4871 | + Making ibus sync solves issues related to events coming in |
4872 | + |
4873 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4874 | + |
4875 | + Add support for copypasta |
4876 | + |
4877 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4878 | + |
4879 | + [merge] trunk |
4880 | + |
4881 | +2011-08-30 Neil Jagdish Patel <neil.patel@canonical.com> |
4882 | + |
4883 | + Fix sizing of the dash content |
4884 | + |
4885 | +2011-09-01 Mirco Müller <mirco.mueller@ubuntu.com> |
4886 | + |
4887 | + Make sure overlay-effects (glow) on buttons are not cut off (since they currently can't bleed into space-allocations of adjacent widgets). Added API to query DashStyle for additional space-requirements. This is used for the genre-buttons in FilterGenreWidget. |
4888 | + |
4889 | +2011-09-01 Mirco Müller <mirco.mueller@ubuntu.com> |
4890 | + |
4891 | + Made sure the glowing overlay of buttons are not cut off, added API for querying additional space-requirements |
4892 | + |
4893 | +2011-08-31 Jason Smith <jason.smith@canonical.com> |
4894 | + |
4895 | + protect against crash when icon loading happens after renderer is already deleted |
4896 | + |
4897 | +2011-08-31 Jason Smith <jason.smith@canonical.com> |
4898 | + |
4899 | + Make switcher show tabs again |
4900 | + |
4901 | +2011-08-31 Gord Allott <gord.allott@canonical.com> |
4902 | + |
4903 | + merged in set renderer branch for the dash, much quicker rendering for the results view, changes api slightly for IconLoader |
4904 | + |
4905 | +2011-08-31 Gord Allott <gord.allott@canonical.com> |
4906 | + |
4907 | + Merged with trunk |
4908 | + |
4909 | +2011-08-31 Gord Allott <gord.allott@canonical.com> |
4910 | + |
4911 | + few changes, null out set_renderer and such |
4912 | + |
4913 | +2011-08-31 Gord Allott <gord.allott@canonical.com> |
4914 | + |
4915 | + unreference textures the dumb way |
4916 | + |
4917 | +2011-08-31 Gord Allott <gord.allott@canonical.com> |
4918 | + |
4919 | + fixed up horizontal tile to subclass from renderer tile and also use the new mapless renderering |
4920 | + |
4921 | +2011-08-31 Gord Allott <gord.allott@canonical.com> |
4922 | + |
4923 | + lots of changes, updated ResultRendererTile to not use a map anywhere, causing IconLoader to support handles in order to disconnect the signals, also removed a warning here and there |
4924 | + |
4925 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4926 | + |
4927 | + Remove some useless code |
4928 | + |
4929 | +2011-08-31 Neil Jagdish Patel <neil.patel@canonical.com> |
4930 | + |
4931 | + Fix PanelTray: RGBA support, positioning and resizing fixes |
4932 | + |
4933 | +2011-08-30 Neil Jagdish Patel <neil.patel@canonical.com> |
4934 | + |
4935 | + Fix alpha in panel |
4936 | + |
4937 | +2011-08-30 Neil Jagdish Patel <neil.patel@canonical.com> |
4938 | + |
4939 | + fix positioning when a new tray icon opens |
4940 | + |
4941 | +2011-08-30 Neil Jagdish Patel <neil.patel@canonical.com> |
4942 | + |
4943 | + Fix sizing of panel tray |
4944 | + |
4945 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4946 | + |
4947 | + Fix the leak of the cairo context in the LauncherIcon. |
4948 | + |
4949 | +2011-08-30 Tim Penhey <tim.penhey@canonical.com> |
4950 | + |
4951 | + Fix the leak of the cairo context. |
4952 | + |
4953 | +2011-08-31 Tim Penhey <tim.penhey@canonical.com> |
4954 | + |
4955 | + Fix the numerous leaks in CreateBlurredTextureCallback |
4956 | + |
4957 | +2011-08-30 Tim Penhey <tim.penhey@canonical.com> |
4958 | + |
4959 | + Fix the numerous leaks in CreateBlurredTextureCallback |
4960 | + |
4961 | +2011-08-30 Marco Trevisan |
4962 | + |
4963 | + Merge filled/unfilled arrow branch |
4964 | + |
4965 | +2011-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4966 | + |
4967 | + WindowManager / PluginAdapter add compiz_event signal |
4968 | + |
4969 | + This is emitted when a compiz_event is notified by the plugin. |
4970 | + It's a generic signal, emitter that can be parsed checking the passed options. |
4971 | + |
4972 | + It's actually not used anywhere but it could be useful for future usage. |
4973 | + |
4974 | +2011-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4975 | + |
4976 | + MinimizedHandler: Add static variable to check if we have to handle compiz events or not |
4977 | + |
4978 | + This allow to get the same result of the original version, without affecting |
4979 | + all the UnityShell plugin at all when setting to handle or not compiz |
4980 | + events. |
4981 | + |
4982 | +2011-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4983 | + |
4984 | + CompizMinimizedWindowHandler: don't disable compiz event dispatching. |
4985 | + |
4986 | + This would cause issues with some WindowManager signals, as they |
4987 | + wouldn't be emitted any more. |
4988 | + |
4989 | + As side effect the launcher would hide/show on viewport switch |
4990 | + and it would be impossible to detect a viewport switch event. |
4991 | + |
4992 | +2011-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4993 | + |
4994 | + Merging with upstream changes. |
4995 | + |
4996 | +2011-08-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
4997 | + |
4998 | + BamfLauncher: check for win |
4999 | + |
5000 | +2011-08-01 Marco Trevisan (Treviño) <mail@3v1n0.net> |
Thank you for your work, it seems you based the merge request on the wrong vcs though seeing the diff, did you work on the upstream code or the unity packaging?