commit 0765d4ae643fb24debcfb8ced276ba77a1eb93fc Author: David King Date: Sat Jan 4 11:54:07 2014 +0000 Update NEWS for 2.1.9 release M NEWS M configure.ac commit 83d0df099514c39701e93d95519acb4a410fe1d4 Author: David King Date: Sat Jan 4 11:57:51 2014 +0000 Add SOURCES to the Windows installer M easytag-win32-installer.nsi.in commit 6217ac89e8d7e048a6431cda21dbf33d8cb5f444 Author: Matej Urbančič Date: Fri Jan 3 22:28:12 2014 +0100 Updated Slovenian translation M po/sl.po commit ebaa7d0e0153cd66985b6e61445981c7c73cc71b Author: William Jon McCann Date: Wed Dec 18 07:16:55 2013 -0500 Update project homepage url M README M configure.ac M easytag.doap M src/win32/easytag.rc.in commit ff773bd929b1e293826876aaa9e552d2a45b4d88 Author: David King Date: Wed Dec 11 08:31:51 2013 +0000 Use new-style GTK+ deprecation defines Target GTK+ 3.4, as that is the version of GTK+ 3 that is in Debian stable, which a future GTK+ 3-only version of EasyTAG can comfortably depend on. Ignore deprecations in versions of GTK+ 3 > 3.4. Keep the GTK+ 2 behaviour the same, as no new deprecations should be added. https://wiki.gnome.org/HowDoI/Deprecations M configure.ac commit ef367520a1bc6249c2d9d111b700cf31762e5def Author: David King Date: Mon Dec 9 23:59:29 2013 +0000 Resize NSIS installer images M data/nsis/easytag-header.bmp M data/nsis/easytag-sidebar.bmp commit 83eadf0b5ecd9f7008c464047b6da944d3857888 Author: David King Date: Mon Dec 9 23:28:09 2013 +0000 Add manifest for Windows executable M .gitignore A src/win32/easytag.manifest commit 82bb42e2a0c86f60de4d9459de1eb47b332cfd02 Author: Ekaterina Gerasimova Date: Mon Dec 9 22:54:32 2013 +0000 Add new images for the Windows installer Use same icon for easytag.exe and installer. M Makefile.am M data/nsis/easytag-header.bmp A data/nsis/easytag-header.svg D data/nsis/easytag-install.bmp D data/nsis/easytag-install.ico A data/nsis/easytag-sidebar.bmp A data/nsis/easytag-sidebar.svg D data/nsis/easytag-uninstall.bmp M easytag-win32-installer.nsi.in commit 7e69190b9928b554b154ce8a42d9553334a3c0a5 Author: David King Date: Thu Dec 5 19:26:34 2013 +0000 Fix MPEG 2.5 header information Found with cppcheck. M src/mpeg_header.c commit 9a4517f5ecaced7e18c314bfcb5093e96d4c3a6e Author: Marek Černocký Date: Mon Dec 2 16:59:16 2013 +0100 Updated Czech translation M po/cs.po commit 158d735b9c4e434bde45f88c9ab24d89c2b8e095 Author: Milagros Alessandra Infante Montero Date: Wed Nov 27 10:34:33 2013 +0100 Updated Spanish translation M po/es.po commit a7889e4a7f2539cd4a37caa02ce58f6e7242efbe Author: David King Date: Tue Nov 19 13:29:57 2013 +0000 Update wiki reference in DOAP file M easytag.doap commit 707fadb66ba6930ee013f7ee6a0bd1a8f788749b Author: David King Date: Mon Nov 18 19:41:01 2013 +0000 Update weasytag_locale_dir() for new locale path M src/easytag.c M src/win32/win32dep.c commit 54c97e652c77c9f2ae4913ae55e7232e40fc7f37 Author: David King Date: Mon Nov 18 18:52:00 2013 +0000 Use a macro to install translations with NSIS Additionally, install the ATK, GDK-Pixbuf, GLib and GTK+ translations. M easytag-win32-installer.nsi.in commit d51ef13cb1fd447a764dab495c6142eeb889852a Author: David King Date: Mon Nov 18 18:25:23 2013 +0000 Use same locale path as intltool.m4 M Makefile.am commit bda7536fbec87f09b67f94797d1c584a0fe98e65 Author: David King Date: Mon Nov 18 18:14:13 2013 +0000 Remove unused PACKAGE_DATA_DIR define M Makefile.am commit 35e57ca4829fb97221a76537b99dcc263ef549b2 Author: David King Date: Mon Nov 18 14:48:23 2013 +0000 Fix crash when searching CDDB in Japanese locale A string in the Japanese translation swapped an integer and string format string in a printf-formatted string. This caused a crash at runtime. Use the positional syntax of gettext to substitute the correct variable into the string. http://www.gnu.org/software/gettext/manual/gettext.html#c_002dformat-Flag https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/642556 M po/ja.po commit fe84c978ef0b2cc7047e8b83668fda2a87b462b2 Author: David King Date: Thu Nov 14 08:54:55 2013 +0000 Fix USE_NLS conditional test in configure M configure.ac commit 1efaee2f5d810f8ee8dec70a4cb3d0ac178f5847 Author: David King Date: Thu Nov 14 08:13:42 2013 +0000 Fix localization by defining ENABLE_NLS correctly Since the switch to use intltool and not gettext in commit 98065d10b09bb27a2dee1e79f9b0eef0cee549a0, localization hsa been broken, as ENABLE_NLS is not defined by IT_PROG_INTLTOOL but is used in an ifdef in main(). Additionally, includes of were corrected to . Finally, gtk_action_group_set_translation_domain() was set on action groups, to ensure translations of actions. Fixes bug 712250. M configure.ac M src/about.c M src/ape_tag.c M src/bar.c M src/browser.c M src/cddb.c M src/charset.c M src/easytag.c M src/et_core.c M src/flac_header.c M src/flac_tag.c M src/id3_tag.c M src/id3v24_tag.c M src/log.c M src/misc.c M src/monkeyaudio_header.c M src/mp4_header.c M src/mp4_tag.c M src/mpeg_header.c M src/musepack_header.c M src/ogg_header.c M src/ogg_tag.c M src/picture.c M src/prefs.c M src/scan.c M src/setting.c M src/vcedit.c M src/wavpack_header.c M src/wavpack_tag.c commit 3635de8c38eee1fcfe4510c96cdd26061c5f2a89 Author: Rafael Ferreira Date: Wed Nov 13 23:31:18 2013 -0200 Updated Brazilian Portuguese Translation M po/pt_BR.po commit ec126e4f61dc390a04523eed7b593a5754eb01aa Author: Piotr Drąg Date: Mon Nov 11 02:45:28 2013 +0100 Updated Polish translation M po/pl.po commit 7a33c84bbe80caa39b25a8c8ca834b5501cf9ebe Author: Piotr Drąg Date: Mon Nov 11 02:40:50 2013 +0100 Updated Polish translation M po/pl.po commit c93e1b40447f28ec5dcda5d35aae587b2eeeed2c Author: David King Date: Sun Nov 10 21:27:10 2013 +0000 Add SOURCES file for future 2.1.9 Windows release A SOURCES commit f0c366201cfd984d875d2504892df083cb56ab23 Author: David King Date: Sun Nov 10 19:02:52 2013 +0000 Include CD audio icon in NSIS installer M easytag-win32-installer.nsi.in commit 121a9a4fe8d80f83746a36da3a8a0c28e4c7938a Author: David King Date: Wed Oct 23 21:57:23 2013 +0100 Use g_win32_error_message() with GetLastError() M src/browser.c M src/misc.c commit 726325cb6042832f8491f5e0c66c56a246809123 Author: David King Date: Wed Oct 9 19:18:53 2013 +0100 Add DOS line endings to NSIS installer gtkrc M easytag-win32-installer.nsi.in commit 34cb7ab06d4ad58fd369a468aa12c5a29e58fbaf Author: David King Date: Wed Oct 9 19:02:55 2013 +0100 Remove some old win32 cruft M Makefile.am M src/easytag.c D src/win32/gtkwin32dep.c D src/win32/gtkwin32dep.h D src/win32/win_easytag.c commit 48b46925b297efc2b0b9f3d2e884d07ad7096d91 Author: David King Date: Sun Nov 3 10:36:43 2013 +0000 Error out from configure if yelp.m4 is not found M configure.ac commit dd418d953620891e34aca542147e6ea0e628b980 Author: David King Date: Sat Nov 2 11:59:38 2013 +0000 Remove album pixmap, use themed icon instead Use the media-optical-cd-audio icon to replace the album pixmap, and use it in the artist and album view. M Makefile.am D data/pixmaps/album.xpm M src/browser.c M src/browser.h M src/misc.c commit 23650fd329cf91dd4bcf70cb087ce8cde2fdb648 Author: Krzysztof Pater Date: Sat Nov 2 11:07:38 2013 +0000 Update selection pixmaps M data/pixmaps/invert_selection.xpm M data/pixmaps/unselect_all.xpm commit 947f349337cf8f4aca9e3754825d77091c3d97c1 Author: David King Date: Tue Oct 22 22:54:32 2013 +0100 Annotate GSource with g_source_set_name_by_id() http://www.hadess.net/2013/10/reducing-wake-ups-2013-edition.html M src/bar.c M src/easytag.c commit 1713943ce05cbc1d589a8136fb03f999951b4b8b Author: Matej Urbančič Date: Mon Oct 14 00:10:23 2013 +0200 Updated Slovenian translation M po/sl.po commit 32aaa5245d321475706d75c265daf98439e47755 Author: Matej Urbančič Date: Sun Oct 13 23:43:18 2013 +0200 Updated Slovenian translation M po/sl.po commit d932d0320290464aa01c58448479c2e71b833a4f Author: David King Date: Wed Oct 9 18:17:03 2013 +0100 Include missing icons in NSIS script These icons come from the GNOME icon theme, and are the only ones missing from the fallback hicolor theme. M easytag-win32-installer.nsi.in commit 3f5768c382ccf356a8a6903a744aaf0815e122bb Author: David King Date: Wed Oct 9 09:13:50 2013 +0100 Build resource and manifest into Windows binary This adds some supplementary information into the binary, as well as the icon. M .gitignore M Makefile.am M configure.ac D src/win32/easytag.rc A src/win32/easytag.rc.in commit 9e74802f23075e76b27a1ee4ebe0e67dca96f7b3 Author: David King Date: Wed Oct 9 00:24:23 2013 +0100 Update NEWS for Windows 2.1.9alpha1 release M NEWS M configure.ac commit 088c8a30878ccef478946997b5ad30ec9b6452fe Author: David King Date: Wed Oct 9 00:12:40 2013 +0100 Do not show a command prompt on Windows M Makefile.am commit 7a37c781bdecd11e4c78da177126b8c2e089dfb4 Author: David King Date: Wed Oct 9 00:08:03 2013 +0100 Update NSIS installer script Add a Makefile target for creating a Windows installer binary. Install to a temporary DESTDIR and create the installer using the installed data. M Makefile.am M easytag-win32-installer.nsi.in M src/win32/win32dep.c commit fe19980e6d5c55c84d09ad7566deaa7b62b461d8 Author: David King Date: Tue Oct 8 19:07:06 2013 +0100 Cast DWORD to guint32 when calling Log_Print() M src/browser.c M src/misc.c commit 49d5c597876d8d27c22f21ac750e275f959b0f1a Author: David King Date: Tue Oct 8 17:57:21 2013 +0100 Depend on yelp-tools so that help is installed M Makefile.am M README M configure.ac commit e1680c86850c2b40061d46a3c379bf2bf7b5b093 Author: David King Date: Mon Oct 7 09:30:21 2013 +0100 Remove old and outdated HTML documentation M Makefile.am D doc/EasyTAG_Documentation.html D doc/EasyTAG_Documentation_fr.html D doc/EasyTAG_Documentation_sv.html D doc/users_guide_french/USERS-GUIDE-11_fr1.html D doc/users_guide_french/USERS-GUIDE-11_fr2.html D doc/users_guide_french/USERS-GUIDE-11_fr3.html D doc/users_guide_french/USERS-GUIDE-11_fr4.html D doc/users_guide_french/USERS-GUIDE-11_fr5.html D doc/users_guide_french/USERS-GUIDE-11_fr6.html D doc/users_guide_french/USERS-GUIDE.css D doc/users_guide_french/images/bouton_arbo.png D doc/users_guide_french/images/bouton_img1.png D doc/users_guide_french/images/bouton_img2.png D doc/users_guide_french/images/bouton_img3.png D doc/users_guide_french/images/bouton_scan1.png D doc/users_guide_french/images/bouton_scan2.png D doc/users_guide_french/images/bouton_scan3.png D doc/users_guide_french/images/bouton_scan4.png D doc/users_guide_french/images/bouton_scan5.png D doc/users_guide_french/images/bouton_scan6.png D doc/users_guide_french/images/bouton_scan7.png D doc/users_guide_french/images/fen_boutons.png D doc/users_guide_french/images/fen_cddb1.png D doc/users_guide_french/images/fen_cddb2.png D doc/users_guide_french/images/fen_fic_txt.png D doc/users_guide_french/images/fen_fich.png D doc/users_guide_french/images/fen_lect1.png D doc/users_guide_french/images/fen_lect2.png D doc/users_guide_french/images/fen_playlist.png D doc/users_guide_french/images/fen_rech1.png D doc/users_guide_french/images/fen_scan1.png D doc/users_guide_french/images/fen_scan2.png D doc/users_guide_french/images/fen_scan3.png D doc/users_guide_french/images/fen_scan4.png D doc/users_guide_french/images/fen_sel1.png D doc/users_guide_french/images/fen_sel2.png D doc/users_guide_french/images/fen_sel3.png D doc/users_guide_french/images/fen_tag_bout1.png D doc/users_guide_french/images/fen_tag_bout2.png D doc/users_guide_french/images/fen_tag_gen.png D doc/users_guide_french/images/fen_tag_img.png D doc/users_guide_french/images/interface.png D doc/users_guide_french/images/menu_context1.png D doc/users_guide_french/images/menu_context2.png D doc/users_guide_french/images/menu_context3.png D doc/users_guide_french/images/menu_div.png D doc/users_guide_french/images/menu_fic.png D doc/users_guide_french/images/menu_pref.png D doc/users_guide_french/images/menu_recherche.png D doc/users_guide_french/images/menu_recherche1.png D doc/users_guide_french/images/menu_recherche2.png D doc/users_guide_french/images/menu_scan.png D doc/users_guide_french/images/menu_sel.png D doc/users_guide_french/images/sousmenu_fic1.png D doc/users_guide_french/images/sousmenu_fic2.png D doc/users_guide_german/bedienung1.htm D doc/users_guide_german/bedienung2.htm D doc/users_guide_german/easy.css D doc/users_guide_german/einleitung.htm D doc/users_guide_german/images/EasyTAG.png D doc/users_guide_german/images/eigensch.png D doc/users_guide_german/images/filelist.png D doc/users_guide_german/images/playlist.png D doc/users_guide_german/images/search.png D doc/users_guide_german/images/t_easytag.jpg D doc/users_guide_german/images/treeview.png commit dd6f1e940d30815ea4f0d8b351c810c220bb4a57 Author: Ekaterina Gerasimova Date: Sun Oct 6 23:15:33 2013 +0100 Add cddb-search help page A help/C/cddb-search.page M help/Makefile.am commit ade6a1cb3187766091a308fdb91afbc3ccc59253 Author: Ekaterina Gerasimova Date: Sun Oct 6 21:52:00 2013 +0100 Add playlist-generate help page A help/C/playlist-generate.page M help/Makefile.am commit 887344f32e9c0697bdb6861385b5ae12ce7ca515 Author: Ekaterina Gerasimova Date: Sun Oct 6 21:05:09 2013 +0100 Split file selection help off to a separate page M help/C/file-rename.page A help/C/file-select.page M help/Makefile.am commit 5c8ad63fac2ecb3cd3697e887e8c415e90c70c2d Author: David King Date: Mon Oct 7 23:39:52 2013 +0100 Make several misc.h declarations static M src/misc.c M src/misc.h commit 88886d2d3da232594e8ad431fe206fbbb6dcc4c5 Author: David King Date: Mon Oct 7 23:26:46 2013 +0100 Make several easytag.h declarations static M src/easytag.c M src/easytag.h M src/misc.c commit 36d0a48ea067bc2bf49d9090e3dcde3dbce4dc9a Author: David King Date: Mon Oct 7 22:02:43 2013 +0100 Refactor cddb.h to only include prototypes Move declarations from cddb.h to cddb.h and make them static. M src/cddb.c M src/cddb.h commit 99a53fbce3c36650b82504fcc0bb30560696c6b8 Author: David King Date: Sun Oct 6 17:49:59 2013 +0100 Hide the images tab when images are not supported M src/easytag.c M src/easytag.h commit b8998aa2c9ca2773c147d5a9c04f9c738f5510c1 Author: David King Date: Sun Oct 6 11:10:50 2013 +0100 Mark string array as containing const pointers M src/scan.c commit 0fe89f4e592c7d957d2ea50716f98986adcbafb7 Author: David King Date: Sun Oct 6 11:08:16 2013 +0100 Remove some unnecessary includes M src/easytag.c M src/scan.c commit 4bdd0d94c9810cd343b0168fb12036727648a7b9 Author: Ekaterina Gerasimova Date: Sun Oct 6 12:05:06 2013 +0100 Add a Makefile for the user help A help/Makefile.am commit e7209177cb8ed500e5f13ba2af39d7fe7b13fef4 Author: Ekaterina Gerasimova Date: Sun Oct 6 12:03:18 2013 +0100 Move help images from figures/ to media/ M help/C/index.page R100 help/C/figures/icon.png help/C/media/icon.png commit ec626307aa878f39d3b39aee5c382de9a89eb3c5 Author: Ekaterina Gerasimova Date: Sun Oct 6 11:49:20 2013 +0100 Stub unwritten help pages R100 help/C/applying-changes.page help/C/applying-changes.page.stub R100 help/C/tag-current.page help/C/tag-current.page.stub R100 help/C/tag-edit.page help/C/tag-edit.page.stub R100 help/C/tag-save.page help/C/tag-save.page.stub R100 help/C/tag-selection.page help/C/tag-selection.page.stub commit 4648207792cede8773199dfb3dd1ed00025cc0b0 Author: Ekaterina Gerasimova Date: Sun Oct 6 11:29:39 2013 +0100 Update keyboard-shortcuts help M help/C/keyboard-shortcuts.page commit 791c5b0100fcac12ee8ec8f09f5dfc3c14f48ca8 Author: Ekaterina Gerasimova Date: Sun Oct 6 11:28:27 2013 +0100 Prepare help index for a release M help/C/index.page commit 47ef864bc542e72b0a94deb19239bea03b9a21aa Author: Ekaterina Gerasimova Date: Sun Oct 6 11:28:07 2013 +0100 Fix whitespace in help M help/C/format-specifier.page commit f57adbdfd8db1863374125add075f387c944dc15 Author: Ekaterina Gerasimova Date: Sun Oct 6 11:22:56 2013 +0100 Fix validation errors in help M help/C/applying-changes.page M help/C/tag-current.page M help/C/tag-edit.page M help/C/tag-save.page M help/C/tag-selection.page commit d62f14b347152f62c47a33eaa3c89973bf7e1192 Author: Ekaterina Gerasimova Date: Sun Oct 6 11:13:41 2013 +0100 Add another format specifier to help M help/C/format-specifier.page commit 3857b11f4179f5fb32c83977cde0f7ce7f29a57e Author: Ekaterina Gerasimova Date: Sun Oct 6 11:12:54 2013 +0100 Tidy up file-rename help page R071 help/C/rename-file.page help/C/file-rename.page M help/C/scanner.page commit ff3084dd694153e311a8f5b3293d27c4c68118bd Author: Ekaterina Gerasimova Date: Sun Oct 6 11:08:40 2013 +0100 Finish scanner help page M help/C/scanner.page commit c3b8728863f76c3ded465dfe45d212502a1505cc Author: David King Date: Sat Oct 5 14:28:39 2013 +0100 Revert "[patch] debian/patches/01-autoload.patch" This reverts commit 820c5ae2ddc319073d23d308204069850c1682a2. A bug where EasyTAG would not load a directory passed as an argument was fixed and released in version 2.1.7: https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/230873 However, the underlying cause was an invalid read when checking if the current path in the browser was valid, in Browser_Update_Current_Path. Fixing the underlying cause exposed a problem introduced by the original patch, which lead to the initial directory being loaded twice. Fixes bug 689445. M src/easytag.c commit 4042a4a976f87afd7a22d62e549732d2cc844118 Author: Matej Urbančič Date: Wed Oct 2 00:01:52 2013 +0200 Updated Slovenian translation M po/sl.po commit bf50b5932c4604952c5e7a2a7e6b1d4bcda92ebc Author: Muhammet Kara Date: Sun Sep 29 17:45:26 2013 +0300 [l10n]Updated Turkish translation M po/tr.po commit 7e24d7b661af674bde14f8aa9939caf5686a6526 Author: Matej Urbančič Date: Sun Sep 29 13:58:10 2013 +0200 Updated Slovenian translation M po/sl.po commit 21f775122bd0fae34d925886a8752e9ffa69563c Author: David King Date: Sat Sep 28 16:19:37 2013 +0100 Disable preservation of mtime by default As mentioned in bug 708962, EasyTAG preserves the modication time of files when writing metadata, which causes any application that monitors the mtime for changes to not notice that the file has changed. Change the default to update the mtime of the file and the parent directory. M src/setting.c commit 26b84237478b4ba199e5a1fd74da77408a668f13 Author: Martin Srebotnjak Date: Tue Sep 24 20:51:08 2013 +0200 Updated Slovenian translation M po/sl.po commit eaf6512e8a96df6648cde518adcc614b995f4f7b Author: David King Date: Wed Sep 11 19:33:48 2013 +0100 Fix double free in Rename_Directory() Fix double free added inadvertently in commit 1235ca9469d3d625f1b5a38cf3da504c76469794. M src/browser.c commit 3bde1032d574b5cd3cb02ddf731d02f2f1cad1d3 Author: Мирослав Николић Date: Mon Sep 9 22:01:03 2013 +0200 Updated Serbian translation M po/sr.po M po/sr@latin.po commit d26dc3c8a5db5b9f0413dc022d66e2834ad581d5 Author: David King Date: Fri Sep 6 09:54:51 2013 +0100 Activate the path entry when opening a directory As reported in bug 707577, opening a directory from the main window with the button adjacent to the path entry only updates the entry, and does not open the directory in the file browser. Emit the "activate" signal on the GtkEntry to browse to the directory after opening it. M src/misc.c commit 10828198f3aa6a034df8e8907bc65e5f7ff5a557 Author: Aurimas Černius Date: Thu Sep 5 21:03:38 2013 +0300 Updated Lithuanian translation M po/lt.po commit 02804b4c5e69d3ac5f5a8df6a38009ef6cb90672 Author: Milagros Alessandra Infante Montero Date: Wed Sep 4 12:27:48 2013 +0200 Updated Spanish translation M po/es.po commit 61c753b10bfed9ffc5a4b4de7ac101da9ef1c468 Author: David King Date: Tue Sep 3 13:14:08 2013 +0100 Fix categories in desktop file If the categories include AudioVideo, one of Audio or Video should also be included. M data/easytag.desktop.in commit b18c6c74f173b40ac7c1140ea8f945acaa7097c9 Author: Balázs Úr Date: Mon Aug 26 19:16:07 2013 +0200 Updated Hungarian translation M po/hu.po commit 1b9de6a9b435eb989010a7bb904aa947fd1c8fc3 Author: Enrico Nicoletto Date: Fri Aug 23 20:01:36 2013 -0300 Updated Brazilian Portuguese translation M po/pt_BR.po commit a21f8e5fa594d4c6c5a275c029be39ac8e66a2cb Author: Piotr Drąg Date: Fri Aug 23 01:21:30 2013 +0200 Updated Polish translation M po/pl.po commit 960ffcb991994b20723bc9979a43bed2e8b8d417 Author: David King Date: Wed Aug 21 22:51:19 2013 +0100 Add repository location and license to DOAP file M easytag.doap commit 90d8f15f2ac55ba0f33813ede1ac609f282b1a0b Author: Marek Černocký Date: Tue Aug 20 13:41:40 2013 +0200 Updated Czech translation M po/cs.po commit 69dbd02480ae2d6503c5cefbe5af30a3e0223feb Author: David King Date: Mon Aug 19 23:41:53 2013 +0100 Consistently use typographic quotes in UI string As pointed out in bug 705952. M src/id3v24_tag.c commit 1f15ebcf47d58b9511309445f8f7e910f147f469 Author: David King Date: Sun Aug 18 11:05:18 2013 +0100 Use correct platform-specific accelarator modifier GTK+ 2.24.7 (and GTK+ 3.2.1) introduced the concept of a platform-agnostic accelerator modifier, "Primary", which can be used instead of "Control". Using "Primary", the correct modifier is chosen depending on the platform, for example the Option key would be used on Mac OS X. Use the new "Primary" modifier and bump the GTK+ dependencies to build with versions which include the support. M configure.ac M src/bar.c commit f02b8154747e00042ba4034d3d6214a8e65fc33b Author: Milagros Alessandra Infante Montero Date: Fri Aug 16 11:22:50 2013 +0200 Updated Spanish translation M po/es.po commit 17715f72315db49fb84c076b0da1db0c98b18257 Author: Aurimas Černius Date: Thu Aug 15 20:58:20 2013 +0300 Updated Lithuanian translation M po/lt.po commit 105117b43da8e7dee6036d463f5fc74a5497dd25 Author: Piotr Drąg Date: Thu Aug 15 02:36:42 2013 +0200 Updated Polish translation M po/pl.po commit c5f606f5ff9ca923103031d65cd8fd29e8b3c3d7 Author: Enrico Nicoletto Date: Wed Aug 14 12:00:54 2013 -0300 Updated Brazilian Portuguese translation M po/pt_BR.po commit 18b7a3d0b4ba915272b811e2ec8a6bfb997c3fb8 Author: Marek Černocký Date: Wed Aug 14 15:35:21 2013 +0200 Updated Czech translation M po/cs.po commit 262a7b44ff76eb00443f2ced3f311878e291e347 Author: Andrea Veri Date: Wed Aug 14 11:51:29 2013 +0200 Fix to exactly match repository's name. M easytag.doap commit 3fd5461eda337ef2dacca873e9608e5d393b8375 Author: David King Date: Wed Aug 14 09:02:53 2013 +0100 Avoid macro in translatable string, bug 705952 Avoid using G_GSIZE_FORMAT in a translatable string, as xgettext does not extract such strings correctly: http://savannah.gnu.org/bugs/index.php?19086 M src/id3v24_tag.c commit 4b675626838e1e05dd638590f6e6f3b0832d54a4 Author: Milagros Alessandra Infante Montero Date: Tue Aug 13 11:19:41 2013 +0200 Updated Spanish translation M po/es.po commit 0bd3a28efef2e3d0c43074517e565d2912712b6f Author: David King Date: Mon Aug 12 17:38:25 2013 +0100 Fix sizeof operand in libapetag_maloc_cont_int Found with the Clang static analyzer. M src/libapetag/apetaglib.c commit cf46e0368bd53412643a80941b278fd60ffdb605 Author: David King Date: Mon Aug 12 16:43:06 2013 +0100 Refactor ET_Detect_Changes_Of_File_Tag() Improve for loop for iterating pictures associated with the tag, and avoid a potential NULL dereference found with the Clang static analyzer. M src/et_core.c commit 927415f0338a6c5262973ff19497239b1749264d Author: David King Date: Mon Aug 12 16:42:00 2013 +0100 Refactor ET_Detect_Changes_Of_File_Name() Express the conditional checks more clearly, and avoid a potential NULL dereference found by the Clang static analyzer. M src/et_core.c commit db1580b731ee5075ee2f3ea6b6f1a082c09bd4de Author: David King Date: Mon Aug 12 16:40:26 2013 +0100 Fix arguments passed to Log_Print() The recent change to mark Log_Print() as a printf-style function exposed a few instances where an incorrect format specifier was used. M src/id3v24_tag.c M src/misc.c commit 647bc74ed8935d746016c3532aa2392838532bb4 Author: David King Date: Mon Aug 12 16:39:27 2013 +0100 Mark insert_locales() with G_GNUC_NULL_TERMINATED M src/charset.c commit 6fa1490e92aa887799ad87b2cdf2475845ea7be0 Author: David King Date: Mon Aug 12 16:38:23 2013 +0100 Mark Log_Print() with G_GNUC_PRINTF GCC can type-check arguments passed to printf-style functions. M src/log.h commit 5e5028234e27ad49cb3ab8b44e8b43ae7ca4f6cb Author: David King Date: Mon Aug 12 16:36:53 2013 +0100 Refactor Set_Config() slightly Check and report if a configuration key is not found and also if an empty value is found. M src/setting.c commit 1235ca9469d3d625f1b5a38cf3da504c76469794 Author: David King Date: Mon Aug 12 16:36:03 2013 +0100 Avoid memory leak in Rename_Directory() Found with the Clang static analyzer. M src/browser.c commit 89dbc6163b1c6ac7dd9398053a85104fbc2332ba Author: David King Date: Mon Aug 12 16:34:42 2013 +0100 Return early if gtk_tree_model_return_iter failed M src/cddb.c M src/picture.c commit 55615028df7e2bbb7de82e8bdd70a56e595d8984 Author: David King Date: Sat Aug 10 23:00:21 2013 +0100 Avoid bogus comparison due to operator precedence Found with the Clang static analyzer. M src/misc.c commit ae3ed103659887647e0c5edfe01ea4387557fe40 Author: David King Date: Sat Aug 10 23:16:20 2013 +0100 Avoid comparison with uninitialized values Found with the Clang static analyzer. M src/misc.c commit c75426d3cd8fe18df075928e59bf7567b24da958 Author: David King Date: Sat Aug 10 22:57:54 2013 +0100 Mark Id3tag_Read_File_Tag() filename as const M src/id3_tag.h M src/id3v24_tag.c commit 2af5eced21fd5a74d46e34a4db2a34e7b30f5655 Author: David King Date: Sat Aug 10 22:55:48 2013 +0100 Fix several instances of g_return_if_fail() When checking multiple conditions, ensure that all are checked. Found with the Clang static analyzer. M src/easytag.c M src/et_core.c M src/id3v24_tag.c M src/mp4_tag.c M src/picture.c M src/scan.c commit aaf340588f96b657e527942b810cf190d5b176b5 Author: David King Date: Sat Aug 10 22:53:46 2013 +0100 Fix disc number tag writing for WavPack The track number was being used, which could lead to a NULL pointer dereference. Found by the Clang static analyzer. M src/wavpack_tag.c commit 40d53066c2c0b0829d04719bc2fb98a11aa0a2bd Author: David King Date: Sat Aug 10 22:51:30 2013 +0100 Add missing g_return_if_fail() calls Found with the Clang static analyzer. M src/browser.c M src/misc.c M src/setting.c commit b7f399c65db5b09a375dc43cfa7bba9cda2167fe Author: David King Date: Sat Aug 10 22:49:46 2013 +0100 Avoid setting argument unnecessarily Found with the Clang static analyzer. M src/cddb.c commit b31ab1f7335e7b9cd345328e70f4e32b646a79ab Author: Antonio Fernandes C. Neto Date: Tue Aug 6 16:25:19 2013 -0300 Updated Brazilian Portuguese translation M po/pt_BR.po commit ff9f0832228e0250dd452ee9cc53967beb70c22f Author: Enrico Nicoletto Date: Tue Aug 6 10:42:29 2013 -0300 Updated Brazilian Portuguese translation by Rafael Ferreira and me M po/pt_BR.po commit df010e97b0ddb2d254dac1503c6d273e6b159ff4 Author: Piotr Drąg Date: Mon Aug 5 21:50:14 2013 +0200 Updated Polish translation M po/pl.po commit e062c31df205d964977a610025686b8ee711bab5 Author: Marek Černocký Date: Sun Aug 4 21:44:23 2013 +0200 Updated Czech translation M po/cs.po commit 039f4f885a2c7881c8dfbecaad3b91df6e6b4c0d Author: David King Date: Tue Jul 30 16:48:27 2013 +0100 Refactor Cddb_Open_Connection() Use GLib networking API rather than the obsolete gethostbyname(). M src/cddb.c commit c7218132fe499c5518ea01618bd1d561b737fd70 Author: David King Date: Sat Aug 3 09:55:15 2013 +0100 Remove version number from window title The version number is shown in the about dialogue. M src/easytag.c commit f346277ca9cb27c9b12817f03934738477f5eebd Author: David King Date: Thu Aug 1 12:05:29 2013 +0100 Remove out-of-date README_win32.txt M Makefile.am D README_win32.txt commit 3a54038196cb885c6811d29840ad0c4fd202bf4b Author: Marek Černocký Date: Tue Jul 30 00:45:40 2013 +0200 Updated Czech translation M po/cs.po commit d7d906f1445aed7b6b3f9ff60e7b40b4dc00194e Author: Piotr Drąg Date: Mon Jul 29 21:18:41 2013 +0200 Updated Polish translation M po/pl.po commit b1ae132a992f5fd4f0f06d9806b4ad8b4b13c272 Author: David King Date: Sat Jul 13 22:59:43 2013 +0100 Fix invalid reads when searching the file list Do not double-free the disc and track numbers. M src/misc.c commit a4b1865d06ce750c742af6901ff3078b9a56e43a Author: Mathias Reineke Date: Mon Jul 8 10:58:18 2013 +0200 Add total discs support to WavPack tag parser M src/wavpack_tag.c commit fc1755664d0d74d3950bc3e78c4e85c20f43a0f7 Author: Mathias Reineke Date: Mon Jul 8 10:58:09 2013 +0200 Add total discs support to Vorbis tag parser M src/ogg_tag.c commit f3aa5c9e56008baf66c848110985529cdf8a59a3 Author: Mathias Reineke Date: Mon Jul 8 10:58:00 2013 +0200 Add total discs support to MP3/MP2 tag parser M src/id3_tag.c M src/id3v24_tag.c commit b8ce05b2ad9b04b9961a8cef9fd353821ad057d4 Author: Mathias Reineke Date: Mon Jul 8 10:57:41 2013 +0200 Add total discs support to FLAC tag parser M src/flac_tag.c commit b88341f1fe54e042a3093b27ee3c6ec86dcdf95e Author: Mathias Reineke Date: Mon Jul 8 10:56:22 2013 +0200 Add total discs support to APE tag parser M src/ape_tag.c commit 79128c2444def9738bc2e78435d3c24fcdec2434 Author: Mathias Reineke Date: Mon Jul 8 10:53:06 2013 +0200 Added scanner mask for total number of discs "%x" M src/scan.c commit 12c258d54ab82c340913de85bae86df179695187 Author: David King Date: Sat Jul 13 20:03:58 2013 +0100 Automatically split and combine disc numbers Using '/' as the separator, split the disc number text entry field into a disc number and the total number of discs. Combine the two tag fields into one for display in the UI. M src/easytag.c M src/et_core.c commit 014407371ea02397239c4ba40f878d693ad2a04c Author: Mathias Reineke Date: Mon Jul 8 10:50:00 2013 +0200 Add support for "total number of discs" M src/browser.c M src/easytag.c M src/et_core.c M src/et_core.h M src/flac_tag.c M src/misc.c commit 20aa21b2bd68275cec5fbd9e36186b4c7e6eb14f Author: Mathias Reineke Date: Mon Jul 8 10:42:15 2013 +0200 Add settings to control padding of disc numbers M src/misc.c M src/misc.h M src/prefs.c M src/prefs.h M src/setting.c M src/setting.h commit 6d56c28043c789d767c745d8fa0dd0b23415cada Author: Martin Srebotnjak Date: Fri Jul 26 21:18:31 2013 +0200 Updated Slovenian translation M po/sl.po commit 6624ef4b2985f796fb89a13f31330a8bd436475d Author: David King Date: Mon Jul 22 22:25:03 2013 +0100 Remove executable bit from source files M src/log.c M src/misc.c commit f07ea380af15e193ddcdc362b367695547711d5b Author: Pinak Ahuja Date: Sat Jul 20 18:09:45 2013 +0100 Use GDateTime instead of localtime() M src/log.c M src/misc.c commit d2f6953d4f9b44ce7b688ff1a26c22393b568244 Author: David King Date: Sat Jul 20 00:04:50 2013 +0100 Use g_strstrip() instead of Strip_String() M src/cddb.c M src/et_core.c M src/id3v24_tag.c M src/misc.c M src/misc.h M src/picture.c commit a9214fa96b422e2b5c608d942b5a7ad0620f3a17 Author: Aurimas Černius Date: Sun Jul 14 22:31:17 2013 +0300 Updated Lithuanian translation M po/lt.po commit 6d245ae2860382154c9636f9a79994946c43b0cb Author: Christian Kirbach Date: Sun Jul 14 11:43:36 2013 +0200 Updated German translation M po/de.po commit d29e765df594d8eecc65a7d6d3e68d63bbb32878 Author: David King Date: Sat Jul 13 18:16:44 2013 +0100 Set default response on quit dialog M src/easytag.c commit 41d6717f7349b760f28fa705f6036a7bb6b567da Author: Dimitris Spingos Date: Fri Jul 12 12:11:33 2013 +0300 Updated Greek translation M po/el.po commit d722f8375c7d2ad974d726cd2516f5b797a7dd35 Author: Milagros Alessandra Infante Montero Date: Thu Jul 11 09:52:16 2013 +0200 Updated Spanish translation M po/es.po commit 5cb7ebb2d7f46855f6b34bd84068c86b304fe748 Author: Mathias Reineke Date: Mon Jul 8 10:44:19 2013 +0200 Add APE tag "part" constant M src/ape_tag.c M src/libapetag/apetaglib.h M src/libapetag/id3v2_read.c commit 10705705a02cd1b7ded3a4ce6c370e8940766dac Author: Mathias Reineke Date: Mon Jul 8 10:13:50 2013 +0200 Refactor track number to string formatting Add et_track_number_to_string() to consistently handle track number formatting. M src/ape_tag.c M src/cddb.c M src/easytag.c M src/et_core.c M src/flac_tag.c M src/id3v24_tag.c M src/misc.c M src/misc.h M src/mp4_tag.c M src/ogg_tag.c M src/wavpack_tag.c commit a7647f787df41313c73bf4323a6cb2fb33b4e67c Author: Mathias Reineke Date: Mon Jul 8 09:59:36 2013 +0200 Avoid continual growth of TrackEntryComboModel M src/misc.c commit 69acba53b662afff948dd55219d2143c78aa4888 Author: Marek Černocký Date: Tue Jul 9 23:52:18 2013 +0200 Updated Czech translation M po/cs.po commit bd27511d7ee1e7931e9df72338bc8ad40f71294c Author: Milagros Alessandra Infante Montero Date: Mon Jul 8 13:30:08 2013 +0200 Updated Spanish translation M po/es.po commit af3467250aff8b0574f1c50a97a9f0bd8028d110 Author: Piotr Drąg Date: Sun Jul 7 22:20:40 2013 +0200 Updated Polish translation M po/pl.po commit bde255765ffeab0dc59f29ce366a74ab164e2d99 Author: David King Date: Sun Jul 7 15:37:55 2013 +0100 Fix Roman numeral check button startup sensitivity Rather than always setting the Roman numeral check button sensitive in the scan dialog, do so only if the associated capitalizatin radio button is active. M src/scan.c commit 80bb13fd9f9e4b544005b986b4c105d510235266 Author: David King Date: Sun Jul 7 15:00:42 2013 +0100 Visually group radio buttons in the scan dialog Use a new GtkBox per group of radio buttons, and add spacing between the groups so that it is more obvious to which group each option belongs. M src/scan.c commit 89fcce5b8a374f98ad23c1f6365346428de7ce5b Author: David King Date: Sun Jul 7 14:36:34 2013 +0100 Allow the scan files button to be made default M src/scan.c commit 5db7d7b0ed2ffd90a42feb29ba4e362faf018946 Author: David King Date: Sun Jul 7 14:26:27 2013 +0100 Remove redundant grouping of scanner radio buttons As the scan dialog radio buttons are in built-in groups, there is no need to add them to additional groups and manage the toggled state inside EasyTAG. M src/scan.c commit 880cc2a09465831653970d41d5196f143c506b0c Author: David King Date: Sun Jul 7 14:20:59 2013 +0100 Use radio buttons in scan dialog Convert check buttons in scan dialog to logical groups of radio buttons. M src/scan.c commit e44a4a0daf30b353228e54a35ba0133c24356982 Author: Marek Černocký Date: Sat Jul 6 13:22:45 2013 +0200 Updated Czech translation M po/cs.po commit 51743a7d2bdc2951877aa708c25f1875be40a22f Author: Piotr Drąg Date: Fri Jul 5 21:17:08 2013 +0200 Updated Polish translation M po/pl.po commit b972cc1316909293260d74a29873de6b19eda672 Author: David King Date: Thu Jul 4 21:57:45 2013 +0100 Make application startup similar to GtkApplication Call gtk_init() at the end of startup, to act similarly to GtkApplication. Move startup handler to EtApplication. Move gettext initialisation to main(). M src/application.c M src/easytag.c commit 4553b5d17edbc33a015a23d6207feea3bf45fc96 Author: David King Date: Thu Jul 4 20:36:02 2013 +0100 Use GOptionContext for --help output M src/application.c commit 209fca39a7fede760cc88f169b09b285a9ef63cf Author: David King Date: Mon Jul 1 23:09:12 2013 +0100 Set default response ID on GtkDialogs Set a default response ID, so that the affirmative action is the default action for dialogs. M src/browser.c M src/easytag.c M src/misc.c M src/prefs.c M src/scan.c commit 74c767cd9fc42b1affd467f1f3d603e13b14058d Author: Milagros Alessandra Infante Montero Date: Mon Jul 1 11:18:46 2013 +0200 Updated Spanish translation M po/es.po commit c6423e03573c908dad3031cfcdbfddfda25b305e Author: Marek Černocký Date: Wed Jun 26 18:36:01 2013 +0200 Updated Czech translation M po/cs.po commit 94c066cae83cba68f3c2a99f40325b3c9c1f5907 Author: Piotr Drąg Date: Wed Jun 26 16:48:55 2013 +0200 Updated Polish translation M po/pl.po commit 8af6f153396e6d297f8da4254bc2dcc59a25ca89 Author: Ekaterina Gerasimova Date: Wed Jun 26 00:11:50 2013 +0100 Mark introduction help pages as candidate M help/C/introduction.page M help/C/starting.page commit c993ce78d8846c883f2626db68bb48202dd6ce0f Author: Ekaterina Gerasimova Date: Wed Jun 26 00:10:43 2013 +0100 Update the keyboard shortcuts help page M help/C/keyboard-shortcuts.page commit abc2ae96e05546bbf567faa693bd5ddfe6ffa863 Author: Ekaterina Gerasimova Date: Wed Jun 26 00:10:10 2013 +0100 Finish the format specifier help page M help/C/format-specifier.page commit c2cfd7402a38106cac8ac9113bd6af6d3e76fdc8 Author: Ekaterina Gerasimova Date: Wed Jun 26 00:07:38 2013 +0100 Improve undo tooltip capitalisation M src/bar.c commit 2694cea716c4b56282a4a31da145403b237c692f Author: Marius Gavrilescu Date: Tue Jun 25 11:20:10 2013 +0300 Map "illustration" in picture name to correct type M src/picture.c commit e2bb656cb477ea77be5e9e36b06413d88235bdea Author: Ekaterina Gerasimova Date: Mon Jun 24 23:57:17 2013 +0100 Review image help pages M help/C/image-delete.page M help/C/image-export.page R100 help/C/image-properties.page help/C/image-properties.page.stub R100 help/C/image-reset.page help/C/image-reset.page.stub M help/C/image.page commit 941cc977d71a8ed593d8d423d4960903d1898232 Author: Milagros Alessandra Infante Montero Date: Mon Jun 24 10:47:10 2013 +0200 Updated Spanish translation M po/es.po commit 60c0ee5aa54f65d92201aee5913228268cb2afb4 Author: David King Date: Sun Jun 23 22:43:51 2013 +0100 Avoid empty file list NULL pointer dereference M src/et_core.c commit 2aa432144b6dee0737ddd44dbdc4d70bbd2de6e0 Author: David King Date: Sun Jun 23 22:14:07 2013 +0100 Do not clear finalized scanner GtkListStores The GtkListStores are finalized when the scanner window is destroyed. M src/scan.c commit e13ae0f587d460befb7a4b7a03c7288a2b73a29a Author: Christian Kirbach Date: Sun Jun 23 23:10:57 2013 +0200 Updated German translation M po/de.po commit 7837f8906d3126bc5774c348d9cf06a231d35022 Author: David King Date: Sun Jun 23 20:22:51 2013 +0100 Use GApplication::startup Move initialisation code to on_application_startup() to better fit with how GApplication should be used: https://live.gnome.org/HowDoI/GtkApplication M src/easytag.c commit 48df5ca2652f3ddef9037b377d471ddd1e425797 Author: David King Date: Tue Jun 11 19:02:54 2013 +0100 Unref GtkListStores and a GtkTreeStore GtkListStore and GtkTreeStore inherit from GObject and not GInitiallyUnowned, and so start with a reference count of 1 and no floating reference. Therefore, they must be unreffed after adding to a view in order to be finalized when the view is destroyed. The remaining list stores are difficult to disentangle from the surrounding code, so have been left unchanged. M src/browser.c M src/cddb.c M src/easytag.c M src/log.c M src/misc.c M src/picture.c M src/scan.c commit 7fffb3ebdbeaa018c1708b3b63493386b050879f Author: David King Date: Wed Jun 12 08:10:34 2013 +0100 Do not keep track of the number of log items Query the number of items in the log list store with gtk_tree_model_iter_n_children() rather than holding the state in a separate variable. M src/log.c commit 9a8dd29975a6032a64e870eba94fe2b0f423c229 Author: David King Date: Tue Jun 11 22:09:32 2013 +0100 Connect to GApplication::shutdown Slightly rearrange the exit sequence to use the "shutdown" signal of GApplication. Return from main() rather than calling exit(). M src/easytag.c commit e0442b607de8bc5c67357a8ad7137920201313a8 Author: David King Date: Tue Jun 11 19:00:37 2013 +0100 Remove unneccesary key-press-event signal handlers GtkDialog handles the Escape key being pressed without the need for a custom handler. M src/cddb.c M src/misc.c commit d61d2aad019f681884bdc51e24cbef79de2cdd1e Author: David King Date: Tue Jun 11 07:30:33 2013 +0100 Translate Images notebook menu string, bug 701963 M src/et_core.c commit 0c86c6a57ef185253f5cc9eabcf4c93c27e6f02f Author: David King Date: Mon Jun 10 23:16:34 2013 +0100 Add several items to TODO M TODO commit c1bfe1f271ea6fbd983cd27cc89cf363ccd7a2d0 Author: Piotr Drąg Date: Fri Jun 7 18:53:50 2013 +0200 Updated Polish translation M po/pl.po commit e8c617774eaa35c86ff685675d3f49dd15b61a6f Author: David King Date: Wed Jun 5 22:53:54 2013 +0100 Apply the disc number to all selected files Fix a typo made when refactoring use of GList, and loop through all the selected files when applying the disc number to the selection rather than just taking the first file. M src/easytag.c commit d47c6cb97515199ce336751da62bcbeafde0525c Author: David King Date: Sun Jun 2 22:18:36 2013 +0100 Fix Ogg header and body length format specifier The length is a long and not a gsize. M src/vcedit.c commit 60e0e23a91e3cbbe5407ffa50388937e703bdb5e Author: Ekaterina Gerasimova Date: Sun Jun 2 22:23:49 2013 +0100 Finish content for deleting and saving images help M help/C/image-delete.page M help/C/image-export.page commit 2c188d3efaa5928b0b421583bd4e42843cd1613d Author: David King Date: Sun Jun 2 20:59:33 2013 +0100 Use GtkSpinButton for selecting CDDB port numbers Using a spin button makes it unnecessary to restrict input to digits, as this is done automatically. M src/prefs.c commit 700c86aadc6e16e4941ceb06a37cfb0b9e57b4b0 Author: David King Date: Sun Jun 2 18:12:21 2013 +0100 Port ogg_header.c to use GFile instead of POSIX IO Fixes bug 701467. M src/ogg_header.c M src/ogg_header.h commit c8bc7d4bb842f8431cd3124d45ca1a633d87c663 Author: David King Date: Sun Jun 2 13:26:49 2013 +0100 Adjust keyboard accelerators to fit the GNOME HIG Only use Control as an accelerator prefix. Make the reload action use Control+R rather than F5. Use Control+E for removing (erasing) tags. M src/bar.c commit 4a51e046d58c82706d76c2d481f4f8c9e09a247e Author: David King Date: Sun Jun 2 13:17:37 2013 +0100 Improve collapse and reload directory tooltips M src/bar.c commit 8eefaf5af3329089818c1a216ae75cc7868a79d4 Author: David King Date: Sun Jun 2 09:36:26 2013 +0100 Use g_output_stream_write_all() throughout As with commit 6eb3d68f9afa0f44922aa275f11368a61ce79a6b, use the _all() variant when writing a chunk of data to a stream. Only report errors on failure to write the whole chunk. M src/id3_tag.c M src/log.c M src/misc.c M src/vcedit.c commit 6eb3d68f9afa0f44922aa275f11368a61ce79a6b Author: David King Date: Sat Jun 1 23:29:24 2013 +0100 Use _all() variants with streams when appropriate Use the _all() variants of g_input_stream_read() and g_output_stream_write() when accessing a required chunk from the stream. Only report errors on failure to read or write the whole chunk. M src/crc32.c M src/ogg_tag.c M src/picture.c commit 1d6aa8737acd03ac98bea60bceb168f14e8b11c8 Author: David King Date: Sat Jun 1 22:57:04 2013 +0100 Fix memory leak in ogg_tag_write_file_tag() M src/ogg_tag.c commit af6820acc069d23d955538850b3f523749912687 Author: David King Date: Sat Jun 1 22:37:47 2013 +0100 Avoid setting the playlist basename unnecessarily Found by cppcheck. M src/misc.c commit 5f4850ff100356cc7c0f549f038addaef5e3fded Author: David King Date: Sat Jun 1 21:41:59 2013 +0100 Return TRUE on succesful Ogg tag writing When vcedit_write() was converted to return a gboolean rather than an int, it was not also converted to return TRUE on success, and instead continued to return 0. Fix this to avoid an assert when successfully writing Ogg tags. M src/vcedit.c commit 48230067e4fff6631a6e047e09a9a265e3b85a42 Author: David King Date: Thu May 30 22:56:52 2013 +0100 Ignore Ogg EOF and EOS errors when reading packets The errors do not indicate failure, but merely the end of stream and file, so ignore them. M src/easytag.c M src/misc.c M src/vcedit.c commit 66011431dd4da6463c9e2e4ef664e3af13150c6f Author: David King Date: Sat Jun 1 19:15:57 2013 +0100 Use gtk_[list|tree]_store_insert_with_values() Rather than inserting or appending a row and then setting values on it, simply insert a new row and set values in a single call. M src/browser.c M src/cddb.c M src/log.c M src/misc.c M src/picture.c M src/scan.c M src/setting.c commit 4391979a38d5a95ec3de051e85f27b0c7a1cacca Author: Piotr Drąg Date: Sat Jun 1 00:38:28 2013 +0200 Updated Polish translation M po/pl.po commit eef302d96805d1adfcafaeaf95110198dd07172a Author: David King Date: Thu May 30 22:26:14 2013 +0100 Improve reporting of Ogg tagging errors M src/easytag.c M src/ogg_tag.c M src/ogg_tag.h commit 656a4d8780bfc05287d01826fc6cf571cfb44914 Author: David King Date: Thu May 30 22:11:55 2013 +0100 Do not set function arguments to NULL Avoid setting function arguments to NULL, as the change will have no effect outside the function. Found with cppcheck. M src/et_core.c commit 460e1c39444a5a4e2ad391af51b1c87fa51dbd39 Author: Ekaterina Gerasimova Date: Wed May 29 21:23:07 2013 +0100 Add help for keyboard shortcuts A help/C/keyboard-shortcuts.page commit ed372e15c67abc7471625baf3c9378f9fbafa439 Author: Ekaterina Gerasimova Date: Wed May 29 21:18:19 2013 +0100 Update starting help page as the UI changed M help/C/starting.page commit 5f32823e169e79c52651ff7f47c89bdc39dd35b2 Author: Ekaterina Gerasimova Date: Wed May 29 21:17:11 2013 +0100 Add untranslatable markup to help introduction M help/C/introduction.page commit 4bb1f0cd275e2daea8ebc433e058d30e36d4bfc5 Author: Ekaterina Gerasimova Date: Wed May 29 21:08:29 2013 +0100 Update help for tagging R065 help/C/tag-field.page.stub help/C/tag-field.page M help/C/tag.page commit 7ddc6edc346e794f835e5b3d664dac3ba9e30407 Author: Ekaterina Gerasimova Date: Wed May 29 21:07:28 2013 +0100 Update help for the image tag field A help/C/image-delete.page A help/C/image-export.page M help/C/image.page commit 9d4fffdeb3cdaf7d84ef912a8b847c28ccafcbdf Author: Ekaterina Gerasimova Date: Wed May 29 21:05:36 2013 +0100 Add new sections to the index page M help/C/index.page commit 3e659fe63cb1137b66a3b2c5a32fc1848ddf8804 Author: Ekaterina Gerasimova Date: Wed May 29 21:02:18 2013 +0100 Link scanner help to format specifier help M help/C/scanner.page commit b9598b0a6bb9e186c79399d3c5f55385664b41d0 Author: Ekaterina Gerasimova Date: Wed May 29 20:59:36 2013 +0100 Add help page for the format specifier legend A help/C/format-specifier.page commit 470bce483dccef811b154e8219c02e57ce1efcad Author: Ekaterina Gerasimova Date: Tue May 28 20:33:08 2013 +0100 Remove use of GDataInputStream None of the features of GDataInputStream over GFileInputStream were used, so it was unnecessary. M src/ogg_tag.c M src/vcedit.c M src/vcedit.h commit 6d4452f0d939993b5323d535f4329d9a8424ee55 Author: Ekaterina Gerasimova Date: Tue May 28 20:22:01 2013 +0100 Correct type of TagType in error string M src/et_core.c commit b6167847bce012167acaf5f25dddcfef545181b9 Author: David King Date: Mon May 27 20:09:46 2013 +0100 Refactor list handling in flac_tag.c Iterate over GList with a for loop. Use g_list_next() rather than GList->next directly. M src/flac_tag.c commit 344038d846ed0f8d1546c098a5e67af8b876656a Author: David King Date: Fri May 24 00:00:51 2013 +0100 Refactor list handling in bar.c Use g_list_prepend() rather than g_list_append() to populate a GList. Reverse the resulting list with g_list_reverse(). M src/bar.c commit edaa4ccb37611e4b73895fb07e9ad68ff969654c Author: David King Date: Wed May 22 22:24:57 2013 +0100 Refactor list handling in misc.c Use a for loop to iterate over GList. Use g_list_next() to access the next list element, rather than GList->next. Use g_list_free_full() to free lists with dynamically-allocated elements. Do not check wither a GList has a length of 0. Keep a pointer to the start of a list so that it can be freed later. M src/misc.c commit a6cbb7812df1cd303695762f4895ff2c0ffe7192 Author: David King Date: Wed May 22 21:17:18 2013 +0100 Refactor list handling in picture.c Use g_list_next() rather than GList->next to access the next element in a list. Use g_list_free_full() to free lists with dynamically-allocated elements. Keep a pointer to the start of the list for freeing it later. Free the GtkTreePaths returned from gtk_tree_selection_get_selected_rows(). M src/picture.c commit 2b69b2f78350f58ce4be74ba680b55019b7116f0 Author: David King Date: Wed May 22 20:13:19 2013 +0100 Refactor list handling in cddb.c Do not check if a GList has 0 length. Use a for loop to iterate over GList. Use g_list_free_full() to free a list with dynamically-allocated elements. Use g_list_next() rather than GList->next to access the next element in a list. Keep a pointer to the start of the list so that it can be freed later. Populate GList by prepending to it, rather than appending. M src/cddb.c commit c4cadecfe89ffa0640bbbde60949ee32ac1563e5 Author: David King Date: Wed May 22 20:12:58 2013 +0100 Refactor list handling in browser.c Do not check if a GList has a length of 0. Use g_list_free_full() to free lists with dynamically-allocated elements. Use for loops to iterate over GList. Store a pointer to the start of the list so that it can be freed later. Prepend to a list, rather than appending, when populating it. M src/browser.c commit d85977a6e5f893de12903571b59dfa4a3072d6db Author: David King Date: Thu May 23 19:59:56 2013 +0100 Refactor list handling in scan.c Use a for loop to iterate over GList. Use g_list_next() rather than GList->next to access the next list element. Keep a pointer to the start of the list so that it can be freed later. Do not check if the length of a list is 0. Use g_list_free_full() to free lists with dynamically-allocated elements. M src/scan.c commit 98d756f597eb74ff79a36f1c13ce0aad0fe3b416 Author: David King Date: Thu May 23 19:59:47 2013 +0100 Refactor list handling in log.c Iterate over GList with a for loop. Keep a pointer to the start of the list so that it can be freed later. M src/log.c commit dfa15f2a071a959068d7a3b5808d37dc58fadeaa Author: David King Date: Thu May 23 19:59:37 2013 +0100 Refactor list handling in et_core.c Iterate over GList with a for loop. Use g_list_free_full() to free lists with dynamically-allocate elements. Keep a pointer to the start of the list so that it can be freed later. Fix some invariant checks against lists. M src/et_core.c commit 83f92578b246dc07c27ee974900bf5976bf5e5c5 Author: David King Date: Thu May 23 19:59:26 2013 +0100 Refactor list handling in easytag.c Use a for loop to iterate over GList. Prepend, rather then append, when populating a GList. Keep a pointer to the start of the list so that it can be freed later. Use g_list_free_full to free lists with dynamically-allocated elements. M src/easytag.c commit 1fe509111785ee8421f72e72d0cae834e75e7680 Author: Milagros Alessandra Infante Montero Date: Mon May 27 11:11:26 2013 +0200 Updated Spanish translation M po/es.po commit 2a732c26288c03d964a204a782c8a05cfb067665 Author: Piotr Drąg Date: Fri May 24 19:53:25 2013 +0200 Updated Polish translation M po/pl.po commit 4959a6463af656db6d2852128f4245579e5f717e Author: Abhinav Date: Fri May 24 20:20:52 2013 +0530 Use GFile instead of stdio in ogg_tag.c Fixes bug 700949. M src/et_core.c M src/ogg_tag.c M src/ogg_tag.h commit 949acb18409c64cc6fd6c9f6eafba175e254f90d Author: Muhammet Kara Date: Fri May 24 19:02:59 2013 +0300 [l10n] Added tr to LINGUAS M po/LINGUAS commit ec58624c4c65386ef467b04f7df1982776267379 Author: Osman Karagöz Date: Fri May 24 19:00:59 2013 +0300 [l10n] Added Turkish translation A po/tr.po commit 55472b35587555374ea2b70a5a2eb5c32f702424 Author: David King Date: Fri May 24 08:49:15 2013 +0100 Fix memory leak in Save_List_Of_Files Free a tree path when returning early. M src/easytag.c commit 8dc229ab7ea3663ac0f94ed27a4cbce61fd5914c Author: David King Date: Thu May 23 22:05:54 2013 +0100 Replace GTK+ include with GIO include M src/vcedit.c commit 94b6a68b51347d10e6a5c9a07dc035a3e3ce025c Author: Abhinav Date: Thu May 23 23:13:59 2013 +0530 Use GFile instead of stdio in vcedit.c, bug 700874 M src/ogg_header.c M src/ogg_header.h M src/ogg_tag.c M src/vcedit.c M src/vcedit.h commit 3d9438aa9159991ca5cb4b92e2d4a18f85d76cbc Author: David King Date: Thu May 23 07:31:47 2013 +0100 Fix a memory leak in ET_File_Name_Generate Free the UTF-8 directory name before returning. M src/et_core.c commit 2b3043e923a41b5684faedafe5c7ec1652e5dfd2 Author: David King Date: Wed May 22 20:09:36 2013 +0100 Fix memory leak in CDDB search dialog M src/cddb.c commit 2ecd8b2ffc4d4287a5acfd8ea5e8fc42dc986134 Author: David King Date: Wed May 22 00:06:57 2013 +0100 Use GApplication::open to open paths Add a handler for the "open" signal, and use it to load paths. Refactor et_local_command_line() to always handle the commandline arguments in full (and therefore return TRUE). Remove the "command-line" handler. M src/application.c M src/easytag.c commit 88b92c670ef2e98cd12369a680efe128ab7c8277 Author: David King Date: Tue May 21 18:16:15 2013 +0100 Remove custom signal to string function Use g_strsignal() to convert a signal ID to a string, instead of a custom function. M src/easytag.c commit a4881d320d7f083c76bb489b9d29e9f777929b62 Author: David King Date: Tue May 21 18:17:18 2013 +0100 Use ngettext to handle CDDB search plural forms M src/misc.c commit 0d54875085dab9fe541d743c7ed6546909dfaf93 Author: Abhinav Date: Tue May 21 17:24:00 2013 +0530 Improve FLAC file header handling Avoid checking whether the file exists before trying to read it. Remove some unused includes. M src/flac_header.c commit b4ef8260a60d7a7642728cd01e58624b5343fef4 Author: David King Date: Tue May 21 08:16:45 2013 +0100 Improve MP4 file error handling Do not check if the file exists before reading or writing tags to the file, but handle errors if they occur and return an appropriate result on failure. Remove some unused includes. M src/mp4_tag.c commit f4773b7cc1782f65e27817a34fd8c50285d99f63 Author: David King Date: Mon May 20 22:52:16 2013 +0100 Avoid crash when escaping from delete file dialog Handle the delete event response from the delete file dialog. M src/easytag.c commit f8c17ed415c03a45cd34f94373afb03ff12a05a2 Author: David King Date: Mon May 20 22:49:55 2013 +0100 Remove unused custom file list search handler The stock GtkTreeView handler was used instead, making this redundant. M src/browser.c commit f3cde87a6cc185c411552af76f945a5c14257e9e Author: David King Date: Mon May 20 22:41:29 2013 +0100 Avoid a shadow variable in Browser_Tree_Select_Dir M src/browser.c commit c726854e1a7baad9356a0022378d63629f3b8866 Author: David King Date: Mon May 20 22:37:50 2013 +0100 Check if the full commandline path is hidden The last element of the commandline path was skipped when checking for hidden paths, so rearrange the check so that all elements of the path are tested. M src/easytag.c commit af04f26b17a63d916f58278481a1702a9989c941 Author: Ekaterina Gerasimova Date: Mon May 20 21:57:10 2013 +0100 Improve tooltip for Save Files action M src/bar.c commit c6e7e9ff14f71ce990d21f74db042367d12d6ca7 Author: David King Date: Mon May 20 21:24:46 2013 +0100 Avoid critical warning when saving preferences Use the correct path for the browse hidden directory menu item in the UI manager. M src/bar.c commit c06b8893ecfa73f3640912f823e0d3d53cdcd1a6 Author: David King Date: Mon May 20 18:57:44 2013 +0100 Canonicalize relative commandline paths Use GFile in the commandline handler to do some trivial canonicalization of paths, which avoids a crash when passing a relative path as a commandline argument. M src/easytag.c commit 0b7e08d7184d50425142d0afc673ca114f614ba1 Author: David King Date: Mon May 20 16:04:21 2013 +0100 Use unabbreviated "frequency" in UI string There is enough space in the header information to use the unabbreviated word. M src/easytag.c commit 86bd3c561cd645fa9f4b36de95f159f3a301d41d Author: Adrian Bunk Date: Mon May 20 16:03:11 2013 +0100 Remove duplicate Serbian Latin script translation Fixes bug 700722. M po/LINGUAS D po/sr@Latn.po commit aad2aebd458e4ce649c7eb831c9e8bb5fd93b819 Author: Adrian Bunk Date: Mon May 20 17:25:44 2013 +0300 Stop supporting to write ID3 tags into FLAC files This is not (anymore?) supported at all by libflac, with e.g. oggenc erroring out with: ERROR: Input file "song.flac" is not a supported format Even as an option it does more harm than good due to people accidentally enabling it. FLAC pictures are supported since EasyTAG 2.1.4. Fixes bug 700724. M src/flac_tag.c M src/prefs.c M src/prefs.h M src/setting.c M src/setting.h commit a500ac81a0bb376e72d82989d7c4f8f079486578 Author: David King Date: Mon May 20 15:55:11 2013 +0100 Do not use bell in translatable string, bug 700723 M src/easytag.c commit 1ee20d90f4c85fbcb1472df94e57fec193b53c54 Author: Dimitris Spingos Date: Mon May 20 12:56:09 2013 +0300 Updated Greek translation M po/el.po commit c1395b0963facb01b25b84a5de8b40b983882fb0 Author: Abhinav Date: Mon May 20 11:21:38 2013 +0530 Use GFile instead of stdio in misc.c, bug 700690 M src/misc.c commit 511a1348c7b33d00a5ceb31bc93c6bc7d1473234 Author: Abhinav Date: Sun May 19 18:36:10 2013 +0530 Use GFile instead of stdio in crc32.c, bug 700636 M src/crc32.c M src/crc32.h M src/scan.c commit f7c0cc8ccebcd9c98cc7a1fcfb863c63f859142f Author: David King Date: Sun May 19 16:36:24 2013 +0100 Use g_return_val_if_fail() for more invariants Additionally, refactor Cddb_Get_Pixbuf_From_Server_Name() to avoid a cppcheck warning about duplicate if and else branches. M src/cddb.c M src/picture.c commit 73db9b439b3216809cf12427316c94fcb6c907dd Author: David King Date: Sun May 19 15:47:50 2013 +0100 Fix three memory leaks when saving settings M src/setting.c commit 4ed0b3ee7871c6fd47067c3c241a0f325d929f40 Author: David King Date: Sun May 19 12:42:03 2013 +0100 Use ngettext for status bar found files message Handle plural forms in the status bar message to report the number of files found in a directory. M src/easytag.c commit 311128b0cdee64f5a72aec396e8d16322fd17b65 Author: David King Date: Sun May 19 11:15:50 2013 +0100 Fix CRC calculation function return value Return TRUE on success and FALSE on error, as mentioned in the crc32_file_with_ID3_tag documentation comment. Do not try to close a NULL file stream pointer. M src/crc32.c commit 8072eb66a9561cf3d7bd8690c1726e7f39816f6a Author: Abhinav Date: Sat May 18 20:18:08 2013 +0530 Update file list after renaming, bug 700500 M src/easytag.c commit 8f26298550ad88b62bbf7d19d986d9baf291fcc5 Author: Abhinav Date: Sat May 18 16:11:25 2013 +0530 Fix GLib critical warning in et_core.c, bug 700359 M src/et_core.c commit 5fae33d307cccfdcfbd1594f2c727d51cb38571e Author: Abhinav Date: Sat May 18 17:17:08 2013 +0530 Uses GFile instead of stdio in easytag.c Fixes bug 700500. M src/easytag.c commit 7389fb3ff2005ac104fddb42a9a3de518df0373a Author: David King Date: Sat May 18 12:55:58 2013 +0100 Use stock "up" icon for parent directory action M src/bar.c commit a1aae3d38e9c439a2ecac02a8393f95619e707e3 Author: David King Date: Sat May 18 12:39:12 2013 +0100 Move parent directory action to the Go menu M src/bar.c M src/bar.h M src/browser.c M src/browser.h M src/ui_manager.h commit 0d970246720420bc4281f5dc908043a3babd8af9 Author: David King Date: Sat May 18 10:39:26 2013 +0100 Use g_return_val_if_fail() for more invariants Found while looking through locations of "return NULL;". M src/browser.c M src/charset.c M src/id3_tag.c M src/id3v24_tag.c M src/misc.c M src/scan.c commit 6d7e7e338eb72f0b6813e9a0bd2814a21732e9bf Author: Piotr Drąg Date: Fri May 17 19:25:46 2013 +0200 Updated Polish translation M po/pl.po commit bde0909d1a87c5110c107483b70ac38fe488b769 Author: David King Date: Fri May 17 07:50:03 2013 +0100 Use g_return_val_if_fail() for more invariants Convert tagging functions to use g_return_val_if_fail() to check invariants. M src/ape_tag.c M src/flac_header.c M src/flac_tag.c M src/id3_tag.c M src/id3v24_tag.c M src/mp4_header.c M src/mp4_tag.c M src/ogg_header.c M src/ogg_tag.c M src/wavpack_tag.c commit 9e60cbd498d6cf469c42cdd74419a7e8191eef06 Author: David King Date: Fri May 17 00:21:11 2013 +0100 Fix check of unsigned duration type Do not check for values less than 0, as the comparison is pointless for unsigned types. M src/misc.c commit a6a47f77827b55e950d0e00c892ed9acc0bc61b6 Author: David King Date: Fri May 17 00:18:21 2013 +0100 Drop unused sample format from FLAC header loader This allows sample formats of other than 8 and 16 bits per sample to be shown in the header information. M src/flac_header.c commit df505cd8542cc93363b06d1bdc8f7eb0ab31610f Author: David King Date: Thu May 16 23:09:46 2013 +0100 Replace chown() on Windows with 0 Define chown() to be 0, the successful return value. M src/win32/win32dep.h commit 7d64bff0492987d91339683397ebf107a1600155 Author: David King Date: Thu May 16 23:07:57 2013 +0100 Use g_return_val_if_fail() for more invariants M src/browser.c M src/cddb.c M src/et_core.c commit c9b9c5413a7db5c92f64408403531af37d63d63c Author: Abhinav Date: Thu May 16 23:39:11 2013 +0530 Use GFile instead of stdio in id3_tag.c Fixes bug 700454. M src/id3_tag.c commit 0d682b5d4da9952f1b0b8bf1a1ce6be38a1e68d9 Author: Martin Srebotnjak Date: Thu May 16 22:24:28 2013 +0200 Updated Slovenian translation M po/sl.po commit 3a59cafa31c0e6fcfdb1a79c24b12bf740977121 Author: David King Date: Wed May 15 23:35:10 2013 +0100 Make unusable actions insensitive, bug 699957 M src/bar.h M src/easytag.c commit f048c43dc435392c4f703642eb75aa160f994c0e Author: David King Date: Wed May 15 22:26:49 2013 +0100 Show menu item tooltips in the status bar Refactor the existing status bar code to add a separate context for permanent messages, temporary messages and tooltip messages. Add proxy handlers to the application-wide GtkUIManager to push and pop status messages when menu items are selected and deselected. M src/bar.c commit 565b229d55ba7cbd34adeacd52a441699126ecfc Author: David King Date: Wed May 15 18:06:19 2013 +0100 Make the main status bar context static M src/bar.c M src/bar.h commit ace584e56ab3de44a5548d920f01985cf6e36307 Author: David King Date: Wed May 15 17:43:59 2013 +0100 Improve et_core_read_file_info invariant check Use g_return_val_if_fail() for the invariant check. Add a gtk-doc style comment above the function. M src/et_core.c commit b37e622a8358864b9f2e0317ad014d709a5d6af1 Author: Abhinav Date: Wed May 15 14:00:17 2013 +0530 Use GIO instead of stdio for et_core.c, bug 700359 M src/et_core.c M src/et_core.h commit ad1c4a60b27b9999440d3310ac016139f366ea88 Author: Мирослав Николић Date: Wed May 15 11:32:37 2013 +0200 Updated Serbian translation M po/sr.po M po/sr@latin.po commit edcdc1db08d74af96f52a25c0985a92d79f25080 Author: David King Date: Tue May 14 17:22:50 2013 +0100 Improve image file loading and saving Use header capitalization for the file choose dialog title. Allow non-local files, as either URIs or GFile are used to reference the files selected in the file chooser. Use GTK+ file overwrite confirmation dialog. Improve error handling when loading images. M src/picture.c commit d0d458325bc40bbb82da4fc37dc81a64a930333d Author: Abhinav Date: Tue May 14 17:18:58 2013 +0530 Use GIO instead of stdio in picture.c, bug 700050 M src/picture.c commit ef7666bddfe92ccbdcd1eea48da96f538696d42c Author: David King Date: Mon May 13 23:47:44 2013 +0100 Use GFile when loading images As part of solving bug 700050, use GFile when loading images in order to avoid explicitly converting between encodings when dealing with filenames. M src/picture.c commit 0ac8f0d6d0fb8076b7a508a3abd0fb0a0b32b98a Author: Piotr Drąg Date: Sun May 12 23:37:07 2013 +0200 Updated Polish translation M po/pl.po commit 85d374b4726c7816ea5aba6b3e58a86decfb9ef3 Author: Milagros Infante Montero Date: Sun May 12 20:05:55 2013 +0200 Updated Spanish translation M po/es.po commit 2d9cd3a106141ef58367be524dff0fcaea52547d Author: David King Date: Sat May 11 10:28:23 2013 +0100 Do not close the log file iostream explicitly The stream is automatically closed when the last reference is dropped, so there is little benefit in explicitly closing it. M src/log.c commit 5896ede63e4e8a94972ec0d92eb45ed37bc98eaa Author: David King Date: Sat May 11 08:49:20 2013 +0100 Ignore error when closing and writing the log file Only report a single error when closing the log file fails, instead of reporting an error when the write fails and another if the close fails. M src/log.c commit b4dcd29cc83d2644509a504095951df388c58463 Author: David King Date: Fri May 10 22:18:47 2013 +0100 Fix spurious log message about list file writing Use a GString to construct the list file buffer, and check that the buffer was successfully written. M src/setting.c commit 48c4f09e2b681c0d82fb79b16f1f26886626b9d1 Author: David King Date: Fri May 10 19:47:58 2013 +0100 Make unselect all a generic action, bug 699958 Move the unselect all item to the edit menu, and apply it to the currently-focused widget. M src/bar.c M src/bar.h M src/easytag.c M src/easytag.h M src/ui_manager.h commit 51ddfdfe1d5b060c699c0cc032418142d48bb243 Author: David King Date: Fri May 10 18:08:18 2013 +0100 Use more appropriate icons for log items M src/log.c commit 31beeb7903700e6e28f2c3c9c8e8f6302a3dab0b Author: Abhinav Date: Fri May 10 20:21:44 2013 +0530 Use GFile rather than stdio in log.c, bug 700050 M src/log.c commit 014b74d257b469b9639859a878b7ce191e16d855 Author: David King Date: Fri May 10 14:47:18 2013 +0100 Check modifier state in key-press-event handler As pointed out by Alexander Shaduri in bug 699813, this is necessary to ignore unwanted modifiers such as numlock and caps lock. M src/easytag.c commit 11b2601d87de7bad50ff50ce0156d36ec7280102 Author: David King Date: Fri May 10 14:08:40 2013 +0100 Fix return type of key-press-event handler Return TRUE if the event was handled and FALSE if the event should propagate further. M src/easytag.c commit 4fed848e6dcded7208674acf2b0838566aeadd00 Author: David King Date: Thu May 9 23:36:04 2013 +0100 Make Ctrl+Return in tag fields apply to selection Apply the current tag field across the selected files when Ctrl+Return is pressed. Fixes bug 699813. M src/easytag.c commit ecbd9e6aa5b32acf5c8feda3868e5acddc802745 Author: David King Date: Thu May 9 22:05:07 2013 +0100 Remove handling of activation of tag field entries Now that the tag field GtkEntrys have icons for applying the tag to selected files, the focus chain is significantly shorter. Remove the functionality to jump to the next field by activating the current GtkEntry, as it incorrectly duplicates the focus chain order. M src/easytag.c commit 95d34d6981afe72f6f0a1b30596f6005519d34e3 Author: David King Date: Thu May 9 21:20:45 2013 +0100 Fix libapetag unused result warnings, bug 699979 M src/libapetag/apetaglib.c M src/libapetag/info_mac.c M src/libapetag/info_mpc.c M src/libapetag/is_tag.c commit 656c87bbc6d225e1a4926099ca93e346855712d5 Author: Abhinav Date: Thu May 9 20:06:20 2013 +0100 Fix cddb.c unused result warnings, bug 699979 M src/cddb.c commit 134da63109b26840b8979ec4b3567878b5ba5b9c Author: Abhinav Date: Thu May 9 23:35:21 2013 +0530 Fix et_core.c unused result warnings, bug 699979 M src/et_core.c M src/log.c commit bfdfcc879b8d251abbc9a6805e755987ab230fb0 Author: Abhinav Date: Thu May 9 19:48:09 2013 +0530 Fix log.c unused result warnings, bug 699979 M src/log.c commit 96f2700578ab143214221de2c7762a9c9be0a167 Author: Abhinav Date: Thu May 9 23:13:42 2013 +0530 Fix setting.c unused result warnings, bug 699979 Additionally, fix build error in previous patch. M src/id3v24_tag.c M src/setting.c commit 661dab454a47390ff9e5d4d7b2a76f70961c6ba7 Author: Abhinav Date: Thu May 9 23:10:26 2013 +0530 Fix id3v24_tag.c unused result warning, bug 699979 M src/id3v24_tag.c commit e63c39bbb9cc88f00014e4746bfa2b1037107490 Author: Abhinav Date: Thu May 9 22:59:01 2013 +0530 Fix easytag.c unused result warnings, bug 699979 M src/easytag.c commit 4c1e6a0f7bf4fa57e44b1085035689a8f4336302 Author: David King Date: Wed May 8 22:36:41 2013 +0100 Rearrange menus and menu items Attempt to comply with the GNOME HIG with regards to the style and placement of menus. M src/bar.c M src/bar.h M src/browser.c M src/misc.c M src/scan.c M src/ui_manager.h commit 1d66fd330356887c78d0440d24ceea2177bb03d7 Author: David King Date: Wed May 8 21:18:23 2013 +0100 Rename discard to cancel when saving a single file M src/easytag.c commit 5d10d7acf57a1b33e47032811aaa6a84b4f55725 Author: Piotr Drąg Date: Wed May 8 18:42:09 2013 +0200 Updated Polish translation M po/pl.po commit 589907351458a13f0feabfe96cc7cfd7eb9924e6 Author: David King Date: Sun May 5 21:27:48 2013 +0100 Make some XPM data static Found by findstatic.pl. M data/pixmaps/freedb.xpm M data/pixmaps/gnudb.xpm M data/pixmaps/musicbrainz.xpm commit 2efdf5fe5954576d642c9d9f931d0306c91aab55 Author: David King Date: Sun May 5 21:25:23 2013 +0100 Make Scanner_Option_Menu_Items static and const Found with findstatic.pl. M src/scan.c commit 2397a12a309b7e3c729cc344ba856a2028195ace Author: David King Date: Sun May 5 21:23:34 2013 +0100 Refactor loading of default masks Make mask arrays static and const. M src/scan.c M src/setting.c M src/setting.h commit fc3610b47cd61565ed8b2a0075e338efa1e61e01 Author: David King Date: Sun May 5 21:12:00 2013 +0100 Make configuration variable struct static Found with findstatic.pl. M src/setting.c commit 2a3a5ab88e21bf6f796170221cb9039a728e579d Author: David King Date: Sun May 5 21:09:12 2013 +0100 Remove unused Create_Pixmap_Icon_With_Event_Box Found with findstatic.pl. M src/misc.c M src/misc.h commit e5bedc72ccd4d22b0b07a382a81c1ee6799b4d02 Author: Matej Urbančič Date: Sat May 4 21:54:12 2013 +0200 Updated Slovenian translation M po/sl.po commit 6ed0e4fe109b580a320c7ac1fe5aa745de126f44 Author: David King Date: Sat May 4 19:29:30 2013 +0100 Move remaining mask warning images into GtkEntrys M src/browser.c M src/scan.c M src/scan.h commit a1815436957629c306767b24cae5d19d91f866cf Author: David King Date: Sat May 4 18:40:59 2013 +0100 Replace playlist mask warning with entry icons Move the warning icon into the GtkEntry. M src/misc.c commit 8b2d654cff803a785510e60edb7cae2a4595e8aa Author: David King Date: Sat May 4 17:55:19 2013 +0100 Remove useless "edit masks" playlist button M src/misc.c commit 4c0e49f5939e58559f7597e646fed53bab28f582 Author: Ekaterina Gerasimova Date: Sat May 4 17:51:00 2013 +0100 Make playlist labels consistent M src/bar.c M src/misc.c commit 8a61b2b299cfa3f4ecd8f3b757f3fed60f991ce7 Author: David King Date: Sat May 4 17:46:41 2013 +0100 Use same string for both playlist write errors M src/misc.c commit f33d4af3b7498fa4a4f0d9188a6d92add56663be Author: DarshanMn Date: Sat May 4 18:52:45 2013 +0530 Make the file list treeview sortable, bug 694310 When a column header is clicked, the file list gets sorted by the contents of that column and the sort order option in the preferences dialogue gets automatically updated and vice-versa. M src/browser.c M src/browser.h M src/et_core.c M src/setting.c commit b6707afd59697f96a4e43e69876c436cd15f6e91 Author: David King Date: Sat May 4 14:02:15 2013 +0100 Fix invalid read in rename file dialog Set the pointer to the preview label to NULL when destroying the dialog. M src/browser.c commit 014aefad41820552bee5604804631533066a3aee Author: David King Date: Sat May 4 13:48:04 2013 +0100 Remove obsolete PNG icon factory code M src/misc.c commit 93c521c185c93c2f84f635f29c6e3e97e608f798 Author: David King Date: Sat May 4 13:07:45 2013 +0100 Move Entry_Changed_Disable_Object to browser.c Make Entry_Changed_Disable_Object static and rename it to empty_entry_disable_widget to better reflect its purpose. M src/browser.c M src/misc.c M src/misc.h commit 4fd027c30b6dae90535f9fe1c40bd601f5a30dc2 Author: David King Date: Sat May 4 12:12:15 2013 +0100 Make the find files window a GtkDialog Additionally, use a uniform box spacing of six pixels. M src/misc.c commit 8c53b7ddf45891cb3e6c1423e8b66efe35cadaab Author: David King Date: Sat May 4 12:06:23 2013 +0100 Make the CDDB search window a GtkDialog Additionally, add a uniform box spacing of 6 pixels. Use "CDDB" consistently in the UI rather than "CD Database". M src/bar.c M src/cddb.c M src/prefs.c commit 68ed7074fa5d26cbfb58b889e520eb47c0fc3310 Author: David King Date: Sat May 4 10:31:09 2013 +0100 Add "encoded by" column to files list treeview M src/browser.c commit f7f8c9861ba3bcca4a807b068880def27837c704 Author: David King Date: Fri May 3 16:46:32 2013 +0100 Use a GtkDialog for the run program on file window M src/browser.c commit 6609e87048ab303d444d497b7be9a9d1a9d88bdc Author: David King Date: Thu May 2 23:13:45 2013 +0100 Make run program on directory window a GtkDialog M src/browser.c commit d90eb7b7d0ad55c067c1fdc8159ebb5b58b9dc79 Author: David King Date: Thu May 2 22:44:40 2013 +0100 Make the rename directory window a GtkDialog M src/browser.c commit ce9ece8bb83022e860288446d74574c883820ffc Author: Piotr Drąg Date: Thu May 2 19:58:55 2013 +0200 Updated Polish translation M po/pl.po commit a362a5dd5d2b6c6a439076f4f9881afbe1157f32 Author: David King Date: Wed May 1 20:16:43 2013 +0100 Remove settings for preferences window dimensions The defaults for these were useless, as the preferences window was much larger than the defaults. M src/prefs.c M src/setting.c M src/setting.h commit f1b751b8037a9223a32337dfb84fd97a9ffff2eb Author: David King Date: Wed May 1 20:10:39 2013 +0100 Make load filenames window a GtkDialog Adjust box spacing to be a consistent 6 pixels. Remove the redundant outer frame. M src/misc.c commit bedb39936276ccd31998cd9986909898e37f8006 Author: David King Date: Tue Apr 30 22:03:50 2013 +0100 Remove the playlist window dimensions Remove the dimensions from the settings header. M src/setting.h commit 76cd35ded040d2f7430ac4bd0ddc8e67f88f2ba2 Author: David King Date: Tue Apr 30 21:58:44 2013 +0100 Do not save the write playlist window dimensions The window size is determined by the contained widgets, so there is little point in resizing it and storing the new size. M src/misc.c M src/setting.c commit b236239a1678e44894da34e1bb43865acd6ca6e9 Author: David King Date: Tue Apr 30 21:23:46 2013 +0100 Make the write playlist window a GtkDialog Additionally, use a consistent padding of 6 pixels for boxes. M src/misc.c commit c59463c3ccb39da4b6a6284a0f129906160a3d69 Author: David King Date: Mon Apr 29 22:46:08 2013 +0100 Make the searching for files window a GtkDialog M src/easytag.c commit 945fdf87432dba74787572544e2691b6e6736da0 Author: David King Date: Mon Apr 29 21:36:37 2013 +0100 Move Preferences to a new Edit menu M src/bar.c M src/bar.h M src/ui_manager.h commit f73952c5ee9980e76b06dc6906a5e76e1e1c2b3c Author: David King Date: Mon Apr 29 21:01:08 2013 +0100 Remove extra frame in confirmation preferences tab M src/prefs.c commit 3a167aa87d1a44a12b885199ec82a8ba7f2844e2 Author: David King Date: Mon Apr 29 20:58:39 2013 +0100 Remove extra frame in CDDB preferences tab M src/prefs.c commit 71abc361a838ef0bdb4dc67b07f6565e8e75e627 Author: David King Date: Mon Apr 29 20:48:38 2013 +0100 Remove extra frame in scanner preferences tab M src/prefs.c commit 6760adbf5d391df140745d3a8de61d974a2a7b4b Author: David King Date: Mon Apr 29 20:36:54 2013 +0100 Remove extra frame in ID3 tag settings preferences M src/prefs.c commit 943f67a11bb2ad970db081616d4374d337ab126f Author: David King Date: Mon Apr 29 20:28:42 2013 +0100 Remove extra frame in tag settings preferences M src/prefs.c commit 6b27fc685bb6fe93119d16dc395bf8274279aaf0 Author: David King Date: Mon Apr 29 20:20:11 2013 +0100 Remove extra frame in file settings preferences M src/prefs.c commit 0125c911bc6412f14a3dcd578900e81a47d288c9 Author: David King Date: Mon Apr 29 18:43:07 2013 +0100 Remove extra frame in misc preferences tab M src/prefs.c commit 635ba53fec21225206c234e7b7a5025f2eefd7b6 Author: David King Date: Mon Apr 29 18:28:54 2013 +0100 Remove extra frame in browser preferences tab M src/prefs.c commit 5568cf3a70f27bdb8f0eb894973cef5415d5a55c Author: David King Date: Mon Apr 29 17:02:02 2013 +0100 Make the preferences dialogue a GtkDialog Use a GtkDialog with a "response" handler to replace the existing dialogue. M src/prefs.c commit d63f59141697469b84419a3ec99c5dedd0dd4291 Author: Piotr Drąg Date: Mon Apr 29 21:16:18 2013 +0200 Updated Polish translation M po/pl.po commit 564520eb261c86e67ed690cde655ecea6981736f Author: Milagros Alessandra Infante Montero Date: Mon Apr 29 10:33:38 2013 +0200 Updated Spanish translation M po/es.po commit c6cc5f0914fa3b1b7d16fe2d597b146fb71ed332 Author: Ekaterina Gerasimova Date: Mon Apr 29 00:19:54 2013 +0100 Rename tag-image.page help page to image.page M help/C/image.page D help/C/tag-image.page commit 399742abf6dccb5da249cbfd5e0881036a2f9b33 Author: Ekaterina Gerasimova Date: Mon Apr 29 00:19:19 2013 +0100 New help page for the scanner dialog A help/C/scanner.page commit 58d1e68f78ce8efa1c348fef52b003bed62e2f89 Author: David King Date: Mon Apr 29 00:02:10 2013 +0100 Make the scan files button internal to the dialog Set the sensitivity of the "scan files" button with gtk_dialog_set_response_sensitive() and hide it from external users of the dialog. M src/easytag.c M src/scan.c M src/scan.h commit a97344ba4c925badc990811f75b839961a58e7d1 Author: David King Date: Sun Apr 28 23:43:53 2013 +0100 Use a GtkDialog for the scanner window Use GtkDialog and the _with_buttons() constructor to create a GtkDialog and use it for the scanner window. Add a "response" handler. Move the "close" and "scan files" buttons to the dialog action area. M src/scan.c commit f15934f1caccc9ea6e19416a7f8090c75dc5e71a Author: Piotr Drąg Date: Sun Apr 28 21:58:40 2013 +0200 Updated Polish translation M po/pl.po commit c8216e3c2a7366ca3819ecec342879498de0ebf2 Author: David King Date: Sun Apr 28 18:44:25 2013 +0100 Improve access to the scanner dialogue, bug 699122 Convert the scanner mode actions to radio actions. Add a toggle action for showing the scanner dialogue. M src/bar.c M src/bar.h M src/easytag.c M src/easytag.h M src/scan.c M src/scan.h M src/ui_manager.h commit bde0d6309ef753225fb968ebe1401d142d05f70d Author: Ekaterina Gerasimova Date: Sun Apr 28 15:10:06 2013 +0100 Add padding to the legend in the scanner dialog M src/gtk2_compat.c M src/gtk2_compat.h M src/scan.c commit 8d12f32750f0e9ac109e09371984223273426ca4 Author: Valeri Nistor Date: Sun Apr 28 15:25:49 2013 +0300 Update images number in notebook title, bug 699005 M src/picture.c commit 49cb67b700786093fce0153488a4fde2b7b97896 Author: David King Date: Sun Apr 28 11:49:31 2013 +0100 Set a fallback drive icon for mingw M src/browser.c commit a4203cccc14cbe3122dae453d39b836669a381e0 Author: David King Date: Sun Apr 28 10:18:24 2013 +0100 Move drive icon code to avoid C90 error Declarations must appear before code in standard C. M src/browser.c commit 366bad57877c899bdd2e5f7f2a9d59cb1dd181da Author: David King Date: Sat Apr 27 22:41:48 2013 +0100 Use ifdef for conditional mingw compilation Avoid testing the build host in the Makefile and altering which files will be built based on it, and instead test for G_OS_WIN32 with ifdef. M Makefile.am M src/browser.c M src/cddb.c M src/charset.c M src/easytag.c M src/et_core.c M src/id3v24_tag.c M src/log.c M src/ogg_tag.c M src/picture.c M src/prefs.c M src/setting.c M src/win32/win32dep.c commit db7cd7942386c3d751f5f8b275223a241eadc60c Author: Aurimas Černius Date: Sat Apr 27 23:28:27 2013 +0300 Updated Lithuanian translation M po/lt.po commit 6eaa42ea630fd1e8a6af73c3ca1740a0a92b0c79 Author: Martin Srebotnjak Date: Sat Apr 27 21:26:33 2013 +0200 Updated Slovenian translation M po/sl.po commit e87a8ab6a1c32d09825f61c49bee75abc27265af Author: David King Date: Sat Apr 27 16:53:14 2013 +0100 Avoid crash when using MusicBrainz CDDB search When running the CDDB search, set the freed server request message pointer to NULL to avoid a double free which would occur after making a request to the second CDDB server listed in the preferences. Thanks to Alexander Shaduri for the report. Fixes bug 699022. M src/cddb.c commit afe36a753ce414b8be125d0a3a7b466b3a22233f Author: Ekaterina Gerasimova Date: Fri Apr 26 22:31:36 2013 +0100 Add help page stub about adding fields to a tag A help/C/tag-field.page.stub commit ad7ce0bc57fd3f9e6ee9f43d6b15bca626286562 Author: Ekaterina Gerasimova Date: Fri Apr 26 22:29:45 2013 +0100 Update tag-image help page links to guide pages M help/C/tag-image.page commit 161d8bd6981ef669c8e5d16ba8eff7c560a5ee32 Author: Ekaterina Gerasimova Date: Fri Apr 26 22:26:30 2013 +0100 Add help page about tags M help/C/tag.page commit 7f89f8e481eaa0642971ecc1b42124134f28bff5 Author: David King Date: Fri Apr 26 22:28:57 2013 +0100 Remove "select all" from the toolbar As there is a global handler for select all, it is misleading to have a select all button next to the invert selection button in the toolbar. M src/ui_manager.h commit 34ba004155132a1a548c7aa94747d1624865f267 Author: David King Date: Fri Apr 26 22:07:42 2013 +0100 Minor update to TODO M TODO commit 3605bd5f06dfe1ae79afd707b0f4867f434ba3df Author: David King Date: Fri Apr 26 21:22:51 2013 +0100 Do not split FLAC and OGG tags by default There have been several bugs about the tag splitting behaviour, so disable the splitting by default. See bug 689443. M src/setting.c commit d6501d58fb64d06d3986b0a05b094905f24ac285 Author: David King Date: Fri Apr 26 21:15:27 2013 +0100 Add 22×22 and 24×24 icon sizes Thanks to Michael Monreal for noticing the omission in bug 689474. M Makefile.am A data/icons/22x22/easytag.png A data/icons/24x24/easytag.png commit c35c18b949ac4c47a241cdd2c8ebe945689b4b0c Author: David King Date: Fri Apr 26 21:01:41 2013 +0100 Default to use "xdg-open" instead of "xmms -p" xdg-open seems like a sane default until the port to GTK+ 3 (and GtkAppChooserButton). M src/setting.c commit 9f6a871d0fc25c9b8ac346d0288760589314d860 Author: David King Date: Fri Apr 26 20:54:12 2013 +0100 Remove ID3 and Vorbis comment documentation Both sets of documentation are available online: http://www.xiph.org/vorbis/doc/v-comment.html http://id3.org/Developer%20Information M Makefile.am D doc/id3/easy.html D doc/id3/id3v2.3.0.html D doc/id3/id3v2_blocks.gif D doc/id3/mpeghdr-19991222.htm D doc/vorbis/v-comment.html D doc/vorbis/white-ogg.png commit 77485d2b62060f9311a33b4cec820793834a07d9 Author: Abhinav Date: Thu Apr 25 16:15:08 2013 +0530 Browse subdirectories of executable paths Allow browsing subdirectories of paths with only executable permissions. Fixes bug 689439. M src/browser.c commit 2c192f334f8d2714c7bb2d54bbe3d73e8b7a78d3 Author: DarshanMn Date: Tue Apr 23 17:48:06 2013 +0530 Update the file property sort order automatically When the sort order is selected in the file menu, and is a property of the file (rather than a tag property), the file list sort order is not automatically updated. This patch makes the file list sort automatically after setting the sort order in the file menu. Fixes bug 698378. M src/bar.c commit 4bbfe020cac253be741c6d600533c2ff2df808dc Author: David King Date: Tue Apr 23 06:42:45 2013 +0100 Improve get_gicon_for_path() Add another parameter indicating the desired state of the folder icon (open or closed). Use GFile to read the file permissions. Test whether the path is writable. M src/browser.c commit 507aad490e98e64b60ac41a5dea15061b244ee54 Author: Adolfo Jayme Barrientos Date: Tue Apr 23 10:43:11 2013 +0200 Updated Spanish translation M po/es.po commit fc437915320eff94b84352f8a82aac807b0996d0 Author: David King Date: Sun Apr 21 22:20:14 2013 +0100 Improve check_for_subdir() Take a const string for the path. Improve the comment describing the fuction. M src/browser.c commit b7ad8a101ddafc788728704cbc8ffc41103f02e9 Author: Abhinav Date: Sat Apr 20 17:48:22 2013 +0530 Deselect when clicking a blank image treeview area When clicking on a blank area in the tree view of image tags, deselect all rows. Fixes bug 698149. M src/picture.c commit 6c8d997bd643bea849480259876c3cdf6fc3ef54 Author: Gil Forcada Date: Fri Apr 19 21:37:58 2013 +0200 [l10n] Add Catalan translation M po/LINGUAS A po/ca.po commit 26083605d0dc260487b78af9f5bf3e2b8e96587b Author: David King Date: Fri Apr 19 14:59:33 2013 +0100 Clarify "encoder name" with a translator comment Thanks to Alexandre Franke for pointing out the problem. M src/bar.c commit 4c3e8b98272121b54bc2d7bcb90ed7e6bcffd867 Author: Abhinav Date: Sun Apr 14 16:06:09 2013 +0530 Do not convert characters in playlist fields Fixes bug 689449. M src/scan.c commit eb3626fce6ecdb4a6d7c05f04c8785854e8daa86 Author: David King Date: Mon Mar 25 09:52:17 2013 +0000 Move desktop file to data subdirectory Additionally, add a translator comment for the keywords field. Add a stamp rule to ensure that the data subdirectory exists in the build directory. M .gitignore M Makefile.am M configure.ac R073 easytag.desktop.in data/easytag.desktop.in M po/POTFILES.in commit 647968b5c9fa31b1271a33ac4531ae6cee8afe2a Author: Piotr Drąg Date: Wed Apr 10 17:53:56 2013 +0200 Updated Polish translation M po/pl.po commit 26939eaae5d54a6299978fe02e2f07aecc58b49a Author: David King Date: Tue Apr 9 22:24:18 2013 +0100 Remove many trailing ellipses in strings M src/bar.c M src/browser.c M src/cddb.c M src/easytag.c M src/misc.c M src/picture.c M src/prefs.c M src/prefs.h M src/scan.c commit 97e6a2214ab35a7cf30ed3e01b5746a97029575e Author: David King Date: Tue Apr 9 21:24:35 2013 +0100 Consistently use "filename" instead of "file name" For UI strings especially, the single word "filename" is favoured by the GNOME HIG and documentation style guide. M README M help/C/rename-file.page M help/C/tag-image.page M src/browser.c M src/cddb.c M src/easytag.c M src/et_core.c M src/et_core.h M src/misc.c M src/prefs.c M src/scan.c M src/win32/win_easytag.c commit 696040ded98a6dd553a2c5eebbfaf7b473e3dd57 Author: David King Date: Tue Apr 9 21:00:00 2013 +0100 Avoid a critical warning when saving files Use the correct action name when fetching a widget from the UI manager. M src/easytag.c commit 27ab36387265b960088dd27b06f569a681631afe Author: David King Date: Tue Apr 9 18:11:48 2013 +0100 Simplify file list tree view column creation Rearrange the order of columns in the model, and create the GtkTreeViewColumns with a for loop instead of duplicated code. M src/browser.c M src/browser.h commit 9bb9ebeb1baeb625528e6c0b91eb96c3f080de93 Author: Piotr Drąg Date: Tue Apr 9 19:40:29 2013 +0200 Updated Polish translation M po/pl.po commit 032f76818f7efd6acb147947a7dcbbfb37fee7bd Author: DarshanMn Date: Tue Apr 9 13:49:35 2013 +0530 Apply the new sort order autamatically, bug 697604 Make the filelist treeview sort automatically on leaving preferences dialogue after setting new sort order. M src/setting.c commit e22022ece4b3db8831266194e490574dcbbfee40 Author: David King Date: Mon Apr 8 23:39:49 2013 +0100 Improve file view mode selection, bug 697457 Split the file view mode toggle action into two radio actions. M src/bar.c M src/bar.h M src/browser.c M src/easytag.c M src/ui_manager.h commit a56bfb99897fe043bbea0953d557a8adcb237a12 Author: Ekaterina Gerasimova Date: Mon Apr 8 23:01:46 2013 +0100 Add help for adding images. A help/C/tag-image.page commit 503b04bddfa42e46e6dbda460775686a59bc4e97 Author: David King Date: Mon Apr 8 20:41:23 2013 +0100 Add a stock image to the CDDB select all button M src/cddb.c commit 4de07095ce8070f622cfd13a368722bfa4e547fc Author: David King Date: Sun Apr 7 23:05:56 2013 +0100 Improve select all action handler, bug 697515 As the action handler is not invoked on a widget, determine the currently-focused widget and call the appropriate "select all" method to ensure that Ctrl+A functions correctly in widgets other than the file list view. Adjust the strings to indicate that the select all action is not specific to files. M src/bar.c M src/bar.h M src/browser.c M src/cddb.c M src/easytag.c M src/easytag.h commit ccc920e4ac572211e44919173518902009305cff Author: DarshanMn Date: Mon Apr 8 23:23:59 2013 +0530 Make the sort options more complete Some of the code has been reordered to match the order in the enum of sort modes. Also, the sorting function for the 'Disc Number' tag has been added. Partially fixes bug 697570. M src/browser.c M src/et_core.c M src/et_core.h M src/prefs.c commit 0f975687d67271716d04fbf63e0b9bc4aa0c8de8 Author: David King Date: Mon Apr 8 18:01:48 2013 +0100 Remove ancient libmpg123 code, bug 692410 Use id3lib for reading the MPEG header instead of the internal version of mpg123. With only id3tag support (and no id3lib support) the MPEG header is not read, but ID3v2.4 tag reading and writing still works. Modify ifdefs and update .gitignore appropriately for libmpg123 removal. Move ID3_INVALID_GENRE to src/id3_tag.h to avoid a warning. M .gitignore M Makefile.am M src/et_core.c M src/genres.h M src/id3_tag.c M src/id3_tag.h M src/id3v24_tag.c D src/libmpg123/README D src/libmpg123/common.c D src/libmpg123/dxhead.c D src/libmpg123/dxhead.h D src/libmpg123/getbits.h D src/libmpg123/huffman.h D src/libmpg123/l2tables.h D src/libmpg123/layer1.c D src/libmpg123/layer2.c D src/libmpg123/layer3.c D src/libmpg123/mpg123.c D src/libmpg123/mpg123.h M src/mpeg_header.c M src/wavpack_header.c commit 84e3fcce89d13518e930dbeb332a9cc263c4b604 Author: Piotr Drąg Date: Sun Apr 7 22:31:49 2013 +0200 Updated Polish translation M po/pl.po commit 72e769c73f46f9090c01fd1dd87b9c1ac6bacd96 Author: David King Date: Sun Apr 7 11:09:44 2013 +0100 Use the Unicode multiplication sign for dimensions M src/picture.c commit dbdb9bd48695ea0890a792f7ff921597d690c76c Author: David King Date: Sun Apr 7 11:03:46 2013 +0100 Slightly improve size conversion functions Use lower-case 'k' for kilo prefix. Use gsize for sizes. Use off_t when getting the file size from stat(). M src/misc.c M src/misc.h commit 50edde812954b311127e0dd6979ac9cb0be3d93b Author: David King Date: Sun Apr 7 10:29:40 2013 +0100 Use a toolbar for the picture tab buttons Use a toolbar for the control buttons underneath the picture tab tree view. Update the sensitivity of the toolbar buttons depending on the selected items (make the remove, save and property buttons insensitive if no items are selected). Improve the string for removing images. Remove some commented-out code for setting the tag area widgets to be insensitive. M src/easytag.c M src/easytag.h M src/picture.c commit 58550daa1d9ebbedc9f134bf6189e131e62e0880 Author: David King Date: Sun Apr 7 00:07:46 2013 +0100 Remove the frames from the tag and image tabs The shadow type was set to not show the frame. M src/easytag.c commit 0757305f9fe94cb92cd9618e9877c16f151abe57 Author: Ekaterina Gerasimova Date: Sat Apr 6 23:52:59 2013 +0100 Use "image" instead of "picture" in the UI Replace all instances of "picture" with "image" in the UI. Remove the redundant "Pictures:" label next to the images tree view, move the "apply to all" button below the tree view, alongside the other buttons, and give it an insert-image icon. M src/easytag.c M src/easytag.h M src/et_core.c M src/flac_tag.c M src/picture.c M src/prefs.c commit 14c2072e754ff300e84e4955e4a5cbf69bba60e5 Author: Matej Urbančič Date: Thu Apr 4 22:00:09 2013 +0200 Updated Slovenian translation M po/sl.po commit bbee7b42b7a8c015ecb0f18b6876be8f3983c1bd Author: Martin Srebotnjak Date: Thu Apr 4 21:05:11 2013 +0200 Updated Slovenian translation M po/sl.po commit 9b1afae07d15481f31a7b49f405e14730b1b4c31 Author: Мирослав Николић Date: Tue Apr 2 09:24:59 2013 +0200 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 33d0127b772f90279f74ae49a188f08b994ef2ef Author: Piotr Drąg Date: Mon Apr 1 20:45:26 2013 +0200 Updated Polish translation M po/pl.po commit 583f48ce480d01f9079accc8be58fb26ead53260 Author: Aurimas Černius Date: Mon Apr 1 19:49:09 2013 +0300 Updated Lithuanian translation M po/lt.po commit 908988682c47ae84d7b505da6c3f840076375dab Author: Balázs Úr Date: Mon Apr 1 09:59:02 2013 +0200 Updated Hungarian translation M po/hu.po commit 469c0db6780d3137927d8d2b204f78d314833bc3 Author: David King Date: Sun Mar 31 22:59:48 2013 +0100 Use Log_Print rather than g_print in ID3v2 reader M src/id3v24_tag.c commit f4c3b3fbacdaf6a4c32b2c39efa88c6fea6926b1 Author: David King Date: Sun Mar 31 21:37:16 2013 +0100 Improve TagLib error handling, bug 695453 Avoid dereferencing NULL pointers returned from TagLib when an MP4 file could not be read. M src/mp4_header.c M src/mp4_tag.c commit 3f1162cde697dcee30eceb5aa9a84981b83d7fd9 Author: Martin Srebotnjak Date: Fri Mar 29 15:49:08 2013 +0100 Updated Slovenian translation M po/sl.po commit df82f10667ffd58b856a1fea312065b2ab36563c Author: David King Date: Fri Mar 29 10:11:42 2013 +0000 Make the picture type mapping array static M src/picture.c commit aa4ea8424ec8cf8e8eeb87544fd2f3de5057e1b9 Author: David King Date: Thu Mar 28 22:15:59 2013 +0000 Refactor picture type from filename heuristic At the suggestion of Oliver Joos, change the default type when adding a picture to "front cover": https://mail.gnome.org/archives/easytag-list/2013-March/msg00015.html Refactor the picture type heuristic into a separate function. M src/picture.c M src/picture.h commit a18252912de5d73bafef4d9d646d142f1609406c Author: DarshanMn Date: Tue Mar 26 21:44:15 2013 +0530 Make the file list treeview columns resizeable Fixes bug 694312. M src/browser.c commit c0f2836662a3606da8cb550751d7be9abed58ce7 Author: David King Date: Sat Jan 12 15:55:47 2013 +0000 Write URL for FLAC and Vorbis to CONTACT field EasyTAG incorrectly wrote the URL of fies into the LICENSE field, but that field is for the license informaton (which may be a URL). CONTACT is a more appropriate field. Fixes bug 690301. M src/flac_tag.c M src/ogg_tag.c commit f2589aa6edc4925d1404f8c97f05b2e3d52ca7a0 Author: David King Date: Sun Mar 24 23:00:53 2013 +0000 Remove XMMS Vorbis comment compatibility The empty comment name that XMMS used is old and non-standard. M src/ogg_tag.c M src/prefs.c M src/prefs.h M src/setting.c M src/setting.h commit d5c6e5acda0c47671065b4d0bf436f0fb7c6a634 Author: David King Date: Sun Mar 24 22:46:59 2013 +0000 Do not write COMMENT field for Vorbis and FLAC DESCRIPTION is the field in the Vorbis comment specification for "a short text description of the contents" and so it should be used in preference to the COMMENT field which is not present in the specification. Fixes bug 690297. M src/flac_tag.c M src/ogg_tag.c commit 874a1202e041476f070d928b8722ea98ac01d769 Author: David King Date: Sun Mar 24 20:14:47 2013 +0000 Remove old and unused MIN* defines M src/et_core.h commit 43ba808e14c50ad8793914ac54efaffa42761f01 Author: Balázs Úr Date: Sun Mar 24 21:02:58 2013 +0100 Updated Hungarian translation M po/hu.po commit 21ad31084d71649dfe8fc67295729bf6da2efda4 Author: Balázs Úr Date: Sun Mar 24 20:54:30 2013 +0100 Updated Hungarian translation M po/hu.po commit 5559aea708d4c6b885861176197945a99b72e6e3 Author: Piotr Drąg Date: Sun Mar 24 20:43:47 2013 +0100 Updated Polish translation M po/pl.po commit 6620c780f22cc1272111ece3579328ed65203770 Author: Abhinav Date: Sun Mar 24 21:33:48 2013 +0530 Use regular expressions when processing fields Fixes bug 689429. M src/scan.c commit b3977e52c20d6488048b29ef4da3a5862f7b3158 Author: David King Date: Sun Mar 24 14:40:21 2013 +0000 Attach popup menus to the associated widgets M src/log.c M src/misc.c commit 2d27dee5f8a444cbdbef598a5315b425dc726d06 Author: David King Date: Sun Mar 24 13:10:08 2013 +0000 Attach menus to browser tree view widgets Additionally, fix a typo to add the context-menu handler to BrowserAlbumList (it was previously added twice to BrowserArtistList). M src/browser.c commit be4eec5af5e9a14fa533f116c8966782b79edafd Author: Abhinav Date: Sun Mar 24 17:11:18 2013 +0530 Select the path when right-clicking a tree view Fixes bug 695160. M src/browser.c commit 8e1cda04871e2b5f219d9f6932e8c8dac55d3d3c Author: Matej Urbančič Date: Sat Mar 23 16:17:35 2013 +0100 Updated Slovenian translation M po/sl.po commit 08a17b5f7952b9b8c52a62cf49c021de1dac8185 Author: Aurimas Černius Date: Fri Mar 22 23:43:29 2013 +0200 Updated Lithuanian translation M po/lt.po commit 0996b14b44fa087d4d9c45f485f7e20576f3c2d7 Author: Martin Srebotnjak Date: Fri Mar 22 10:38:40 2013 +0100 Updated Slovenian translation M po/sl.po commit 6505636b3fa4bf7c162fb346a08e98cd5475bf25 Author: Martin Srebotnjak Date: Fri Mar 22 10:37:21 2013 +0100 Updated Slovenian translation M po/sl.po commit f7ed3dd1ffb8918055cc681fa59b31c4491c33a9 Author: Piotr Drąg Date: Fri Mar 22 02:16:57 2013 +0100 Updated Polish translation M po/pl.po commit f9ba26275bd9901535fc11dfd7ae02202a3d5ad2 Author: David King Date: Thu Mar 21 21:00:40 2013 +0000 Replace most mini buttons with GtkEntry icons The mini buttons used for the "apply tag to all files" feature were unintuitive as there was indication of what they were for (other than a tooltip), so replace them with a themed "insert-text" icon inside the relevant GtkEntry fields. M src/easytag.c M src/easytag.h commit f4ddc2a55da22fad8d8e676cd1850d8c9c359c62 Author: David King Date: Thu Mar 21 18:19:57 2013 +0000 Rework the process fields selection buttons Use a themed icon for the "select all" button. Use the existing "invert selection" icon rather than an alternative version. Remove some button sizing overrides. M Makefile.am D data/pixmaps/black.xpm D data/pixmaps/blackwhite.xpm M src/scan.c commit 43fb16e304a238072f08f88331eb0ec96e4591c9 Author: David King Date: Thu Mar 21 17:56:09 2013 +0000 Remove unused sound and grab icons M Makefile.am D data/pixmaps/grab.xpm D data/pixmaps/sound.xpm M src/misc.c commit 528d48b41a70adf4824a28d757c3f7893e1defbd Author: David King Date: Thu Mar 21 17:50:48 2013 +0000 Move file status icons into the filename entry Instead of the custom file status icons, use the standard "emblem-readonly" and "emblem-unreadable" emblems. Additionally, move the icons from a GtkImage to inside the filename GtkEntry. Update the tooltip text. M Makefile.am D data/pixmaps/forbidden.xpm D data/pixmaps/read_only.xpm M src/easytag.c M src/easytag.h M src/et_core.c M src/misc.c commit 9b372f7f452d10fdaee802587f29059588dbe576 Author: David King Date: Thu Mar 21 17:05:58 2013 +0000 Remove custom add folder icon Replace it with the themed "folder-new" icon instead. M Makefile.am D data/pixmaps/add_folder.xpm M src/misc.c M src/scan.c commit 0de3541155c4bf5b6729557c402ce4b2e3a83afe Author: David King Date: Thu Mar 21 16:58:20 2013 +0000 Remove custom parent folder icon Use the themed "go-up" icon instead. M Makefile.am D data/pixmaps/parent_folder.xpm M src/browser.c M src/misc.c commit 14ba9fe6365d08ea3a8564ddd4639c2d4d19ece0 Author: David King Date: Thu Mar 21 06:37:51 2013 +0000 Unref icons after setting them on a model GThemedIcon, GEmblem and GEmblemedIcon inherit from GObject, not GInitiallyUnowned, so must be explicitly unreffed after adding them to a GtkListStore (which adds a reference in addition to the initial reference upon creation). M src/browser.c commit b0e8ccba5c8a2506008994f66c4bef32765d6a6c Author: David King Date: Sun Mar 3 18:09:30 2013 +0000 Do not set a custom wmclass for the scanner window Doing so violates the ICCCM specification: http://tronche.com/gui/x/icccm/sec-4.html#WM_CLASS M src/scan.c commit 1f9d3989d9f3fb6a09df3b7cd24b07892741fae5 Author: David King Date: Sun Mar 3 18:06:42 2013 +0000 Remove setting to force the scanner window on top The scanner window should always be set transient for the main window, and it is up to the window manager whether that means that the scanner window is placed above the main window. M src/prefs.c M src/scan.c M src/setting.c M src/setting.h commit eece33a1388630ce88c3bc9a896e2cbca80e9e0a Author: David King Date: Sun Mar 3 17:50:54 2013 +0000 Remove message box location settings In all cases the message box dialog was set as transient for the main window. M src/picture.c M src/prefs.c M src/setting.c M src/setting.h commit 8befedc12622e57dab8b50b23dbe26e10fb0bd61 Author: David King Date: Wed Mar 20 23:38:12 2013 +0000 Use themed directory icons in browser tree view Avoid using hardcoded pixmaps and instead use GThemedIcon and GEmblemedIcon for the directory icons in the browser tree view. M Makefile.am D data/pixmaps/closed_folder.xpm D data/pixmaps/closed_folder_readonly.xpm D data/pixmaps/closed_folder_unreadable.xpm D data/pixmaps/opened_folder.xpm D data/pixmaps/ram_disk.xpm M src/browser.c M src/browser.h commit 1001033d686b303ddd46631576e3834ef8c636bd Author: Abhinav Date: Wed Mar 20 17:13:46 2013 +0530 Fix crash when trying to browse a deleted path Fixes bug 698442. M src/browser.c commit 7371516000fc8409c018ba52c78f0a15d3659363 Author: Martin Srebotnjak Date: Mon Mar 18 10:42:56 2013 +0100 Updated Slovenian translation M po/sl.po commit 1a3637b754089fde4c193fffc05edd8756ddc3b7 Author: Martin Srebotnjak Date: Mon Mar 18 10:39:42 2013 +0100 Updated Slovenian translation M po/sl.po commit deee0a430abdb09bf3c7b7d77e1136fbf10cb59f Author: Christian Kirbach Date: Sat Mar 16 01:23:30 2013 +0100 Updated German translation M po/de.po commit b89684ee5dca7b6cb90614fb907034bf81efe7fe Author: David King Date: Fri Mar 15 17:26:05 2013 +0000 Replace man page with one generated from DocBook Check for the required DocBook XML DTD and catalogs in configure. Add a --disable-man argument so that building the man page can be explicitly disabled. M .gitignore M Makefile.am M autogen.sh M configure.ac D doc/easytag.1.in A doc/easytag.xml A doc/version.xml.in A m4/gtkdoc_jh_check_xml_catalog.m4 A m4/gtkdoc_jh_path_xml_catalog.m4 commit 9fd7afd122e2078eec579531705c507ed4adb1a7 Author: Martin Srebotnjak Date: Thu Mar 14 20:02:48 2013 +0100 Updated Slovenian translation M po/sl.po commit 9aac81507fff7f4c1fdf31b78362f1fc370a40b8 Author: David King Date: Wed Mar 13 11:04:11 2013 +0000 Add src/application.c to POTFILES.in M po/POTFILES.in commit dbfd62e6571597282786e9053f757e0998dc8558 Author: David King Date: Tue Mar 12 21:20:23 2013 +0000 Update TODO M TODO commit 40c62b5c92f0243ea3f1020a8a547e4e21c854ce Author: David King Date: Tue Mar 12 20:43:44 2013 +0000 Use GApplication for application life cycle Store a pointer to the main window in EtApplication. Tie the lifetime of EtApplication to the lifetime of the application. Move application startup code to the ETApplication::activate handler. Present the main window if the application is executed while it is already running. M src/application.c M src/application.h M src/easytag.c commit 9a9f64965adfd98ddd45b42d2440e61058997d2b Author: David King Date: Mon Mar 11 22:09:12 2013 +0000 Subclass GApplication as EtApplication Only handle command-line parsing for the moment. Move local instance command-line handling from main(). M Makefile.am A src/application.c A src/application.h M src/easytag.c commit 51e2476cb6f9dc564020c5ee989fcc649c03086c Author: Aurimas Černius Date: Sun Mar 10 16:43:07 2013 +0200 Updated Lithuanian translation M po/lt.po commit 31c71924e86b6b088e1c0aad253e55f6c23d5b4e Author: Stas Solovey Date: Fri Mar 8 19:06:57 2013 +0400 Updated Russian translation M po/ru.po commit 17f0a7aaaac843da5d93998d298d71d6bd2349d9 Author: Milagros Alessandra Infante Montero Date: Thu Mar 7 13:06:52 2013 +0100 Updated Spanish translation M po/es.po commit 349f73f445d5064458e7c8b8d7fb267f6c0ebf9c Author: Мирослав Николић Date: Thu Mar 7 11:29:34 2013 +0100 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 7e2d310bfb18d74ee84f57caaf286c8906aa08bd Author: Dominique Leuenberger Date: Wed Mar 6 21:09:51 2013 +0100 Do not add __DATE__ and __TIME__ into the binaries There is no real gain in doing so but it neutralizes some distributors efforts of not re-publishing packages if the builds did not change. Having date and time in the binaries always results in changed packages. Fixes bug 695322. M src/easytag.c commit 26ddaa7c4be188b18bd5ffbdc8b4691f2c204df5 Author: Dominique Leuenberger Date: Wed Mar 6 21:11:50 2013 +0100 Update FSF Address, bug 695321 M COPYING M src/about.c M src/about.h M src/ape_tag.c M src/ape_tag.h M src/bar.c M src/bar.h M src/browser.c M src/browser.h M src/cddb.c M src/cddb.h M src/charset.c M src/charset.h M src/crc32.c M src/crc32.h M src/easytag.c M src/easytag.h M src/et_core.c M src/et_core.h M src/flac_header.c M src/flac_header.h M src/flac_tag.c M src/flac_tag.h M src/genres.h M src/id3_tag.c M src/id3_tag.h M src/id3lib/c_wrapper.cpp M src/id3lib/id3_bugfix.h M src/id3v24_tag.c M src/libapetag/COPYING.LGPL M src/libapetag/apetaglib.c M src/libapetag/apetaglib.h M src/libapetag/id3v2_read.c M src/libapetag/id3v2_read.h M src/libapetag/info_mac.c M src/libapetag/info_mac.h M src/libapetag/info_mpc.c M src/libapetag/info_mpc.h M src/libapetag/is_tag.c M src/libapetag/is_tag.h M src/libmpg123/README M src/libmpg123/mpg123.c M src/log.c M src/log.h M src/misc.c M src/misc.h M src/monkeyaudio_header.c M src/monkeyaudio_header.h M src/mp4_header.c M src/mp4_header.h M src/mp4_tag.c M src/mp4_tag.h M src/mpeg_header.c M src/mpeg_header.h M src/musepack_header.c M src/musepack_header.h M src/ogg_header.c M src/ogg_header.h M src/ogg_tag.c M src/ogg_tag.h M src/picture.c M src/picture.h M src/prefs.c M src/prefs.h M src/scan.c M src/scan.h M src/setting.c M src/setting.h M src/wavpack_header.c M src/wavpack_header.h M src/wavpack_tag.c M src/wavpack_tag.h M src/win32/win32dep.c M src/win32/win32dep.h M src/win32/win_easytag.c commit 218a4663f247f03141cbf2a6666af7a0e9c92beb Author: Piotr Drąg Date: Tue Mar 5 18:56:16 2013 +0100 Updated Polish translation M po/pl.po commit 0b436b0901113f8d2d469dece22a865bedae8597 Author: Ekaterina Gerasimova Date: Tue Mar 5 10:09:07 2013 +0000 Stub out more help pages, add legal.xml Create stubs for applying-changes, image and tag editing pages. Add legal.xml with license information and link to it from all help pages. A help/C/applying-changes.page A help/C/image-properties.page A help/C/image-reset.page A help/C/image.page M help/C/index.page M help/C/introduction.page A help/C/legal.xml M help/C/rename-file.page M help/C/starting.page A help/C/tag-current.page A help/C/tag-edit.page A help/C/tag-save.page A help/C/tag-selection.page A help/C/tag.page commit 6d9561284b4a70d86b757d24f55dcd51f477cc19 Author: Ekaterina Gerasimova Date: Mon Mar 4 23:30:15 2013 +0000 Improve find files dialog title Change the dialog title to use 'find' instead of 'search a' and comply with the HIG. M src/misc.c commit b04dd51817e1da1b297d55df4b6bab8278fffe5b Author: Ekaterina Gerasimova Date: Mon Mar 4 22:36:34 2013 +0000 Make scanner dialog title comply with the HIG Use header capitalisation for the dialog title and use 'filename' instead of 'file name'. M src/scan.c commit 9c649064e0bd66445d635e855261f6282d2b2d37 Author: Ekaterina Gerasimova Date: Mon Mar 4 21:56:56 2013 +0000 Start writing Mallard help, add basics Add index, introduction, rename-file and starting pages. Add icon to figures. A help/C/figures/icon.png A help/C/index.page A help/C/introduction.page A help/C/rename-file.page A help/C/starting.page commit a36cc1a5c7065569518b72414b289c60afbd6762 Author: David King Date: Fri Mar 1 20:56:37 2013 +0000 Improve GtkEntry sizes in tags notebook Especially in GTK+ 3, the tab notebook could take up far too much vertical space. Setting the size request of GtkEntry with gtk_entry_set_width_chars() produces a better result than hardcoding the pixel widths, as was done previously. Thanks to Arnd for noticing the problem: https://mail.gnome.org/archives/easytag-list/2013-March/msg00004.html M src/easytag.c commit b878b71b49ab8ef2733e3a98eb826a74ebaa7210 Author: Matej Urbančič Date: Fri Mar 1 15:54:42 2013 +0100 Updated Slovenian translation M po/sl.po commit 8200c0bdabde9a8ee797bf60fde27e1faa2d7eb2 Author: Milagros Infante Montero Date: Mon Feb 25 11:19:28 2013 +0100 Updated Spanish translation M po/es.po commit 99a47e7a6b207f504520a6587978a460233e175c Author: Piotr Drąg Date: Fri Feb 22 19:35:55 2013 +0100 Updated Polish translation M po/pl.po commit 8e6c6fe03ce8ed2970ffc0d32a24ecbf1e4eedea Author: David King Date: Thu Feb 21 17:51:00 2013 +0000 Test the desktop file validity during make check M Makefile.am M configure.ac commit dc377f9ac5dec9a317afa5c598681e8f41b6cf4f Author: David King Date: Thu Feb 21 16:41:39 2013 +0000 Remove deprecated x-directory/normal from .desktop It causes desktop-file-validate to emit a warning, and is already covered by inode/directory. M easytag.desktop.in commit 589a3dd07a40ab43694e572a5d36aa6664918c82 Author: Ekaterina Gerasimova Date: Wed Feb 20 22:11:19 2013 +0000 Change "Scanner Options" to "Scanner Preferences" M src/scan.c commit 63b524055c317371423662f81d9660868ef06c54 Author: Piotr Drąg Date: Wed Feb 20 23:04:42 2013 +0100 Updated Polish translation M po/pl.po commit bb56f7ff5c0f935dab1156fe76bd93c80d66534c Author: Мирослав Николић Date: Wed Feb 20 12:02:09 2013 +0100 Updated Serbian translation M po/sr.po M po/sr@latin.po commit ea534000a8968ebb5e9bf3b5546c1efae9abe542 Author: David King Date: Tue Feb 19 21:19:17 2013 +0000 Remove some EventBox leftovers M src/prefs.c commit d6808cfd02372d6158c74acc364ccc6ac2247332 Author: David King Date: Tue Feb 19 16:04:45 2013 +0000 Avoid using GtkEventBox unnecessarily M src/prefs.c M src/scan.c commit 1a7ae6ddbc9c0d41814faf1922ffffa6a0548867 Author: David King Date: Tue Feb 19 15:34:03 2013 +0000 Use close stock item for close button in scanner M src/scan.c commit 6c8cb69e2269ab7c42373ea9771ca1144eb731d0 Author: Milagros Infante Montero Date: Mon Feb 18 10:37:35 2013 +0100 Updated Spanish translation M po/es.po commit dfda3824a13e81f8500d3204bda8811767afcb9c Author: Piotr Drąg Date: Sat Feb 16 21:40:52 2013 +0100 Updated Polish translation M po/pl.po commit 2611ec0d564f866c543c6856191b6e011e11dc80 Author: David King Date: Fri Feb 15 21:50:11 2013 +0000 Minor updates to the man page M doc/easytag.1.in commit 4c95da2a0d5b6e4205a8836c2ae7189daa1a7845 Author: David King Date: Fri Feb 15 21:13:06 2013 +0000 Remove outdated src/Makefile.mingw M README_win32.txt D src/Makefile.mingw commit 7cfbe6e00e264566297a3b249abd04bc9023c1d0 Author: David King Date: Fri Feb 15 20:58:46 2013 +0000 Small improvements to status bar handling Use more appropriate parameter types for Statusbar_Message(). Use G_SOURCE_REMOVE. Use g_timeout_add_seconds() rather than g_timeout_add(). M src/bar.c M src/bar.h commit 3b62d82787ac1ca3bfa6b33c98ac1ec051d72fd4 Author: David King Date: Fri Feb 15 20:08:47 2013 +0000 Flip a conditional in Browser_Update_Current_Path This was causing the current browser path to never be updated. M src/browser.c commit 8fd019ff9cafd713227171c3f64b0bd715204eaf Author: David King Date: Thu Feb 14 23:29:57 2013 +0000 Avoid warnings when freeing the CDDB album list Check that the CDDB album list is not empty before freeing it. M src/cddb.c commit 4d5cdd7dab803dd37da7ba89bac146aec49792e9 Author: David King Date: Thu Feb 14 23:11:36 2013 +0000 Fix a couple of memory leaks in the CDDB search M src/cddb.c commit 90e35f098313fb675d387bb0c8e338f878a934be Author: David King Date: Wed Feb 13 22:26:08 2013 +0000 Fix a memory leak when freeing the CDDB album list M src/cddb.c commit 4362864c1285e6664f3b86ee8ce89d77d54b7476 Author: David King Date: Wed Feb 13 18:28:38 2013 +0000 Update DOAP file M easytag.doap commit 89f35b1da378e5ddca7d949d8a8d47815960d380 Author: David King Date: Wed Feb 13 17:41:20 2013 +0000 Do not install TODO, HACKING and THANKS Automake automatically includes TODO and THANKS in the distributed tarball. Add HACKING to dist_noinst_DATA. M Makefile.am commit 26f3a77d212d3eefca34b6794a028bfa4d26c3ff Author: David King Date: Wed Feb 13 17:37:40 2013 +0000 Fix typo in configure.ac: wavpack → taglib Noticed by Tim Harder. M configure.ac commit 666bebd45717e390d1143981be8f365e8d3bf15f Author: Milagros Infante Montero Date: Wed Feb 13 16:29:03 2013 +0100 Updated Spanish translation M po/es.po commit 535d5ed9c2b77dd4ef4144553adc5ebe17919366 Author: David King Date: Tue Feb 12 08:36:57 2013 +0000 Build without deprecations with GTK+ 3 This reverts commit ae44533bb47500e713dd0fa5435e2d7d66a0d45a. M Makefile.am M configure.ac commit a57d0ee350c2dd2b9b04bdd98a7633a0113f2ccf Author: Florian Müllner Date: Sun Feb 10 23:59:55 2013 +0100 Use GtkGrid instead of GtkTable with GTK+ 3 In GTK+-3, GtkTable has been deprecated in favor of the new GtkGrid widget, so add some compatibility code to mimick the new API and use that throughout the code base. https://bugzilla.gnome.org/show_bug.cgi?id=693569 M src/cddb.c M src/easytag.c M src/gtk2_compat.c M src/gtk2_compat.h M src/misc.c M src/prefs.c M src/scan.c commit 26eb6308fd0e8681728b72f9559598e59847a359 Author: David King Date: Mon Feb 11 19:05:49 2013 +0000 Verify the path in Browser_Update_Current_Path The comment at the top of Browser_Update_Current_Path mentioned that the invariant check for BrowserCurrentPath != path was to avoid a memory problem, but the check was only executed when path was NULL. Fixes bug 693613. M src/browser.c commit 592da420246fb54699ced2a39b140e3da2a6a5ce Author: David King Date: Mon Feb 11 19:05:05 2013 +0000 Fix two memory leaks in main M src/easytag.c commit f3ed53585729659d24e21567fa4724bf79429c87 Author: David King Date: Mon Feb 11 19:03:20 2013 +0000 Mark Display_Usage as not returning M src/easytag.c commit cca8579f23f9e8af5d50c790ee64ca5ede7242e8 Author: David King Date: Mon Feb 11 19:02:36 2013 +0000 Fix two memory leaks in Add_String_To_Combo_List M src/misc.c commit 7e0b8196fcfc5ed9b66c8360ff8c6a40b851d1b2 Author: David King Date: Mon Feb 11 17:37:18 2013 +0000 Fix invariant check in PictureEntry_Update M src/picture.c commit b4b3f6362182158414bdc1045e38e873f2eec424 Author: David King Date: Mon Feb 11 17:36:59 2013 +0000 Fix invariant check in ET_Undo_History_File_Data M src/et_core.c commit da0e09b9bb43743bb9b851a44f3b94ef0e73a2f9 Author: David King Date: Mon Feb 11 17:02:46 2013 +0000 Fix Browser_Tree_Select_Dir return type comment M src/browser.c commit a3d4948cc205d252cd464c0366cd026d706c4adc Author: David King Date: Mon Feb 11 16:54:40 2013 +0000 Fix an invariant check from FALSE to NULL M src/et_core.c commit cde61f8f5ceb5cbaacf0574b157bf5393a395b66 Author: Florian Müllner Date: Mon Feb 11 01:21:20 2013 +0100 Do not use gdk_cursor_unref() with Gdk3 GdkCursor is no longer a boxed type in Gdk3 but a full-blown GObject. https://bugzilla.gnome.org/show_bug.cgi?id=693569 M src/misc.c commit 14473f69b312de6f9ce3aecfd55b0c4308b15f56 Author: Florian Müllner Date: Sun Feb 10 22:22:00 2013 +0100 Stop using GtkHandleBox, bug 693569 The widget is deprecated in GTK+-3, as it is generally considered bad UI. In this particular case it is even completely pointless, as there is only a single place in the UI where the toolbar can be placed. https://bugzilla.gnome.org/show_bug.cgi?id=693569 M src/bar.c commit fdf8cc1151e5590033aad13b6ce28d3b84ef4ba2 Author: Florian Müllner Date: Mon Feb 11 01:20:45 2013 +0100 Add typecast to fix a compiler warning, bug 693569 https://bugzilla.gnome.org/show_bug.cgi?id=693569 M src/misc.c commit f08c94a19cd33275421a07ee4d05975a0c7cb63c Author: Milagros Infante Montero Date: Mon Feb 11 09:36:03 2013 +0100 Updated Spanish translation M po/es.po commit 9ec495d3493ca466e4771dbe6a88e1815ccbabd2 Author: David King Date: Mon Feb 11 08:29:00 2013 +0000 Add information on patch style to HACKING M HACKING commit ae44533bb47500e713dd0fa5435e2d7d66a0d45a Author: Florian Müllner Date: Sun Feb 10 21:10:06 2013 +0100 build: Only use G*_DISABLE_DEPRECATED flags with GTK2 For now, the code has only been updated to not use any deprecated GTK+-2 API to ease porting to GTK+-3; API that has only been deprecated in GTK+-3 is still in use, so don't use those flags when building with --with-gtk3. https://bugzilla.gnome.org/show_bug.cgi?id=693548 M Makefile.am M configure.ac commit c4ccd7bf9b14515dfeeeab59aeb9b14c5c99a01d Author: David King Date: Sun Feb 10 19:02:56 2013 +0000 Set DISTCHECK_CONFIGURE_FLAGS Set build-time optional features to be forcibly enabled when running a distcheck. M Makefile.am commit 17a33964c32035f6b9986e13726ae3582a126244 Author: Götz Waschk Date: Sun Feb 10 18:54:17 2013 +0000 Fix mixed declarations and code in WavPack support M src/wavpack_tag.c