Commit Graph

3429 Commits

Author SHA1 Message Date
Thomas Goyne ebfa2d7950 Merge r4105 from trunk.
Originally committed to SVN as r4106.
2010-02-14 22:46:46 +00:00
Thomas Goyne 718a51849f Merge r4103 from trunk. Closes #1060.
Originally committed to SVN as r4104.
2010-02-14 22:30:38 +00:00
Thomas Goyne 68c4185882 Merge r4101 from trunk. Closes #1159.
Originally committed to SVN as r4102.
2010-02-14 22:03:55 +00:00
Thomas Goyne a8711e6b24 Merge r4099 from trunk.
Originally committed to SVN as r4100.
2010-02-14 18:09:50 +00:00
Thomas Goyne d53becf3f2 Merge r4037 and r4097 from trunk. Closes #1135.
Originally committed to SVN as r4098.
2010-02-14 17:52:54 +00:00
Niels Martin Hansen 8be28620fd Change upgrade installer to check for 2.1.8 presence instead of 2.1.7 presence.
Originally committed to SVN as r4096.
2010-02-14 14:59:52 +00:00
Niels Martin Hansen fedfafd1ed Update version number in installer. (Upgrade installer notice about supported versions is not updated, neither are the tested file signatures.)
Switch Portable installer to use PrivilegesRequired=lowest feature added in Inno Setup 5.3.7, to avoid ever causing a UAC elevation prompt on Windows 6+.

Originally committed to SVN as r4095.
2010-02-14 01:17:31 +00:00
Amar Takhar a8dfb5e740 Add Polish translation, thank you! closes #1156
Originally committed to SVN as r4094.
2010-02-13 18:32:53 +00:00
Niels Martin Hansen b82466db16 Remove dependence on iconv header not used in 2.1.x.
Originally committed to SVN as r4093.
2010-02-12 15:03:26 +00:00
Niels Martin Hansen bad0d44da4 Fix help file search logic. Closes #1146.
Originally committed to SVN as r4092.
2010-02-12 15:00:42 +00:00
Niels Martin Hansen a2acb8ce35 Change to 64 bit build, debug version is constantly rebuilt if it's attempted built with "Program database for edit & continue" instead of plain "Program database" for debug information.
Originally committed to SVN as r4091.
2010-02-12 14:05:17 +00:00
Thomas Goyne fca741f77d Make VideoOutGL stop resizing the video frame for the sole purpose of working around problems resulting from resizing, resulting in blurry video at 100% zoom. Updates #1153.
Originally committed to SVN as r4090.
2010-02-09 23:48:20 +00:00
Niels Martin Hansen 4ad98ace14 Merge r4087, closes #1139.
Originally committed to SVN as r4088.
2010-02-05 17:34:50 +00:00
Niels Martin Hansen aa55564ba3 Merge r4084, closes #1145.
Originally committed to SVN as r4085.
2010-02-05 15:21:17 +00:00
Niels Martin Hansen 19181b37b3 When waiting for the DirectSoundPlayer2 thread to initialise, wait for either success or failure, instead of only success. Fixes problem where init failure would deadlock the entire program. Updates #1126.
Originally committed to SVN as r4081.
2010-02-05 13:18:58 +00:00
Niels Martin Hansen a57a9052b1 Fix rare furigana layout issue. Closes #1144.
Originally committed to SVN as r4080.
2010-02-05 12:54:18 +00:00
Thomas Goyne c82065f9f5 Merge r4077 from trunk. Closes #1137 and #1140.
Originally committed to SVN as r4078.
2010-01-31 18:53:12 +00:00
Amar Takhar 22f22a3659 Merge 4072: Delete gcc precompiled headers in distclean.
Originally committed to SVN as r4075.
2010-01-30 22:32:44 +00:00
Amar Takhar f2e650f8d5 Mark as 2.1.9
Originally committed to SVN as r4057.
2010-01-27 20:42:11 +00:00
Niels Martin Hansen ec89fe079a Change upgrade installer to also be able to "upgrade" 2.1.8 release.
Originally committed to SVN as r4070.
2010-01-30 13:56:22 +00:00
Niels Martin Hansen bea08b46bd Fix really dumb bug in installer. The Vietnamese translation was being installed on top of the Russian translation, causing there to be no Russian, and Vietnamese being labeled Russian.
Originally committed to SVN as r4068.
2010-01-30 13:35:08 +00:00
Amar Takhar d92437b4b4 Forgot to use the correct user-defined colour for cursor drawing in the last commit.
Originally committed to SVN as r4064.
2010-01-28 19:16:29 +00:00
Amar Takhar 44ba0a4e43 Add a hack for playback cursor on Mac.
On wxMac, wxClientDC doesn't work very well, if at all, and the current way of updating
the playback cursor doesn't actually update it in most cases. This change adds a special
case for wxMac to do the playback cursor drawing in OnPaint instead, and just shooting
Refresh() calls in OnUpdateTimer.

Originally committed to SVN as r4063.
2010-01-28 19:11:09 +00:00
Amar Takhar b3037d7690 Add 2.1.8 intel DS_Store.
Originally committed to SVN as r4062.
2010-01-28 11:07:07 +00:00
Niels Martin Hansen 686b43fb02 Build configuration for 2.1.8 Windows release.
Originally committed to SVN as r4061.
2010-01-28 09:41:31 +00:00
Amar Takhar bd93e49801 Stub commit to note that r4025 set 2.1.8 to a release version on unix/osx.
Originally committed to SVN as r4059.
2010-01-27 21:48:23 +00:00
Amar Takhar a9ad3259c3 Remove osx-dmg-dsstore.pl from EXTRA_DIST, I don't know why this didn't make it into r4025.
Originally committed to SVN as r4058.
2010-01-27 21:46:45 +00:00
Amar Takhar d03dc76dcc Apply the same fix as r4027.. r4053 exposed the same problem. There are still plenty of cases around aegisub that could create undefined behaviour if we forcibly set a font via it's name or face, we should only be using famlies for the default or shipping fonts with the program itself. see #1130
Originally committed to SVN as r4055.
2010-01-27 16:08:01 +00:00
Amar Takhar 283beba0fd Make sure /usr/lib/libexpat* isn't linked, this only exists in 10.5 forward and breaks 10.4 compat.
Originally committed to SVN as r4054.
2010-01-26 17:19:50 +00:00
Amar Takhar f6c7caae57 Partially enable r3094 for os x as well.
Originally committed to SVN as r4053.
2010-01-26 16:21:21 +00:00
Niels Martin Hansen b31963bfec Fix copy-pasto in installer, closes #1128. Thanks for catching this.
Originally committed to SVN as r4050.
2010-01-26 13:50:20 +00:00
Niels Martin Hansen 298569f3dd Add Greek translation to Windows installer.
Originally committed to SVN as r4043.
2010-01-26 13:14:25 +00:00
Amar Takhar 7e71d349c6 Use an alternate method to avoid negative bitmap values. The first fix only worked by pure coincidence. This is a rather cheap fix but it should be safe to do. As the audio code is being re-written for 2.2.0 there's no point in trying to figure out a better way. This needs to be tested on OS X and Windows. Updates #1016
Originally committed to SVN as r4041.
2010-01-26 10:27:44 +00:00
Amar Takhar 0422989932 Set sysroot for 10.5 only, also remove superfluous variable arch_bundle and use DARWIN_ARCH instead.
Originally committed to SVN as r4034.
2010-01-22 03:58:00 +00:00
Amar Takhar b8510b0a5d RC2 DS_Store.
Originally committed to SVN as r4033.
2010-01-22 03:47:17 +00:00
Amar Takhar 3fe41117bd Save RC1 DS_Store
Originally committed to SVN as r4032.
2010-01-22 02:55:29 +00:00
Amar Takhar 55e24552eb Set CXXFLAGS_OSX to lock us in for 10.4 support.
Originally committed to SVN as r4031.
2010-01-22 00:14:05 +00:00
Amar Takhar 4a6e3d832d Add the architecture to the bundle name for debug builds since we'll be distributing these via zip in the future.
Originally committed to SVN as r4030.
2010-01-21 22:10:45 +00:00
Amar Takhar 205c5f26ba Add Greek (el) translation, from George Arslanoglou and Madarb, thanks! closes #1119
Originally committed to SVN as r4029.
2010-01-21 21:43:30 +00:00
Amar Takhar f30043a28d LSArchitecturePriority is actually a string array, also add LSMinimumSystemVersion (10.4.0) and LSRequiresNativeExecution. ArchitecturePriority should be populated based on the build, I'll do that later.
Originally committed to SVN as r4028.
2010-01-21 04:42:29 +00:00
Amar Takhar a0b7561349 If setting the font by name doesn't work, set it by family. Fixes a crash under 10.4 since the mini doesn't have Tahoma.
Originally committed to SVN as r4027.
2010-01-21 04:40:47 +00:00
Amar Takhar 7e8b72a63f Fix Bundle/DMG naming when in debug mode.
Originally committed to SVN as r4026.
2010-01-21 04:39:05 +00:00
Amar Takhar b36215ece6 Update localisation list, update copyright..
Originally committed to SVN as r4016.
2010-01-20 23:13:09 +00:00
Amar Takhar 163dd2e432 Missed a space in r4013.
Originally committed to SVN as r4014.
2010-01-20 13:42:53 +00:00
Amar Takhar c61ebef1d1 Don't use spaces in either the bundle or dmg name, they're really annoying.
Originally committed to SVN as r4013.
2010-01-20 13:34:16 +00:00
Amar Takhar 349ef61104 Switch variable from the device name to the package name for open.
Originally committed to SVN as r4012.
2010-01-20 13:32:41 +00:00
Amar Takhar 91e7ad52b0 Use AppleScript to generate our DS_Store, Mac::Finder::DSStore was causing major issues and the main website is gone. The method we use was borrowed from the Inkscape Project http://www.inkscape.org/
Originally committed to SVN as r4011.
2010-01-20 12:32:58 +00:00
Amar Takhar f5085e4d7d Give sensible names to development/release bundles and dmgs, also remove some useless variables.
Originally committed to SVN as r4010.
2010-01-20 12:29:11 +00:00
Niels Martin Hansen 8c34a91de9 Fix #1117, only call toolbar->Realize() if changes to button states were actually made.
Originally committed to SVN as r4009.
2010-01-20 09:31:48 +00:00
Niels Martin Hansen f996638519 Fix #1118.
Problem was indeed a regression from the fix for #942, caused by an unintended short-circuit evaluation introduced.

Originally committed to SVN as r4008.
2010-01-20 05:57:45 +00:00