|
2d7aa8f949
|
Use the new CLI parser class in a few more places.
|
2014-02-01 20:21:24 +01:00 |
|
|
b18d067d51
|
Refactored command-line parser into a separate class. Consequently, eliminated a lot of redundant code in "main" and "win_main".
|
2014-02-01 19:19:06 +01:00 |
|
|
c899d1aa3f
|
When job's are added via "--add-job", the job will now be either started immediately or enqueued, depending on the preferences. Before those job's were *always* started immediately. Furthermore, two [four] new command-line options can be used to control the startup behavior: The options "--[no-]force-start" and "--[no-]force-enqueue" will enabled [disable] that the *next* job added via "--add-job" is started immediately or appended to the queue, respectively. Neither of those is enabled, default behavior applies.
|
2014-02-01 15:34:11 +01:00 |
|
|
05026c9c78
|
Some more refactoring of the IPC code. Moved "core" functions into a separate class.
|
2014-01-29 23:59:03 +01:00 |
|
|
8d68357907
|
Handle incoming IPC commands in the "main" window.
|
2014-01-27 21:54:24 +01:00 |
|
|
3cb8f41b0e
|
Fixed IPC initialization + some code refactoring.
|
2014-01-27 20:34:59 +01:00 |
|
|
fa9b468f92
|
Added multi-instance handling to main() function.
|
2014-01-27 20:21:29 +01:00 |
|
|
b16bbfa60c
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
|
|
2c97d55729
|
Switched the method for including the UIC header files to "Using a Pointer Member Variable".
|
2013-11-14 02:29:18 +01:00 |
|
|
f6e3275018
|
Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp".
|
2013-11-03 18:34:20 +01:00 |
|
|
21fcfa22cf
|
Backported various changes in the "global" functions from LameXP.
|
2013-11-03 17:08:02 +01:00 |
|
|
a3072d9c6b
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
|
|
337a65bb2d
|
Now using global "fatal exit" function.
|
2012-12-15 19:12:56 +01:00 |
|
|
1cb2b2b4c8
|
Added support for VLD and fixed a few memory leaks found by VLD.
|
2012-04-30 16:56:01 +02:00 |
|
|
2147ef1a34
|
Improved internal API for version info.
|
2012-02-11 00:19:24 +01:00 |
|
|
5ceb25656c
|
Implemented a portable mode. Will be enabled, if the string "portable" is found in the EXE name.
|
2012-02-10 01:58:45 +01:00 |
|
|
10934275f7
|
Include text files in distribution packages.
|
2012-02-08 22:50:36 +01:00 |
|
|
c1d4d1d589
|
Added support for Windows 7 Taskbar progress indicator + include version info in resources.
|
2012-02-08 00:29:47 +01:00 |
|
|
f07f8bcb13
|
Moved CPU capabilities check to the main window init function.
|
2012-02-07 21:48:25 +01:00 |
|
|
9db58c543f
|
Improved CPU detection code.
|
2012-02-07 03:37:47 +01:00 |
|
|
394379d74f
|
Improved custom parameter checking some more + properly split custom parameters that contain whitespaces.
|
2012-02-06 22:40:07 +01:00 |
|
|
93dfa5e074
|
Indicate x64 support.
|
2012-01-29 01:19:50 +01:00 |
|
Git User
|
3007977f0b
|
Added progress model and processing thread classes.
|
2012-01-28 18:55:40 +01:00 |
|
Git User
|
b83d33f7b3
|
Initial commit.
|
2012-01-28 16:40:14 +01:00 |
|