Wolfgang Stöggl
b108b7f90f
Prepare for CUETools 2.1.8
...
- Substitute occurrences of "2.1.7" with "2.1.8" using:
git grep -I -l -e '2\.1\.7' -- ':(exclude)*.bat' | xargs \
sed -b -i -e 's/2\.1\.7/2\.1\.8/g'
- Update some outdated version entries:
2.1.4 in CUETools.CTDB.EACPlugin.Installer.vdproj
git grep -I -l -e '2\.1\.4' | xargs \
sed -b -i -e 's/2\.1\.4/2\.1\.8/g'
2.0.7 in
CUEPlayer/Properties/DataSources/Output.datasource
CUEPlayer/Properties/DataSources/frmCUEPlayer.datasource
git grep -I -l -e '2\.0\.7' | xargs \
sed -b -i -e 's/2\.0\.7/2\.1\.8/g'
1.9.4 in CUETools.Processor.CUEConfig.datasource
git grep -I -l -e '1\.9\.4' | xargs \
sed -b -i -e 's/1\.9\.4/2\.1\.8/g'
1.9.0 in frmCUERipper.datasource
git grep -I -l -e '1\.9\.0' | xargs \
sed -b -i -e 's/1\.9\.0/2\.1\.8/g'
2021-02-21 06:20:51 +01:00
Wolfgang Stöggl
087f89ad46
[CUETools, CUERipper] Restore ImageScalingSize
...
Restore the ImageScalingSize to default settings, which is (16, 16).
As a side effect of commit 16fccfe , the ImageScalingSize was set to
(24, 24), which led to over-sized images. In case of toolStripInput
and toolStripOutput the images were scaled non-proportionally and
looked squashed.
- CUETools:
- Reset the ImageScalingSize of:
statusStrip1
toolStripCorrectorFormat
toolStripInput
toolStripOutput
toolStripMenu
contextMenuStripFileTree
- Restore toolStripProgressBar2.Size to 120, 23
- Restore $this.MinimumSize to 699, 537
- CUERipper:
- Reset the ImageScalingSize of: statusStrip1
- Restore $this.MinimumSize to 680, 487
- The above mentioned modifications were applied and the rest of the
changes result from saving the forms with Visual Studio
- The CUETools and CUERipper forms are restored like they
looked in 2.1.7
2021-02-10 22:14:53 +01:00
Wolfgang Stöggl
18f00da89d
[CUETools] Update TabIndex ( #39 )
...
* [CUETools] Update TabIndex in frmCUETools
- Sort TabIndex entries
- Add TabStop to toolStripInput and toolStripOutput
* [CUETools] Update TabIndex in frmAbout
- Sort TabIndex entries
- Remove unneeded TabStop from the ReadOnly textBox1
* [CUETools] Update TabIndex in frmSettings
- Sort TabIndex entries in the following tab pages of frmSettings:
CUETools, Tagging, AccurateRip, Formats, Encoders, Decoders
2020-03-11 20:36:06 +01:00
Wolfgang Stöggl
fe3cf97ef7
Fix typos found by codespell
...
- Typos were found by codespell v1.17.0.dev0 (commit 44fea6d)
- Command used:
codespell -q 2 \
-L ba,bloc,blocs,doubleclick,dur,fille,frmat,numer,optin,passtime \
-L pres,strack,te,tim,tre,uint,whn \
--skip="*.de-DE.resx,./Bwg*,./Freedb,./MusicBrainz,./ProgressODoom" \
--skip="./ThirdParty"
2020-02-19 12:12:59 +01:00
Grigory Chudov
3f121a8f9e
Fix issues with downloaded album art.
2018-11-25 15:12:51 -05:00
Grigory Chudov
16fccfe5c9
Code cleanup; Reader classes renamed to Decoders, Writers to Encoders, every Decoder must have a corresponding Settings class now just like Encoders. UserDefinedEncoders renamed to CommandLineEncoders, etc.
2018-03-23 19:26:26 -04:00
Grigory Chudov
d6ed3177aa
Version bump to 2.1.7
2018-03-11 19:17:57 -04:00
Grigory Chudov
6e6198defb
Version bump to 2.1.6
2014-12-08 23:35:43 -05:00
Grigory Chudov
7a4763300b
misc
2014-09-19 01:16:59 -04:00
Grigory Chudov
5e784881f1
CUETools: removed reference to CSScriptLibrary which triggers false-positive
...
in Avast, so custom scripts are no longer supported.
2014-05-11 20:30:06 -04:00
Grigory Chudov
1aeed2e7a8
CUETools: use standard textBox control for offset, because
...
numericUpAndDown glitches with large fonts.
2013-10-14 17:04:46 -04:00
Grigory Chudov
e0d789b727
CUETools.Converter: reducing dependancy on CUETools.Processor;
...
CUETools.Codecs should be enough. Tagging is the only remaining issue.
2013-06-11 21:19:48 -04:00
Grigory Chudov
dd57626b4e
CUETools.Flake/FLACCL: --lax command line setting
2013-06-04 20:44:13 -04:00
Grigory Chudov
1e502ab0b9
CUETools: CTDB verification during encoding, CTDB confidence tags
2013-06-04 00:10:33 -04:00
Grigory Chudov
8f1fd6d727
CUETools & CUERipper: Cosmetic changes to encoderSettings button
2013-04-18 21:33:08 -04:00
Grigory Chudov
1ebd9f047b
CUETools: Encoder settings button
2013-04-18 21:23:19 -04:00
Grigory Chudov
769949f178
Increment version number to 2.1.5
2013-04-12 23:01:20 -04:00
Grigory Chudov
ff8fd22fdf
Removed lossyWAV support from CUETools - it was outdated anyway
2013-04-12 22:40:56 -04:00
Grigory Chudov
9670c6c891
Refactoring codecs infrastructure:
...
AudioWriterSettings passed to IAdioDest constructors now
AudioWriterSettings now includes AudioPCMConfig
2013-04-07 20:41:58 -04:00
chudov
cc682decb5
Minor bugfixes
2012-07-12 00:11:39 +00:00
chudov
3a50c03cef
* Better tagging with CTDB metadata
...
* Removed old LAME encoder from plugins list
* CUERipper: main window resizeable
* taglib-sharp.dll removed, taglib-sharp source code imported
2012-04-16 07:19:57 +00:00
chudov
7f07eff0a5
Version 2.0.4
...
* Better handling of metadata for playstation type CDs
* HTOA filename now starts with 00 instead of 01.00
* CUETools: local database: when the folder is already in database, you can now refresh it instead of removing/adding it
* CUETools: local database: added sort category "by CTDB confidence"
* CUETools: local database: new menu item: locate in explorer
* CUERipper: Option to disable gaps detection
* CUERipper: now correctly submits CDs with data tracks to Freedb
* EAC plugin: now fixes codepage for freedb entries
2012-04-08 23:54:36 +00:00
chudov
fe3704f598
CUERipper: AlbumArt support
2012-02-13 07:24:25 +00:00
chudov
7572e50bd8
version bump
2012-01-12 03:32:00 +00:00
karamanolev
ce79dd8641
Some refactoring in CUETools
2011-10-24 14:11:42 +00:00
chudov
8b19665038
* support for new metadata sources via CTDB
...
* CUETools: GUI tweaks for large screen resolutions on windows 7
* CUETools.Codecs.LAMEEncoder: fix VBR header update for filenames with unicode characters
* CUERipper: more string messages for SCSI errors when ripping
2011-09-08 18:25:54 +00:00
chudov
78197894f7
Finalized 2.1.2;
...
Starting work on 2.1.3 (prioritized metadata lookup, freedb via ctdb)
2011-06-26 00:02:29 +00:00
chudov
e3b05e3e7f
* option to purge records from local DB
...
* metadata editing window size is now saved in settings
* old musicbrainz library removed, musicbrainz metadata now only comes from CTDB
* confirmation dialog before submitting to CTDB
2011-06-13 20:25:13 +00:00
chudov
0dd7ac7ccd
CTDB EAC Plugin: show progress bar
...
CTDB protocol: parity files can now be on another server
Version bump to 2.1.2
2011-05-26 18:18:26 +00:00
chudov
d5fdd19735
CTDB metadata support
2011-05-15 17:41:14 +00:00
chudov
c4a5a465ef
* LocalDB merged with file browser
...
* fixed hangup on truncated flac files
* optimized CRC32 calculations
2011-04-10 18:16:26 +00:00
chudov
052cb096c4
CUETools 2.1.1
...
* Local Database for verification results and metadata
* FlaCuda replaced with FLACCL
2011-03-08 15:37:43 +00:00
chudov
769a85f827
2.0.9 release
2010-05-18 17:18:37 +00:00
chudov
071c45d8e2
Version bump to 2.0.8
2010-04-24 17:47:57 +00:00
chudov
3f717d14c8
Optimizing verification
2010-04-23 19:59:42 +00:00
chudov
881951cb02
2.0.7
2010-03-30 02:41:43 +00:00
chudov
612fba3bcb
smart combobox control
...
some localization for cueripper
version bump
2010-03-25 01:05:26 +00:00
chudov
e3eaf9ae85
use smart combobox control
2010-03-22 06:37:43 +00:00
chudov
f01d0b5241
CUERipper update;
...
CTDB xml interface;
Minor bugfixes;
Version 2.0.6-2.0.7
2010-03-20 07:09:07 +00:00
chudov
749f96ed8a
CUERipper revamp
2010-02-28 21:04:34 +00:00
chudov
5b9b266de5
CD parity information database
2010-02-23 15:15:08 +00:00
chudov
c27baada21
flake
2009-08-21 03:26:12 +00:00
tuxman666
25015e77f4
several updates
2009-08-09 04:54:25 +00:00
chudov
98c80c8396
Minor bugfixes (2.0.4a)
2009-08-08 16:14:06 +00:00
chudov
8f9a7b9e1e
2.0.4
2009-08-06 13:03:02 +00:00
chudov
3ed977981e
fix update check
2009-06-26 12:00:40 +00:00
chudov
0ee3014c15
fix layout for other font sizes
2009-06-26 07:57:52 +00:00
chudov
b6c12bda14
2.0.4
2009-06-24 19:40:23 +00:00
chudov
ade94128bb
2.0.2
2009-05-01 15:16:26 +00:00
chudov
599c1b2766
preparations for 2.0.1
2009-03-28 03:57:49 +00:00