Merge lp:~tpeeters/ubuntu-ui-toolkit/no-NEWS-no-CHANGES into lp:ubuntu-ui-toolkit/staging

Proposed by Tim Peeters on 2015-03-03
Status: Merged
Approved by: Timo Jyrinki on 2016-08-18
Approved revision: 1429
Merged at revision: 2071
Proposed branch: lp:~tpeeters/ubuntu-ui-toolkit/no-NEWS-no-CHANGES
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 758 lines (+0/-738)
4 files modified
CHANGES (+0/-629)
CHANGES.syntax (+0/-76)
NEWS (+0/-32)
debian/docs (+0/-1)
To merge this branch: bzr merge lp:~tpeeters/ubuntu-ui-toolkit/no-NEWS-no-CHANGES
Reviewer Review Type Date Requested Status
ubuntu-sdk-build-bot continuous-integration Approve on 2016-08-18
Timo Jyrinki (community) 2015-03-03 Approve on 2016-08-18
PS Jenkins bot continuous-integration Needs Fixing on 2015-03-03
Review via email: mp+251579@code.launchpad.net

Commit Message

Remove unused CHANGES, CHANGES.syntax and NEWS files.

To post a comment you must log in.
review: Approve (continuous-integration)

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-ui-toolkit-autolanding/15/
Executed test runs:
    None: https://jenkins.ubuntu.com/ubuntu-sdk/job/generic-land-mp/15/console

review: Needs Fixing (continuous-integration)
review: Approve (continuous-integration)

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-ui-toolkit-autolanding/30/
Executed test runs:
    None: https://jenkins.ubuntu.com/ubuntu-sdk/job/generic-land-mp/30/console

review: Needs Fixing (continuous-integration)
review: Needs Fixing (continuous-integration)
Timo Jyrinki (timo-jyrinki) wrote :

Makes sense, there are other ways used now for announcing changes.

review: Approve
Timo Jyrinki (timo-jyrinki) wrote :

make[1]: Leaving directory '/tmp/buildd/ubuntu-ui-toolkit-1.3.2030+16.10.20160726.2'
   dh_installdocs -O--parallel
cp: cannot stat 'NEWS': No such file or directory
dh_installdocs: cp --reflink=auto -a NEWS debian/qml-module-ubuntu-components/usr/share/doc/qml-module-ubuntu-components returned exit code 1
debian/rules:22: recipe for target 'binary' failed

If no other way, you may need to leave 0 byte NEWS and CHANGES files there.

review: Needs Fixing
1428. By Tim Peeters on 2016-08-17

don't make NEWS required

1429. By Tim Peeters on 2016-08-17

delete files

Timo Jyrinki (timo-jyrinki) wrote :

Great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'CHANGES'
2--- CHANGES 2014-07-03 13:53:50 +0000
3+++ CHANGES 1970-01-01 00:00:00 +0000
4@@ -1,629 +0,0 @@
5-SDK Release Notes
6-#################
7-
8-.. contents:: List of Releases
9- :depth: 1
10-
11-Ubuntu.Components 1.1
12-#####################
13-
14-API Changes
15-***********
16-
17-Compatibility Breaks
18-********************
19-
20-
21-Ubuntu.Components 1.0
22-#####################
23-
24-API Changes
25-***********
26-* CHANGED IN: ThinDivider: base class Image TO Rectangle
27-* ADDED IN: all modules exported as 0.1 as well as 1.0 version
28-* ADDED IN: PickerDelegate: readonly property Picker picker
29-* CHANGED IN: OptionSelector: readonly property bool currentlyExpanded TO property bool currentlyExpanded
30-* CHANGED IN: ItemSelector: readonly property bool currentlyExpanded TO property bool currentlyExpanded
31-* ADDED IN: Action: property string iconName
32-* ADDED IN: ActionItem: property string iconName
33-* ADDED IN: OptionSelectorDelegate: property string iconName
34-* ADDED IN: OptionSelectorDelegate: property url iconSource
35-* DEPRECATED IN: OptionSelectorDelegate: property url icon
36-* ADDED IN: ListItems.Base: property string fallbackIconName
37-* ADDED IN: ListItems.Base: property string iconName
38-* ADDED IN: ListItems.Base: property url iconSource
39-* DEPRECATED IN: ListItems.Base: property variant icon
40-* ADDED IN: ListItems.Standard: property string fallbackIconName
41-* ADDED IN: ListItems.Standard: property string iconName
42-* ADDED IN: ListItems.Standard: property url iconSource
43-* DEPRECATED IN: ListItems.Standard: property variant icon
44-* ADDED IN: TabBar: property int selectedIndex
45-* DEPRECATED IN TabBar: property Item tabsItem
46-* ADDED IN: OptionSelector: readonly property bool currentlyExpanded
47-* ADDED IN: ItemSelector: readonly property bool currentlyExpanded
48-* ADDED IN: Tab: readonly property int index
49-* ADDED IN: ListItem.Empty: property bool confirmRemoval
50-* ADDED IN: OptionSelector: property bool multiSelection
51-* ADDED IN: ItemSelector: property bool multiSelection
52-* ADDED IN: OptionSelector: readonly property real itemHeight
53-* ADDED IN: ItemSelector: readonly property real itemHeight
54-* ADDED IN: OptionSelector: signal expansionCompleted()
55-* ADDED IN: ItemSelector: signal expansionCompleted()
56-* ADDED IN: OptionSelectorDelegate: property bool constrainImage
57-* ADDED IN: Empty: property alias divider
58-* ADDED IN: ListItems/OptionSelector: signal delegateSelected()
59-* REMOVED IN: OptionSelector: signal scroll()
60-* ADDED IN: OptionSelector: signal delegateSelected()
61-* ADDED: ListItem OptionSelector to Components/ListItems
62-* ADDED: ListItemOptionSelectorStyle to Components/Ambiance/ListItems
63-* ADDED: ListItemOptionSelectorStyle to Components/SuruDark/ListItems
64-* ADDED: ListItemOptionSelectorStyle to Components/SuruGradient/ListItems
65-* REMOVED IN ALL: attached property ItemStyle
66-* ADDED IN OrientationHelper: property alias rotating
67-* ADDED IN OrientationHelper: property alias __orientationHelper
68-* ADDED IN OrientationHelper: property bool transitionEnabled
69-* DEPRECATED IN QuickUtils: property Item rootObject
70-* CHANGED IN OrientationHelper: property int __orientationHelper TO property int orientationHelper
71-* CHANGED IN Toolbar: property bool active TO property bool opened
72-* CHANGED IN Toolbar: property bool lock TO property bool locked
73-* CHANGED IN ToolbarActions: property bool active TO property bool opened
74-* CHANGED IN ToolbarActions: property bool lock TO property bool locked
75-* REMOVED IN Toolbar: property bool active
76-* REMOVED IN Toolbar: property bool lock
77-* REMOVED IN ToolbarActions: property bool active
78-* REMOVED IN ToolbarActions: property bool lock
79-* CHANGED IN Page: property Header header TO property Header __propagated.header
80-* CHANGED IN Page: property Toolbar toolbar TO property Toolbar __propagated.toolbar
81-* CHANGED IN MainView: property Header header TO property Header __propagated.header
82-* CHANGED IN MainView: property Toolbar toolbar TO property Toolbar __propagated.toolbar
83-* DEPRECATED IN Page: property Header header
84-* DEPRECATED IN Page: property Toolbar toolbar
85-* DEPRECATED IN MainView: property Header header
86-* DEPRECATED IN Page: property Toolbar toolbar
87-* REMOVED in MainView: property QtObject __hud
88-* CHANGED in ToolbarActions: INHERIT Item INSTEAD OF ActionList
89-* CHANGED in Page: property ToolbarActions tools TO property Item tools
90-* CHANGED IN Toolbar: property ToolbarActions tools TO property Item tools
91-* DEPRECATED IN Action: property bool visible
92-* DEPRECATED IN Action: property Item itemHint
93-* REMOVED ToolbarActions (use ToolbarItems instead)
94-* ADDED IN MainView: property bool anchorToKeyboard
95-* CHANGED IN Tabs: property Component __headerContents TO property TabBar tabBar
96-* CHANGED IN Header: property Component contents TO property Item contents
97-* ADDED IN Panel: function open()
98-* ADDED IN Panel: function close()
99-* ADDED IN Panel: property int hideTimeout
100-* DEPRECATED IN Panel: writable property opened. Will be made read-only.
101-* ADDED IN: Empty: property bool waitingConfirmationForRemoval
102-* ADDED IN: Empty: function cancelItemRemoval()
103-* CHANGED in CrossFadeImage: readonly property size sourceSize TO property size sourceSize
104-* DEPRECATED in Header: property Item contents
105-* DEPRECATED IN Tabs: property TabBar tabBar
106-
107-Compatibility Breaks
108-********************
109-
110-* CHANGED IN Tabs: Automatically show the header when the title of the active tab changes
111-* CHANGED IN Page/MainView: Only enable auto-hide behavior of header when the Page's flickable can be flicked vertically, so that manual setting of anchors is no longer needed for flickables that only flick horizontally
112-* CHANGED IN Page: Automatic detection of flickable inside a Page to control the header is now limited to Flickables that are anchored to the top of the Page or fill the Page. Header automatically shows when flickable.contentHeight becomes <= flickable.height.
113-* CHANGED IN Action, ActionItem, OptionSelectorDelegate: Setting iconName now always selects the requested icon from ubuntu-mobile theme, not the system icon theme.
114-* CHANGED IN TabBar: The model now needs to have a selectedIndex property.
115-* CHANGED IN Panel: The panel no longer closes automatically when the user presses outside of the opened panel. That was deprecated behavior that was useful in the first version of the Toolbar. Set __closeOnContentsClicks to restore the old behavior, but a better solution is to deal with the press in the app and call Panel.close() when needed.
116-
117-SDK 0.1.46
118-##########
119-
120-API Changes
121-***********
122-
123-* None
124-
125-Compatibility Breaks
126-********************
127-
128-* None
129-
130-SDK 0.1.45
131-##########
132-
133-API Changes
134-***********
135-
136-* None
137-
138-Compatibility Breaks
139-********************
140-
141-* None
142-
143-SDK 0.1.44
144-##########
145-
146-API Changes
147-***********
148-
149-* CHANGED IN AbstractButton: signal clicked(mouse) TO signal clicked()
150-* CHANGED IN AbstractButton: signal pressAndHold(mouse) TO signal pressAndHold()
151-
152-Compatibility Breaks
153-********************
154-
155-* CHANGED IN Tabs: Swiping to switch tabs disabled by default
156-
157-SDK 0.1.43
158-##########
159-
160-(Automatic builds)
161-
162-SDK 0.1.42
163-##########
164-
165-Compatibility Breaks
166-********************
167-
168-* None
169-
170-API Changes
171-***********
172-
173-* Style QML type as base type for all custom style objects
174- * provides automatic property styling of styled item and its assotiated delegate
175-
176-* Deprecated APIs
177-- ComponentUtils module is deprecated
178- (affects componentUtils.js: hasStyle(), style(), delegateProperty() functions)
179-- StyleUtils module is deprecated
180- (affects styleUtils.js: itemStyleProperty(), animateOrSetValue(), animate() functions)
181-- 'itemStyle' context property is no longer exposed to delegates
182-- use of style type, second parameter of @qml-mapping is deprecated
183-- Deprecated theme specific styles and delegates:
184- ButtonStyle, CheckBoxStyle, NewTabsStyle, SwitchStyle, TabButtonStyle, TextAreaStyle,
185- TextFieldStyle, TextFieldDelegate, UbuntuShapeStyle. These components were deprecated
186- and their properties are now in the respective delegates.
187-
188-SDK 0.1.41
189-##########
190-
191-Compatibility Breaks
192-********************
193-
194-* None
195-
196-API Changes
197-***********
198-
199-* None
200-
201-SDK 0.1.40
202-##########
203-
204-Compatibility Breaks
205-********************
206-
207-* Header is now hidden when it has no title or contents
208-
209-API Changes
210-***********
211-
212-* None
213-
214-
215-SDK 0.1.39
216-##########
217-
218-Compatibility Breaks
219-********************
220-
221-* None
222-
223-API Changes
224-***********
225-
226-* ListItem.Empty:
227- + backgroundIndicator: Defines the item background item to be showed during the item swiping
228- + removable: Defines if the item can be removed or not
229- + swipingState: The current swiping state ("SwipingLeft", "SwipingRight", "")
230- + itemRemoved: This handler is called when the item is removed from the list
231-
232-SDK 0.1.38
233-##########
234-
235-Compatibility Breaks
236-********************
237-
238-* None
239-
240-API Changes
241-***********
242-
243-* None
244-
245-SDK 0.1.37
246-##########
247-
248-Compatibility Breaks
249-********************
250-
251-* Page, PageStack and Tabs automatically determine their anchors and height
252- inside a MainView, so there is no need to set them explicitly.
253-* It is now recommended to always use Pages inside Tabs or PageStack.
254- Non-Page items can still be used, but their margins will not automatically
255- be set-up to align with the header of the MainView.
256-
257-API Changes
258-***********
259-
260-* Property tools was deprecated for MainView, Tabs and PageStack. Pages now automatically
261- update MainView.toolbar.tools when they become active.
262-* Property page of Tab can no longer be a URL, but must be an Item (Page recommended).
263- Use a Loader if you were using a URL first.
264-
265-SDK 0.1.36
266-##########
267-
268-Bugs Fixed
269-**********
270-
271-* HUD integration to the MainView
272-
273-Compatibility Breaks
274-********************
275-
276-* None
277-
278-API Changes
279-**********
280-
281-* None
282-
283-SDK 0.1.35
284-##########
285-
286-Bugs Fixed
287-**********
288-
289-Theming-related:
290-* [POPOVER] is themed in correctly
291-* [TOOLKIT] Activity indicator is themed incorrectly
292-* [TOOLKIT] dialogue is themed incorrectly
293-
294-Toolbar-related:
295-* [sdk-toolbar] share button in on gallery image does not function on the first button press
296-* Sharing after post/cancel is not possible
297-* [sdk-toolbar] after tap to dismiss toolbar doesn't work
298-* [sdk] toolbar trigger area too big
299-* when first showing the toolbar after opening a photo, it shows the toolbar buttons for the overview, not for the current photo
300-
301-Other:
302-* [HUD, OSK] OSK doesn't focus on input field
303-* Popover sometimes not dismissed
304-
305-Compatibility Breaks
306-********************
307-
308-* SDK now depends on libqt5graphicaleffects5 for dropshadow of Popovers.
309-
310-API Changes
311-***********
312-
313-* None
314-
315-SDK 0.1.34
316-##########
317-
318-Compatibility Breaks
319-********************
320-
321-* None
322-
323-API Changes
324-***********
325-
326-* None
327-
328-SDK 0.1.33
329-##########
330-
331-Compatibility Breaks
332-********************
333-
334-* None
335-
336-API Changes
337-***********
338-
339-* TextArea and TextField
340- + popover: overrides the default popover of the text area
341-
342-* Slider
343- + touched(bool onThumb): The signal is emitted when there is a click on the
344- slider. The onThumb parameter provides information if the click, was inside
345- of the thumb element
346-
347-SDK 0.1.32
348-##########
349-
350-
351-Compatibility Breaks
352-********************
353-
354-* None
355-
356-API Changes
357-***********
358-
359-* Popover
360- + autoClose: property to drive automatic closing of Popovers when tapped on the dismissArea
361-
362-*SheetBase, Dialog
363- + modal: property to drive modal state of the sheets and dialogs
364-
365-SDK 0.1.31
366-##########
367-
368-Compatibility Breaks
369-********************
370-
371-* None
372-
373-API Changes
374-***********
375-
376-* Popover, Dialog
377- + edgeMargins: specifies the margins from the dismissArea when positioning the foreground
378- + callerMargin: specifies the margin from the caller when positioning the pointer
379-
380-SDK 0.1.30
381-##########
382-
383-Compatibility Breaks
384-********************
385-
386-* None
387-
388-API Changes
389-***********
390-
391-* TextField, TextArea
392- + highlighted: enables to control highlighted state separately from focused
393-
394-SDK 0.1.29
395-##########
396-
397-Compatibility Breaks
398-********************
399-
400-* Property tools of Page and Toolbar must now be of type
401- ToolbarActions (was: ActionList).
402-
403-API Changes
404-***********
405-
406-* Popover, Dialog
407- + pointerAnchorItem: caller or a child/sibling of it where the pointer should be aligned to
408-
409-SDK 0.1.28
410-##########
411-
412-Compatibility Breaks
413-********************
414-
415-* TextArea - autoExpand: marked as deprecated. Use autoSize instead
416-
417-API Changes
418-***********
419-
420-* Popover
421- + dismissArea: area where mouse events cause Popover dismissal
422- + grabDismissAreaEvents: specifies whether to grab events from dismiss area
423- + contentWidth, contentHeight: overrides the calculated width/height of the Popover's operative area
424-
425-* TextField, TextArea
426- + paste(data): parameter added to paste custom data other than Clipboard content.
427-
428-* TextArea
429- + autoSize: specifies to resize the area based on lineCount property
430-
431-SDK 0.1.27
432-##########
433-
434-Compatibility Breaks
435-********************
436-
437-* None
438-
439-API Changes
440-***********
441-
442-* None
443-
444-
445-SDK 0.1.26
446-##########
447-
448-Compatibility Breaks
449-********************
450-
451-* None
452-
453-API Changes
454-***********
455-
456-* ThemeEngine - contains only public API, no C++ specific API
457-* Role element removed
458-
459-
460-SDK 0.1.25
461-##########
462-
463-Compatibility Breaks
464-********************
465-
466-* None
467-
468-API Changes
469-***********
470-
471-* Removed UbuntuShape::borderSource and UbuntuShape::maskSource. That API in
472- this form reveals to be too difficult to maintain while keeping an efficient
473- implementation. In the future, we plan to expose these features through
474- styling properties.
475-
476-
477-SDK 0.1.22
478-##########
479-
480-Compatibility Breaks
481-********************
482-
483-* None
484-
485-API Changes
486-***********
487-
488-* None
489-
490-
491-SDK 0.1.21
492-##########
493-
494-Compatibility Breaks
495-********************
496-
497-* None
498-
499-API Changes
500-***********
501-
502-* None
503-
504-
505-SDK 0.1.20
506-##########
507-
508-Compatibility Breaks
509-********************
510-
511-* None
512-
513-API Changes
514-***********
515-
516-* None
517-
518-
519-SDK 0.1.16
520-##########
521-
522-Compatibility Breaks
523-********************
524-
525-* None
526-
527-API Changes
528-***********
529-
530-* ScrollbarStyle property changes
531- - fadeAnimation property
532- + interactive
533- + overlay
534- + overlayOpacityWhenHidden
535- + overlayOpacityWhenShown
536- + scrollbarFadeInAnimation
537- + scrollbarFadeOutPause
538- + scrollbarFadeOutAnimation
539-
540-
541-SDK 0.1.15
542-##########
543-
544-Compatibility Breaks
545-********************
546-
547-* None
548-
549-API Changes
550-***********
551-
552-* TextCustom renamed to Label, TextCustom remains for backwards compatibility
553-
554-
555-SDK 0.1.14
556-##########
557-
558-Compatibility Breaks
559-********************
560-
561-* None
562-
563-API Changes
564-***********
565-
566-* UbuntuShapeStyle:
567- - 'borderSource' property renamed to 'borderIdle'
568- - 'borderPressed' property added
569-
570-
571-SDK 0.1.13
572-##########
573-
574-Compatibility Breaks
575-********************
576-
577-* None
578-
579-API Changes
580-***********
581-
582-* None
583-
584-
585-SDK 0.1.12
586-##########
587-
588-New: Scrollbar component
589-
590-Compatibility Breaks
591-********************
592-
593-* Tabs component no longer has properties buttonsExpanded and separator.
594- These two properties can now be specified in the qmltheme of the Tabs.
595-
596-API Changes
597-***********
598-
599-* buttonsExpanded and separator properties removed from Tabs component.
600-
601-SDK 0.1.11
602-##########
603-
604-Compatibility Breaks
605-********************
606-
607-* None
608-
609-API Changes
610-***********
611-
612-* None
613-
614-
615-SDK 0.1.7
616-#########
617-
618-* Rule QML type removed from public API of the components
619-
620-SDK 0.1.5
621-#########
622-
623-Compatibility Breaks
624-********************
625-
626-* Meaning of TextCustom.fontSize has changed: the 'large' and 'x-large' sizes
627- changed to be bigger.
628-
629-API Changes
630-***********
631-
632-* None
633-
634
635=== removed file 'CHANGES.syntax'
636--- CHANGES.syntax 2013-04-19 17:31:14 +0000
637+++ CHANGES.syntax 1970-01-01 00:00:00 +0000
638@@ -1,76 +0,0 @@
639-The CHANGES file documents all changes in the toolkit that will break applications.
640-A strict syntax is defined below that eases the lives of developers.
641-There are 2 types of changes, a section for each exists for each release of the toolkit:
642-- API Changes
643-- Compatibility Breaks
644-
645-Each change must be reported on a new bullet point and respect one of the following templates:
646-* $TYPE_OF_CHANGE$ $OBJECT$
647-* $TYPE_OF_CHANGE$ IN $OBJECT$: $MEMBER_TYPE$ $OLD_SIGNATURE$ TO $NEW_SIGNATURE$
648-* $TYPE_OF_CHANGE$ IN $OBJECT$: description of the compatibility break
649-
650-Where $TYPE_OF_CHANGE$ is:
651-- "DEPRECATED"
652-- "CHANGED"
653-- "REMOVED"
654-
655-Where $OBJECT$ is:
656-- a QML class
657-- a JavaScript module
658-- a context property
659-
660-Where $MEMBER_TYPE$ is:
661-- "property"
662-- "signal"
663-- "function"
664-
665-
666-
667-Original version not respecting the syntax:
668-
669-API Changes
670-***********
671-
672-* "clicked() and pressAndHold() signals of AbstractButton no longer take a mouse parameter as input."
673-* ComponentUtils module is deprecated (affects componentUtils.js: hasStyle(), style(), delegateProperty() functions)
674-* Property tools was deprecated for MainView, Tabs and PageStack.
675-* Property page of Tab can no longer be a URL, but must be an Item (Page recommended).
676- Use a Loader if you were using a URL first.
677-
678-Compatibility Breaks
679-********************
680-
681-* Pages now automatically update MainView.toolbar.tools when they become active.
682-* Disable swiping to switch tabs by default.
683-* Header is now hidden when it has no title or contents
684-* Page, PageStack and Tabs automatically determine their anchors and height
685- inside a MainView, so there is no need to set them explicitly.
686-* It is now recommended to always use Pages inside Tabs or PageStack.
687- Non-Page items can still be used, but their margins will not automatically
688- be set-up to align with the header of the MainView.
689-
690-
691-
692-Formatted version respecting the syntax:
693-
694-API Changes
695-***********
696-
697-* CHANGED IN AbstractButton: signal clicked(var mouse) TO clicked()
698-* CHANGED IN AbstractButton: signal pressAndHold(var mouse) TO pressAndHold()
699-* DEPRECATED ComponentUtils
700-* DEPRECATED IN MainView: property ToolbarActions tools
701-* DEPRECATED IN Tabs: property ToolbarActions tools
702-* DEPRECATED IN PageStack: property ToolbarActions tools
703-* CHANGED IN Tab: property var page TO Item page (where var page could be an Item or url)
704-
705-Compatibility Breaks
706-********************
707-
708-* CHANGED IN Page: when it becomes active, MainView's property ToolbarActions toolbar.tools is automatically updated
709-* CHANGED IN Tabs: swiping to switch tabs is disabled by default
710-* CHANGED IN Header: becomes hidden when there is no title or contents
711-* CHANGED IN Page, PageStack, Tabs: automatically determine their anchors and height inside a MainView
712-* CHANGED IN Tabs, PageStack: it is recommended to always use Pages inside them. Non-Page items can still be used, but their margins will not automatically be set-up to align with the header of the MainView.
713-
714-
715
716=== removed file 'NEWS'
717--- NEWS 2012-06-25 16:12:52 +0000
718+++ NEWS 1970-01-01 00:00:00 +0000
719@@ -1,32 +0,0 @@
720-=====================
721-Ubuntu UI Toolkit 0.1
722-=====================
723-
724-New Features
725-------------
726-
727-- New AbstractButton component.
728-- New Button component.
729-- New Tab component.
730-- New Tabs component.
731-
732-Improvements
733-------------
734-
735-- Improvements to existing commands, especially improved performance
736- or memory usage, or better results.
737-
738-Bug Fixes
739----------
740-
741-- No bugs yet.
742-
743-Documentation
744--------------
745-
746-- All classes are now documented.
747-
748-API Changes
749------------
750-
751-- This is the first version.
752
753=== modified file 'debian/docs'
754--- debian/docs 2012-08-01 17:09:26 +0000
755+++ debian/docs 2016-08-17 13:23:04 +0000
756@@ -1,2 +1,1 @@
757-NEWS
758 README

Subscribers

People subscribed via source and target branches