Commit Graph

139 Commits

Author SHA1 Message Date
eb8da7b6f9 Happy new year 2016! 2016-01-03 15:53:42 +01:00
e6a1fec9a4 Updated Italian translation. Thanks to Gianluca Papi <johnnyb.goode68@gmail.com>. 2015-11-19 22:36:15 +01:00
21be1c865c Updated list of mirrors. 2015-10-23 20:02:51 +02:00
1714af0a4d Refactored the "LockedFile" class + moved hash computation to a separate class, for clarity. 2015-08-30 13:47:08 +02:00
8c5ff3d80d Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>. 2015-04-08 21:50:41 +02:00
4d5a619520 Updated Nero AAC url. 2015-04-05 15:07:29 +02:00
d1e4e2ed2d Updated credentials for Åke Engelbrektson. 2015-03-29 16:59:20 +02:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
c435e4e1c1 Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:44:43 +01:00
feb7e8e03c Re-enabled 'async' mode for play_sound_file() function. 2014-12-20 13:37:20 +01:00
3a582a028c Moved JobObject as well as the remaining GUI functions into the MUtilities library. 2014-12-08 22:06:01 +01:00
b704d5161f Use QElapsedTimer class instead of MUtils::OS::perfcounter_read() where appropriate. 2014-12-06 15:54:58 +01:00
8211b417d6 Moved all the Sound-specific functions into MUtilities library. 2014-12-05 21:08:26 +01:00
06db588742 Moved some more OS-specific functions into the MUtilities library. 2014-12-04 00:02:42 +01:00
29d8b98a3f Moved all terminal support functions into MUtilities library. 2014-11-25 22:34:20 +01:00
035699c84e Moved various functions into MUtils library and removed obsolete code from LameXP. 2014-11-25 02:14:42 +01:00
5d8816961f Added MUtils library to the solution + some adjustments of the project file. 2014-11-24 18:28:53 +01:00
7d993ee1ee Updated Nero Digital address. 2014-08-11 14:04:05 +02:00
a32b63a232 Updated mpg123 decoder binary to v1.20.1 (2014-06-17), compiled with GCC 4.9.0. 2014-06-27 16:20:10 +02:00
21498ebc80 Updated OggEnc2 binaries to v2.87 using libvorbis v1.3.4 and aoTuV v6.03_2014 (2014-06-24), compiled with MSVC 9.0 and ICL 14.0. 2014-06-26 00:10:30 +02:00
223461afd9 Fixed "mailto:" links in about dialog box. 2014-05-19 22:21:35 +02:00
fd3fd3fe16 Added list of source code mirrors to the about dialog. 2014-05-04 21:46:46 +02:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
b05a7ac3ef Moved all sound effects into Qt-style resources. Sound files can be played back directly from program memory by passing a pointer to the WAVE data into PlaySound as the first argument (and using the SND_MEMORY flag), it's just not documented very well. 2013-12-03 22:19:11 +01:00
72f2ef3617 Also adjust the *width* of the about dialog. 2013-11-30 13:09:36 +01:00
083af203a3 Added "tick" sound when switching tabs. 2013-10-28 00:26:54 +01:00
7b016d5fec Updated license info. 2013-10-23 22:25:04 +02:00
8b0d60dbeb Updated Nero AAC web-site URL. 2013-10-16 18:23:12 +02:00
df2d696f71 Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2013-10-08 22:41:40 +02:00
24217c3b71 More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
7602317652 Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
cab51b22e4 Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-21). 2013-04-21 13:25:27 +02:00
51e12e3f72 Added one more link. 2013-04-18 22:54:51 +02:00
093d4eadbe Updated UPX version on "About" screen. 2013-04-11 00:01:33 +02:00
1cc7161773 Some core refactoring. 2013-04-08 01:13:58 +02:00
86b079cb74 Yet another slightly different approach to move the disque. 2013-04-04 01:25:04 +02:00
6ba1f0e5d1 Slightly different approach to move the disque. 2013-03-29 03:06:26 +01:00
1dc71117bb Updated FAQ document. 2013-03-17 14:08:42 +01:00
d7cb3001aa Now each tool can also have a "tag" in addition to the version number. 2013-02-12 00:08:21 +01:00
bd0a370aee Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
cb042bbf3c Added new function to detect the current date. Slightly more robust against manipulations. 2013-01-12 01:53:43 +01:00
f689ce5646 Some style-specific tweaks. 2012-12-19 23:43:27 +01:00
a812aa28fa Switched the method of how the Designer UI file is used in the AboutDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-10 23:50:45 +01:00
7339a05c23 Updated ALAC decoder binary to refalac v0.56, based on ALAC reference implementation by Apple (Apache License). 2012-10-29 20:47:49 +01:00
50e9d01cfb Now using rand_s() to generate random numbers, which doesn't need a seed. Falling back to qsrand() + qrand() on platforms that don't support rand_s(). 2012-10-13 12:36:41 +02:00
057cb6fe4f Some optimizations in GUI resize code. 2012-09-20 22:52:52 +02:00
e03bd4c9ae Updated Changelog and increased version to v4.06. 2012-09-20 01:27:56 +02:00
581dd4e0b8 Some more improvements to "About" dialog. Also added "Special Thanks" section to "Contributors" tab. 2012-09-18 01:41:00 +02:00
1d41938715 Some more tweaks to the new About dialog. 2012-09-16 18:13:53 +02:00
43b86174cb Implemented late initialization for "About" tabs. 2012-09-16 14:15:32 +02:00