Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:348
this._calendarBox = calendarBox
extension.js:468
this._calendarGrid = new St.Widget({
layout_manager: this._calendarGridLayout,
style_class: 'hijri-calendar-grid',
x_expand: true,
})
extension.js:461
this._calendarGridLayout = new Clutter.GridLayout({
column_homogeneous: true,
row_homogeneous: true,
})
extension.js:350
this._calendarHeader = new St.BoxLayout({
style_class: 'hijri-calendar-header-row',
x_expand: true,
})
extension.js:361
this._calendarHeaderCenter = new St.Widget({
layout_manager: new Clutter.BinLayout(),
x_expand: true,
})
extension.js:365
this._calendarHeaderCenterBox = new St.BoxLayout({
style_class: 'calendar-month-header',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.CENTER,
})
extension.js:356
this._calendarHeaderSpacer = new St.Widget({
style_class: 'hijri-calendar-header-spacer',
})
extension.js:378
this._calendarMonthButton = new St.Button({
child: this._calendarMonthLabel,
label_actor: this._calendarMonthLabel,
style_class: 'hijri-calendar-header-button hijri-calendar-header-month',
can_focus: true,
reactive: true,
extension.js:373
this._calendarMonthLabel = new St.Label({
style_class: 'hijri-calendar-header calendar-month-label',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.CENTER,
})
extension.js:406
this._calendarTodayButton = new St.Button({
label: _('Today'),
style_class: 'hijri-calendar-today-button',
can_focus: true,
reactive: true,
track_hover: true,
x_align: Clutter.ActorAlign.END,
y_align: Clutter
extension.js:393
this._calendarYearButton = new St.Button({
child: this._calendarYearLabel,
label_actor: this._calendarYearLabel,
style_class: 'hijri-calendar-header-button',
can_focus: true,
reactive: true,
track_hover: true,
})
extension.js:388
this._calendarYearLabel = new St.Label({
style_class: 'hijri-calendar-header calendar-month-label',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.CENTER,
})
extension.js:421
this._monthPickerBox = new St.BoxLayout({
vertical: true,
style_class: 'hijri-calendar-picker',
x_expand: true,
visible: false,
})
extension.js:434
this._monthPickerGrid = new St.Widget({
layout_manager: this._monthPickerGridLayout,
style_class: 'hijri-calendar-picker-grid',
x_expand: true,
})
extension.js:427
this._monthPickerGridLayout = new Clutter.GridLayout({
column_homogeneous: true,
row_homogeneous: true,
})
extension.js:442
this._yearPickerBox = new St.BoxLayout({
vertical: true,
style_class: 'hijri-calendar-picker',
x_expand: true,
visible: false,
reactive: true,
can_focus: true,
track_hover: true,
})
extension.js:453
this._yearPickerList = new St.BoxLayout({
vertical: true,
style_class: 'hijri-calendar-year-list',
x_expand: true,
})
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
extension.js:348
this._calendarBox = calendarBox
extension.js:468
this._calendarGrid = new St.Widget({
layout_manager: this._calendarGridLayout,
style_class: 'hijri-calendar-grid',
x_expand: true,
})
extension.js:461
this._calendarGridLayout = new Clutter.GridLayout({
column_homogeneous: true,
row_homogeneous: true,
})
extension.js:350
this._calendarHeader = new St.BoxLayout({
style_class: 'hijri-calendar-header-row',
x_expand: true,
})
extension.js:361
this._calendarHeaderCenter = new St.Widget({
layout_manager: new Clutter.BinLayout(),
x_expand: true,
})
extension.js:365
this._calendarHeaderCenterBox = new St.BoxLayout({
style_class: 'calendar-month-header',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.CENTER,
})
extension.js:356
this._calendarHeaderSpacer = new St.Widget({
style_class: 'hijri-calendar-header-spacer',
})
extension.js:378
this._calendarMonthButton = new St.Button({
child: this._calendarMonthLabel,
label_actor: this._calendarMonthLabel,
style_class: 'hijri-calendar-header-button hijri-calendar-header-month',
can_focus: true,
reactive: true,
extension.js:373
this._calendarMonthLabel = new St.Label({
style_class: 'hijri-calendar-header calendar-month-label',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.CENTER,
})
extension.js:406
this._calendarTodayButton = new St.Button({
label: _('Today'),
style_class: 'hijri-calendar-today-button',
can_focus: true,
reactive: true,
track_hover: true,
x_align: Clutter.ActorAlign.END,
y_align: Clutter
extension.js:393
this._calendarYearButton = new St.Button({
child: this._calendarYearLabel,
label_actor: this._calendarYearLabel,
style_class: 'hijri-calendar-header-button',
can_focus: true,
reactive: true,
track_hover: true,
})
extension.js:388
this._calendarYearLabel = new St.Label({
style_class: 'hijri-calendar-header calendar-month-label',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.CENTER,
})
extension.js:421
this._monthPickerBox = new St.BoxLayout({
vertical: true,
style_class: 'hijri-calendar-picker',
x_expand: true,
visible: false,
})
extension.js:434
this._monthPickerGrid = new St.Widget({
layout_manager: this._monthPickerGridLayout,
style_class: 'hijri-calendar-picker-grid',
x_expand: true,
})
extension.js:427
this._monthPickerGridLayout = new Clutter.GridLayout({
column_homogeneous: true,
row_homogeneous: true,
})
extension.js:442
this._yearPickerBox = new St.BoxLayout({
vertical: true,
style_class: 'hijri-calendar-picker',
x_expand: true,
visible: false,
reactive: true,
can_focus: true,
track_hover: true,
})
extension.js:453
this._yearPickerList = new St.BoxLayout({
vertical: true,
style_class: 'hijri-calendar-year-list',
x_expand: true,
})
| Version | Status |
|---|---|
| 22 | Active |
| 21 | Rejected |
| 20 | Active |
| 19 | Rejected |
| 18 | Inactive |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Rejected |
| 14 | Inactive |
| 13 | Inactive |
| 12 | Rejected |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Rejected |
| 8 | Inactive |
| 7 | Rejected |
| 6 | Inactive |
| 5 | Inactive |
| 4 | Rejected |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |