Commit Graph

3260 Commits

Author SHA1 Message Date
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
Amar Takhar 5d08d15bc2 Use -O2 for normal builds, and -O0 for debug.
Originally committed to SVN as r4007.
2010-01-20 03:30:42 +00:00
Grigori Goronzy a4fe0531f5 Enable DSN in the Unix .desktop file. Still needs some fixing of the
splash screen, but in general works. Addresses #1034.

Originally committed to SVN as r4006.
2010-01-19 20:16:10 +00:00
Niels Martin Hansen 545f36dace Bump a few user-visible copyright years up to 2010.
Originally committed to SVN as r4005.
2010-01-19 14:28:59 +00:00
Niels Martin Hansen 8f29404489 Fix some of the edit boxes in Options being too tall.
The remaining three are locked into bad size by a FlexGridSizer.

Originally committed to SVN as r4004.
2010-01-19 14:19:11 +00:00
Amar Takhar 35c460bbca Fix glitch with Options dialogue being too small for its contents on Mac.
Originally committed to SVN as r4003.
2010-01-19 13:22:13 +00:00
Amar Takhar 0454cfa43e Add a workaround to wxString::Format using Replace, I've done this for the thesaurus as it should have the same problem unfortunatly I couldn't find a unicode dictionary to test it with, it works fine for windows though. This is probably a wx bug that we should file upstream closes #1108.
Originally committed to SVN as r4002.
2010-01-19 10:32:28 +00:00
Amar Takhar 00c095f3c3 Add two wxLogDebug printfs.
Originally committed to SVN as r4001.
2010-01-19 10:24:07 +00:00
Niels Martin Hansen 14d39aeb80 Make hotkey entry popup in Options nicer and fix #566.
This must be merged to trunk too, doing that in a minute.

Originally committed to SVN as r3999.
2010-01-19 08:45:31 +00:00
Amar Takhar 4104d01222 Completely block the UI while Font Config is caching on OS X. This is a bit a hack and a better solution should be found. A new ticket should be opened for that.
Updates #841.

Originally committed to SVN as r3998.
2010-01-19 07:09:03 +00:00
Amar Takhar 8b8d500031 Fix Recent box in colour dialogue on OS X, the drawing failure was due to alpha reversal.
Fix Dropper functionality in colour dialogue on OS X, work around wxMemoryDC::GetPixel() not being implemented.
Updates #748. Close when merged to trunk.

Originally committed to SVN as r3997.
2010-01-19 06:55:50 +00:00
Niels Martin Hansen ed100153ff Further on the way to making the colour dropper work on OS X. Now the screen bitmap is captured correctly, but still not drawn correctly.
Updates #748.

Originally committed to SVN as r3996.
2010-01-19 05:44:18 +00:00
Thomas Goyne f3731231ea Disable the "Add to dictionary" button in the spell checker dialog when the word cannot be added to the dictionary. Updates #999.
Originally committed to SVN as r3994.
2010-01-19 00:51:07 +00:00
Amar Takhar 3b08a0c51b Don't make an attempt to draw the play cursor if oldCurPos < 0 (usually means playback has stopped.). This fixes an assert on OS X and in general is probably a good thing.. I won't close the ticket until this has been tested on windows updates #1016.
Originally committed to SVN as r3993.
2010-01-18 08:34:06 +00:00
Amar Takhar cfe1faa6ad * Fix restart-helper to work with spaces in the bundle name.
* Add some helpful debug printfs.

closes #1103.

Originally committed to SVN as r3992.
2010-01-18 06:49:49 +00:00
Grigori Goronzy 998c42c4a1 Backport ALSA fix, r3990.
Originally committed to SVN as r3991.
2010-01-15 23:01:36 +00:00
Niels Martin Hansen baa1721a0c Fix installer's names for Chinese written languages.
Originally committed to SVN as r3989.
2010-01-15 02:03:03 +00:00
Niels Martin Hansen 06bf895786 Update translations files data for the Windows installer.
All languages are now listed with their native form first, but ordered after English name.

Originally committed to SVN as r3988.
2010-01-15 01:57:21 +00:00
Niels Martin Hansen 2f25545ecb Fix problem with portable installations detecting all Automation autoload scripts twice, because the default autoload path ends up including the same directory twice in portable set-ups. Let the default configuration for portable versions only include one of the paths.
Also re-enable the splash screen and ask the user about update checking.

Originally committed to SVN as r3987.
2010-01-14 21:41:35 +00:00
Amar Takhar 7098788064 Add an m4 define 'aegisub_FINAL_RELEASE' set it to 1 to enable a release version. closes #851.
Originally committed to SVN as r3986.
2010-01-13 11:10:39 +00:00