Add Hijri date & prayer times to date menu
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
20 | Active |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Rejected |
12 | Active |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Rejected |
7 | Rejected |
6 | Active |
5 | Active |
4 | Inactive |
3 | Rejected |
2 | Rejected |
1 | Rejected |
* For some reason GNOME Shell 3.8 (or is it GJS 3.6) doesn't accept Date.new_dmy as a constructor ! Hence use default constructor followed by set_dmy() call. * Use simpler method (Util.spawn) to launch extension preferences. Hence making it work again.
It's not "new GLib.Date.new_dmy()", it's a bare GLib.Date.new_dmy() call. Also, you should use GLib.DateTime or JS Date, not GLib.Date.
Itl.Prayer.getPrayerTimes & Itl.Prayer.getNextDayFajr methods from libitl-gobject expect gDate not gDateTime objects