File: ChangeLog

package info (click to toggle)
pragha 1.3.4-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,256 kB
  • sloc: ansic: 31,154; makefile: 936; xml: 43; sh: 7
file content (895 lines) | stat: -rw-r--r-- 27,220 bytes parent folder | download | duplicates (4)
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
2010-05-12 16:12  mati86dl@gmail.com

	* src/menu.c: Add files when double-clicking or pressing enter in
	  filechooser.

2010-05-12 15:52  mati86dl@gmail.com

	* src/librarytree.c: Unsensitive library tree when updating.

2010-05-07 20:36  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/sv.po, po/uk.po:
	  Update po files.
	  It is the Prerealese1 of Pragha 0.7.5

2010-05-07 16:30  mati86dl@gmail.com

	* src/librarytree.c: Add confirmation dialog. to "Delete from..",
	  menu entries.

2010-05-07 15:24  mati86dl@gmail.com

	* src/gui.c, src/pref.c: Use GTK_STOCK_LEAVE_FULLSCREEN button
	  adding text and translations.
	  Capitalise "When Pragha start" label.

2010-05-05 22:11  mati86dl@gmail.com

	* src/gui.c, src/init.c: Fix Issue 10. Several critical warning
	  when first init.
	  Use software_mixer and minimize to systray by default.

2010-05-05 17:01  mati86dl@gmail.com

	* po/cs.po, po/pragha.pot, src/init.c: Update Czeec translation
	  thanks to Alois.
	  Capitalise and translate window title.

2010-04-28 16:25  mati86dl@gmail.com

	* src/tags.c: Leave the checkbox automatically when change a tag.
	  Adds an icon to clear the tags entry.

2010-04-23 19:59  mati86dl@gmail.com

	* configure.ac, po/sv.po, src/librarytree.c: 0.7.5svn
	  Add initial Swedish language. Thanks to Zwopper.
	  Expand all row in library tree when double click.

2010-04-23 00:40  mati86dl@gmail.com

	* NEWS, configure.ac, data/pragha.1: Pragha 0.7.4 released.

2010-04-23 00:39  mati86dl@gmail.com

	* FAQ, po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/pragha.h, src/statusicon.c: Now works notification actions.
	  Fixes a memory leak.
	  Update po files.

2010-04-22 23:00  mati86dl@gmail.com

	* configure.ac, src/statusicon.c: Use AM_SILENT_RULES if available.
	  Hide sidebar when restore mainwindow and originally it no showed.

2010-04-22 22:36  mati86dl@gmail.com

	* src/pragha.h, src/statusicon.c, src/tags.c: New Layout of edit
	  track dialog.
	  Fix memory leak.
	  Remobe unused glib header.

2010-04-09 13:12  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/audio.c, src/cdda.h, src/cmdline.c, src/current_playlist.c,
	  src/db.c, src/dbus.c, src/filetree.c, src/flac.h, src/gui.c,
	  src/init.c, src/lastfm.c, src/librarytree.c, src/menu.c,
	  src/mod.h, src/mp3.h, src/musicobject.c, src/oggvorbis.h,
	  src/panel.c, src/playback_cdda.c, src/playback_flac.c,
	  src/playback_modplug.c, src/playback_mp3.c,
	  src/playback_oggvorbis.c, src/playback_wav.c, src/playlist.c,
	  src/pragha.c, src/pragha.h, src/pref.c, src/statusicon.c,
	  src/tags.c, src/threads.c, src/utils.c, src/wav.h: Old years in
	  Copyrighs and the About dialog.
	  Update po files.

2010-04-08 15:45  mati86dl@gmail.com

	* src/current_playlist.c, src/statusicon.c: Hide album art when
	  restore mainwindow if set to no show.
	  No show leave fullscreen button when restore mainwindow in normal
	  state.
	  Now work queue list when sequential playlist.
	  Try add next action to notifications. (In the previous commits)

2010-04-08 00:01  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/init.c, src/menu.c,
	  src/panel.c, src/pragha.c, src/pragha.h, src/pref.c,
	  src/statusicon.c: Add option to start pragha minimized,
	  fullscreen, or remember the last window state.
	  Add button in panel to leave fullscreen.
	  Add next track action to notification.

2010-03-31 15:27  mati86dl@gmail.com

	* configure.ac, src/menu.c: Improved time library indexing, and
	  0.7.4svn

2010-03-12 14:16  mati86dl@gmail.com

	* NEWS, configure.ac, po/cs.po, po/de.po, po/es.po, po/fr.po,
	  po/ja.po, po/no.po, po/pl.po, po/pragha.pot, po/pt.po, po/ru.po,
	  po/uk.po: Pragha 0.7.3 released.

2010-03-11 22:23  mati86dl@gmail.com

	* src/current_playlist.c, src/tags.c: OK/Cancel buttons in Edit
	  Tags and Save Playlist dialog are inverted.

2010-03-11 21:43  mati86dl@gmail.com

	* src/gui.c: D'Oh!.

2010-03-11 15:58  mati86dl@gmail.com

	* src/gui.c, src/librarytree.c, src/playlist.c, src/pragha.h:
	  Middle click on the library/playlists view append songs to
	  current playlist.
	  Inspired in http://bugs.kde.org/show_bug.cgi?id=197423

2010-03-11 13:49  mati86dl@gmail.com

	* src/gui.c: D'Oh!. Restore track.png pixbuf in libraytree.

2010-03-11 00:39  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/menu.c: Add option to add folders recursively or not in file
	  chooser.
	  Update po files.

2010-03-11 00:09  mati86dl@gmail.com

	* src/current_playlist.c, src/filetree.c, src/gui.c, src/init.c,
	  src/menu.c, src/panel.c, src/playlist.c, src/pragha.c,
	  src/pragha.h, src/pref.c, src/utils.c: Drop File Pane.

2010-02-26 15:20  mati86dl@gmail.com

	* src/current_playlist.c: Queue and dequeue pressing 'Q'.

2010-02-25 21:45  mati86dl@gmail.com

	* Makefile.am, configure.ac, data/album.png, src/gui.c: Drop
	  album.png in favor of the icon theme instaled. And 0.7.3svn

2010-02-25 16:54  mati86dl@gmail.com

	* src/current_playlist.c, src/statusicon.c: If pragha minimized or
	  without focus, when clicked statusicon restore mainwindow

2010-02-25 00:01  mati86dl@gmail.com

	* src/menu.c: Adds support for adding folders recursively in file
	  chooser.
	  Now remember last folder used.
	  Based on Audacius code. /src/ui_fileopen.c

2010-02-24 00:40  mati86dl@gmail.com

	* src/init.c: Use g_get_user_config_dir() instead of
	  g_get_home_dir() and then concatenating "/.config".

2010-02-24 00:32  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/menu.c: Adds support for recent files in file chooser.
	  Update po files.

2010-02-20 14:44  mati86dl@gmail.com

	* NEWS, configure.ac, data/pragha.1, src/statusicon.c: Pragha 0.7.2
	  released.
	  Notifications, more consistent at the systray tooltips.

2010-02-19 23:49  mati86dl@gmail.com

	* Makefile.am, data/pragha.desktop, src/Makefile.am,
	  src/current_playlist.c, src/gui.c, src/init.c, src/panel.c:
	  Restore AudioVideo categorie to desktop file.
	  Use shared files XDG compliant. Thanks to Christoph.
	  Now reset the previous songs when adds a song to queue list.

2009-12-21 13:08  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/filetree.c, src/gui.c, src/init.c, src/menu.c, src/pragha.h,
	  src/pref.c: Remove 'Show Hidden Files in File View' preferences
	  option, and add 'show hidden files' menu item, to popup menu of
	  file pane.
	  Update po files.

2009-12-21 00:39  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/statusicon.c: D'Oh!. Fix my BAD English.
	  And update Portuguese translation thanks to Lyceuhns.

2009-12-20 13:01  mati86dl@gmail.com

	* configure.ac, po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po,
	  po/no.po, po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/gui.c, src/statusicon.c: Add tooltips to shuffle and repeat
	  button.
	  Notifications were made more consistent at the systray tooltips.
	  Update po lifes.

2009-12-20 12:00  mati86dl@gmail.com

	* data/pragha.desktop: Desktop file updates.
	  Thanks to Christoph.

2009-12-19 20:57  mati86dl@gmail.com

	* src/gui.c: Use Control+space to play and pause.

2009-12-19 20:44  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/no.po,
	  po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po: Update po
	  files

2009-12-19 20:43  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/init.c, src/menu.c,
	  src/panel.c, src/pragha.h, src/pref.c, src/statusicon.c: Add
	  'Current play time' in the systray tooltip.
	  Restore 'Shuffle' and 'Repeat' options in the panel.
	  Move 'Add the library' menu item to 'Tools' menu.
	  Move 'Connect to CDDB server' option to 'General' tab.

2009-10-30 15:14  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/pragha.h: Add romove track
	  to queue List.
	  Queue and enqueue mutiple tracks.
	  Fixs GDK_Delete no work in search entry.

2009-10-30 00:07  mati86dl@gmail.com

	* src/current_playlist.c, src/panel.c: Fix reactivate colums.
	  Fix Crash when play and no selected song.

2009-10-29 22:57  mati86dl@gmail.com

	* configure.ac, src/Makefile.am, src/current_playlist.c,
	  src/gtkcellrendererbubble.c, src/gtkcellrendererbubble.h,
	  src/gui.c, src/init.c, src/panel.c, src/pragha.h: Basic Queue
	  List!-)

2009-10-28 12:35  mati86dl@gmail.com

	* NEWS, configure.ac, po/fr.po: Pragha 0.7.1.1 released.
	  Update french translation thanks to Aloïs Halel.

2009-10-27 22:12  mati86dl@gmail.com

	* NEWS, configure.ac, po/cs.po, po/de.po, po/es.po, po/fr.po,
	  po/ja.po, po/no.po, po/pl.po, po/pragha.pot, po/pt.po, po/ru.po,
	  po/uk.po, src/gui.c: Pragha 0.7.1 released.

2009-10-25 01:24  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/pragha.h: Clear Sort in
	  Current playlist header_context_menu.
	  Use betters icon.
	  * ADD instead COPY, when add music.
	  * NULL instead PLAY when replace playlist.
	  Add betters accelerators.
	  * <Control R, to repeat,
	  * <Control>Y, to search lyrics.
	  * etc.

2009-10-24 12:39  mati86dl@gmail.com

	* src/gui.c, src/statusicon.c: When create search entry, no
	  sensitive claer icon.

2009-10-22 15:07  mati86dl@gmail.com

	* po/pragha.pot, po/ru.po: Updated rusian translation thanks to
	  Evgen

2009-10-21 15:48  mati86dl@gmail.com

	* src/gui.c, src/init.c, src/menu.c, src/pragha.h, src/pref.c:
	  Remove Show/Hide Menu option and now coordinate with fullscreen
	  option.

2009-10-20 23:50  mati86dl@gmail.com

	* po/cs.po, po/fr.po, po/ja.po, src/gui.c, src/statusicon.c:
	  Restore "Search in playlist" menu item.
	  Add "Properties" in syatray menu.
	  Updated cs.po thanks to alois.nespor.
	  Updated ja.po thanks to Masato Hashimoto.

2009-10-16 23:59  mati86dl@gmail.com

	* NEWS, configure.ac, data/pragha.png, po/cs.po, po/de.po,
	  po/es.po, po/ja.po, po/no.po, po/pl.po, po/pragha.pot, po/pt.po,
	  po/ru.po, po/uk.po, src/pragha.h, src/tags.c: 0.7.1Pre1
	  Add new Icon.
	  Remove unseles comment tag.

2009-10-16 22:19  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/ja.po, po/no.po, po/pl.po,
	  po/pragha.pot, po/pt.po, po/ru.po, po/uk.po, src/gui.c: Rework
	  playlist popup menu.
	  Update pragha.pot file.

2009-10-16 19:29  mati86dl@gmail.com

	* src/gui.c: Add more tooltips.

2009-10-16 14:59  mati86dl@gmail.com

	* src/gui.c, src/init.c, src/menu.c, src/pragha.h, src/pref.c: Add
	  hide status bar option.

2009-10-16 14:00  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/ja.po, po/no.po, po/pl.po,
	  po/pragha.pot, po/pt.po, po/ru.po, po/uk.po, src/filetree.c,
	  src/gui.c, src/librarytree.c, src/playlist.c, src/pragha.h: More
	  reworks on popups menus.
	  * "Add to playlist" instead "Equeque" and "Replace playlist"
	  instead "Play"
	  Update pragha.pot file.

2009-10-16 02:10  mati86dl@gmail.com

	* src/gui.c, src/menu.c, src/panel.c, src/pragha.h, src/tags.c: Now
	  activate panels from the menu.
	  Add comment tag (Useless even).

2009-10-16 00:15  mati86dl@gmail.com

	* src/current_playlist.c: No show track no, when is zero.
	  Show file name when unknown title.

2009-10-15 23:36  mati86dl@gmail.com

	* src/gui.c: Restore Expand library and Collapse library in popup
	  library menu.

2009-10-15 22:13  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/init.c, src/menu.c,
	  src/pragha.h, src/pref.c: Option to hide menu bar.
	  Properties playing song in menu bar.

2009-10-05 15:12  mati86dl@gmail.com

	* src/menu.c, src/pref.c: Save Fullscreen option and window size
	  correctly.

2009-10-05 13:58  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/ja.po, po/no.po, po/pl.po,
	  po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/current_playlist.c, src/gui.c, src/init.c, src/menu.c,
	  src/pragha.h, src/pref.c: Rework main menu. (Everything does not
	  work)
	  Add Fullscreen Option.
	  Sorry. Many translations have changed.

2009-10-04 19:02  mati86dl@gmail.com

	* src/current_playlist.c: Show "track" (Before show "tracks") in
	  statusbar when inique song in playlist.

2009-10-04 14:51  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/ja.po, po/no.po, po/pl.po,
	  po/pragha.pot, po/pt.po, po/ru.po, po/uk.po, src/gui.c,
	  src/menu.c, src/pragha.h: Add option to search lyric, using
	  http://www.lyricsplugin.com.
	  Update po files.

2009-10-03 00:45  mati86dl@gmail.com

	* ChangeLog, FAQ, configure.ac: Pragha 0.7.0 "Great Like House"
	  released.

2009-10-03 00:26  mati86dl@gmail.com

	* ChangeLog, NEWS, po/cs.po, po/de.po, po/es.po, po/ja.po,
	  po/no.po, po/pl.po, po/pragha.pot, po/pt.po, po/ru.po, po/uk.po,
	  src/current_playlist.c, src/gui.c, src/menu.c, src/pragha.h,
	  src/utils.c: Prepare to Pragha 0.7.0 "Great Like House".
	  Use gtk_show_uri to lauch Browser.
	  Remove useless "Edit tag <Title> in the selected tracks" menu
	  item.
	  Update po files.

2009-10-02 15:52  mati86dl@gmail.com

	* src/gui.c, src/librarytree.c, src/menu.c: D'Oh!. (GSourceFunc)
	  always returns gbolean.

2009-10-02 14:59  mati86dl@gmail.com

	* po/cs.po, po/de.po, po/es.po, po/ja.po, po/no.po, po/pl.po,
	  po/pragha.pot, po/pt.po, po/ru.po, po/uk.po, src/librarytree.c,
	  src/pragha.h: Fix headers Warnigs.
	  Update pragha.pot and Polish Translation.

2009-10-02 14:22  mati86dl@gmail.com

	* src/librarytree.c, src/pragha.h: Optimization when search
	  library_tree. Add g_timeout_add.

2009-10-01 23:10  mati86dl@gmail.com

	* src/pref.c, src/statusicon.c: Better layout of Preferences
	  Dialog.
	  (Simil xfce preferences dialogs, thank to midori web browser)
	  Fix status tooltips warning when song info use & character.
	  (D'Oh!. Use g_markup_printf_escaped instead of g_strdup_printf)

2009-09-29 23:36  mati86dl@gmail.com

	* src/current_playlist.c, src/pref.c: Fix Warnings when playlist is
	  empty and restore pragha. More efficient.

2009-09-29 23:25  mati86dl@gmail.com

	* src/current_playlist.c, src/pref.c: Fix Warnings when playlist is
	  empty and restore pragha.

2009-09-29 22:54  mati86dl@gmail.com

	* src/pref.c: Better layout of Preferences Dialog

2009-09-29 00:05  mati86dl@gmail.com

	* src/pref.c: Fixs CRITICALS when not reproduce music and close
	  pragha.

2009-09-28 23:56  mati86dl@gmail.com

	* configure.ac, po/no.po: Add norwegian language, thanks to Kim.

2009-09-28 23:51  mati86dl@gmail.com

	* src/audio.c, src/init.c, src/pragha.h, src/pref.c: Save and
	  retrieve software mixer volume.

2009-09-18 20:13  mati86dl@gmail.com

	* src/current_playlist.c, src/init.c, src/pragha.h, src/pref.c: FIX
	  Segment Violation when click button "go to current track"

2009-09-12 14:21  mati86dl@gmail.com

	* configure.ac, po/pl.po: Add Polish translation thanks to
	  Krzysztof Komorowski

2009-09-12 13:54  mati86dl@gmail.com

	* data/pragha.1, po/es.po, po/pragha.pot, src/current_playlist.c,
	  src/dbus.c, src/gui.c, src/init.c: "pragha -t", now Play, Pause
	  and resume the song.

2009-09-12 00:58  mati86dl@gmail.com

	* po/es.po, po/pragha.pot, src/menu.c: Add translator-credits to
	  about dialog.

2009-09-11 22:39  mati86dl@gmail.com

	* src/statusicon.c: Better tooltip in systray.

2009-09-11 21:03  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/pragha.h,
	  src/statusicon.c, src/threads.c: Show OSD on mouse over on
	  StatusIcon
	  Fix warnings when compiling.

2009-09-11 20:00  mati86dl@gmail.com

	* src/gui.c: Remove "Library View Menu"

2009-09-11 17:58  mati86dl@gmail.com

	* src/Makefile.am, src/gui.c, src/librarytree.c, src/pragha.h,
	  src/sexy-icon-entry.c, src/sexy-icon-entry.h, src/sexy-marshal.c,
	  src/sexy-marshal.h: Drop SexyIconEntry

2009-09-11 17:05  mati86dl@gmail.com

	* configure.ac, data/pragha.desktop, src/Makefile.am,
	  src/current_playlist.c, src/eggtrayicon.c, src/eggtrayicon.h,
	  src/gui.c, src/init.c, src/pragha.h, src/statusicon.c: Now
	  depends of GTK>=2.16,=> Drop eggtrayicon.
	  Fix pragha.desktop file, reported in
	  http://pragha.wikispaces.com/Bugs.
	  Add (Useless) "Edit tag <Title> in the selected tracks" menu item
	  in playlist.

2009-09-09 21:19  mati86dl@gmail.com

	* configure.ac, po/cs.po, po/fr.po, src/librarytree.c: V0.6.3.1
	  Fix bug (Great like a house) in Libraryview.
	  Add French translation, thanks to Alois Halel.

2009-08-08 21:42  mati86dl@gmail.com

	* ChangeLog, configure.ac: V0.6.3
	  Add remaining time mode to panel.
	  Pragha remeber and showed last played song.
	  Small optimization in library_tree.
	  Fixs critical warnings.
	  Updated czech translation by Alois Nespor.

2009-08-08 21:30  mati86dl@gmail.com

	* src/gui.c, src/panel.c, src/pragha.h: Add remaining time mode to
	  panel.

2009-08-08 20:18  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c, src/init.c, src/librarytree.c,
	  src/panel.c, src/pragha.h, src/pref.c: Pragha remeber and showed
	  last played song.

2009-08-05 21:54  mati86dl@gmail.com

	* src/gui.c: Fixs critical warnings when initiating pragha.

2009-07-20 20:34  mati86dl@gmail.com

	* src/librarytree.c: Purge residual code

2009-07-20 20:24  mati86dl@gmail.com

	* src/librarytree.c: Small optimization.

2009-07-20 19:33  mati86dl@gmail.com

	* po/cs.po: Updated czech translation by Alois Nespor

2009-07-09 16:34  mati86dl@gmail.com

	* po/de.po: Update pot

2009-07-08 22:20  mati86dl@gmail.com

	* configure.ac, po/cs.po, po/de.po, po/es.po, po/ja.po,
	  po/pragha.pot, po/pt.po, po/ru.po, po/uk.po, src/gui.c,
	  src/init.c, src/librarytree.c, src/playlist.c, src/pragha.h:
	  0.6.2.2: Add German translation, thanks to PhotonX!-) and drops
	  some strings "Tracks" confused.

2009-07-08 17:02  mati86dl@gmail.com

	* configure.ac, po/cs.po, po/es.po, po/ja.po, po/pragha.pot,
	  po/pt.po, po/ru.po, po/uk.po: 0.6.2.1: Add russian and ukrainian
	  language, thanks to Evgen.

2009-07-03 15:38  mati86dl@gmail.com

	* ChangeLog, configure.ac: V0.6.2
	  Pargha is 100% translatable one.
	  Add Japanese translation. - Tanks Masato hashimoto, Xfce-i18n
	  team_ja.
	  Add czech translation. - Tanks alois.nespor.
	  Add Portuguese-Brazil. - Tanks Lyceuhns.
	  Add option to resize album art in preferences.

2009-07-02 18:26  mati86dl@gmail.com

	* po/cs.po, po/es.po, po/ja.po, po/pragha.pot, po/pt.po, src/gui.c,
	  src/menu.c: Pargha is 100% translatable one.! ¿?

2009-07-02 16:55  mati86dl@gmail.com

	* po/cs.po, po/es.po, po/ja.po, po/pragha.pot, po/pt.po,
	  src/current_playlist.c: Pargha is 100% translatable one.!-)

2009-07-02 16:31  mati86dl@gmail.com

	* po/POTFILES.in, po/cs.po, po/es.po, po/ja.po, po/pragha.pot,
	  po/pt.po, src/gui.c, src/menu.c, src/panel.c, src/playlist.c,
	  src/pragha.c, src/pragha.h, src/pref.c, src/statusicon.c,
	  src/utils.c: Pargha is 100% translatable one.
	  I eliminate preview of the album while the size changes.
	  Many fixes and clean the code.

2009-07-01 22:53  mati86dl@gmail.com

	* configure.ac, src/Makefile.am: Add Japanese translation.. Tanks
	  Masato hashimoto, (Xfce-i18n team_ja)
	  Purge "Snyder" remains

2009-07-01 22:52  mati86dl@gmail.com

	* po/ja.po: Add Japanese translation.. Tanks Masato hashimoto,
	  (Xfce-i18n team_ja)

2009-07-01 16:31  mati86dl@gmail.com

	* src/panel.c: change GTK_SHADOW_IN

2009-07-01 16:19  mati86dl@gmail.com

	* po/cs.po, po/es.po, po/pragha.pot, po/pt.po: Update pot files

2009-07-01 16:17  mati86dl@gmail.com

	* src/init.c, src/panel.c, src/pragha.c, src/pragha.h, src/pref.c,
	  src/statusicon.c: More Resize album art in preferences
	  Fix warnings

2009-06-30 22:21  mati86dl@gmail.com

	* src/init.c, src/panel.c, src/pragha.h, src/pref.c: Resize album
	  art in preferences

2009-06-29 20:25  mati86dl@gmail.com

	* configure.ac: Add czech translation.. Tanks alois.nespor!-)

2009-06-29 20:23  mati86dl@gmail.com

	* po/cs.po: Add czech translation.. Tanks alois.nespor!-)

2009-06-29 19:56  mati86dl@gmail.com

	* configure.ac: Add Portuguese (Brazil)

2009-06-29 19:55  mati86dl@gmail.com

	* po/pt.po: Add Portuguese (Brazil)

2009-06-23 16:21  mati86dl@gmail.com

	* Makefile.am: Add objetive distclean-local and try rpm:

2009-06-23 15:44  mati86dl@gmail.com

	* src/Makefile.am: Fix make distcheck (consonance.h remain)

2009-06-23 15:21  mati86dl@gmail.com

	* po/es.po: Fix es.po

2009-06-23 15:15  mati86dl@gmail.com

	* AUTHORS, COPYING, NEWS, autogen.sh: Add News, Copying and Autors

2009-06-23 15:11  mati86dl@gmail.com

	* autogen.sh: New autogen.sh with Xfce Developer Tools

2009-06-23 15:05  mati86dl@gmail.com

	* autogen.sh: New autogen.sh with Xfce Developer Tools

2009-06-23 15:00  mati86dl@gmail.com

	* po, po/ChangeLog, po/LINGUAS, po/POTFILES.in, po/es.po,
	  po/pragha.pot: International Support

2009-06-23 14:57  mati86dl@gmail.com

	* src/Makefile.am, src/current_playlist.c, src/gui.c,
	  src/librarytree.c, src/menu.c, src/panel.c, src/pragha.c,
	  src/pragha.h, src/pref.c, src/statusicon.c, src/tags.c:
	  International Support

2009-06-23 14:56  mati86dl@gmail.com

	* ChangeLog, Makefile.am, README, configure.ac: International
	  Support

2009-06-18 21:34  mati86dl@gmail.com

	* src/statusicon.c: fix notify text

2009-06-18 00:25  mati86dl@gmail.com

	* ChangeLog, Makefile.am, configure.ac: First Pragha realese

2009-06-18 00:21  mati86dl@gmail.com

	* src/Makefile.am, src/audio.c, src/cdda.h, src/cmdline.c,
	  src/consonance.c, src/consonance.h, src/current_playlist.c,
	  src/db.c, src/dbus.c, src/filetree.c, src/flac.h, src/gui.c,
	  src/init.c, src/lastfm.c, src/librarytree.c, src/menu.c,
	  src/mod.h, src/mp3.h, src/musicobject.c, src/oggvorbis.h,
	  src/panel.c, src/playback_cdda.c, src/playback_flac.c,
	  src/playback_modplug.c, src/playback_mp3.c,
	  src/playback_oggvorbis.c, src/playback_wav.c, src/playlist.c,
	  src/pragha.c, src/pragha.h, src/pref.c, src/statusicon.c,
	  src/tags.c, src/threads.c, src/utils.c, src/wav.h: Prepare /src
	  to first Pragha realese

2009-06-18 00:18  mati86dl@gmail.com

	* data/bookmark_starred.png, data/bookmark_unstarred.png,
	  data/consonance.1, data/consonance.desktop, data/consonance.png,
	  data/pragha.1, data/pragha.desktop, data/pragha.png: Prepare data
	  to first Pragha realese

2009-05-28 16:31  mati86dl@gmail.com

	* ChangeLog: Changelog

2009-05-28 15:35  mati86dl@gmail.com

	* Makefile.am, configure.ac: Fixed consonance.png in
	  gnome_main_menu and xfce_menu (gtk_update_icon_cache)

2009-05-28 13:46  mati86dl@gmail.com

	* src/statusicon.c: Sync systray and panel volume

2009-05-28 13:38  mati86dl@gmail.com

	* ChangeLog, configure.ac: Little fixes

2009-05-28 13:37  mati86dl@gmail.com

	* src/statusicon.c: Little fixes

2009-05-28 13:19  mati86dl@gmail.com

	* src/gui.c, src/librarytree.c, src/panel.c: Little fixes

2009-05-27 16:56  mati86dl@gmail.com

	* src/eggtrayicon.c, src/init.c: Problem of the panel background
	  image fixed

2009-05-27 15:58  mati86dl@gmail.com

	* src/current_playlist.c, src/gui.c: More Spanish!

2009-05-27 15:19  mati86dl@gmail.com

	* configure.ac: consonance 0.5.90.2

2009-05-27 15:19  mati86dl@gmail.com

	* src/gui.c, src/panel.c: Drop spanish!

2009-05-27 14:59  mati86dl@gmail.com

	* configure.ac: ups.. Drop spanish remains

2009-05-27 14:59  mati86dl@gmail.com

	* src/panel.c, src/statusicon.c: ups.. Drop spanish remains

2009-05-27 14:28  mati86dl@gmail.com

	* ChangeLog, configure.ac: Commits Changelog and configure.ac

2009-05-27 14:28  mati86dl@gmail.com

	* src/audio.c, src/consonance.h, src/gui.c, src/init.c, src/menu.c,
	  src/statusicon.c, src/utils.c: Incress and decress 5% vol with
	  whell.
	  New text layout of notifications.
	  Notifications only are if consonance not this in first plane and
	  new text layout.
	  In help menu show links to Consonance homepage, a Nonofficial
	  wiki and forum..(Work!-)
	  Completely in English.
	  etc.

2009-05-26 15:24  mati86dl@gmail.com

	* data/bookmark_starred.png, data/bookmark_unstarred.png: add
	  Bookmark_starred/_unstarred icon

2009-05-26 15:22  mati86dl@gmail.com

	* src/gui.c: Put bookmark icon.. (Crazy idea)

2009-05-26 15:21  mati86dl@gmail.com

	* Makefile.am, configure.ac: Dependences of intrepid fixed. ¿?

2009-05-25 20:46  mati86dl@gmail.com

	* configure.ac: Now need libcurl >= 7.18

2009-05-25 18:51  mati86dl@gmail.com

	* configure.ac: Now need libcurl >= 7.18.2 and libcdio >= 0.78..

2009-05-25 15:22  mati86dl@gmail.com

	* configure.ac: Purge xfce libs

2009-05-25 15:22  mati86dl@gmail.com

	* src/consonance.h, src/pref.c: Purge xfce libs

2009-05-25 01:18  mati86dl@gmail.com

	* src/gui.c, src/init.c: Add murrine RGBA support

2009-05-23 23:31  mati86dl@gmail.com

	* configure.ac: Fix configure.ac

2009-05-23 23:27  mati86dl@gmail.com

	* configure.ac: Fix configure.ac

2009-05-23 23:19  mati86dl@gmail.com

	* src/consonance: CleanIV

2009-05-23 23:18  mati86dl@gmail.com

	* Makefile.am: Add /data/cover.png to Makefile.am

2009-05-23 23:17  mati86dl@gmail.com

	* Makefile, Makefile.in, aclocal.m4, depcomp, install-sh, libtool,
	  ltmain.sh, missing, stamp-h1: Clean!!!

2009-05-23 23:17  mati86dl@gmail.com

	* config.guess, config.h, config.h.in, config.log, config.status,
	  config.sub, configure: Clean!!

2009-05-23 23:16  mati86dl@gmail.com

	* configure.ac: Clean!

2009-05-23 23:14  mati86dl@gmail.com

	* data/album.png, data/artist.png, data/consonance.1,
	  data/consonance.desktop, data/consonance.png, data/cover.png,
	  data/genre.png, data/track.png: Add data

2009-05-23 23:12  mati86dl@gmail.com

	* src/Makefile, src/Makefile.in: Clean

2009-05-23 23:05  mati86dl@gmail.com

	* src, src/Makefile, src/Makefile.am, src/Makefile.in, src/audio.c,
	  src/cdda.h, src/cmdline.c, src/consonance, src/consonance.c,
	  src/consonance.h, src/current_playlist.c, src/db.c, src/dbus.c,
	  src/eggtrayicon.c, src/eggtrayicon.h, src/filetree.c, src/flac.h,
	  src/gui.c, src/init.c, src/lastfm.c, src/librarytree.c,
	  src/md5.c, src/md5.h, src/menu.c, src/mod.h, src/mp3.h,
	  src/musicobject.c, src/oggvorbis.h, src/panel.c,
	  src/playback_cdda.c, src/playback_flac.c, src/playback_modplug.c,
	  src/playback_mp3.c, src/playback_oggvorbis.c, src/playback_wav.c,
	  src/playlist.c, src/pref.c, src/sexy-icon-entry.c,
	  src/sexy-icon-entry.h, src/sexy-marshal.c, src/sexy-marshal.h,
	  src/statusicon.c, src/tags.c, src/threads.c, src/utils.c,
	  src/wav.h: Changes in gui.

2009-05-23 22:53  mati86dl@gmail.com

	* ChangeLog, FAQ, Makefile, Makefile.am, Makefile.in, README,
	  aclocal.m4, autogen.sh, autom4te.cache, config.guess, config.h,
	  config.h.in, config.log, config.status, config.sub, configure,
	  configure.ac, data, depcomp, install-sh, libtool, ltmain.sh,
	  missing, src, stamp-h1: Initial import of consonance git

2009-05-23 22:39  

	* .: Initial directory structure.