-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
957 lines (957 loc) · 119 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
[2018-09-22 11:16:51 +0200] Removed package karasu {c58ece86}
[2018-09-22 11:15:32 +0200] zd firmware package was removed karasu {6e4777c4}
[2018-09-22 11:01:52 +0200] Version bump karasu {189505c9}
[2018-09-16 00:41:40 +0200] Merge pull request #1089 from amoto/patch-1 Gustau Castells {1ac7e56a}
[2018-09-15 17:01:36 +0000] Fix rankmirrors bug Julián David Devia Serna {6b7bb40d}
[2018-09-13 09:49:22 +0200] Just in case... karasu {9d3ab872}
[2018-09-09 18:55:46 +0200] workaround for a bug in antergos-iso, enables multilib only if it i.. karasu {4467e78f}
[2018-09-04 10:57:30 +0200] Fix bug in mirrors.py karasu {de2cd052}
[2018-08-25 18:16:41 +0200] [updpkg] packages.xml karasu {324086ab}
[2018-08-25 12:32:03 +0200] Replace qtcurve-qt4 with qtcurve-qt5 karasu {b38a7cd6}
[2018-08-25 12:09:46 +0200] kdesudo has been dropped (by Antergos) karasu {7b3f42cc}
[2018-08-25 12:00:38 +0200] breeze-qt4 has been removed karasu {a2e3e40a}
[2018-08-23 18:01:02 +0200] Arch dropped kde-l10n packages karasu {85a9f65b}
[2018-08-23 08:49:20 +0200] [packages.xml] deepin-notifications has been removed karasu {311976fe}
[2018-08-18 19:01:02 +0200] update packages.xml (budgie) karasu {a3ee5b81}
[2018-08-18 18:38:56 +0200] gnome-themes-standard removed. karasu {2d9e8af3}
[2018-08-17 17:20:16 +0200] Fix packages.xml karasu {0af03381}
[2018-08-17 15:14:54 +0200] Remove hunspell installation (temporary fix) karasu {88d720c5}
[2018-08-17 15:13:25 +0200] Remove antergos-common-meta karasu {3f6d48c6}
[2018-08-17 15:12:41 +0200] Do not use meta packages (temporary) karasu {dda0ae16}
[2018-08-08 11:30:43 +0200] Use yay as AUR helper karasu {415a686d}
[2018-07-11 00:53:17 +0200] Forgot these two karasu {5cefd815}
[2018-07-11 00:51:55 +0200] Add documentation (sphinx) karasu {03cb064b}
[2018-06-24 02:07:42 +0200] zd1211-firmware has been removed from arch core karasu {624f39f0}
[2018-05-24 17:34:00 +0200] Fixes #885 (unharmful) karasu {d3d1cd08}
[2018-05-17 15:20:22 +0200] Add eventbox also to detect when the camera feed is clicked on karasu {77c26b1b}
[2018-05-17 14:49:34 +0200] Add copyright notice karasu {0b9d058d}
[2018-05-17 14:45:05 +0200] Disable webcam in user_info (we need to store an avatar image from .. karasu {7c3556bc}
[2018-05-17 14:38:33 +0200] gocryptfs module interface seems to work. Now we need cnchi to setu.. karasu {970eb687}
[2018-05-14 10:52:49 +0200] Playing with gocryptfs karasu {07486718}
[2018-05-12 14:09:40 +0200] Will use cryfs instead of encfs (encfs part was not really finished) karasu {c6e3370a}
[2018-05-12 14:07:38 +0200] Some methods should be functions karasu {e8e823c2}
[2018-05-12 13:49:58 +0200] Moved code into several functions karasu {cf0abc82}
[2018-05-12 13:23:54 +0200] Remove white spaces karasu {a54de3a0}
[2018-05-12 13:21:39 +0200] Small changes karasu {bdce8457}
[2018-05-11 16:51:09 +0200] Dialog avatars done karasu {be33c8f1}
[2018-05-11 16:21:50 +0200] More changes in a useless avatar dialog for user_info (just for fun) karasu {3429f5b2}
[2018-05-11 16:08:26 +0200] Still working on it (avatars) karasu {d2cbf882}
[2018-05-11 07:53:18 +0200] Avatars view karasu {3b28d9d7}
[2018-05-10 21:49:32 +0200] GtkImage needs a GtkEventBox karasu {5287b8fc}
[2018-05-10 20:24:13 +0200] unfinished karasu {d78cd4cd}
[2018-05-10 20:23:34 +0200] Improving user info page karasu {01c89f21}
[2018-05-10 10:25:46 +0200] Set camera width and height in vars karasu {c2cf92ad}
[2018-05-10 10:18:52 +0200] Working on user_info page karasu {36d6e353}
[2018-05-10 08:50:58 +0200] Add user icon karasu {662dc61e}
[2018-05-09 13:08:15 +0200] Fix import karasu {c03ce3ef}
[2018-05-08 12:49:38 +0200] Split rankmirror code (update_mirrorlists) karasu {e8c047f6}
[2018-05-08 09:45:34 +0200] Remove cnchi link karasu {684f7465}
[2018-05-06 12:48:01 +0200] Fix webcam in user_info karasu {78bc361b}
[2018-05-05 23:55:20 +0200] Fix user info page layout karasu {a2078cf4}
[2018-05-05 20:34:31 +0200] Removed old updater code karasu {feb34998}
[2018-05-05 13:27:35 +0200] rankmirrors progress dialog looks a bit better karasu {2ed248e4}
[2018-05-05 13:22:51 +0200] rankmirrors progress dialog karasu {ffc0bc4b}
[2018-05-05 13:04:31 +0200] Merge pull request #882 from Antergos/test Gustau Castells {8cb40472}
[2018-05-05 13:01:56 +0200] Merge branch '0.14.x' into test Gustau Castells {064f0ac4}
[2018-05-05 12:27:25 +0200] Something odd happends before sorting mirrors. karasu {9df3f312}
[2018-05-05 12:20:11 +0200] Fix not using mirrorlist when not using rankmirrors karasu {a53e899a}
[2018-05-05 11:36:33 +0200] Do not use settings to store process pipe karasu {ff7f5973}
[2018-05-05 11:27:18 +0200] Minor changes karasu {85eaf85e}
[2018-05-05 10:38:59 +0200] Cleaned up a bit karasu {6c4d2497}
[2018-05-05 10:27:33 +0200] Try to not use timers karasu {9b854293}
[2018-05-05 10:25:00 +0200] Remove unnecessary debug message karasu {9c336ed2}
[2018-05-05 10:21:03 +0200] something odd is happening with settings karasu {329064a2}
[2018-05-05 10:09:11 +0200] Missing import karasu {f1099860}
[2018-05-05 10:01:38 +0200] Close pipe when done, also do not block if there is nothing else to.. karasu {83bac114}
[2018-05-05 09:49:59 +0200] Forgot import karasu {8802c4ec}
[2018-05-05 09:47:07 +0200] AutoRankMirrors is a process... karasu {86590686}
[2018-05-05 09:19:52 +0200] Fix typo karasu {25997190}
[2018-05-05 09:17:04 +0200] rank mirrors dialog karasu {f3a3489c}
[2018-05-05 08:55:54 +0200] Still learning karasu {e811f881}
[2018-05-05 08:50:55 +0200] fraction does not work karasu {7568c0de}
[2018-05-05 08:46:24 +0200] rank mirrors dialog sucks karasu {4b2d65c8}
[2018-05-05 08:35:38 +0200] Fix missing import karasu {07cc6448}
[2018-05-05 08:15:12 +0200] Trying to improve rank mirrors dialog window karasu {4a3a4c4e}
[2018-05-01 20:36:14 +0200] Remove unused option in 0.14.x (confuses users) karasu {f8ec6d10}
[2018-05-01 15:33:25 +0200] Linting finished karasu {d2764774}
[2018-05-01 14:51:30 +0200] All pages linted karasu {1ecaac85}
[2018-05-01 14:36:04 +0200] Linting... karasu {27158d36}
[2018-05-01 13:28:28 +0200] And even more linting... karasu {b3c2724a}
[2018-05-01 12:18:48 +0200] More linting... karasu {efcba868}
[2018-05-01 11:30:53 +0200] 5 years... karasu {c5cc9474}
[2018-05-01 11:26:23 +0200] More linting... karasu {94955465}
[2018-04-29 18:26:19 +0200] Clear message when not loading zfs module karasu {8d597b62}
[2018-04-29 18:22:29 +0200] Remove unharmful errors karasu {e7c23045}
[2018-04-29 18:07:02 +0200] Avoid unharmful exception karasu {422ca6a1}
[2018-04-29 18:02:51 +0200] Split install.py in two files (install.py and post_install.py). Nee.. karasu {e03c05da}
[2018-04-29 17:08:14 +0200] Forgot to do a git pull... so version number was wrong. karasu {241fb090}
[2018-04-29 17:06:19 +0200] Merge branch '0.14.x' of github.com:Antergos/Cnchi into 0.14.x karasu {39b0e0c4}
[2018-04-29 17:05:44 +0200] Implements #871 karasu {4f9177dd}
[2018-04-28 14:50:25 +0200] Minor changes in pac.py karasu {3a54e211}
[2018-04-28 14:45:08 +0200] Do not crash when searching for missing groups in Antergos reposito.. karasu {4593ace7}
[2018-04-28 11:44:15 +0200] Fixes typo. karasu {971efd23}
[2018-04-28 10:08:58 +0200] Do not crash when a group is missing in the Antergos repository dat.. karasu {b3358c75}
[2018-04-22 21:26:04 +0200] Advanced features are only shown if the user desires so. karasu {34a91873}
[2018-04-22 18:48:13 +0200] https://github.com/Antergos/Cnchi/pull/864 karasu {4066812f}
[2018-04-16 22:08:46 +0200] Just cleaning code karasu {c5f05dc6}
[2018-04-16 09:51:01 +0200] self.key does not exist. Is it self.api_key ? karasu {62a7bee5}
[2018-03-20 23:53:09 +0100] Inxi package got removed from upstream karasu {7023562e}
[2018-03-20 23:52:09 +0100] Inxi package got removed karasu {ad471fe0}
[2018-02-18 11:12:12 +0100] Merge pull request #854 from notmatt/mbs_no_dxtn_14 Gustau Castells {25ecf7aa}
[2018-02-17 15:34:25 -0800] Removes obsolete package libtxc_dxtn Matthew Smillie {8b3dc84f}
[2018-02-15 22:04:15 +0100] Minor changes in zfs.py karasu {56ed80d2}
[2018-02-15 21:52:54 +0100] Fixes https://github.com/Antergos/Cnchi/issues/848 karasu {0bffd131}
[2018-02-15 20:36:11 +0100] Minor changes karasu {1d3fa1ac}
[2018-01-06 08:30:06 +0100] Add awesome-terminal-font to i3 karasu {7acf5fbd}
[2018-01-06 08:29:21 +0100] add inxi, screenfetch and htop karasu {ca5a56a6}
[2018-01-06 08:26:37 +0100] Add inxi, screenfetch and htop karasu {7b6c85e6}
[2018-01-01 12:21:33 +0100] Remove unused link karasu {df90324c}
[2018-01-01 12:20:50 +0100] Try to clarify language/locale explanation texts karasu {9d8b9906}
[2017-12-28 13:33:07 +0100] Fix info.py symlink #834 karasu {665ce8cc}
[2017-12-27 10:45:49 +0100] Modify folder in hardware module. This is a workaround, still needs.. karasu {ed45d9eb}
[2017-12-24 15:24:45 +0100] Add force option to mkfs.f2fs karasu {fcdc3103}
[2017-12-07 19:43:50 +0100] Small changes for i3 karasu {b0add07b}
[2017-12-06 12:36:49 +0100] [zfs] export pool after finishing the installation process karasu {5b768531}
[2017-12-06 11:54:36 +0100] Modify .bashrc to load .bashrc.aliases karasu {3a7ae579}
[2017-11-30 09:25:05 +0100] Remove previous files in /boot (grub2 antergos theme and intel-ucod.. karasu {1f898c69}
[2017-11-20 08:29:06 +0100] Updated nl.po translations karasu {c1d5e301}
[2017-11-13 01:51:36 -0600] Working on getting enough foundational code in place to allow devel.. Dustin Falgout {496c0cbd}
[2017-11-09 14:39:16 +0100] [packages.xml] Use new meta packages karasu {5f029d3d}
[2017-11-08 18:57:16 +0100] [packages.xml] add linux-lts-headers when installing linux-lts karasu {89cd6928}
[2017-11-08 08:24:50 +0100] [packages.xml] Updated to use new antergos-*-meta packages. Still w.. karasu {e3c35108}
[2017-11-05 19:58:20 +0100] Moved widget files to their own folder karasu {6d76b387}
[2017-11-04 20:18:27 +0100] updated postinstall.sh script karasu {d431635d}
[2017-11-02 15:30:26 +0100] Fix proxy font dialog size karasu {e7b4cb68}
[2017-11-02 15:20:06 +0100] Fix welcome (again) karasu {5acb8c65}
[2017-11-02 15:00:56 +0100] Fix window font size (was too big) karasu {48e6d722}
[2017-11-02 13:48:33 +0100] postinstall script updated karasu {353b2608}
[2017-11-01 19:26:54 +0100] [packages.xml] add oblogout-numix-theme and antergos-desktop-settings karasu {8c9db1bf}
[2017-11-01 19:24:43 +0100] [packages.xml] add oblogout-numix-theme and antergos-desktop-settings karasu {1fa2beb2}
[2017-11-01 19:16:31 +0100] [packages.xml] add antergos-kde-meta to plasma list karasu {098533fd}
[2017-11-01 19:14:51 +0100] [packages.xml] add antergos-kde-meta to plasma setup karasu {1dce51e0}
[2017-11-01 19:06:52 +0100] [packages.xml] remove antergos-*-setup packages karasu {83c932c5}
[2017-11-01 19:04:40 +0100] [pacakges.xml] remove old antergos-*-setup packages karasu {0a86ddf7}
[2017-11-01 14:45:38 +0100] Use css when testing karasu {bb2c4cd8}
[2017-11-01 14:35:55 +0100] Fixed mirror page karasu {eb15a19c}
[2017-11-01 14:13:02 +0100] Removed cnchi link karasu {49b06540}
[2017-11-01 13:55:53 +0100] Fixed welcome karasu {ae070cba}
[2017-11-01 13:43:46 +0100] Set expand in welcome page karasu {82fcef13}
[2017-11-01 13:11:25 +0100] Going back to HALIGN GTK_ALIGN_FILL. Welcome needs fixing karasu {bb983001}
[2017-11-01 11:23:55 +0100] Modified desktop screen so the text does not change its position karasu {c4559023}
[2017-11-01 10:30:03 +0100] Fixed welcome and keymap pages karasu {11a2e283}
[2017-10-31 17:44:13 +0100] Fix test_page karasu {579738db}
[2017-10-30 23:31:37 +0100] testing needs an update, too karasu {cca36133}
[2017-10-30 23:30:13 +0100] Working on welcome screen karasu {c37590dc}
[2017-10-30 20:38:01 +0100] Reorganised files (again) karasu {32a6e6d5}
[2017-10-26 17:20:03 +0200] Disable new camera code in user_info.py until it's finished karasu {57f6df0b}
[2017-10-26 17:11:29 +0200] Version karasu {bc9ac348}
[2017-10-26 16:56:09 +0200] Fix deprecation warning karasu {f70e93a7}
[2017-10-25 20:48:46 +0200] Removed old code karasu {883b230a}
[2017-10-25 20:47:44 +0200] Proxy dialog added and running. Needs testing with the requests lib.. karasu {8651bcbc}
[2017-10-25 09:48:01 +0200] Proxy dialog is shown karasu {beee873a}
[2017-10-24 09:30:31 +0200] Working on proxy dialog karasu {0c507b68}
[2017-10-23 20:38:00 +0200] All proxy dialog logic needs to be added, yet karasu {391e15fc}
[2017-10-20 00:22:17 +0200] [proxy] add commented lines karasu {7413ea82}
[2017-10-20 00:21:08 +0200] Add statebox input so check.py can be tested karasu {90475f54}
[2017-10-15 21:28:11 +0200] [wip] Use new webcam_widget in user info screen. karasu {22c50026}
[2017-10-15 19:23:52 +0200] Fix typo karasu {41c4ad43}
[2017-10-15 19:22:26 +0200] [packages.xml] add vivaldi as a feature karasu {202443c5}
[2017-10-15 19:21:27 +0200] Add vivaldi as a feature (along with firefox and chromium) as we ar.. karasu {91f33f56}
[2017-10-15 13:55:49 +0200] Fix deepin.png karasu {fb5ffe5e}
[2017-10-15 12:40:13 +0200] Update de.po translations karasu {37d28022}
[2017-10-15 12:38:58 +0200] Merge pull request #802 from killajoe/patch-2 Gustau Castells {f560be2b}
[2017-10-15 12:38:04 +0200] Update nl.po karasu {c4bdb345}
[2017-10-15 12:37:08 +0200] Merge pull request #785 from IsaakGroepT/patch-1 Gustau Castells {cf376661}
[2017-10-10 16:36:37 +0200] [packages.xml] add antergos-midnight-timers package karasu {9d1f2b86}
[2017-10-10 16:35:41 +0200] [packages.xml] add antergos-midnight-timers package karasu {9122eb1e}
[2017-10-07 12:37:09 +0200] Do not fail if /etc/adjtime is not found karasu {01612514}
[2017-10-06 13:30:41 +0200] Update de.po Johannes Kamprad {a21f1879}
[2017-10-03 13:50:13 +0200] [packages.xml] remove antergos-gsettings karasu {c4e09a8a}
[2017-10-03 13:49:35 +0200] [packages.xml] remove antergos-gsettings karasu {28194d6f}
[2017-10-03 09:49:35 +0200] [packages.xml] Removed antergos-welcome (issue #4) karasu {4848469f}
[2017-10-03 09:48:14 +0200] [packages.xml] Remove antergos-welcome installation karasu {3b38be68}
[2017-09-28 23:29:24 +0200] Update README karasu {b14a67b5}
[2017-09-28 23:28:44 +0200] Merge branch '0.14.x' of github.com:Antergos/Cnchi into 0.14.x karasu {37fff90e}
[2017-09-28 23:27:55 +0200] Added camera-gst (camera.py does not work atm) karasu {c6239a8f}
[2017-09-26 19:01:46 +0200] Update packages.xml karasu {9136f2ed}
[2017-09-26 19:01:07 +0200] Updatep packages.xml karasu {845e05ef}
[2017-09-25 20:41:24 +0200] Add antergos-welcome to packages.xml karasu {aa956037}
[2017-09-23 18:53:08 +0200] Now bash beautification karasu {390ef2da}
[2017-09-23 18:50:13 +0200] Beautification karasu {02d89638}
[2017-09-23 13:23:58 +0200] beautify packages.xml karasu {2b2b430c}
[2017-09-23 13:20:05 +0200] Proper identation in ui files karasu {f69aabb3}
[2017-09-23 12:34:34 +0200] Roll back last commit, but use long useradd parameters for readabi.. karasu {9f0318c6}
[2017-09-23 12:16:06 +0200] Use -U in useradd (Create a group with the same name as the user, a.. karasu {07d3a3f3}
[2017-09-23 12:03:43 +0200] And beautification is finished karasu {f1005535}
[2017-09-23 12:00:08 +0200] beautification karasu {0091c2fd}
[2017-09-23 11:58:46 +0200] Beautification karasu {56eba4b1}
[2017-09-23 11:57:36 +0200] Beautification karasu {b0fbc582}
[2017-09-23 11:53:13 +0200] More beautification karasu {0ef68cdb}
[2017-09-23 11:52:02 +0200] More beautification karasu {12ed9d8d}
[2017-09-23 11:50:07 +0200] More beautification karasu {9f796f80}
[2017-09-23 11:46:23 +0200] Merge branch '0.14.x' of github.com:Antergos/Cnchi into 0.14.x karasu {896c8b45}
[2017-09-23 11:45:45 +0200] Beautify code karasu {0a046d50}
[2017-09-23 00:51:51 +0200] Update README.md Gustau Castells {6c94bbd5}
[2017-09-23 00:46:16 +0200] Fix typo in readme karasu {14662104}
[2017-09-23 00:28:45 +0200] Add antergos-welcome package karasu {9e49ec59}
[2017-09-23 00:27:50 +0200] Add antergos-welcome package karasu {255ad99c}
[2017-09-12 23:28:17 +0200] Do not install qt5ct in deepin karasu {4af2d550}
[2017-09-12 23:27:28 +0200] Do not install qt5ct in deepin karasu {1b4c811f}
[2017-09-11 11:46:35 +0200] Merge branch 'mirrors' into 0.14.x karasu {4108cdf7}
[2017-09-11 11:41:43 +0200] Fix postinstall script to use new antergos-desktop package karasu {7685d339}
[2017-09-10 11:09:12 +0200] Added deepin desktop background karasu {7464f455}
[2017-09-09 22:12:40 +0200] Simplify deepin package list karasu {7623f4c7}
[2017-09-09 22:12:16 +0200] Simplify deepin package list karasu {07ade988}
[2017-09-09 22:11:46 +0200] Simplify deepin package list karasu {418d298c}
[2017-09-09 17:37:56 +0200] Fix typo in packages.xml karasu {089a4e92}
[2017-09-09 17:37:29 +0200] Fix typo in packages.xml karasu {3d1baf63}
[2017-09-09 17:36:31 +0200] Fix typo in packages.xml Fixes issue #794 karasu {493d0e63}
[2017-09-08 17:57:57 +0200] Add reflector to all installations karasu {fe1b0892}
[2017-09-08 17:57:32 +0200] Add reflector to all installations karasu {5feaeb3b}
[2017-09-08 17:56:53 +0200] Add reflector to all installs karasu {2cb8e110}
[2017-09-08 17:54:24 +0200] Changes in deepin packages list karasu {52b7597a}
[2017-09-08 17:53:37 +0200] Changes in deepin package list karasu {04973aa7}
[2017-08-31 01:54:20 +0200] Change mouse cursor when dragging a mirror karasu {7b2ced69}
[2017-08-30 16:57:37 +0200] Add a source comment karasu {d9dee641}
[2017-08-30 16:54:34 +0200] Fix bug in forward button when changing options in mirrors screen karasu {e163e1a5}
[2017-08-30 16:51:11 +0200] hide/show mirrors listboxes karasu {b8ae0f25}
[2017-08-30 15:48:44 +0200] Better radiobuttons placement in mirrors screen karasu {d87e2356}
[2017-08-30 12:37:43 +0200] Fix location listbox labels size (was too small) karasu {1298d5f2}
[2017-08-30 11:41:22 +0200] Fix typo and add a debug warning karasu {1e4b10d9}
[2017-08-30 04:07:45 +0200] Fixed two unused variables (antbs) karasu {d05a241d}
[2017-08-30 03:48:32 +0200] Forgot to remove the option from the run script karasu {9ccb1687}
[2017-08-30 03:43:56 +0200] Disable rank mirrors option (now we have a full screen to do it) karasu {322e9bbc}
[2017-08-30 03:24:28 +0200] Changes are saved. karasu {9b1c6b65}
[2017-08-30 03:05:33 +0200] It's alive! (dnd works) karasu {f49ec9ce}
[2017-08-29 23:43:39 +0200] Need to know how to pass a widget (or a reference) when doing dnd karasu {1cf8ad87}
[2017-08-29 19:31:51 +0200] Going somewhere with drag and drop (or so it seems) karasu {1959880c}
[2017-08-29 10:26:04 +0200] In the middle of something karasu {5f34184c}
[2017-08-28 03:20:27 +0200] Adding new mirrors screen (wip) karasu {f88628ed}
[2017-08-26 16:40:29 +0200] Add a timeout when using systemd-boot (so users can choose which OS.. karasu {41be3209}
[2017-08-25 11:12:19 +0200] Enable colors in nano karasu {099e7210}
[2017-08-23 13:52:18 +0200] Changed deepin package list karasu {22a11ee3}
[2017-08-23 13:51:22 +0200] Update deeping packages list karasu {ad44b58c}
[2017-08-12 00:59:24 -0400] add thread to kill grub-mount if taking too long Skinner, Alex {e791454a}
[2017-08-11 20:43:59 +0200] ZFS selection fix bug. Needs testing. #782 karasu {7529c5e6}
[2017-08-11 16:39:32 +0200] Correction Atlas {81657b44}
[2017-08-11 00:11:49 +0200] Updates to NL Atlas {2b7dab39}
[2017-08-06 20:09:29 +0200] nah, use pamac in plasma, too. (but use kalu in Openbox!) karasu {a53f1294}
[2017-08-06 20:08:28 +0200] nah, use pamac in plasma, too (but kalu in openbox!) karasu {8b86b94a}
[2017-08-06 19:59:06 +0200] Use kalu in openbox. Use octopi in plasma. Remove orca and antergos.. karasu {4c9f8c04}
[2017-08-06 19:57:47 +0200] Use octopi in plasma. Use kalu in openbox karasu {86a428c0}
[2017-08-04 21:32:07 +0200] vim-minimal does not exist karasu {45b9eb6d}
[2017-08-04 21:31:20 +0200] vim-minimal does not exist karasu {4af1a540}
[2017-08-04 20:58:58 +0200] location screen text was too small karasu {1bf40067}
[2017-08-04 20:41:34 +0200] Only Gnome and Mate (for now) available to a11y karasu {bd8f2e87}
[2017-08-04 19:38:06 +0200] If we're running from sonar iso force a11y parameter to true karasu {6db9688f}
[2017-08-04 13:16:56 +0200] Do not use < > for a11y karasu {e080d9dc}
[2017-08-04 13:15:19 +0200] Install sonar gsettings if present in the ISO (and -a option is used) karasu {169f0cbf}
[2017-08-04 13:00:34 +0200] Show labels if -a is used (a11y) karasu {6feac9dd}
[2017-07-25 23:55:16 +0200] Add gtk-engine-murrine to xfce karasu {47b6b078}
[2017-07-25 23:54:29 +0200] Add gtk-engine-murrine in xfce karasu {8ceb3633}
[2017-07-25 00:55:03 +0200] Add Deepin to the list of available DE's karasu {d023b46e}
[2017-07-24 21:10:04 +0200] Add rounded corners to deepin screenshot karasu {b4945b07}
[2017-07-24 20:23:37 +0200] Add terminus font (tty) karasu {a3dda6d6}
[2017-07-24 20:19:53 +0200] Add terminus font to base karasu {eb471e47}
[2017-07-22 20:20:49 +0200] Fix typo in package name karasu {7685fc51}
[2017-07-22 20:20:04 +0200] Fix typo in package name karasu {10cfbc87}
[2017-07-22 18:37:32 +0200] Update icons (deepin) karasu {de254356}
[2017-07-22 18:26:17 +0200] Update packages.xml (deepin) karasu {f0d3243f}
[2017-07-22 18:24:22 +0200] Fix deepin session name in lightdm karasu {32e6e31e}
[2017-07-18 19:21:49 +0200] Update packages.xml (deepin and a11y) karasu {8e1de2d9}
[2017-07-18 19:20:49 +0200] Use deepin-system-monitor as it seems to work now karasu {07016aa4}
[2017-07-17 15:51:22 +0200] Merge a11y branch. Labels got uglier but they need text to be read .. karasu {c45d055f}
[2017-07-17 14:04:24 +0200] Add a11y icon karasu {54586aaf}
[2017-07-10 18:36:59 +0200] Do not allow using Fat32 or NTFS for / and /home karasu {5911b319}
[2017-07-09 17:00:23 +0200] update packages.xml (deepin) karasu {9e9ce0e3}
[2017-07-09 16:59:13 +0200] Update packages.xml (deepin) karasu {36e8afa1}
[2017-07-08 11:29:30 +0200] Update packages.xml (deepin) karasu {573c63e3}
[2017-07-08 11:29:10 +0200] Update packages.xml karasu {c6ce7a80}
[2017-07-08 11:27:18 +0200] Updated deepin packages (again) karasu {571fa777}
[2017-07-06 23:27:11 +0200] Removed package (deepin) karasu {105bcdb8}
[2017-07-06 23:26:38 +0200] Removed package karasu {97b8e7c4}
[2017-07-06 16:23:12 +0200] Install tlp by default karasu {ebc17b01}
[2017-07-06 16:20:58 +0200] Install tlp by default. Fixes #759 karasu {375129cc}
[2017-07-05 17:19:28 +0200] Update packages.xml (deepin) karasu {1e1bfdff}
[2017-07-05 17:18:25 +0200] update deepin packages list karasu {ea5e50c9}
[2017-07-05 17:14:24 +0200] Merge branch '0.14.x' of github.com:Antergos/Cnchi into 0.14.x karasu {a01f475a}
[2017-07-05 17:13:49 +0200] Small changes in check.py karasu {b2f5bca9}
[2017-07-05 05:09:09 -0500] fix typo Dustin Falgout {7e0d77e6}
[2017-07-05 04:43:00 -0500] Add check for install blocking packaging issues so we can prevent u.. Dustin Falgout {73626bb0}
[2017-07-04 14:49:30 +0200] deepin package got renamed karasu {8b28a1e0}
[2017-07-04 14:48:43 +0200] deepin package got renamed karasu {79680d0e}
[2017-07-04 10:17:47 +0200] Remove unused deepin packages (experimental) karasu {20d41f4d}
[2017-07-04 10:16:49 +0200] Remove unused deepin packages (experimental) karasu {b1e4528e}
[2017-06-25 11:26:52 +0200] Use -f (fast) when formating NTFS. Fixes #769 karasu {71849d4e}
[2017-06-25 09:40:18 +0200] Add deepin desktop (only in experimental) karasu {066f56f5}
[2017-06-25 08:53:35 +0200] Install intel-ucode karasu {56c604b5}
[2017-06-20 09:03:34 -0500] Fix weak salt provided to crypt.crypt() method which creates user a.. Dustin Falgout {b59b0687}
[2017-06-20 08:56:39 -0500] Fix weak salt provided to crypt.crypt() method which creates user a.. Dustin Falgout {73fbe5ae}
[2017-06-20 08:48:39 -0500] Update deps (not important) Dustin Falgout {6fc1cfcc}
[2017-06-11 19:25:03 +0200] Added deepin desktop (experimental) karasu {83227d33}
[2017-06-11 19:24:04 +0200] Modified packages.xml karasu {0fb671fe}
[2017-06-04 18:14:10 +0200] Added deepin packages (experimental, won't show to users) karasu {f050b094}
[2017-05-27 18:15:22 +0200] Added option in ask screen to show Antergos wiki article about dual.. karasu {2dc27d48}
[2017-05-27 14:10:41 +0200] Update copyright notice (2017) karasu {a7ad748a}
[2017-05-24 17:58:20 +0200] Update packages.xml with the new sshd feature karasu {fde8f8c1}
[2017-05-24 17:57:08 +0200] Added sshd feature karasu {cdb19434}
[2017-05-20 00:08:30 -0500] changed "KDE" to "KDE Plasma" (#755) Michael Tunnell {4087c2c7}
[2017-05-16 13:44:03 +0200] Create link with force just in case destination already exists. Fix.. karasu {9f5cb72c}
[2017-05-12 20:25:01 +0200] Update packages.xml (antergos-gsettings) karasu {746796e4}
[2017-05-12 20:22:39 +0200] Use antergos-gsettings package karasu {658e8338}
[2017-05-03 22:58:51 +0200] Better control in luks options dialog in advanced karasu {b711fcc5}
[2017-05-03 22:43:00 +0200] Check luks options in advanced karasu {a5e8410b}
[2017-04-30 11:25:42 +0200] Updated alpm events from alpm.h karasu {fd6a1796}
[2017-04-29 13:32:55 +0200] Use termite in i3 (this setup is not finished) karasu {9e0e60ed}
[2017-04-18 12:28:47 +0200] Use lsblk instead of blkid (I really don't know where is the proble.. karasu {78331d85}
[2017-04-18 11:52:59 +0200] Fix zfs enabling services karasu {d2a8b6e0}
[2017-04-15 05:55:06 +0200] Remove pidgin karasu {247beb6e}
[2017-04-15 05:50:59 +0200] Update packages.xml, plank-config has been removed karasu {1b16cca0}
[2017-04-15 05:49:35 +0200] plank-config has been removed karasu {8728b260}
[2017-04-04 12:24:06 +0200] Playing with nvidia driver installation. Improve bubmlebee option (.. karasu {05ba2d38}
[2017-04-02 19:24:10 +0200] Do not dump all keycodes karasu {ecf310cc}
[2017-04-02 00:36:52 +0200] Remove smb client feature by always installing cifs-utils and gvfs-.. karasu {b30507f3}
[2017-03-31 16:30:03 +0200] Enable AUR in pamac when AUR is selected as a feature. Issue #654 karasu {a879509a}
[2017-03-31 15:50:31 +0200] Added GeForce GTX 1080 to the list of supported cards in nvidia pro.. karasu {a311daae}
[2017-03-31 15:45:51 +0200] Add intel microcode when booting with systemd-boot. Fixes #704 karasu {6a55692e}
[2017-03-27 21:36:15 +0200] This should fix setting timezone. /etc/localtime already existed. karasu {e4da9b7d}
[2017-03-27 21:06:32 +0200] Definitely, sleep more. karasu {e0f19d66}
[2017-03-27 21:04:23 +0200] Or maybe I need to sleep more. Another typo. karasu {6ec3b9ab}
[2017-03-27 21:03:16 +0200] I need to wake up karasu {afe77463}
[2017-03-27 20:58:00 +0200] log timezone settings karasu {5c068bca}
[2017-03-23 21:18:49 +0100] Do not install more than needed when using nvidia proprietary drive.. karasu {dc0c22e5}
[2017-03-20 19:58:45 +0100] Remove google fonts feature karasu {c86a538c}
[2017-03-17 22:23:56 +0100] Fixes https://github.com/Antergos/Cnchi/issues/720 karasu {72b80485}
[2017-03-17 22:01:11 +0100] Fixed typo. Fixes https://github.com/Antergos/Cnchi/issues/719 karasu {3652f7ed}
[2017-03-17 08:12:46 -0500] Update packages.xml Dustin Falgout {f6ac8771}
[2017-03-16 18:09:45 +0100] Fixes nvidia/nouveau/intel installation (due package name changes u.. karasu {4449ddcd}
[2017-03-15 18:36:03 +0100] Enable zfs again (needs more testing, though) karasu {470d195e}
[2017-03-11 19:24:49 +0100] Enforce /boot fat32 only if no /boot/efi is still created karasu {d5700e3a}
[2017-03-11 15:25:47 +0100] Fix label showing in advanced dialog karasu {c6536b77}
[2017-03-11 13:54:09 +0100] Show fat32 partitions as fat32 and not just fat karasu {61687efd}
[2017-03-06 22:55:56 +0100] Some libgl packages have been removed karasu {f29392d8}
[2017-02-24 21:53:17 +0100] Packages needed for a11y (not used yet) karasu {00fc454d}
[2017-02-24 21:47:38 +0100] Add gsettings for 6dots (not used yet) karasu {306d1662}
[2017-02-22 17:34:20 +0100] Do not set chromium or firefox as BROWSER if neither of them are in.. karasu {61b47394}
[2017-02-21 20:29:11 +0100] Add libgnome-keyring to Cinnamon, too. karasu {88835d1b}
[2017-02-21 20:28:23 +0100] Add libgnome-keyring to Cinnamon, too. karasu {ffe33e39}
[2017-02-21 20:26:17 +0100] Install libgnome-keyring karasu {ebf0b001}
[2017-02-21 20:24:40 +0100] Add libgnome-keyring (should we add this to Cinnamon, too?) karasu {373d978c}
[2017-02-16 10:00:49 +0100] Create avahi user and group (just in case) karasu {ca57bdf3}
[2017-02-12 17:28:15 -0600] remove set-settings file since we stopped using it months ago Dustin Falgout {6a3502f7}
[2017-02-12 17:27:11 -0600] Apply change from 587638b46f90dd8a8b2452344a73921e340b47e5 to gsche.. Dustin Falgout {c7f9c995}
[2017-02-12 17:23:25 -0600] remove set-settings file since we stopped using it months ago Dustin Falgout {ef939a41}
[2017-02-12 17:18:56 -0600] Apply change from 587638b46f90dd8a8b2452344a73921e340b47e5 to gsche.. Dustin Falgout {7c6da85c}
[2017-02-09 10:30:17 +0100] Merge branch 'zfs' into 0.14.x karasu {276877ab}
[2017-02-08 22:43:43 +0100] Fix kernel param in dkms. karasu {6789e1e5}
[2017-02-08 22:39:53 +0100] Do not update man pages db... it's not worth it. karasu {e5261de0}
[2017-02-08 22:37:06 +0100] Add message when running dkms zfs/spl karasu {0413f951}
[2017-02-08 21:48:12 +0100] Full name is needed karasu {1b3012e2}
[2017-02-08 19:39:59 +0100] Pulseaudio plugin for Xfce4 panel karasu {fef90cc4}
[2017-02-08 12:02:08 +0100] Cleaned up a bit karasu {795dc315}
[2017-02-08 10:54:25 +0100] Simpler way to check kernel version karasu {12769d41}
[2017-02-08 10:01:17 +0100] get installed kernel version karasu {420071f9}
[2017-02-08 08:55:12 +0100] Trying to force dkms on all kernels (not finished) karasu {d8078a09}
[2017-02-05 15:15:28 -0600] disable zfs install option until we can identify and fix the issue .. Dustin Falgout {698b8c3b}
[2017-02-04 05:06:07 -0600] Update packages.xml URL so requests arent routed through Cloudflare.. Dustin Falgout {aaceb8d1}
[2017-02-04 04:58:32 -0600] Update packages.xml URL so requests arent routed through Cloudflare.. Dustin Falgout {6f6a173e}
[2017-01-31 08:28:19 +0100] Add to mkinitcpio undetected zpool dependency karasu {65758b62}
[2017-01-27 19:42:01 +0100] Add xfce4-pulseaudio-plugin to XFCE karasu {a4772765}
[2017-01-26 12:09:45 +0100] libgnomeui removed karasu {735db847}
[2017-01-26 12:06:05 +0100] remove libgnomeui karasu {c8cfab01}
[2017-01-26 12:04:25 +0100] libgnomeui has been removed from Arch repositories karasu {a6923dfe}
[2017-01-24 17:41:36 +0100] Non essential changes karasu {76e6cf49}
[2017-01-24 09:56:54 +0100] Enable AUR in pamac if AUR feature is selected karasu {bbd70c8f}
[2017-01-23 19:32:12 +0100] Remove gstreamer0.10-plugins karasu {48361ee1}
[2017-01-23 19:29:49 +0100] Remove gstreamer0.10-plugins karasu {1377f358}
[2017-01-23 19:28:51 +0100] Remove gstreamer0.10-plugins from list karasu {351552b8}
[2017-01-23 08:18:03 +0100] cdrkit got renamed to cdrtoos karasu {b12f59cb}
[2017-01-23 08:08:41 +0100] cdrkit got renamed to cdrtools karasu {e69af041}
[2017-01-23 01:52:57 +0000] Formatted commit data below... (#696) Phil Wyett {9cbe31a1}
[2017-01-22 08:55:57 -0600] Update packages.xml Dustin Falgout {78af3f89}
[2017-01-20 09:38:59 +0100] Let's do some tests first... karasu {18ebcce0}
[2017-01-19 21:07:06 +0100] Added labels to back and forward buttons. Ugly, but it's needed by .. karasu {33357099}
[2017-01-19 21:03:01 +0100] Use pkexec as in the ISO. Seems to work now. karasu {59222667}
[2017-01-19 04:47:18 -0600] Update packages.xml Dustin Falgout {cb8b5021}
[2017-01-18 11:20:02 -0600] change greeter to gtk greeter (temporarily) Dustin Falgout {c699cd99}
[2017-01-18 17:10:54 +0100] Add orca to all gtk DEs karasu {28838f0a}
[2017-01-17 19:50:40 +0100] fix typo karasu {83de8dee}
[2017-01-17 19:45:04 +0100] In budgie DE, session is called budgie-desktop karasu {8cbe42b7}
[2017-01-17 18:50:40 +0100] Added some more DE's just for fun (NOT PLANNING TO RELEASE ANY TIME.. karasu {7c0efc51}
[2017-01-16 20:25:48 +0100] Add gnome-font-viewer to cinnamon installation karasu {2c3bfb50}
[2017-01-16 20:24:22 +0100] Merge pull request #692 from prescott66/patch-9 karasu {b0565a6c}
[2017-01-16 18:54:35 +0100] Added gnome-font-viewer to Cinnamon flavour Dušan Kazik {03d21ddf}
[2017-01-16 18:37:45 +0100] Do not log as an error not having upower (just as a warning) karasu {035999bf}
[2017-01-15 00:39:56 +0100] Add polari irc client (Gnome) karasu {0e886a98}
[2017-01-11 06:26:46 -0600] fix incorrect import paths in features.py Dustin Falgout {f5704a23}
[2017-01-11 05:17:39 -0600] dont fail when unable to obtain install_id Dustin Falgout {3c266387}
[2017-01-10 22:27:51 +0100] Fixed some bumblebee bugs. More work is needed. karasu {1f6844e3}
[2017-01-10 13:37:37 +0100] Working on bumblebee detection karasu {8d65a2a0}
[2017-01-10 09:42:21 +0100] Moved all hardware modules to their own directory. karasu {f2942370}
[2017-01-09 23:34:32 +0100] settings.get does not have a default value (in fact, it returns Non.. karasu {b448a950}
[2017-01-09 19:54:09 +0100] Try to use the same bluetooth program (gtk) karasu {67dda37e}
[2017-01-09 19:14:56 +0100] Added lang attribute (needs testing!). Remove xscreensaver, use lig.. karasu {f274de8c}
[2017-01-08 15:19:24 -0600] Update current 'linux-lts' version (#688) Phil Wyett {bc157b74}
[2017-01-08 21:19:24 +0000] Update current 'linux-lts' version (#688) Phil Wyett {ce947a1b}
[2017-01-07 15:22:50 +0100] Do not block if efibootmgr is not installed when trying to install .. karasu {2a4e5731}
[2017-01-07 15:16:25 +0100] Add efibootmgr package when installing bootloader karasu {21ca2253}
[2017-01-05 01:35:07 -0600] make install_id available on installed system for later use by ante.. Dustin Falgout {8af1bfe3}
[2017-01-05 00:47:38 -0600] Fixes #630 Dustin Falgout {8da54fd4}
[2017-01-05 01:40:35 -0500] Addresses Brazilian keyboard mapping issue (#653) stratus-ss {7f593a1a}
[2017-01-01 11:02:18 -0600] sync github with local Dustin Falgout {0174cd72}
[2016-12-28 11:14:09 +0100] Fixes issue #133 karasu {46586ba7}
[2016-12-22 19:59:57 +0100] Use spaces instead of tabs (this way looks the same in any editor)... karasu {24381673}
[2016-12-18 05:49:13 -0600] :unamused: Dustin Falgout {83d3639b}
[2016-12-18 05:47:35 -0600] dont send upower battery error to bugsnag Dustin Falgout {7595a027}
[2016-12-17 19:46:55 +0100] Added packages to KDE and Openbox lists karasu {250ed1cb}
[2016-12-17 14:44:27 +0100] Some packages have been renamed (kde) karasu {11223c66}
[2016-12-17 00:32:09 -0600] made some adjustments to the file structure Dustin Falgout {fa5905fc}
[2016-12-17 00:11:05 -0600] working on moving lower-level gui app code to new library Dustin Falgout {3531f012}
[2016-12-16 18:53:22 +0100] sort-directories-first is not recognised karasu {9719c601}
[2016-12-16 18:09:53 +0100] Merge branch '0.14.x' of github.com:Antergos/Cnchi into 0.14.x karasu {8c15d3c8}
[2016-12-16 18:08:36 +0100] Updating info.py karasu {280fcd14}
[2016-12-16 18:06:27 +0100] Remove old code karasu {eb2b5545}
[2016-12-16 18:04:31 +0100] Add gsettings call in Openbox karasu {b5d5af79}
[2016-12-14 22:40:40 +0100] Small changes in Openbox karasu {d0441d01}
[2016-12-13 01:34:30 -0600] some progress Dustin Falgout {ac22c435}
[2016-12-13 01:33:37 -0600] update .gitignore Dustin Falgout {57a83862}
[2016-12-13 00:25:03 -0600] update .gitignore Dustin Falgout {70a5e342}
[2016-12-12 19:52:50 +0100] Forgot to create efi mount dir [zfs] karasu {a997ebe3}
[2016-12-12 19:42:22 +0100] Fix efi_path var [zfs] karasu {e22441e6}
[2016-12-12 19:40:13 +0100] Fix string (just that I don't like capitalised messages xD) karasu {8acacd8a}
[2016-12-12 19:34:15 +0100] If a separate EFI partition exists, mount it! [zfs] [efi] karasu {d7e93ded}
[2016-12-12 18:14:02 +0100] Fixes ZFS in UEFI systems (issue #564) [needs testing] karasu {feed3b68}
[2016-12-05 11:51:22 +0100] Added lsusb.py (will be used in the hardware module) karasu {ce66fc88}
[2016-12-03 17:18:19 -0600] use react-md ui lib instead of materializecss Dustin Falgout {cfa44745}
[2016-12-03 16:44:41 -0600] use react-md ui lib instead of materializecss Dustin Falgout {eb9f83ea}
[2016-11-27 20:34:42 -0600] Update info.py Dustin Falgout {41fc0c74}
[2016-11-27 20:34:20 -0600] Update update.info Dustin Falgout {2b171f7e}
[2016-11-27 16:51:35 -0600] Update 90_antergos.gschema.override Dustin Falgout {6b48d82b}
[2016-11-27 16:49:40 -0600] Update antergos.layout Dustin Falgout {e775798a}
[2016-11-27 04:15:33 -0600] kind of back on track :grimacing: Dustin Falgout {bfdd1866}
[2016-11-27 01:37:23 -0600] almost back on track Dustin Falgout {78307464}
[2016-11-26 20:55:55 -0600] still trying to find my bearings (again) with this Dustin Falgout {2d7715d3}
[2016-11-25 21:31:41 -0600] update imports Dustin Falgout {788c8eba}
[2016-11-25 21:15:57 -0600] fix typo Dustin Falgout {3beb82c0}
[2016-11-25 21:13:31 -0600] update pre-commit hook Dustin Falgout {87a422ff}
[2016-11-25 20:46:56 -0600] remove unneeded code from base_widgets.py Dustin Falgout {69858610}
[2016-11-25 20:45:24 -0600] trying to make some progress Dustin Falgout {6b62dd11}
[2016-11-24 19:20:09 -0600] Update 90_antergos.gschema.override Dustin Falgout {f5c7b2ce}
[2016-11-24 22:15:48 +0100] chromium-pepper-flash is pepper-flash now karasu {ce521832}
[2016-11-23 19:01:52 -0600] fix issue with mate first boot hotfix Dustin Falgout {eee942da}
[2016-11-22 18:33:13 +0100] chromium-pepper-flash renamed to pepper-flash karasu {91bfdbe3}
[2016-11-20 18:09:09 -0600] Update update.info Dustin Falgout {becb2d4e}
[2016-11-20 18:08:42 -0600] Update info.py Dustin Falgout {ce419e01}
[2016-11-20 18:06:47 -0600] Update 90_antergos.gschema.override Dustin Falgout {2776a43b}
[2016-11-20 06:09:42 -0600] fix file name for Xsession script Dustin Falgout {408d6192}
[2016-11-18 20:46:57 -0600] fix ugly styles for Qt apps when running under GTK-based desktop on.. Dustin Falgout {75bfffdf}
[2016-11-18 20:46:57 -0600] fix ugly styles for Qt apps when running under GTK-based desktop on.. Dustin Falgout {5427904f}
[2016-11-16 12:24:37 +0100] Do not setup a 20-nvidia.conf file. Do not install xf86-video-nouve.. karasu {ddc1ff63}
[2016-11-12 22:42:07 -0600] update bithound config Dustin Falgout {3b838b80}
[2016-11-12 22:39:12 -0600] update bithound config Dustin Falgout {7a89e6c8}
[2016-11-12 22:31:54 -0600] fix typo, rebuild bundle Dustin Falgout {85e82f5b}
[2016-11-12 21:53:46 -0600] pycharm :unamused: Dustin Falgout {be9f4f4f}
[2016-11-12 21:52:11 -0600] fix errors that were preventing app to load. added config file for .. Dustin Falgout {46f54cf7}
[2016-10-29 03:23:07 -0500] sync local Dustin Falgout {256ca15d}
[2016-11-12 15:25:38 +0100] defaults already includes rw karasu {03cbdc5c}
[2016-11-12 15:23:41 +0100] Merge pull request #652 from stratus-ss/master karasu {e140d72c}
[2016-11-12 15:20:25 +0100] Add cnchi.conf file karasu {1a76e626}
[2016-11-10 12:06:55 +0100] fix typo in install.py karasu {f07c244e}
[2016-11-06 15:40:11 +0100] Use `systemctl -fq systemd-timesyncd.service` as timedatectl does n.. karasu {f58bb0e0}
[2016-10-29 04:10:20 -0500] implement work-around for mate-panel bug Dustin Falgout {e5981742}
[2016-10-28 15:09:39 +0200] Fix for network detection (issue #661) karasu {90d63d56}
[2016-10-28 10:04:40 +0200] Updated misc/extra.py to fix #661 (#664) qw3ry {7e53b332}
[2016-10-17 09:53:58 +0200] Add crc32c hooks when using f2fs karasu {e8b290b9}
[2016-10-13 11:58:40 +0200] Merge pull request #660 from Yunyun548/patch-1 karasu {b1d58d37}
[2016-10-13 08:23:32 +0200] Merge pull request #659 from Wyn10/patch-1 karasu {aa4e15d9}
[2016-10-07 13:06:22 -0500] Update .gitattributes Dustin Falgout {54170295}
[2016-10-07 05:03:25 -0500] working on modules Dustin Falgout {ae80c6d7}
[2016-10-07 03:50:21 -0500] still trying to get the base situated so we can start working on th.. Dustin Falgout {383db3f3}
[2016-10-02 15:14:24 +0200] Nothing important. Just make version number go up karasu {2095b9f7}
[2016-10-02 15:11:23 +0200] Fix XFCE settings (tested in 4.12) karasu {321fdebd}
[2016-10-01 17:43:35 -0500] working on conceptional details of pages vs modules Dustin Falgout {6d1b27b1}
[2016-10-01 16:58:08 -0500] more work on getting things in order Dustin Falgout {a17198b2}
[2016-09-29 23:09:44 +0200] It looks like localectl does not work in a chrooted environment. Ge.. karasu {e49e60ff}
[2016-09-29 21:43:39 +0200] Binding /run/dbus is not working. karasu {5e62af68}
[2016-09-29 20:58:43 +0200] Ups. Forgot fs type karasu {573c54a9}
[2016-09-29 19:57:41 +0200] Mount /run/dbus when chrooting karasu {9ab65c84}
[2016-09-29 17:45:27 +0200] Use localectl to set keymap in X11 and console. This should avoid m.. karasu {8c0c1924}
[2016-09-28 23:45:45 -0500] switch back to mintmenu as default mate-panel menu Dustin Falgout {8c61a745}
[2016-09-28 23:42:22 -0500] remove file:// prefix from mintmenu applet icon Dustin Falgout {b3e452e3}
[2016-09-28 23:19:00 -0500] Remove deprecated key from mint-menu settings Dustin Falgout {207e1ce8}
[2016-09-28 23:09:44 -0500] fix typo Dustin Falgout {0bf007d2}
[2016-09-28 17:29:48 -0400] removed the rw option from fstab as per github issue #630 Steve Ovens {33f458cb}
[2016-09-27 01:52:34 -0500] cleaning up a bit to make it easier to follow Dustin Falgout {4efd6d63}
[2016-09-27 00:57:04 -0500] Merge branch '0.14.x' of github.com:antergos/cnchi into 0.14.x Dustin Falgout {c34845c1}
[2016-09-27 00:56:15 -0500] *bump* Dustin Falgout {b059fa53}
[2016-09-26 00:20:50 -0500] update mate settings Dustin Falgout {1e11cb7a}
[2016-09-25 23:47:07 -0500] fix typo Dustin Falgout {c095bc92}
[2016-09-24 22:06:35 -0500] update font in gtk stylesheet Dustin Falgout {f67aa8a5}
[2016-09-24 22:02:02 -0500] update desktop file. remove leftover config file from phabricator. Dustin Falgout {7ab0c761}
[2016-09-24 20:31:00 -0500] sync with local Dustin Falgout {a00ae5af}
[2016-09-22 03:53:42 -0500] Working on #650 Dustin Falgout {b7639881}
[2016-09-22 03:32:49 -0500] make values stored in data descriptors accessible using dict-style .. Dustin Falgout {f1febbc7}
[2016-09-21 06:20:54 -0500] more progress Dustin Falgout {06108500}
[2016-09-21 02:27:44 -0500] finally back on track..webkit2gtk 2.14+ is required now (prior vers.. Dustin Falgout {1b519acc}
[2016-09-18 22:34:14 -0500] sync with local. Dustin Falgout {657129c4}
[2016-09-18 18:03:55 -0500] Update .gitattributes Dustin Falgout {1776ee58}
[2016-09-18 18:01:34 -0500] add .gitattributes file to exclude vendor files from githubs lingui.. Dustin Falgout {49828690}
[2016-09-18 17:49:52 -0500] create base class for components to facilitate `this` autobinding Dustin Falgout {f28dfd72}
[2016-09-18 16:57:32 -0500] finally making some progress..feel like im in a minefield of upstre.. Dustin Falgout {32c114be}
[2016-09-18 15:07:33 -0500] starting to work on react ui again Dustin Falgout {b6861d94}
[2016-09-18 13:39:58 -0500] load ui module defined in config file Dustin Falgout {2d02fdaf}
[2016-09-18 13:19:55 -0500] update precommit hook Dustin Falgout {590edebe}
[2016-09-18 13:01:19 -0500] make data descriptors handle nested dicts as objects. add utility m.. Dustin Falgout {5a5ce139}
[2016-09-18 00:18:07 -0500] add this back for now Dustin Falgout {591ef240}
[2016-09-18 00:08:28 -0500] more work on migrating to yaml for configurable options Dustin Falgout {58be31d0}
[2016-09-17 23:22:02 -0500] start migrating to yaml for configurable options Dustin Falgout {da97784a}
[2016-09-17 21:23:54 -0500] sync with local Dustin Falgout {2bf35726}
[2016-09-15 09:17:38 -0500] slowly making progress Dustin Falgout {0b03d460}
[2016-09-15 06:29:03 -0500] update readme Dustin Falgout {7f54fa1f}
[2016-09-15 06:21:53 -0500] sync github with what Ive been working on locally Dustin Falgout {5b85f7a6}
[2016-09-15 06:08:44 -0500] update .gitignore; Dustin Falgout {1f6973d5}
[2016-09-05 23:20:01 -0500] trying to get things back in order with the javascript code Dustin Falgout {8721bd3f}
[2016-09-05 22:50:14 -0500] trying to get things back in order with the javascript code Dustin Falgout {1fe57087}
[2016-09-05 00:08:36 -0500] update pre-commit hook Dustin Falgout {d422b7c0}
[2016-09-04 22:42:17 -0500] finished encapsulating UI specific code and added even more documen.. Dustin Falgout {e7389c80}
[2016-09-04 21:37:44 -0500] more documentation Dustin Falgout {7e764810}
[2016-09-04 21:07:45 -0500] minor adjustments to the file structure to ensure that each ui type.. Dustin Falgout {dfc15d39}
[2016-09-04 16:02:38 -0500] start moving details about the new structure for the codebase out o.. Dustin Falgout {4d31ed6d}
[2016-09-01 23:47:15 -0500] dont disable terminal bell (accessibility concerns) Dustin Falgout {74256d45}
[2016-09-01 23:44:17 -0500] :triumph: Dustin Falgout {67eef8c8}
[2016-09-01 21:48:40 -0500] use periods for schema ids Dustin Falgout {5b01ab02}
[2016-09-01 10:32:48 -0500] testing something for #644 Dustin Falgout {4640202a}
[2016-09-01 08:50:57 -0500] :unamused: Dustin Falgout {71a8efaa}
[2016-09-01 07:46:36 -0500] revert change in previous commit Dustin Falgout {37b497cd}
[2016-09-01 06:58:46 -0500] :grimacing: Dustin Falgout {79e0c7f1}
[2016-09-01 06:49:05 -0500] Fixes #644 Dustin Falgout {ef4aab83}
[2016-09-01 05:26:45 -0500] working on #644 Dustin Falgout {545c654d}
[2016-09-01 04:44:24 -0500] should finish fix #644 Dustin Falgout {4b3f52d6}
[2016-08-30 19:51:47 +0200] Renamed bumblebee.py as it is an unfinished file (afair) karasu {76fab8cb}
[2016-08-30 19:44:18 +0200] Merge pull request #646 from Antergos/postinstall karasu {68c7cf44}
[2016-08-30 19:40:08 +0200] Removed/added some files, not important. karasu {84ac26af}
[2016-08-30 19:39:12 +0200] Remove unused file karasu {95b738a8}
[2016-08-30 19:34:05 +0200] Remove -v param karasu {744a76db}
[2016-08-30 19:30:32 +0200] Run set_settings from postinstall.sh using su and chrooting with ro.. karasu {dbdf61cf}
[2016-08-30 18:48:12 +0200] os.path.join does not join two absolute paths :) karasu {0307dd66}
[2016-08-30 18:27:50 +0200] Another typo karasu {4693afe7}
[2016-08-30 17:43:12 +0200] Typo karasu {4859126a}
[2016-08-30 17:37:38 +0200] Now using arch-chroot again. Let's hope this avoids dbus problems. .. karasu {d733b422}
[2016-08-30 17:10:24 +0200] Playing with mount karasu {44d58ec2}
[2016-08-30 14:46:09 +0200] Restored arch-chroot functions (so I can test it outside Cnchi) karasu {51ff8000}
[2016-08-30 14:45:17 +0200] Let's see if using su helps karasu {a0d2fbad}
[2016-08-30 14:40:19 +0200] typo karasu {fac4ee5a}
[2016-08-30 14:29:31 +0200] Add mount options so we can test postinstall.sh outside Cnchi karasu {9e60fdcc}
[2016-08-30 13:36:04 +0200] Quick test. Do not use arch-chroot as it tries to mount /proc and o.. karasu {7c3c0d61}
[2016-08-30 05:12:09 +0200] Testing some postinstall changes karasu {d99cc212}
[2016-08-29 18:26:47 +0200] Typo. Hope this fixes issue #644 karasu {6cf582c9}
[2016-08-29 08:10:40 -0500] fix postinstall and set-settings issue. apply terminal profile for .. Dustin Falgout {cfb225d7}
[2016-08-28 22:14:22 -0500] work around webkit bug that causes local html files to be rendered .. Dustin Falgout {633f11f7}
[2016-08-28 22:11:05 -0500] work around webkit bug that causes local html files to be rendered .. Dustin Falgout {9a600541}
[2016-08-24 06:58:14 -0500] Update cnchi.pot Dustin Falgout {076ace8c}
[2016-08-24 06:55:30 -0500] Update cnchi.pot Dustin Falgout {131bbc71}
[2016-08-23 08:45:37 -0500] working n slides.py issue Dustin Falgout {2b23a98d}
[2016-08-23 08:45:11 -0500] working n slides.py issue Dustin Falgout {056ab74b}
[2016-08-23 05:08:06 -0500] forgot this (cherry picked from commit 69ec97c) Dustin Falgout {09865ba9}
[2016-08-23 05:11:32 -0500] fix issues with MATE configuration. renamed some images. (cherry pi.. Dustin Falgout {41adc3a0}
[2016-08-23 05:03:59 -0500] fix issues with MATE configuration. renamed some images. (cherry pi.. Dustin Falgout {39156c7a}
[2016-08-23 05:08:06 -0500] forgot this Dustin Falgout {69ec97ca}
[2016-08-23 05:03:59 -0500] fix issues with MATE configuration. renamed some images. Dustin Falgout {080b6d74}
[2016-08-20 05:19:25 -0500] more work on the flow between tabs Dustin Falgout {189a83c4}
[2016-08-20 02:56:10 -0500] code formatting Dustin Falgout {da05e3ee}
[2016-08-20 02:54:08 -0500] improving structure (still) Dustin Falgout {a0cda91f}
[2016-08-20 00:54:47 -0500] improving structure Dustin Falgout {cda773af}
[2016-08-18 04:18:04 -0500] cleaning up Dustin Falgout {21d565ae}
[2016-08-18 04:09:08 -0500] syncing local. its a bit of a mess right now, dont pay any attentio.. Dustin Falgout {0a480c0c}
[2016-08-16 04:04:48 -0500] add package.json Dustin Falgout {27aaee46}
[2016-08-16 02:42:00 -0500] separate partial templates from macros. more work on timezone tab. Dustin Falgout {fa0cab54}
[2016-08-15 00:32:50 -0500] working on timezone map Dustin Falgout {6655ae63}
[2016-08-14 23:24:50 -0500] working on timezone map Dustin Falgout {3d77c826}
[2016-08-14 19:21:52 -0500] ... Dustin Falgout {949f281c}
[2016-08-14 16:49:35 -0500] working on keyboard widget Dustin Falgout {5872a6bc}
[2016-08-14 13:55:11 -0700] Conflicting virtualbox-guest-utils package with virtualbox-guest-ut.. Christopher Robert Philabaum {6aa661f8}
[2016-08-14 05:30:59 -0500] Added missing newlines to systemd-boot LTS config. (#641) Dustin Falgout {0d0cc30b}
[2016-08-14 05:27:27 -0500] update pre-commit hook Dustin Falgout {3ac2c047}
[2016-08-14 03:24:40 -0700] Added LTS headers when in Virtualbox VM and LTS is selected (#642) Christopher Robert Philabaum {5644ba43}
[2016-08-14 05:15:14 -0500] bump Dustin Falgout {9824713e}
[2016-08-14 03:57:11 -0500] update readme Dustin Falgout {8db4ec98}
[2016-08-14 03:55:08 -0500] update readme Dustin Falgout {dc116a8b}
[2016-08-14 00:44:11 -0700] Added missing newlines to systemd-boot LTS config. (#641) Christopher Robert Philabaum {274ebf48}
[2016-08-13 23:53:11 -0500] since we arent using this, remove it. we can always add it back lat.. Dustin Falgout {97f00243}
[2016-08-13 23:31:52 -0500] sync with local Dustin Falgout {ce2d6e92}
[2016-08-13 22:00:44 -0500] update submodule ref Dustin Falgout {4219a946}
[2016-08-13 21:24:07 -0500] sync with local Dustin Falgout {9a36835e}
[2016-08-13 09:27:46 -0500] dont skip any pages unless -z flag is given on cmd line Dustin Falgout {01f7a178}
[2016-08-13 09:00:42 -0500] remove scrolling animation on collapsible listboxes. it was too res.. Dustin Falgout {e178afef}
[2016-08-13 03:46:08 -0500] yep, still working on keyboard layout tab :pensive: Dustin Falgout {fef9faa1}
[2016-08-12 01:31:37 -0500] update submodule ref Dustin Falgout {85528182}
[2016-08-12 01:31:18 -0500] CSS styles for the keyboard widget Dustin Falgout {361ba258}
[2016-08-09 02:01:10 -0500] update submodule ref Dustin Falgout {c6c883cb}
[2016-08-09 02:00:00 -0500] started working on integrating keyboard widget Dustin Falgout {10e13323}
[2016-08-09 01:11:46 -0500] finished moving the collapsible list code out of location page and .. Dustin Falgout {da776579}
[2016-08-08 07:40:56 -0500] Update README.md Dustin Falgout {5a6d0b16}
[2016-08-08 07:39:54 -0500] Update README.md Dustin Falgout {7b23895b}
[2016-08-06 10:49:22 -0500] Update .landscape.yaml Dustin Falgout {e6bd8531}
[2016-08-06 05:13:16 -0500] update pre-commit hook to work-around jetbrains ides annoyance. Dustin Falgout {5935719d}
[2016-08-06 05:06:17 -0500] update pre-commit hook to work-around jetbrains ides annoyance. Dustin Falgout {9a395827}
[2016-08-06 04:59:26 -0500] update pre-commit hook to work-around jetbrains ides annoyance. Dustin Falgout {031dd725}
[2016-08-06 04:52:41 -0500] update pre-commit hook to work-around jetbrains ides annoyance. Dustin Falgout {95bff505}
[2016-08-06 03:19:45 -0500] update pre-commit hook. few other odds and ends Dustin Falgout {e94994b3}
[2016-08-06 02:51:21 -0500] Merge branch 'master' of github.com:lots0logs/cnchi-dev into master Dustin Falgout {eed02b28}
[2016-08-06 02:22:55 -0500] update readme Dustin Falgout {56d03148}
[2016-08-06 02:12:51 -0500] fix run script and polkit policy file Dustin Falgout {9cf2e9d1}
[2016-08-06 01:40:58 -0500] trying to clean up a bit before merging into cnchi master Dustin Falgout {e0333740}
[2016-08-05 00:32:09 -0500] move collapsible list javascript code to _macros.html and generaliz.. Dustin Falgout {68f532ec}
[2016-08-04 11:41:28 -0500] finally some progress Dustin Falgout {35b62def}
[2016-08-04 09:09:21 -0500] finally some progress Dustin Falgout {335b1b7f}
[2016-08-04 04:59:04 -0500] still working on location page. have some kinks to work out :grimac.. Dustin Falgout {52a9e7c2}
[2016-08-03 00:33:01 -0500] syncing local with github Dustin Falgout {86108bac}
[2016-07-29 20:07:53 -0500] add more debug messages to alpm methods to help identify issues. Dustin Falgout {800a584c}
[2016-07-29 00:56:46 -0500] more work on keyboard layout tab.. Dustin Falgout {2f998bdf}
[2016-07-27 20:02:07 -0500] Automatically bind `this` to the class for all class methods. Also .. Dustin Falgout {d56aba73}
[2016-07-24 22:47:28 -0500] stopping point... Dustin Falgout {4970b3d6}
[2016-07-24 19:33:08 -0500] stopping point... Dustin Falgout {f00a02b5}
[2016-07-24 19:14:09 -0500] working on keyboard layout tab/module Dustin Falgout {493ce7e9}
[2016-07-24 18:16:23 -0500] fix imports Dustin Falgout {57249432}
[2016-07-24 17:53:31 -0500] update jquery Dustin Falgout {34700cc8}
[2016-07-24 17:36:26 -0500] update submodule ref Dustin Falgout {824f0b87}
[2016-07-24 15:08:48 -0500] add keyboard widget repo as a git submodule Dustin Falgout {368ae460}
[2016-07-24 14:59:46 -0500] even more housekeeping Dustin Falgout {15647f58}
[2016-07-24 14:49:29 -0500] more housekeeping Dustin Falgout {94f0bd24}
[2016-07-24 14:45:25 -0500] fix typo Dustin Falgout {3e4dbf0d}
[2016-07-24 14:40:50 -0500] checking to see if my changes to precommit hook were picked up auto.. Dustin Falgout {c1457c2d}
[2016-07-24 14:38:32 -0500] not even sure we will use this anymore but just in case... Dustin Falgout {f348ea57}
[2016-07-24 14:33:34 -0500] housekeeping Dustin Falgout {d986c489}
[2016-07-24 14:04:28 -0500] not important Dustin Falgout {e800fea8}
[2016-07-23 01:58:23 -0500] rework low-level UI code a bit to make it easier to understand and .. Dustin Falgout {dbe37d11}
[2016-07-22 23:39:49 -0500] add ARIA attribs where necessary (for accessibility) Dustin Falgout {59d711f0}
[2016-07-22 23:14:04 -0500] not important Dustin Falgout {1e04c9fe}
[2016-07-22 10:30:41 -0500] more progress Dustin Falgout {1dc892bb}
[2016-07-22 09:44:34 -0500] fix issue with accordion state changes Dustin Falgout {da1865e9}
[2016-07-22 05:20:28 -0500] more progress Dustin Falgout {dde7945b}
[2016-07-22 04:26:39 -0500] add some utility libs. almost done with location tab. Dustin Falgout {b681bd56}
[2016-07-22 00:32:42 -0500] not important Dustin Falgout {4ee10839}
[2016-07-21 23:25:58 -0500] almost finished with the location tab of the location page :D Dustin Falgout {b9f2ec1a}
[2016-07-20 05:47:11 -0500] still needs work but its getting there... Dustin Falgout {818aee1c}
[2016-07-20 03:52:36 -0500] country flags Dustin Falgout {7fe5e1ee}
[2016-07-20 03:50:24 -0500] more progress Dustin Falgout {6274c612}
[2016-07-20 02:23:32 -0500] more progress Dustin Falgout {35d41367}
[2016-07-20 01:05:23 -0500] finally got the tabs classes to work right (javascript) Dustin Falgout {8c71fb7d}
[2016-07-19 21:35:14 -0500] didnt realize i had so many changes since last commit (oops :grimac.. Dustin Falgout {cb37ec0a}
[2016-07-18 23:44:14 -0500] working on location page Dustin Falgout {2286de77}
[2016-07-18 04:22:23 -0500] some adjustments to _pages_data implementation while working on loc.. Dustin Falgout {ad54a4a7}
[2016-07-18 03:39:30 -0500] fix bug in previous commit Dustin Falgout {ea9f2e25}
[2016-07-18 03:35:42 -0500] working on location page Dustin Falgout {7749452c}
[2016-07-18 01:27:34 -0500] finalizing the structure/flow for pages that include their own tabs. Dustin Falgout {605ee2e8}
[2016-07-18 00:35:11 -0500] finalizing the structure/flow for pages that include their own tabs. Dustin Falgout {3dd684b0}
[2016-07-17 23:25:12 -0500] even more work on navigating between pages Dustin Falgout {35352f8d}
[2016-07-17 19:25:04 -0500] more work on navigating between pages Dustin Falgout {d183777c}
[2016-07-17 18:57:15 -0500] cleanup signals code so its easier to read and understand. Dustin Falgout {845d3723}
[2016-07-17 17:15:29 -0500] still working on tab navigation Dustin Falgout {6ffcbc99}
[2016-07-17 16:34:11 -0500] still working on tab navigation Dustin Falgout {ef004b9f}
[2016-07-17 15:49:53 -0500] still working on tab navigation Dustin Falgout {e7cb181c}
[2016-07-17 08:08:05 -0500] use custom cache/data dirs for webkit. automatically clear them for.. Dustin Falgout {392546ad}
[2016-07-17 07:01:05 -0500] more work on tabs. had to make a few more adjustments. Dustin Falgout {ac768d8f}
[2016-07-17 06:15:39 -0500] change _tabs_list to top_level_tabs to avoid confusion with pages t.. Dustin Falgout {e33573e8}
[2016-07-17 05:45:30 -0500] not important Dustin Falgout {fc78b556}
[2016-07-17 03:06:17 -0500] some leftover calls to cnchi.log Dustin Falgout {7b61b94b}
[2016-07-17 03:02:28 -0500] its still rough around the edges but it will do Dustin Falgout {bb432da5}
[2016-07-17 02:32:57 -0500] now just need to hook up the python side and then all logging will .. Dustin Falgout {09f806bf}
[2016-07-16 20:28:39 -0500] still working on logging. going to make App, Tab, & Page classes ex.. Dustin Falgout {d94f3767}
[2016-07-16 19:59:10 -0500] Merge remote-tracking branch 'origin/experimental' into experimental Dustin Falgout {6ceaf030}
[2016-07-16 19:58:57 -0500] working on logging facility. Dustin Falgout {a1c526d9}
[2016-07-17 01:56:06 +0200] Merge branch 'experimental' of github.com:lots0logs/cnchi-dev into .. karasu {de95ce59}
[2016-07-17 01:52:05 +0200] Add reboot required if file exists (I hope I got it correctly) karasu {dd594d98}
[2016-07-16 18:23:05 -0500] Merge branch 'experimental' of github.com:lots0logs/cnchi-dev into .. Dustin Falgout {a6fbf6ca}
[2016-07-16 18:21:42 -0500] add more doc comments Dustin Falgout {99bef19f}
[2016-07-16 17:13:45 +0200] Makes Internet detection quicker. karasu {acbe508d}
[2016-07-15 22:15:39 -0500] add more doc comments Dustin Falgout {44a28938}
[2016-07-15 22:01:01 -0500] :triumph: Dustin Falgout {7141e5b2}
[2016-07-15 21:39:59 -0500] almost got it..welcome page has an issue with firing events but im .. Dustin Falgout {33e60102}
[2016-07-15 05:39:06 -0500] just need to tweak the html templates on the pages and we will be b.. Dustin Falgout {75f6bdf7}
[2016-07-15 04:56:11 -0500] some more progress Dustin Falgout {c809a75a}
[2016-07-15 03:06:43 -0500] working on better OOP approach to manage pages in JavaScript. This .. Dustin Falgout {9a26f94b}
[2016-07-15 00:22:59 -0500] rename _html_page.py to html_page.py for consistency. Dustin Falgout {b29b9bef}
[2016-07-15 00:19:47 -0500] forgot to update imports with last commit Dustin Falgout {cd370859}
[2016-07-15 00:18:11 -0500] moved features from top-level tab to desktop tab Dustin Falgout {8cf409bc}
[2016-07-14 23:53:40 -0500] rearrange the order of events on the welcome page so we show Try-i.. Dustin Falgout {1a5482a0}
[2016-07-14 20:34:47 +0200] Fixed bug in pages_helper. Playing with location, nothing serious y.. karasu {72ec355d}
[2016-07-14 01:49:30 -0500] check page is done :triumph: Dustin Falgout {8c06e095}
[2016-07-13 09:24:03 -0500] Merge remote-tracking branch 'origin/experimental' into experimental Dustin Falgout {ecd5b151}
[2016-07-13 09:22:52 -0500] some progress Dustin Falgout {cc3696d0}
[2016-07-12 19:03:58 +0200] Fix file name in description karasu {2b111f9a}
[2016-07-12 18:48:09 +0200] Added script to run Cnchi. I didn't want to modify "run" one. This .. karasu {270a483d}
[2016-07-12 18:47:50 +0200] Remove unused link karasu {d7bc2095}
[2016-07-12 18:46:38 +0200] Add policykit file to ease running Cnchi karasu {f3274e08}
[2016-07-12 03:31:31 -0500] done with signal system. also reorganized imports and worked on che.. Dustin Falgout {afaa9722}
[2016-07-12 01:19:28 -0500] implementing a standardize system for signals/callbacks. almost fin.. Dustin Falgout {cff07281}
[2016-07-11 00:46:12 -0500] some work on check screen Dustin Falgout {130b5601}
[2016-07-10 23:59:10 -0500] created a decorator for running methods in a background thread Dustin Falgout {89c9c54d}
[2016-07-10 23:33:18 -0500] cherry-pick bug fix from stable Dustin Falgout {e4e7d264}
[2016-07-10 19:57:50 -0500] tried to get window dragging to work but wasnt successful :-/ Dustin Falgout {0c6b2471}
[2016-07-10 15:39:36 -0500] disable skipping pages until closer to production Dustin Falgout {6c7b1609}
[2016-07-10 05:11:30 -0500] some work on top header Dustin Falgout {4f54b1ee}
[2016-07-10 03:33:44 -0500] now I remember why I made the directory names start with "_" in the.. Dustin Falgout {5a1f3a38}
[2016-07-10 03:31:36 -0500] working on check page Dustin Falgout {14ac56b6}
[2016-07-10 01:39:10 -0500] cleaning up directory structure a bit Dustin Falgout {d0407b34}
[2016-07-10 01:31:23 -0500] done with welcome page but it still needs to be tested while runnin.. Dustin Falgout {87d4deb1}
[2016-07-09 02:40:14 -0500] needs a bit more work but its close... Dustin Falgout {862f9306}
[2016-07-08 23:51:43 -0500] :triumph: Dustin Falgout {c634a606}
[2016-07-08 06:31:52 -0500] almost done with updater Dustin Falgout {152bf12d}
[2016-07-08 02:29:11 -0500] will will need to check for updates in another thread or process b/.. Dustin Falgout {a25a5b58}
[2016-07-08 02:00:54 -0500] not done with updater yet but need to commit it anyway before chang.. Dustin Falgout {c526d2d0}
[2016-07-06 22:53:39 -0500] missed these two instances where we were not retaining the order of.. Dustin Falgout {e50567b6}
[2016-07-06 22:50:00 -0500] working on update check Dustin Falgout {0be8fd51}
[2016-07-06 07:45:51 -0500] yep.. more progress Dustin Falgout {38ba3547}
[2016-07-06 05:41:43 -0500] a bit more progress Dustin Falgout {f5fca810}
[2016-07-06 03:00:11 -0500] decided to stop fighting with GTK and transparent window background.. Dustin Falgout {b8ec0056}
[2016-07-05 18:01:46 -0500] sync local with github Dustin Falgout {5144994a}
[2016-07-04 23:57:45 -0500] hooked up signals for try it/install it buttons. tried some animati.. Dustin Falgout {a66d33c2}
[2016-07-04 21:35:39 -0500] its coming together now. lots of work left to do though Dustin Falgout {a3695d0a}
[2016-07-04 11:42:40 -0500] working on python/js bridge Dustin Falgout {a3a81235}
[2016-07-04 08:58:51 -0500] just realizing we're going to need an event class to manage communi.. Dustin Falgout {740bcc35}
[2016-07-04 08:44:14 -0500] hooking up language.py into new UI Dustin Falgout {8a60a717}
[2016-07-04 07:16:02 -0500] hooking up language.py into new UI Dustin Falgout {5acd0bb2}
[2016-07-04 05:19:41 -0500] finally getting somewhere with this! Dustin Falgout {17241016}
[2016-07-03 20:46:32 -0500] :triumph: Dustin Falgout {0ac0808a}
[2016-07-03 20:23:37 -0500] don't allow more than one instance of the main ui components classes Dustin Falgout {3b4229bb}
[2016-07-03 02:56:52 -0500] progress Dustin Falgout {bca5abdd}
[2016-07-02 23:40:24 -0500] progress Dustin Falgout {4c861c56}
[2016-07-02 22:14:42 -0500] Fix code comment. Dustin Falgout {cf838bc8}
[2016-07-02 22:02:29 -0500] Fix issue where we were clobbering the prioity of repos from pacman.. Dustin Falgout {d223667e}
[2016-07-02 19:15:22 -0500] fix pages helper Dustin Falgout {7b55704c}
[2016-07-02 16:04:03 -0500] save point Dustin Falgout {30b5b693}
[2016-07-02 14:39:29 -0500] trying to get better organized Dustin Falgout {4c8180ae}
[2016-07-02 11:49:06 -0500] vendor libs Dustin Falgout {7eb67adc}
[2016-07-02 01:49:43 -0500] working on the page flow structure Dustin Falgout {6d720aaf}
[2016-07-02 00:33:57 -0500] okay finally got the low-level stuff done. now get to move onto the.. Dustin Falgout {a309503f}
[2016-07-02 00:09:30 -0500] still working on decoupling cnchi classes from Gtk classes Dustin Falgout {9b2a9a17}
[2016-07-01 18:16:35 -0500] still working on decoupling cnchi classes from Gtk classes Dustin Falgout {4b5a5038}
[2016-07-01 17:31:58 -0500] thought of a different implementation style..this is just a save po.. Dustin Falgout {922a36a3}
[2016-07-01 05:41:14 -0500] more work... Dustin Falgout {2b6aba94}
[2016-07-01 02:51:16 -0500] still working on this Dustin Falgout {6ccef050}
[2016-06-30 15:54:46 -0500] more work... Dustin Falgout {f3045cec}
[2016-06-30 00:14:33 -0500] more work... Dustin Falgout {3932af33}
[2016-06-29 21:24:42 -0500] still getting organized so I can actually test my idea Dustin Falgout {19f221f2}
[2016-06-29 20:40:14 -0500] working on trying something to see how/if it works (still not there.. Dustin Falgout {cdf838f7}
[2016-06-29 19:53:46 -0500] working on trying something to see how/if it works (not there yet). Dustin Falgout {ed650eba}
[2016-06-29 18:59:18 -0500] working on trying something to see how/if it works. Dustin Falgout {9661a118}
[2016-06-07 22:15:31 +0200] Forgot this karasu {96822908}
[2016-06-07 22:13:45 +0200] This is no longer needed karasu {753b995e}
[2016-06-07 22:04:59 +0200] Finally! I managed to make it work using old __init__ style. karasu {5634d5e3}
[2016-06-05 09:02:21 +0200] Use pcmanfm instead of thunar in Openbox karasu {b1ac7f6f}
[2016-05-30 22:23:23 -0500] uses requests instead of urlib in select_packages.py Dustin Falgout {1c6060e9}
[2016-05-30 19:30:38 +0200] I'm not sure about this as I do not see the welcome page. karasu {65361669}
[2016-05-23 11:07:12 +0200] Should we pass the container here? karasu {40a0f7ae}
[2016-05-22 19:04:02 +0200] Removed deprecated styles. karasu {fdded31f}
[2016-05-22 18:58:31 +0200] Fixing check and welcome pages karasu {c7a5fca4}
[2016-05-22 18:45:48 +0200] Fix template dir karasu {ed8dbb0e}
[2016-05-22 14:16:20 +0200] Redefined class variables and instance variables. karasu {c3062002}
[2016-05-13 19:47:21 +0200] I hope this is ok. I see page constructor has changed (only in chec.. karasu {659ec627}
[2016-05-13 12:52:09 +0200] Merge branch 'master' of github.com:lots0logs/cnchi-dev karasu {2d82bee8}
[2016-05-13 12:49:39 +0200] Changing to new folder structure karasu {e4be1f83}
[2016-05-13 12:48:19 +0200] Changing to new folder structure karasu {56e3c42b}
[2016-05-12 22:47:42 +0200] Finally. I'll start working on Cnchi again ;) karasu {c891209f}
[2016-05-11 07:22:27 -0500] working on header class Dustin Falgout {05c74efa}
[2016-05-02 06:37:26 -0500] add default value for tpl dir in page class Dustin Falgout {68505763}
[2016-05-02 06:31:04 -0500] move glade template dir Dustin Falgout {9e08f028}
[2016-05-02 00:49:51 -0500] progress is still slow Dustin Falgout {0708ee42}
[2016-04-30 23:30:35 -0500] progress is slow Dustin Falgout {32386cad}
[2016-04-30 18:12:07 -0500] :grimacing: Dustin Falgout {824bf73d}
[2016-04-30 14:39:37 -0500] decided use of get/set methods to prefix attributes was a dumb idea Dustin Falgout {e7419e7a}
[2016-04-29 07:49:09 -0500] oops forgot to do "git add" Dustin Falgout {0c841e28}
[2016-04-29 07:48:31 -0500] I know we been busy but I guess we gotta start somewhere so here go.. Dustin Falgout {50aea48e}
[2016-04-08 02:51:16 -0500] fix an import that i missed--though it doesnt change anything (we'r.. Dustin Falgout {57c9723d}
[2016-04-08 02:48:17 -0500] started work on implementing our plan for an OO code structure Dustin Falgout {653036be}
[2016-04-03 18:18:14 +0200] Show GLib error :p karasu {0af99f6b}
[2016-04-03 18:17:02 +0200] Fail "graciously" if CSS can't be loaded karasu {c05249b4}
[2016-04-03 05:53:23 -0500] adjust the header a bit Dustin Falgout {a4f247d3}
[2016-04-03 05:35:03 -0500] fix state boxes on check.py Dustin Falgout {6db0cf52}
[2016-04-03 05:33:34 -0500] getting us back in order, still lots to do Dustin Falgout {4efa23a6}
[2016-04-03 03:02:27 -0500] Merge branch 'master' of github.com:lots0logs/cnchi-dev Dustin Falgout {121825df}
[2016-04-03 03:00:42 -0500] styles for gtk 3.20 Dustin Falgout {68d776f3}
[2016-03-30 19:52:59 +0200] Enable Enlightenment (to start testing it) karasu {c94e795b}
[2016-03-29 17:14:50 +0200] Version karasu {df3b9360}
[2016-03-25 15:43:42 +0100] Do not install libreoffice-installer karasu {b2cf4234}
[2016-03-25 12:38:55 +0100] Select English (US) as keyboard layout if none is selected by user karasu {ea17b9d1}
[2016-03-25 11:54:23 +0100] Merge branch 'master' of github.com:lots0logs/cnchi-dev into pages karasu {cd68b839}
[2016-03-22 04:35:31 -0500] Merge branch 'pages' of github.com:lots0logs/cnchi-dev Dustin Falgout {c77eeec9}
[2016-03-20 01:21:05 -0500] going to work on cleaning things up a bit during the next few hours.. Dustin Falgout {420911c9}
[2016-03-17 21:46:47 +0100] Nothing at all... karasu {606145e4}
[2016-03-17 21:42:49 +0100] margin_start margin_end karasu {c28ee0f5}
[2016-03-17 21:13:45 +0100] Not finished. There're still duplicated attributes (current_stack, .. karasu {60b2aad1}
[2016-03-17 21:05:00 +0100] Now it's working as it was working before the split, or so it seems karasu {c27a3c39}
[2016-03-17 20:58:01 +0100] Still working on it karasu {eac268c9}
[2016-03-16 20:07:09 +0100] More work dividing both files karasu {7fd3e5ea}
[2016-03-16 14:17:13 +0100] I'm trying to simplify main_window.py using a new pages.py. Hopeful.. karasu {6da1e4b7}
[2016-03-15 21:27:07 +0100] Nothing new, just comments karasu {12cfeddd}
[2016-03-15 17:25:26 +0100] Nothing important or new karasu {2e6ccc54}
[2016-03-15 09:55:09 +0100] Added some comments, just to myself karasu {b01e4c44}
[2016-03-14 22:32:55 +0100] Catch requests.exceptions.ChunkedEncodingError in download_requests karasu {9ae34e06}
[2016-03-06 10:34:31 +0100] Working on LUKS+ZFS karasu {d80e1d93}
[2016-03-04 08:42:19 +0100] Add update keyring to testing.sh (are we still using this script?) karasu {e3fb2868}
[2016-03-03 20:50:23 +0100] Remove free inode number caching. This option may slow down your sy.. karasu {b0b45289}
[2016-03-03 20:09:18 +0100] Working on input_system karasu {7d73f2cd}
[2016-03-02 20:06:18 +0100] Do not try to get label info from a mapper device (lvm, ...) karasu {94e9774f}
[2016-03-02 19:16:52 +0100] More work done in installing (firefox/kde/libreoffice) language pac.. karasu {f5d53363}
[2016-03-02 12:37:44 +0100] I know, these three functions should be one. I'll do it asap karasu {9fedf15f}
[2016-03-02 10:02:01 +0100] We compare with language code, not locale karasu {fe957c53}
[2016-02-29 23:15:00 +0100] Still unfinished. Don't fail if libreoffice/firefox language packag.. karasu {88f2763c}
[2016-02-28 18:18:33 +0100] Clean package selection (checks attributes in a cleaner way, but I .. karasu {652cbe84}
[2016-02-28 09:13:07 -0600] fixed a few odds and ends. everything is back to the working state .. Dustin Falgout {0594226c}
[2016-02-28 08:30:22 -0600] update translations. Dustin Falgout {7c2b5bc2}
[2016-02-28 08:06:53 -0600] cleaning up Dustin Falgout {0a49eb8d}
[2016-02-28 08:02:07 -0600] Merge branch 'master' of github.com:antergos/cnchi Dustin Falgout {9d3000d3}
[2016-02-28 11:58:37 +0100] Try not to issue an exception if upower is not present karasu {237a092f}
[2016-02-27 17:16:37 +0100] Fixes issue #547 karasu {c26867b6}
[2016-02-27 17:14:23 +0100] Force timezone window to have a height of 400 karasu {68dff5a1}
[2016-02-27 15:03:13 +0100] Log error messages in create_fs karasu {cde989f4}
[2016-02-27 14:27:22 +0100] Rename fs_module.py to filesystems.py karasu {a7eb0bc6}
[2016-02-27 13:37:18 +0100] Avoid umount warning messages karasu {a47950c9}
[2016-02-26 21:25:26 +0100] Fix typos, my bad. karasu {a86292f4}
[2016-02-26 21:22:02 +0100] Should fix issue #550 karasu {690f3e89}
[2016-02-25 12:30:19 +0100] Added fcitx input source (asian languages) packages to packages.xml.. karasu {19777b52}
[2016-02-24 10:01:21 +0100] Just poking around. Nothing interesting. karasu {9a18217f}
[2016-02-24 09:06:41 +0100] Be able to give Cnchi a different widthxheight window size (on low .. karasu {0aade9ae}
[2016-02-24 08:48:22 +0100] Do not use cmd_line as a global var karasu {082625a4}
[2016-02-23 09:59:08 +0100] Do not fail if harddisk is too small for having a /home in another .. karasu {145cdb9a}
[2016-02-23 09:55:42 +0100] Fixes issue #543 karasu {244fc069}
[2016-02-20 04:16:04 -0600] fix uncaught exception in logging_utils (cherry picked from commit .. Dustin Falgout {626d1985}
[2016-02-18 22:56:48 -0600] dont display minor version part in title (cherry picked from commit.. Dustin Falgout {28a95269}
[2016-02-18 14:14:17 -0600] add issue template (cherry picked from commit 6486156) Dustin Falgout {8b66ebd4}
[2016-02-17 14:58:23 -0600] resume doesn't seem to work in zfs (cherry picked from commit e29e3.. karasu {58073e96}
[2016-02-17 13:35:29 -0600] typo (cherry picked from commit 028a363) karasu {921d37a4}
[2016-02-17 13:33:25 -0600] Still playing with swap in zfs (cherry picked from commit 9f89a2d) karasu {8d9f3eb8}
[2016-02-17 13:23:42 -0600] Working on zfs swap vol (cherry picked from commit af6bf75) karasu {74c09838}
[2016-02-17 12:54:51 -0600] Use mkswap correctly on zfs. Do not unmount zfs and mount again, no.. karasu {a17b8a76}
[2016-02-17 12:15:06 -0600] Some small changes (do not fix swap size in zfs) (cherry picked fro.. karasu {e015f722}
[2016-02-17 11:52:03 -0600] libreoffice language pack selection rewritten (changes nothing, fix.. karasu {1333e483}
[2016-02-17 02:53:25 -0600] OK. Tests show that modify_grub_default() works. (cherry picked fro.. karasu {be33b0f0}
[2016-02-16 13:36:46 -0600] /etc/default/grub is not updated as it should. Hope this fixes it. .. karasu {8dbf6e74}
[2016-02-16 13:20:59 -0600] Set zfs config to True when using zfs (cherry picked from commit d3.. karasu {20329d86}
[2016-02-16 11:18:21 -0600] Use /tmp (cherry picked from commit e219b3a) karasu {fda7eb66}
[2016-02-16 02:54:56 -0600] Force using bash in run script (cherry picked from commit 4a4df0a) karasu {4a14fdad}
[2016-02-16 02:38:28 -0600] Fix do_destroy_zfs_pools (cherry picked from commit a318fcf) karasu {c24bd5c1}
[2016-02-16 02:27:18 -0600] Tries to delete all previous antergos zfs pools. (cherry picked fro.. karasu {4460168c}
[2016-02-14 12:04:25 -0600] and.... typo. (cherry picked from commit cdaee39) karasu {24c7a584}
[2016-02-14 11:53:43 -0600] Umount /install/home (cherry picked from commit 8bfaabb) karasu {7065dbf7}
[2016-02-14 10:58:29 -0600] get_pool_id was returning wrong id if more than one zfs pool was de.. karasu {191e8a12}
[2016-02-14 10:40:43 -0600] Typo (cherry picked from commit 984ce4e) karasu {af023422}
[2016-02-14 10:35:19 -0600] Forgot to check for zfs mounts (cherry picked from commit 819929d) karasu {40f98762}
[2016-02-14 10:33:35 -0600] Try empty /install before creating zfs pool (cherry picked from com.. karasu {cfb53c06}
[2016-02-14 08:25:29 -0600] Fix little typo (cherry picked from commit 1f16099) karasu {565a6191}
[2016-02-13 08:19:03 -0600] Can't set a mountpoint for swap... silly me. (cherry picked from co.. karasu {2b791697}
[2016-02-13 04:48:35 -0600] Create /home mounting it in /install/home (cherry picked from commi.. karasu {8bd11fa2}
[2016-02-12 12:59:13 -0600] Hope this fixes home volume creation (cherry picked from commit 4df.. karasu {c75bcace}
[2016-02-12 04:06:19 -0600] Do not set /home size. THIS NEEDS TESTING (cherry picked from commi.. karasu {1dc95045}
[2016-02-12 02:38:36 -0600] Hope this works (it was failing when trying to show pyalpm_error) (.. karasu {e447853b}
[2016-02-10 22:14:39 -0600] filter the logs sent to bugsnag to reduce payload size (cherry pick.. Dustin Falgout {724b5c76}
[2016-02-10 21:40:55 -0600] hopefully fix boot after install with zfs (cherry picked from commi.. Dustin Falgout {967e5fe8}
[2016-02-10 09:09:21 -0600] :unamused: (cherry picked from commit e631436) Dustin Falgout {a3583a96}
[2016-02-10 08:59:05 -0600] forgot this (cherry picked from commit 1bda903) Dustin Falgout {c49753dd}
[2016-02-10 08:43:31 -0600] fix destroy command (cherry picked from commit 77d05bc) Dustin Falgout {c4735d18}
[2016-02-09 02:40:11 -0600] Forgot \n (cherry picked from commit 2a7a10b) karasu {e0f6e52a}
[2016-02-09 02:39:10 -0600] Set lightdm session-wrapper (https://forum.antergos.com/topic/3840/.. karasu {5539e3ad}
[2016-02-09 01:20:05 -0600] adjusting alpm logging verbosity (again). (cherry picked from commi.. Dustin Falgout {1d05a51c}
[2016-02-08 08:43:26 -0600] alpm is too noisy (cherry picked from commit 780d753) Dustin Falgout {e17af6a5}
[2016-02-08 08:42:20 -0600] i think its will work once rebuild isos (cherry picked from commit .. Dustin Falgout {5866eb00}
[2016-02-08 05:39:03 -0600] try workaround for grub (cherry picked from commit 19acc17) Dustin Falgout {c17d0800}
[2016-02-08 03:59:42 -0600] fix /home vol size calculation (cherry picked from commit ea43c95) Dustin Falgout {2b0df4db}
[2016-02-08 03:45:22 -0600] fix old typo (cherry picked from commit a0381ec) Dustin Falgout {4f6698a6}
[2016-02-08 03:30:55 -0600] handle when size is a float string (cherry picked from commit 61a7d.. Dustin Falgout {249ddd52}
[2016-02-08 01:48:39 -0600] tweaked pyalpm callback logging (cherry picked from commit fd53900) Dustin Falgout {da9ada5d}
[2016-02-08 01:09:40 -0600] :unamused: (cherry picked from commit fd17728) Dustin Falgout {ab3e50ae}
[2016-02-08 00:31:25 -0600] still working on zfs (cherry picked from commit 81741e8) Dustin Falgout {bf0e2e75}
[2016-02-07 22:49:04 -0600] fix typos (cherry picked from commit b331bff) Dustin Falgout {612fc1c3}
[2016-02-07 22:44:19 -0600] working on #531 and #524 (cherry picked from commit dd38aca) Dustin Falgout {9c30ef08}
[2016-02-07 20:54:47 -0600] adjustments to previous commit for sending logs to bugsnag (cherry .. Dustin Falgout {cc6f288c}
[2016-02-07 17:47:19 -0600] include logs in exception data sent to bugsnag (cherry picked from .. Dustin Falgout {8ff2df4c}
[2016-02-07 01:33:12 -0600] fix grub install with zfs (cherry picked from commit 7595d90) Dustin Falgout {f9effde9}
[2016-02-07 00:35:32 -0600] Fixes #529 (cherry picked from commit 1bedcf0) Dustin Falgout {be056ff5}
[2016-02-18 23:03:50 -0600] fix flash icon and iso version detection (cherry picked from commit.. Dustin Falgout {e14a4774}
[2016-02-04 18:40:20 +0100] Fixes issue #527 karasu {fe0d6d8d}
[2016-02-04 07:59:11 -0600] trying to fix issue with setting locale that I found while testing .. Dustin Falgout {c90e40b3}
[2016-02-04 07:40:07 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev Dustin Falgout {9942b938}
[2016-02-04 10:28:59 +0100] Fixes half issue #524 karasu {08f82e91}
[2016-02-04 03:05:32 -0600] Merge remote-tracking branch 'origin/master' Dustin Falgout {1e144d3f}
[2016-02-04 02:56:52 -0600] fix file permissions Dustin Falgout {d211fa8b}
[2016-02-03 09:32:19 +0100] Do not fail if pyalpm is not available (I need this to test Cnchi i.. karasu {663ab90b}
[2016-02-01 23:10:19 -0600] update readme. update pot file Dustin Falgout {3729edfd}
[2016-02-01 22:46:41 -0600] merge branch playing into master Dustin Falgout {2adc6417}
[2016-02-01 22:39:59 -0600] start v0.15 dev cycle Dustin Falgout {ebc19648}
[2016-02-01 20:41:39 -0600] further obfuscate the url and api key to avoid spam bots harvesting.. Dustin Falgout {8ac523c9}
[2016-01-29 00:57:05 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {b017186b}
[2016-01-24 17:30:39 -0600] more work on UI Dustin Falgout {83c9789d}
[2016-01-24 16:44:27 -0600] fix uncaught exception in logging_utils Dustin Falgout {723548d3}
[2016-01-24 15:59:40 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {a43b53e9}
[2016-01-17 19:20:25 -0600] even more work on ui Dustin Falgout {288d56c9}
[2016-01-17 15:55:57 -0600] more work on ui Dustin Falgout {ae2d69b9}
[2016-01-17 09:10:20 -0600] more work on ui Dustin Falgout {1b519307}
[2016-01-17 08:03:15 -0600] add gettext domain to all ui files Dustin Falgout {5b2ac075}
[2016-01-17 06:40:31 -0600] :delirious: Dustin Falgout {3f0d7646}
[2016-01-16 02:27:11 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {b7a7c5c0}
[2016-01-13 06:43:53 -0600] working on installation_ask screen Dustin Falgout {834a85ea}
[2016-01-13 05:20:48 -0600] gtk sucks :unamused: Dustin Falgout {98c9f68e}
[2016-01-12 00:15:02 -0600] fixed "show all locations" (location screen) Dustin Falgout {cc34446a}
[2016-01-11 23:48:13 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {a9d22e20}
[2016-01-02 10:37:56 -0600] fighting with gtk over the window size :unamused: Dustin Falgout {1c01073a}
[2016-01-02 08:22:25 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {795068f6}
[2015-12-31 06:05:58 -0600] worked on more styles Dustin Falgout {fa3ddb53}
[2015-12-31 00:10:01 -0600] also from merge conflicts Dustin Falgout {5c0a5d8e}
[2015-12-31 00:08:44 -0600] missed this when I fixed conflicts in previous commit Dustin Falgout {b5a7cae7}
[2015-12-30 23:53:22 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {1a2ec843}
[2015-12-29 19:15:57 -0600] hide nav buttons on slides screen Dustin Falgout {bde1a6b5}
[2015-12-29 17:51:36 -0600] fix bug in auto_partition Dustin Falgout {6d260a9a}
[2015-12-29 17:24:14 -0600] fixed issue when changing screens after the user screen Dustin Falgout {c2f065d6}
[2015-12-29 06:26:02 -0600] new styles for switches Dustin Falgout {7029e5e6}
[2015-12-29 05:23:55 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {b7d33119}
[2015-12-29 03:19:53 -0600] lets go back tp disabling the try-it button instead Dustin Falgout {c73d536f}
[2015-12-29 03:11:07 -0600] fix page loading for minimal maybe Dustin Falgout {748f7d13}
[2015-12-29 02:57:21 -0600] fix page loading for minimal Dustin Falgout {8ab8ae6b}
[2015-12-29 02:48:02 -0600] fix page loading for minimal Dustin Falgout {a2545f16}
[2015-12-27 20:10:53 -0600] location screen style tweaks Dustin Falgout {0dd3c721}
[2015-12-27 16:20:55 -0600] not really satisfied with the check screen style but I'm not fighti.. Dustin Falgout {20daa533}
[2015-12-27 10:28:52 -0600] popovers are annoying Dustin Falgout {8b94b178}
[2015-12-27 07:15:17 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {3b2d2d9f}
[2015-12-24 19:22:17 -0600] more work on ui refresh Dustin Falgout {84baf0d4}
[2015-12-24 15:23:26 -0600] oops Dustin Falgout {fb92fcf9}
[2015-12-24 15:20:20 -0600] some changes to make generating pot file easier Dustin Falgout {1c293567}
[2015-12-24 06:33:17 -0600] fix typo Dustin Falgout {8ad0a43a}
[2015-12-24 06:26:14 -0600] fix typo Dustin Falgout {68ae49f3}
[2015-12-24 03:13:47 -0600] nothing important Dustin Falgout {31b7271a}
[2015-12-24 02:55:09 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {d0d060b8}
[2015-12-23 00:13:35 -0600] make sure our font is available Dustin Falgout {d7778af0}
[2015-12-20 19:39:39 -0600] Fixes antergos/Cnchi#491 Dustin Falgout {84ebc070}
[2015-12-20 06:07:05 -0600] its ready for some testing I think! Dustin Falgout {5cf9d58b}
[2015-12-20 04:40:40 -0600] automatically select location based on detected timezone. Dustin Falgout {931f3bc4}
[2015-12-20 00:39:51 -0600] ... Dustin Falgout {33bb6524}
[2015-12-19 22:52:12 -0600] more progress Dustin Falgout {19fa9d1b}
[2015-12-19 21:42:54 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {66e631b6}
[2015-12-19 01:03:02 -0600] more progress Dustin Falgout {e8cf54f1}
[2015-12-18 20:43:33 -0600] more progress Dustin Falgout {7691c706}
[2015-12-17 02:40:46 -0600] :triumphant: Dustin Falgout {b72ae33a}
[2015-12-16 00:37:15 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {1c028876}
[2015-12-12 04:47:35 -0600] sync local Dustin Falgout {c2bedcb0}
[2015-12-11 00:27:37 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {2779a819}
[2015-12-08 12:51:50 -0600] call store values everytime row selection event fires for language .. Dustin Falgout {d16cb58b}
[2015-12-08 12:32:26 -0600] yep..still working on UI Dustin Falgout {bd4ae4f4}
[2015-12-07 02:37:22 -0600] you guessed it..more work on UI Dustin Falgout {d74980cd}
[2015-12-06 07:17:28 -0600] fix logo font Dustin Falgout {3ae54698}
[2015-12-06 05:48:05 -0600] more progress Dustin Falgout {fd6114a0}
[2015-12-06 02:21:40 -0600] more work on ui refresh Dustin Falgout {f5294e6f}
[2015-12-06 00:36:06 -0600] fix language popover's behavior Dustin Falgout {57d2355d}
[2015-12-05 23:47:33 -0600] Merge branch 'master' of github.com:lots0logs/cnchi-dev into playing Dustin Falgout {2b2762d2}
[2015-12-05 00:41:54 -0600] working on UI refresh Dustin Falgout {62aec24a}
[2015-12-04 00:51:54 -0600] okay, what started out as playing around is now getting serious :wi.. Dustin Falgout {4ca8a37a}
[2015-12-03 23:35:33 +0100] Fix typo karasu {3ab3d104}
[2015-12-03 22:39:53 +0100] Require webkit version, too karasu {fd9fa7ec}
[2015-12-03 22:37:41 +0100] Split a big function. Needs testing! karasu {a607c59a}
[2015-12-03 17:02:04 +0100] Must quit karasu {382a6fcf}
[2015-12-03 15:55:42 +0100] pep8 on download.py karasu {1fec6102}
[2015-12-03 14:35:07 +0100] More pep8 karasu {d10ec76a}
[2015-12-03 14:20:02 +0100] pep8 karasu {759edb0f}
[2015-12-03 14:19:32 +0100] pep8 user_info karasu {7076bff8}
[2015-12-03 13:58:54 +0100] pep8 updater.py karasu {198ffc0b}
[2015-12-03 13:46:33 +0100] More pep8 karasu {35086e45}
[2015-12-02 09:50:57 +0100] Catch OSError when calling setxkbmap, too. karasu {821a971b}
[2015-12-01 19:39:25 -0600] just playing... Dustin Falgout {7354e5fb}