OSDN Git Service

lamexp/LameXP.git
13 years agoImplemented processing dialog, no functionality yet.
lordmulder [Wed, 17 Nov 2010 18:35:50 +0000 (19:35 +0100)]
Implemented processing dialog, no functionality yet.

13 years agoRefactor the MP3 encoder into a separate class.
lordmulder [Tue, 16 Nov 2010 23:49:38 +0000 (00:49 +0100)]
Refactor the MP3 encoder into a separate class.

13 years agoBump version.
lordmulder [Mon, 15 Nov 2010 21:56:15 +0000 (22:56 +0100)]
Bump version.

13 years agoFix detection of Nero AAA encoder + use canonicalPath() where suitable
lordmulder [Mon, 15 Nov 2010 21:07:46 +0000 (22:07 +0100)]
Fix detection of Nero AAA encoder + use canonicalPath() where suitable

13 years agoUpdate Lame encoder to v3.99 Alpha-10 + implement simple MP3 encoding
lordmulder [Mon, 15 Nov 2010 20:07:58 +0000 (21:07 +0100)]
Update Lame encoder to v3.99 Alpha-10 + implement simple MP3 encoding

13 years agoAlso detect number of CPU cores and x64 support
lordmulder [Mon, 15 Nov 2010 13:02:58 +0000 (14:02 +0100)]
Also detect number of CPU cores and x64 support

13 years agoImplement functionality for 'compression' tab + CPU detection
lordmulder [Mon, 15 Nov 2010 03:42:06 +0000 (04:42 +0100)]
Implement functionality for 'compression' tab + CPU detection

13 years agoSlightly improve AutoInc tool (time interval support)
lordmulder [Sun, 14 Nov 2010 20:13:13 +0000 (21:13 +0100)]
Slightly improve AutoInc tool (time interval support)

13 years agoAdd simple utilitiy to auto-inc build numbers + fix duration for very short files
lordmulder [Sat, 13 Nov 2010 15:28:31 +0000 (16:28 +0100)]
Add simple utilitiy to auto-inc build numbers + fix duration for very short files

13 years agoImplemented support for adding directories via Drag&Drop and CLI
lordmulder [Sat, 13 Nov 2010 01:11:15 +0000 (02:11 +0100)]
Implemented support for adding directories via Drag&Drop and CLI

13 years agoImplement Drag&Drop support
lordmulder [Fri, 12 Nov 2010 22:31:04 +0000 (23:31 +0100)]
Implement Drag&Drop support

13 years agoStore graphical interface style in settings too
lordmulder [Fri, 12 Nov 2010 20:02:14 +0000 (21:02 +0100)]
Store graphical interface style in settings too

13 years agoStore settings in an INI file
lordmulder [Fri, 12 Nov 2010 18:02:01 +0000 (19:02 +0100)]
Store settings in an INI file

13 years agoDetect Nero AAC encoder version at runtime and suggest update, if appropriate
lordmulder [Fri, 12 Nov 2010 14:58:53 +0000 (15:58 +0100)]
Detect Nero AAC encoder version at runtime and suggest update, if appropriate

13 years agoDetect Nero AAC encoder binary at runtime
lordmulder [Thu, 11 Nov 2010 21:58:02 +0000 (22:58 +0100)]
Detect Nero AAC encoder binary at runtime

13 years agoMove about dialog into a separate class
lordmulder [Thu, 11 Nov 2010 18:37:16 +0000 (19:37 +0100)]
Move about dialog into a separate class

13 years agoNicer method for static builds: Can use vanilla Qt source/include directory now
lordmulder [Thu, 11 Nov 2010 13:11:44 +0000 (14:11 +0100)]
Nicer method for static builds: Can use vanilla Qt source/include directory now

13 years agoDon't deploy redistributables with a static build
lordmulder [Wed, 10 Nov 2010 23:41:49 +0000 (00:41 +0100)]
Don't deploy redistributables with a static build

13 years agoAdd a new configuration for static build (requires Qt as static lib)
lordmulder [Wed, 10 Nov 2010 23:25:23 +0000 (00:25 +0100)]
Add a new configuration for static build (requires Qt as static lib)

13 years agoMake deployment script more portable + update to Qt 4.7.1
lordmulder [Wed, 10 Nov 2010 20:39:37 +0000 (21:39 +0100)]
Make deployment script more portable + update to Qt 4.7.1

13 years agoUse the MediaInfo model in MainWindow too
lordmulder [Wed, 10 Nov 2010 18:44:51 +0000 (19:44 +0100)]
Use the MediaInfo model in MainWindow too

13 years agoRefactor deployment script
lordmulder [Wed, 10 Nov 2010 16:03:01 +0000 (17:03 +0100)]
Refactor deployment script

13 years agoImprove deplayoment script + add very simple NSIS installer (self-extractor)
lordmulder [Tue, 9 Nov 2010 23:59:50 +0000 (00:59 +0100)]
Improve deplayoment script + add very simple NSIS installer (self-extractor)

13 years agoMove IPC sender to separate thread + implement kill IPC command + improve deployment...
lordmulder [Tue, 9 Nov 2010 21:06:11 +0000 (22:06 +0100)]
Move IPC sender to separate thread + implement kill IPC command + improve deployment script

13 years agoActually implemented adding files from another instance.
lordmulder [Mon, 8 Nov 2010 20:47:35 +0000 (21:47 +0100)]
Actually implemented adding files from another instance.

13 years agoImplemented IPC based on shared memory and semaphores
lordmulder [Mon, 8 Nov 2010 18:29:36 +0000 (19:29 +0100)]
Implemented IPC based on shared memory and semaphores

13 years agoSmarter method to edit file informartion of files in the list
lordmulder [Mon, 8 Nov 2010 01:06:01 +0000 (02:06 +0100)]
Smarter method to edit file informartion of files in the list

13 years agoAdded a fixed build of MediaInfo
lordmulder [Mon, 8 Nov 2010 00:36:36 +0000 (01:36 +0100)]
Added a fixed build of MediaInfo

13 years agoImplemented option to switch GUI style at runtime
lordmulder [Sun, 7 Nov 2010 23:24:54 +0000 (00:24 +0100)]
Implemented option to switch GUI style at runtime

13 years agoImprove about dialog + nicer method write version info to resource section
lordmulder [Sun, 7 Nov 2010 22:06:30 +0000 (23:06 +0100)]
Improve about dialog + nicer method write version info to resource section

13 years agoFixed a memory leak.
unknown [Sun, 7 Nov 2010 15:32:54 +0000 (16:32 +0100)]
Fixed a memory leak.

13 years agofirst commit
lordmulder [Sat, 6 Nov 2010 22:04:47 +0000 (23:04 +0100)]
first commit