|
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 |
|
|
a8b4426402
|
New "tapped" about dialog.
|
2012-09-15 20:46:26 +02:00 |
|
|
f9f70514dd
|
Added Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.
|
2012-04-29 17:35:14 +02:00 |
|
|
599519efd2
|
Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0.
|
2012-04-12 03:18:48 +02:00 |
|
|
48a23c27d7
|
Added a new configuration for initial Qt 5.0 support. Needed a few code-changes and workarounds. Highly experimental!
|
2012-04-11 00:44:40 +02:00 |
|
|
9b687fff9a
|
Happy New Year 2012!
|
2012-01-02 00:52:27 +01:00 |
|
|
a96237e6b2
|
Some refactoring of the icon initialization code.
|
2011-12-26 21:02:55 +01:00 |
|
|
a0a29b9551
|
Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.
|
2011-12-22 21:53:25 +01:00 |
|
|
612f744afe
|
Added 'Traditional Chinese' (Taiwanese) translation by 456Vv <123@456vv.com>.
|
2011-12-19 15:48:50 +01:00 |
|
|
2ad95434a3
|
Fixed one typo.
|
2011-12-17 20:57:12 +01:00 |
|
|
dc63a2d115
|
Added Chinese translation by 456Vv <123@456vv.com>.
|
2011-12-17 16:53:13 +01:00 |
|
|
84053a76f4
|
Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate.
|
2011-11-08 15:12:31 +01:00 |
|
|
6a04c29ad9
|
Some refactoring: Moved tools info into a separate header file + added simple self-test to Thread_Initialization.
|
2011-10-19 00:24:03 +02:00 |
|
|
e5e9f63258
|
Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0. Note: The "i386" binary uses CPU Runtime Detection with on optional(!) SSE2-optimized code path, while the "sse2" binary uses Intel-specific SSE2 optimizations and does NOT use CPU Runtime Detection.
|
2011-10-18 18:52:52 +02:00 |
|
|
1a9aa81d3a
|
More extensive use of the NOBR macro + code clan-up.
|
2011-10-16 16:38:01 +02:00 |
|
|
0b33754dba
|
Updated "disque" URL.
|
2011-10-15 15:53:07 +02:00 |
|
|
b57d08b874
|
Updated Changelog.
|
2011-10-15 01:32:58 +02:00 |
|
|
b86b7c45a5
|
More updates to Russian translation by Иван Митин <bardak@inbox.ru>.
|
2011-10-11 13:57:40 +02:00 |
|