forked from GNOME/rhythmbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.old
15462 lines (11424 loc) · 499 KB
/
ChangeLog.old
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
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2003-10-14 05:21:45 GMT Colin Walters <[email protected]> patch-128
Summary:
kill of more RBLibrary cruft
Revision:
rhythmbox--mainline--0.6--patch-128
removed files:
library/rb-library.c
2003-10-14 05:08:44 GMT Colin Walters <[email protected]> patch-127
Summary:
fix legacy db loading
Revision:
rhythmbox--mainline--0.6--patch-127
modified files:
rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h shell/rb-shell.c
2003-10-14 04:59:47 GMT Colin Walters <[email protected]> patch-126
Summary:
Update from CVS
Revision:
rhythmbox--mainline--0.6--patch-126
modified files:
po/ChangeLog po/sr.po po/[email protected]
2003-10-14 04:02:22 GMT Colin Walters <[email protected]> patch-125
Summary:
kill off RBLibrary!
Revision:
rhythmbox--mainline--0.6--patch-125
removed files:
library/Makefile.am library/rb-library-action.c
library/rb-library-action.h library/rb-library-main-thread.c
library/rb-library-main-thread.h library/rb-library.h
modified files:
Makefile.am configure.ac lib/rb-file-helpers.c
lib/rb-file-helpers.h lib/rb-file-monitor.h
library/rb-library.c rhythmdb/Makefile.am
rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb.c
rhythmdb/rhythmdb.h shell/rb-playlist-manager.c
shell/rb-playlist-manager.h shell/rb-shell.c
shell/rb-statusbar.c shell/rb-statusbar.h shell/rb-tray-icon.c
shell/rb-tray-icon.h sources/rb-iradio-source.c
sources/rb-iradio-source.h sources/rb-library-source.c
sources/rb-library-source.h sources/rb-playlist-source.c
sources/rb-playlist-source.h widgets/rb-druid.c
widgets/rb-druid.h widgets/rb-entry-view.c
2003-10-13 21:27:32 GMT Colin Walters <[email protected]> patch-124
Summary:
refactor MAINTAINERS
Revision:
rhythmbox--mainline--0.6--patch-124
new files:
.arch-ids/MAINTAINERS.old.id MAINTAINERS.old
modified files:
MAINTAINERS shell/Makefile.am shell/rb-shell.c
2003-10-13 20:45:50 GMT Colin Walters <[email protected]> patch-123
Summary:
restore headers to properties, disable horizontal scroll
Revision:
rhythmbox--mainline--0.6--patch-123
modified files:
sources/rb-iradio-source.c sources/rb-library-source.c
widgets/rb-property-view.c widgets/rb-property-view.h
2003-10-13 20:35:15 GMT Colin Walters <[email protected]> patch-122
Summary:
various sorting fixes
Revision:
rhythmbox--mainline--0.6--patch-122
Save sorting state in GConf.
Make playlist columns unclickable.
modified files:
data/rhythmbox.schemas sources/rb-iradio-source.c
sources/rb-library-source.c sources/rb-playlist-source.c
widgets/rb-entry-view.c widgets/rb-entry-view.h
2003-10-13 19:31:46 GMT Colin Walters <[email protected]> patch-121
Summary:
fix silly bug in last changeset
Revision:
rhythmbox--mainline--0.6--patch-121
modified files:
widgets/rb-entry-view.c
2003-10-13 19:26:27 GMT Colin Walters <[email protected]> patch-120
Summary:
column sorting rework, artist is now the default
Revision:
rhythmbox--mainline--0.6--patch-120
modified files:
sources/rb-library-source.c widgets/rb-entry-view.c
2003-10-13 18:48:08 GMT Colin Walters <[email protected]> patch-119
Summary:
update ChangeLog
Revision:
rhythmbox--mainline--0.6--patch-119
modified files:
ChangeLog
2003-10-13 18:44:25 GMT Colin Walters <[email protected]> patch-118
Summary:
Update from CVS
Revision:
rhythmbox--mainline--0.6--patch-118
modified files:
po/ChangeLog po/cs.po po/no.po po/ro.po po/sv.po
2003-10-12 22:16:35 GMT Colin Walters <[email protected]> patch-117
Summary:
do an immediate model poll after starting a query
Revision:
rhythmbox--mainline--0.6--patch-117
modified files:
sources/rb-library-source.c widgets/rb-entry-view.c
widgets/rb-entry-view.h
2003-10-12 15:31:29 GMT Colin Walters <[email protected]> patch-116
Summary:
[email protected]: more pre-C99 compat fixes
Revision:
rhythmbox--mainline--0.6--patch-116
modified files:
rhythmdb/rhythmdb-playlist-model.c rhythmdb/rhythmdb-tree.c
2003-10-11 21:10:30 GMT Colin Walters <[email protected]> patch-115
Summary:
ensure last played column syncs with visible prefs on startup
Revision:
rhythmbox--mainline--0.6--patch-115
modified files:
widgets/rb-entry-view.c
2003-10-11 20:41:08 GMT Colin Walters <[email protected]> patch-114
Summary:
implement entry deletion for iradio
Revision:
rhythmbox--mainline--0.6--patch-114
modified files:
sources/rb-iradio-source.c
2003-10-11 20:36:45 GMT Colin Walters <[email protected]> patch-113
Summary:
update status totals on entry deletion
Revision:
rhythmbox--mainline--0.6--patch-113
modified files:
widgets/rb-entry-view.c
2003-10-11 20:32:32 GMT Colin Walters <[email protected]> patch-112
Summary:
various tweaks to query model DND, still not perfect yet
Revision:
rhythmbox--mainline--0.6--patch-112
modified files:
rhythmdb/rhythmdb-query-model.c
2003-10-11 20:06:47 GMT Colin Walters <[email protected]> patch-111
Summary:
[email protected]: various deletion/update fixes
Revision:
rhythmbox--mainline--0.6--patch-111
Patches applied:
* [email protected]/rhythmbox--mainline--0.6--patch-4
merge with mainline
* [email protected]/rhythmbox--mainline--0.6--patch-5
fix a bug which prevents added entries to be added in the query model
* [email protected]/rhythmbox--mainline--0.6--patch-6
fix missing entry unref
* [email protected]/rhythmbox--mainline--0.6--patch-7
initialize last played time to never when adding files
* [email protected]/rhythmbox--mainline--0.6--patch-8
really makes query model iter persistent
* [email protected]/rhythmbox--mainline--0.6--patch-9
fix crash when deleting the playing entry
modified files:
library/rb-library-main-thread.c library/rb-library.c
rhythmdb/rhythmdb-query-model.c widgets/rb-entry-view.c
new patches:
[email protected]/rhythmbox--mainline--0.6--patch-4
[email protected]/rhythmbox--mainline--0.6--patch-5
[email protected]/rhythmbox--mainline--0.6--patch-6
[email protected]/rhythmbox--mainline--0.6--patch-7
[email protected]/rhythmbox--mainline--0.6--patch-8
[email protected]/rhythmbox--mainline--0.6--patch-9
2003-10-11 19:54:56 GMT Colin Walters <[email protected]> patch-110
Summary:
queue entry addition signals and emit them all at once
Revision:
rhythmbox--mainline--0.6--patch-110
modified files:
rhythmdb/rhythmdb.c
2003-10-11 18:25:41 GMT Colin Walters <[email protected]> patch-109
Summary:
upd ChangeLog
Revision:
rhythmbox--mainline--0.6--patch-109
modified files:
ChangeLog
2003-10-11 18:24:50 GMT Colin Walters <[email protected]> patch-108
Summary:
don't show artist/album if they're empty
Revision:
rhythmbox--mainline--0.6--patch-108
modified files:
widgets/rb-player.c
2003-10-11 18:19:50 GMT Colin Walters <[email protected]> patch-107
Summary:
major property revamp
Revision:
rhythmbox--mainline--0.6--patch-107
Remove property queries. This means the property model is now dead simple.
It's basically just a set of strings; no more async polling, etc.
The plan is to have the property views now handle deletion themselves, by
actually searching through the entry view.
modified files:
rhythmdb/rhythmdb-property-model.c
rhythmdb/rhythmdb-property-model.h rhythmdb/rhythmdb-tree.c
rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h
widgets/rb-property-view.c widgets/rb-property-view.h
2003-10-11 15:58:22 GMT Colin Walters <[email protected]> patch-106
Summary:
handle entry deletion a bit more reliably
Revision:
rhythmbox--mainline--0.6--patch-106
modified files:
rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
rhythmdb/rhythmdb-tree.h
2003-10-10 16:40:56 GMT Colin Walters <[email protected]> patch-105
Summary:
statusbar rework. again.
Revision:
rhythmbox--mainline--0.6--patch-105
Don't attempt to display refresh progress. It was totally unreliable,
and made the code complicated.
Be sure to sync up status state when switching sources.
modified files:
library/rb-library.c library/rb-library.h shell/rb-statusbar.c
2003-10-10 13:56:19 GMT Colin Walters <[email protected]> patch-104
Summary:
status display tweaks
Revision:
rhythmbox--mainline--0.6--patch-104
Ensure we always end up at 100%.
Also don't poll again quickly if nothing changed since the last poll.
modified files:
shell/rb-statusbar.c
2003-10-10 13:52:35 GMT Colin Walters <[email protected]> patch-103
Summary:
make New Internet Radio Station work
Revision:
rhythmbox--mainline--0.6--patch-103
modified files:
iradio/rb-new-station-dialog.c
2003-10-10 04:24:53 GMT Colin Walters <[email protected]> patch-102
Summary:
search directories named ...
Revision:
rhythmbox--mainline--0.6--patch-102
modified files:
lib/rb-file-helpers.c
2003-10-09 21:54:52 GMT Colin Walters <[email protected]> patch-101
Summary:
many more shutdown fixes
Revision:
rhythmbox--mainline--0.6--patch-101
Keep track of all outstanding threads, and attempt to gracefully shut
things down before exiting.
modified files:
library/rb-library-main-thread.c library/rb-library.c
rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h shell/rb-shell.c
2003-10-09 21:01:13 GMT Colin Walters <[email protected]> patch-100
Summary:
use xmlStopParser to quit loading, other misc. exiting fixes
Revision:
rhythmbox--mainline--0.6--patch-100
modified files:
library/rb-library-main-thread.c rhythmdb/rhythmdb-tree.c
rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h
2003-10-09 13:10:54 GMT Colin Walters <[email protected]> patch-99
Summary:
[[email protected]] statusbar cleanups
Revision:
rhythmbox--mainline--0.6--patch-99
Allow days display to be translated.
Prune minutes display if it's equal to zero.
modified files:
library/rb-library.c
2003-10-09 13:01:13 GMT Colin Walters <[email protected]> patch-98
Summary:
Update from CVS
Revision:
rhythmbox--mainline--0.6--patch-98
modified files:
po/ChangeLog po/fr.po
2003-10-09 12:58:51 GMT Colin Walters <[email protected]> patch-97
Summary:
make Quit menu item work (but why would you ever quit rb???)
Revision:
rhythmbox--mainline--0.6--patch-97
modified files:
shell/rb-shell.c
2003-10-09 01:54:53 GMT Colin Walters <[email protected]> patch-96
Summary:
various mtime fixes
Revision:
rhythmbox--mainline--0.6--patch-96
Import legacy mtime data.
Actually use mtime data in rb_library_update_entry to check whether or not we need
to refresh the file.
modified files:
library/rb-library.c library/rb-library.h
rhythmdb/rhythmdb-legacy.c
2003-10-08 22:17:18 GMT Colin Walters <[email protected]> patch-95
Summary:
mark source status as clean after refreshing
Revision:
rhythmbox--mainline--0.6--patch-95
modified files:
shell/rb-statusbar.c
2003-10-08 21:40:29 GMT Colin Walters <[email protected]> patch-94
Summary:
write lock db when deleting an entry
Revision:
rhythmbox--mainline--0.6--patch-94
modified files:
library/rb-library.c
2003-10-08 21:38:49 GMT Colin Walters <[email protected]> patch-93
Summary:
Update from CVS
Revision:
rhythmbox--mainline--0.6--patch-93
modified files:
po/ChangeLog po/ro.po
2003-10-08 21:16:08 GMT Colin Walters <[email protected]> patch-92
Summary:
status display rewrite: faster and cleaner
Revision:
rhythmbox--mainline--0.6--patch-92
modified files:
library/rb-library.c library/rb-library.h
rhythmdb/rhythmdb-model.c rhythmdb/rhythmdb-model.h
rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb.c
shell/rb-shell.c shell/rb-statusbar.c
sources/rb-library-source.c widgets/rb-entry-view.c
widgets/rb-entry-view.h
2003-10-08 04:56:20 GMT Colin Walters <[email protected]> patch-91
Summary:
update ChangeLog
Revision:
rhythmbox--mainline--0.6--patch-91
modified files:
ChangeLog
2003-10-08 04:51:46 GMT Colin Walters <[email protected]> patch-90
Summary:
reimplement progress meter for refreshing/loading
Revision:
rhythmbox--mainline--0.6--patch-90
modified files:
library/rb-library.c library/rb-library.h shell/rb-shell.c
shell/rb-statusbar.c shell/rb-statusbar.h
2003-10-07 23:50:43 GMT Colin Walters <[email protected]> patch-89
Summary:
update POTFILES.in
Revision:
rhythmbox--mainline--0.6--patch-89
modified files:
po/POTFILES.in
2003-10-07 23:12:11 GMT Colin Walters <[email protected]> patch-88
Summary:
don't redo a query if it's exactly the same as the current query
Revision:
rhythmbox--mainline--0.6--patch-88
modified files:
sources/rb-library-source.c
2003-10-07 21:27:48 GMT Colin Walters <[email protected]> patch-87
Summary:
be sure to read unlock after readlocking
Revision:
rhythmbox--mainline--0.6--patch-87
modified files:
sources/rb-playlist-source.c
2003-10-07 21:18:52 GMT Colin Walters <[email protected]> patch-86
Summary:
[email protected]: playlist, deletion fixes
Revision:
rhythmbox--mainline--0.6--patch-86
Patches applied:
* [email protected]/rhythmbox--mainline--0.6--base-0
tag of [email protected]/rhythmbox--mainline--0.6--patch-81
* [email protected]/rhythmbox--mainline--0.6--patch-1
Fix incorrect Last played time display
* [email protected]/rhythmbox--mainline--0.6--patch-2
Add library entry deletion (is this correct ?)
* [email protected]/rhythmbox--mainline--0.6--patch-3
Add playlist entry deletion
modified files:
rhythmdb/rhythmdb-query-model.c
rhythmdb/rhythmdb-query-model.h rhythmdb/rhythmdb-tree.h
rhythmdb/rhythmdb.c sources/rb-library-source.c
sources/rb-playlist-source.c sources/rb-playlist-source.h
new patches:
[email protected]/rhythmbox--mainline--0.6--base-0
[email protected]/rhythmbox--mainline--0.6--patch-1
[email protected]/rhythmbox--mainline--0.6--patch-2
[email protected]/rhythmbox--mainline--0.6--patch-3
2003-10-07 20:59:33 GMT Colin Walters <[email protected]> patch-85
Summary:
use GnomeVFSFileSize for total size, so as to not overflow
Revision:
rhythmbox--mainline--0.6--patch-85
modified files:
library/rb-library.c library/rb-library.h
rhythmdb/rhythmdb-legacy.c widgets/rb-entry-view.c
widgets/rb-entry-view.h
2003-10-07 20:44:42 GMT Colin Walters <[email protected]> patch-84
Summary:
various status fixes
Revision:
rhythmbox--mainline--0.6--patch-84
Use ngettext for library status, and start displaying file size.
Push duration/size computation into RBEntryView.
Implement playlist status.
modified files:
library/rb-library.c library/rb-library.h
sources/rb-iradio-source.c sources/rb-library-source.c
sources/rb-playlist-source.c sources/rb-source.c
widgets/rb-entry-view.c widgets/rb-entry-view.h
2003-10-07 17:11:33 GMT Colin Walters <[email protected]> patch-83
Summary:
implement tooltips on shuffle/repeat/search, and fix other tooltips
Revision:
rhythmbox--mainline--0.6--patch-83
modified files:
shell/rb-shell-player.c shell/rb-source-header.c
shell/rb-statusbar.c
2003-10-07 16:50:14 GMT Colin Walters <[email protected]> patch-82
Summary:
implement Luca Ferretti's menu cleanups
Revision:
rhythmbox--mainline--0.6--patch-82
new files:
data/art/.arch-ids/rhythmbox-playlist-menu.png.id
data/art/.arch-ids/rhythmbox-smart-playlist.png.id
data/art/rhythmbox-playlist-menu.png
data/art/rhythmbox-smart-playlist.png
removed files:
data/art/.arch-ids/rhythmbox-sound-juicer.png.id
data/art/rhythmbox-sound-juicer.png
modified files:
data/art/Makefile.am data/ui/rhythmbox-ui.xml.in
lib/rb-stock-icons.c lib/rb-stock-icons.h
2003-10-06 19:10:04 GMT Colin Walters <[email protected]> patch-81
Summary:
update ChangeLog, NEWS
Revision:
rhythmbox--mainline--0.6--patch-81
modified files:
ChangeLog NEWS
2003-10-06 17:54:55 GMT Colin Walters <[email protected]> patch-80
Summary:
Update from CVS
Revision:
rhythmbox--mainline--0.6--patch-80
new files:
po/ro.po
modified files:
ChangeLog configure.ac po/ChangeLog
2003-10-06 17:51:38 GMT Colin Walters <[email protected]> patch-79
Summary:
squish one more leak
Revision:
rhythmbox--mainline--0.6--patch-79
modified files:
widgets/rb-property-view.c
2003-10-06 17:36:30 GMT Colin Walters <[email protected]> patch-78
Summary:
more memory leaks plugged
Revision:
rhythmbox--mainline--0.6--patch-78
modified files:
rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
sources/rb-library-source.c
2003-10-06 17:07:59 GMT Colin Walters <[email protected]> patch-77
Summary:
really plug the leak :)
Revision:
rhythmbox--mainline--0.6--patch-77
modified files:
rhythmdb/rhythmdb.c
2003-10-06 17:02:00 GMT Colin Walters <[email protected]> patch-76
Summary:
plug a MASSIVE memory leak
Revision:
rhythmbox--mainline--0.6--patch-76
modified files:
iradio/rb-station-properties-dialog.c library/rb-library.c
rhythmdb/rhythmdb-property-model.c
rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h
shell/rb-playlist-manager.c shell/rb-shell-player.c
sources/rb-library-source.c sources/rb-playlist-source.c
widgets/rb-entry-view.c widgets/rb-player.c
widgets/rb-property-view.c widgets/rb-song-info.c
2003-10-06 15:42:41 GMT Colin Walters <[email protected]> patch-75
Summary:
default sort is by artist, then album, then track number
Revision:
rhythmbox--mainline--0.6--patch-75
modified files:
widgets/rb-entry-view.c
2003-10-06 05:20:04 GMT Colin Walters <[email protected]> patch-74
Summary:
update ChangeLog
Revision:
rhythmbox--mainline--0.6--patch-74
modified files:
ChangeLog
2003-10-06 Mugurel Tudor <[email protected]>
* configure.ac: Added 'ro' to ALL_LINGUAS
2003-10-06 05:19:01 GMT Colin Walters <[email protected]> patch-73
Summary:
third playlist iteration, looks pretty good now
Revision:
rhythmbox--mainline--0.6--patch-73
Patches applied:
* [email protected]/rhythmbox--playlists-2--0.6--patch-15
remove eggtreemodelfilter
* [email protected]/rhythmbox--playlists-2--0.6--patch-16
drag and drop inside playlists is here
* [email protected]/rhythmbox--playlists-2--0.6--patch-17
fix dnd bug
* [email protected]/rhythmbox--playlists-2--0.6--patch-18
use locations instead of pointers in dnd
* [email protected]/rhythmbox--playlists-2--0.6--patch-19
drag and drop from library into playlists works!
* [email protected]/rhythmbox--playlists-2--0.6--patch-20
merge with mainline
* [email protected]/rhythmbox--playlists-2--0.6--patch-21
attempt to save entries in the actual playlist order
* [email protected]/rhythmbox--playlists-2--0.6--patch-22
load playlists only after library is done loading
removed files:
library/rb-library-dnd-types.h widgets/.arch-ids/eggintl.h.id
widgets/.arch-ids/eggtreemodelfilter.c.id
widgets/.arch-ids/eggtreemodelfilter.h.id widgets/eggintl.h
widgets/eggtreemodelfilter.c widgets/eggtreemodelfilter.h
modified files:
lib/Makefile.am library/Makefile.am
rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb.c
rhythmdb/rhythmdb.h shell/rb-shell.c shell/rb-tray-icon.c
sources/rb-library-source.c sources/rb-playlist-source.c
sources/rb-sourcelist-model.c widgets/Makefile.am
widgets/rb-entry-view.c widgets/rb-property-view.c
renamed files:
widgets/.arch-ids/eggtreemultidnd.c.id
==> lib/.arch-ids/eggtreemultidnd.c.id
widgets/.arch-ids/eggtreemultidnd.h.id
==> lib/.arch-ids/eggtreemultidnd.h.id
widgets/eggtreemultidnd.c
==> lib/eggtreemultidnd.c
widgets/eggtreemultidnd.h
==> lib/eggtreemultidnd.h
new patches:
[email protected]/rhythmbox--playlists-2--0.6--patch-15
[email protected]/rhythmbox--playlists-2--0.6--patch-16
[email protected]/rhythmbox--playlists-2--0.6--patch-17
[email protected]/rhythmbox--playlists-2--0.6--patch-18
[email protected]/rhythmbox--playlists-2--0.6--patch-19
[email protected]/rhythmbox--playlists-2--0.6--patch-20
[email protected]/rhythmbox--playlists-2--0.6--patch-21
[email protected]/rhythmbox--playlists-2--0.6--patch-22
2003-10-06 05:18:15 GMT Colin Walters <[email protected]> patch-72
Summary:
make playlist column clickable
Revision:
rhythmbox--mainline--0.6--patch-72
modified files:
sources/rb-playlist-source.c
2003-10-06 02:47:28 GMT Colin Walters <[email protected]> patch-71
Summary:
hide browse/search for unsearchable sources
Revision:
rhythmbox--mainline--0.6--patch-71
modified files:
shell/rb-source-header.c sources/rb-playlist-source.c
2003-10-06 02:25:21 GMT Colin Walters <[email protected]> patch-70
Summary:
second merge from playlists branch, creation/saving/loading works
Revision:
rhythmbox--mainline--0.6--patch-70
Patches applied:
* [email protected]/rhythmbox--playlists-2--0.6--patch-13
implement simple playlist serialization/deserialization
* [email protected]/rhythmbox--playlists-2--0.6--patch-14
reimplement "New Playlist" functionality
modified files:
shell/rb-playlist-manager.c shell/rb-shell.c
sources/rb-playlist-source.c sources/rb-playlist-source.h
new patches:
[email protected]/rhythmbox--playlists-2--0.6--patch-13
[email protected]/rhythmbox--playlists-2--0.6--patch-14
2003-10-06 01:03:49 GMT Colin Walters <[email protected]> patch-69
Summary:
[[email protected]] pre-C99 compatibility fixes
Revision:
rhythmbox--mainline--0.6--patch-69
modified files:
rhythmdb/rhythmdb-property-model.c
rhythmdb/rhythmdb-query-model.c
2003-10-06 00:09:41 GMT Colin Walters <[email protected]> patch-68
Summary:
update ChangeLog
Revision:
rhythmbox--mainline--0.6--patch-68
modified files:
ChangeLog
2003-10-06 00:08:06 GMT Colin Walters <[email protected]> patch-67
Summary:
first merge of playlists branch
Revision:
rhythmbox--mainline--0.6--patch-67
Patches applied:
* [email protected]/rhythmbox--playlists-2--0.6--base-0
tag of [email protected]/rhythmbox--mainline--0.6--patch-58
* [email protected]/rhythmbox--playlists-2--0.6--patch-1
create playlists/ dir, move manager in there
* [email protected]/rhythmbox--playlists-2--0.6--patch-2
some hackery on playlist source, doesn't compile yet
* [email protected]/rhythmbox--playlists-2--0.6--patch-3
implement sortable method in rhythmdb model, minor tweaks to playlist src
* [email protected]/rhythmbox--playlists-2--0.6--patch-4
merge from mainline
* [email protected]/rhythmbox--playlists-2--0.6--patch-5
first cut at a playlist model, some fixes to query model
* [email protected]/rhythmbox--playlists-2--0.6--patch-6
kill off playlists/, it won't work due to circular dep issues
* [email protected]/rhythmbox--playlists-2--0.6--patch-7
make playlist model compile
* [email protected]/rhythmbox--playlists-2--0.6--patch-8
playlist source compiles, doesn't do much yet
* [email protected]/rhythmbox--playlists-2--0.6--patch-9
it compiles and boots, still more to do
* [email protected]/rhythmbox--playlists-2--0.6--patch-10
fix column types, other misc bits...very close now!