~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.Docky/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-03-13 18:00:35 UTC
  • mfrom: (1.1.6 upstream) (0.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090313180035-08lo8130dasdg7n8
Tags: 0.8.1.3-0ubuntu1
* New upstream release (LP: #344578).
  + Gnome Do causes keyboard keys to be remapped (LP: #308143)
  + Docky window too small when summoned (LP: #317381)
  + Minimize/Maximize does not work on all windows (LP: #317908)
  + Docky blocks drag and drop over large areas of the screen
    (LP: #318471)
  + Docky fails to autohide properly when changing themes
    (LP: #318672)
  + Paste via ctrl+v does not work in 1st pane (LP: #318922)
  + Autostart is in wrong assembly (LP: #319114)
  + Docky has no results list (LP: #319797)
  + Docky trash applet does not reflect current state
    (LP: #320621)
  + Docky panels splits into two when over filled (LP: #324648)
  + Docky ui division is inconsistent and confusing
    (LP: #324718)
  + poor performance with two screens (LP: #323294)
  + Docky trash applet doesn't check if trash exists
    (LP: #323453)
  + docky panel splits into two when overfilled (LP: #324648)
  + Docky's UI division is inconsistent and confusing
    (LP: #324718)
  + Do crashes when using a pastebin launcher with docky
    (LP: #325178)
  + Make docky aware of icon theme switch (LP: #328721)
  + Docky doesn't update icon status for some apps that minimize
    to system tray. (LP: #329120)
  + Docky does not work properly with pull-down window
    (LP: #334663)
  + sensitivity of zooming the icons in the dock isn't
    configurable (LP: #336214)
  + Regression: In 0.8.1, "Request attention" is no longer
    indicated (LP: #337594)
  + Clock's Calendar mode auto-hides when leaving the bounds of
    the original dock (LP: #337783)
  + gnome-do does not notice change of icon theme (LP: #204368)
  + Thumbnails are never displayed when files have spaces in
    their names (LP: #311551)
  + Open improperly escapes URLs. (LP: #317416)
  + Docky: Right-click dialog appears on wrong monitor
    (LP: #319062)
  + Dragging items off Docky possible in summon mode
    (LP: #319452)
  + Docky shows icon according to the filename (LP: #320892)
  + Mouse click inactive when Do(cky) is summoned (LP: #324937)
  + Docky trash don't have a right-click menu (LP: #317947)
  + Polish docky's window name labels (LP: #318487)
  + Docky: Scroll on window icon should switch between windows
    of that app (LP: #319805)
  + Docky does not preserve window stack (z?) order when
    switching apps by clicking on app icon (LP: #326661)
  + Docky window switching should be easier. (LP: #327079)
  + Color of indicators on Docky cannot be changed
    (LP: #332936)
  + Do's ResultWindow is using wrong text color (LP: #288771)
  + Docky won't unhide after rev 1053 (LP: #337113)
  + Do's icon label in Docky should be "GNOME Do" instead of
    "Summon GNOME Do" (LP: #338496)
* Build against gtk, gnome mono packages from Experimental.
* debian/control:
  + Bump versioned dep on libgtk2.0-cil to ensure
    Gdk.Screen.IsComposited exists
  + Add libwnck2.20-cil build-dep
  + Add librsvg2-2.18-cil build-dep
  + gnome-sharp2 transition.
* debian/patches/03_show_in_all_DEs
  + Drop; fixed in new upstream
* debian/gnome-do.1
  + Update for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
FILES = \
8
8
        AssemblyInfo.cs \
9
 
        src/Docky.Interface/BaseDockItem.cs \
10
 
        src/Docky.Interface/ApplicationDockItem.cs \
 
9
        src/Docky.Core/DockServices.cs \
 
10
        src/Docky.Core/IDockletService.cs \
 
11
        src/Docky.Core/IDockService.cs \
 
12
        src/Docky.Core/IDrawingService.cs \
 
13
        src/Docky.Core/IItemsService.cs \
 
14
        src/Docky.Core/IPainterService.cs \
 
15
        src/Docky.Core/IDoInteropService.cs \
 
16
        src/Docky.Core/Docky.Core.Default/ItemsService.cs \
 
17
        src/Docky.Core/Docky.Core.Default/DrawingService.cs \
 
18
        src/Docky.Core/Docky.Core.Default/DoInteropService.cs \
 
19
        src/Docky.Core/Docky.Core.Default/DockletService.cs \
 
20
        src/Docky.Core/Docky.Core.Default/PainterService.cs \
11
21
        src/Docky.Interface/ClickAnimationType.cs \
12
 
        src/Docky.Interface/DoDockItem.cs \
13
22
        src/Docky.Interface/DockArea.cs \
 
23
        src/Docky.Interface/DockArea_Rendering.cs \
 
24
        src/Docky.Interface/DockArea_DragAndDrop.cs \
14
25
        src/Docky.Interface/DockAnimationState.cs \
15
 
        src/Docky.Interface/DockItem.cs \
16
 
        src/Docky.Interface/DockItemMenu.cs \
17
 
        src/Docky.Interface/DockPopupMenu.cs \
18
 
        src/Docky.Interface/DockItemProvider.cs \
 
26
        src/Docky.Interface/DoInteropService.cs \
 
27
        src/Docky.Interface/Docky.Interface.Items/AbstractDockItem.cs \
 
28
        src/Docky.Interface/Docky.Interface.Items/AbstractDockletItem.cs \
 
29
        src/Docky.Interface/Docky.Interface.Items/ActionDockItem.cs \
 
30
        src/Docky.Interface/Docky.Interface.Items/ApplicationDockItem.cs \
 
31
        src/Docky.Interface/Docky.Interface.Items/ClockDockItem.cs \
 
32
        src/Docky.Interface/Docky.Interface.Items/DoDockItem.cs \
 
33
        src/Docky.Interface/Docky.Interface.Items/HotSeatProxyItem.cs \
 
34
        src/Docky.Interface/Docky.Interface.Items/ItemDockItem.cs \
 
35
        src/Docky.Interface/Docky.Interface.Items/SeparatorItem.cs \
 
36
        src/Docky.Interface/Docky.Interface.Items/TrashDockItem.cs \
 
37
        src/Docky.Interface/Docky.Interface.Items/WnckDockItem.cs \
 
38
        src/Docky.Interface/Docky.Interface.Menus/AbstractMenuArgs.cs \
 
39
        src/Docky.Interface/Docky.Interface.Menus/AbstractMenuButtonArgs.cs \
 
40
        src/Docky.Interface/Docky.Interface.Menus/DockItemMenu.cs \
 
41
        src/Docky.Interface/Docky.Interface.Menus/DockPopupMenu.cs \
 
42
        src/Docky.Interface/Docky.Interface.Menus/LaunchMenuButtonArgs.cs \
 
43
        src/Docky.Interface/Docky.Interface.Menus/RunnableMenuButtonArgs.cs \
 
44
        src/Docky.Interface/Docky.Interface.Menus/SimpleMenuButtonArgs.cs \
 
45
        src/Docky.Interface/Docky.Interface.Menus/SeparatorMenuButtonArgs.cs \
 
46
        src/Docky.Interface/Docky.Interface.Menus/ToggleDockletMenuButtonArgs.cs \
 
47
        src/Docky.Interface/Docky.Interface.Menus/WidgetMenuArgs.cs \
 
48
        src/Docky.Interface/Docky.Interface.Menus/WindowMenuButtonArgs.cs \
19
49
        src/Docky.Interface/DockState.cs \
20
50
        src/Docky.Interface/DockWindow.cs \
21
 
        src/Docky.Interface/Docky.Interface.Renderers/DockBackgroundRenderer.cs \
22
 
        src/Docky.Interface/Docky.Interface.Renderers/SummonModeRenderer.cs \
 
51
        src/Docky.Interface/Docky.Interface.Painters/AbstractIntegratedPainter.cs \
 
52
        src/Docky.Interface/Docky.Interface.Painters/CalendarPainter.cs \
 
53
        src/Docky.Interface/Docky.Interface.Painters/DockBackgroundRenderer.cs \
 
54
        src/Docky.Interface/Docky.Interface.Painters/HotSeatPainter.cs \
 
55
        src/Docky.Interface/Docky.Interface.Painters/SummonModeRenderer.cs \
 
56
        src/Docky.Interface/DragState.cs \
23
57
        src/Docky.Interface/DrawState.cs \
24
 
        src/Docky.Interface/IDockAppItem.cs \
 
58
        src/Docky.Interface/IDockPainter.cs \
25
59
        src/Docky.Interface/IRightClickable.cs \
26
60
        src/Docky.Interface/ItemPositionProvider.cs \
27
 
        src/Docky.Interface/AbstractMenuButtonArgs.cs \
28
 
        src/Docky.Interface/LaunchMenuButtonArgs.cs \
29
61
        src/Docky.Interface/LayoutUtils.cs \
30
 
        src/Docky.Interface/RunnableMenuButtonArgs.cs \
31
 
        src/Docky.Interface/SimpleMenuButtonArgs.cs \
32
 
        src/Docky.Interface/SeparatorMenuButtonArgs.cs \
33
 
        src/Docky.Interface/SeparatorItem.cs \
34
 
        src/Docky.Interface/TrashDockItem.cs \
 
62
        src/Docky.Interface/PaintNeededArgs.cs \
 
63
        src/Docky.Interface/TextRenderContext.cs \
35
64
        src/Docky.Interface/UpdateRequestArgs.cs \
36
65
        src/Docky.Interface/Util.cs \
37
 
        src/Docky.Interface/WindowMenuButtonArgs.cs \
 
66
        src/Docky.Utilities/DockOrientation.cs \
38
67
        src/Docky.Utilities/DockPreferences.cs \
39
68
        src/Docky.Utilities/GtkUtils.cs \
40
69
        src/Docky.Utilities/WindowControl.cs \
43
72
        src/XLib/Xlib.cs
44
73
 
45
74
RESOURCES = \
46
 
        Resources/Do.Interface.Linux.Docky.addin.xml
 
75
        Resources/Do.Interface.Linux.Docky.addin.xml \
 
76
        Resources/close.svg \
 
77
        Resources/run.svg \
 
78
        Resources/minimize.svg \
 
79
        Resources/maximize.svg
47
80
 
48
81
REFERENCES =  \
49
82
        System \
52
85
        Mono.Posix \
53
86
        $(GTK_SHARP_20_LIBS) \
54
87
        $(GNOME_DESKTOP_SHARP_20_LIBS) \
 
88
        $(LIBRSVG_SHARP_LIBS) \
55
89
        $(WNCK_SHARP_10_LIBS)
56
90
 
57
91
PROJECT_REFERENCES = \