Commit Graph

1646 Commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 5f3abc5f96 Added a win32 batch file to generate docs.
Originally committed to SVN as r1730.
2008-01-15 04:49:47 +00:00
Karl Blomster 00145ea3d0 Updated the export script. It should now handle (almost) everything properly.
Originally committed to SVN as r1729.
2008-01-15 04:49:01 +00:00
Rodrigo Braz Monteiro 86271e82b7 Added a make_pot.bat to generate translation template, and updated aegisub.pot.
Originally committed to SVN as r1728.
2008-01-15 04:32:48 +00:00
Rodrigo Braz Monteiro ffebc6a30f r1723 installer
Originally committed to SVN as r1727.
2008-01-15 01:52:33 +00:00
Rodrigo Braz Monteiro 62efd59db7 meh.
Originally committed to SVN as r1726.
2008-01-15 01:30:37 +00:00
Rodrigo Braz Monteiro ecbc4d64ce Deleted the old manual files and added an "output" folder for the script.
Originally committed to SVN as r1725.
2008-01-15 01:29:09 +00:00
Karl Blomster 04cbb3a74f Added a Perl script that converts the online wiki manual to static HTML. Still has a few annoying parsing bugs but it's mostly complete.
Originally committed to SVN as r1724.
2008-01-15 01:18:49 +00:00
Rodrigo Braz Monteiro 3ce6d62f4e Hopefully made Aegisub compile on Linux without WITH_FFMPEG.
Originally committed to SVN as r1723.
2008-01-15 00:54:54 +00:00
Rodrigo Braz Monteiro bfea6fd11e Made the installer compile, but now I'm not sure if it's still installing the runtimes.
Originally committed to SVN as r1722.
2008-01-14 20:53:57 +00:00
Rodrigo Braz Monteiro d810e87d85 Updated installer file paths to grab stuff directly from repository.
Originally committed to SVN as r1721.
2008-01-14 20:46:29 +00:00
Rodrigo Braz Monteiro ba1e1b6588 Changed automation's icon with something less hideous.
Originally committed to SVN as r1720.
2008-01-14 20:08:14 +00:00
Rodrigo Braz Monteiro 74e6a888da Added a help button to visual typesetting and added an icon for the select lines tool.
Originally committed to SVN as r1719.
2008-01-14 19:46:46 +00:00
Rodrigo Braz Monteiro e307f0578c Maybe fixed fonts collector crashing.
Originally committed to SVN as r1718.
2008-01-14 18:40:23 +00:00
Rodrigo Braz Monteiro 95492cec5e Fixed the fonts collector, now it should be able to find any real font installed.
Originally committed to SVN as r1717.
2008-01-14 18:36:10 +00:00
Rodrigo Braz Monteiro 67df761c51 Something is still broken with unicode conversion but I'll figure that out tomorrow
Originally committed to SVN as r1716.
2008-01-14 07:06:43 +00:00
Rodrigo Braz Monteiro 1b6f421917 Worthless attempt to fix stuff
Originally committed to SVN as r1715.
2008-01-14 06:38:33 +00:00
Rodrigo Braz Monteiro 3acc7b35a8 Improved (but still far from perfect) Fonts Collector performance
Originally committed to SVN as r1714.
2008-01-14 05:54:58 +00:00
Rodrigo Braz Monteiro a69fe9e71e Made the Hunspell dictionary provider use a different dictionary (on user path) for user-defined words (fixes #477)
Originally committed to SVN as r1713.
2008-01-14 02:01:50 +00:00
Rodrigo Braz Monteiro 6116b0af7b Implemented an optional line indicating the current video position on the audio (request #542)
Originally committed to SVN as r1712.
2008-01-14 01:18:24 +00:00
Rodrigo Braz Monteiro f939133a36 Fixed the issue on #538, although this needs some testing to see if it didn't break timecode loading support.
Originally committed to SVN as r1711.
2008-01-14 00:39:19 +00:00
Rodrigo Braz Monteiro 91986412b9 Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
Originally committed to SVN as r1710.
2008-01-14 00:30:00 +00:00
Rodrigo Braz Monteiro 400e37c2cd Made vector clip default to insertion if there is no previous vector to edit (#522). Also fixed a minor glitch when mouse was outside the window on that mode.
Originally committed to SVN as r1709.
2008-01-13 23:53:43 +00:00
Rodrigo Braz Monteiro 3aaffcf0fc Fixed the enter key on the goto dialog and MAYBE glitch #569
Originally committed to SVN as r1708.
2008-01-13 23:47:58 +00:00
Rodrigo Braz Monteiro dd0fdcae46 Updated addresses for the bug tracker and IRC channel
Originally committed to SVN as r1707.
2008-01-13 23:36:38 +00:00
Rodrigo Braz Monteiro 984438618f Finished adding help buttons to every relevant dialog.
Originally committed to SVN as r1706.
2008-01-13 23:34:38 +00:00
Rodrigo Braz Monteiro cd3dbd87f3 Added help button to dummy video dialog
Originally committed to SVN as r1705.
2008-01-13 22:41:34 +00:00
Rodrigo Braz Monteiro 2127d100ac Fixed Shift Times window layout and added help buttons to it and translation assistant.
Originally committed to SVN as r1704.
2008-01-13 22:25:26 +00:00
Rodrigo Braz Monteiro 62e3c7a3a6 Added help button to colour picker and changed its default colour space to HSV/H.
Originally committed to SVN as r1703.
2008-01-13 22:06:04 +00:00
Rodrigo Braz Monteiro 3f522b8836 Several minor fixes to spellchecking dialog. Also added a help button to it.
Originally committed to SVN as r1702.
2008-01-13 21:54:31 +00:00
Rodrigo Braz Monteiro 6c19999e06 Added and fixed more help buttons.
Originally committed to SVN as r1701.
2008-01-13 21:27:06 +00:00
Rodrigo Braz Monteiro e0f3086369 1700 GET. Changed how the help button works, and made it direct to the wiki for now. Only 4 help buttons work, so far.
Originally committed to SVN as r1700.
2008-01-13 21:05:31 +00:00
Karl Blomster 58b1637bd8 Made SetVideo discard keyframe data if every frame in the video is a keyframe. Fixes #547.
Originally committed to SVN as r1699.
2008-01-13 20:25:47 +00:00
Rodrigo Braz Monteiro acc26dba67 Applied Mosc's patch (plus a small change to variable_data.cpp) to fix #605 and #557, both related to $ variables in the middle of tags being wiped by different features.
Originally committed to SVN as r1698.
2008-01-13 19:36:05 +00:00
Karl Blomster 10fa94f768 "Copy to storage" in the styles manager now prompts the user if he wants to overwrite if the style already exists in the storage (previously it would do nothing, goggles etc.). Fixes #573.
Originally committed to SVN as r1697.
2008-01-13 06:42:34 +00:00
Rodrigo Braz Monteiro 12d9a32170 Disabled a warning in hunspell, dunno if it'll make any difference but I'm tired and too lazy to test.
Originally committed to SVN as r1696.
2008-01-13 06:18:29 +00:00
Rodrigo Braz Monteiro 39ccfa89a6 Final changes to use hunspell from repository as a dep project
Originally committed to SVN as r1695.
2008-01-13 06:08:45 +00:00
Rodrigo Braz Monteiro 6d9b40114c Added a minimal hunspell (for win32 only) to repository
Originally committed to SVN as r1694.
2008-01-13 05:57:09 +00:00
Karl Blomster b16bfa6676 Changed the "split line at cursor" functions so they now split what the user sees, not what's actually committed. Fixes #632.
Originally committed to SVN as r1693.
2008-01-12 22:40:04 +00:00
Rodrigo Braz Monteiro 8a6f04512b Made detached video window remember its last position/maximized state - #492
Originally committed to SVN as r1692.
2008-01-12 03:29:45 +00:00
Rodrigo Braz Monteiro 30fc5aa32f Made Aegisub remember whether video was detached or not last time.
Originally committed to SVN as r1691.
2008-01-12 03:12:49 +00:00
Rodrigo Braz Monteiro d7d66733f0 Fixed closing of video with detached video window open
Originally committed to SVN as r1690.
2008-01-12 03:09:48 +00:00
Karl Blomster ec2a2fa1e3 Modified "split at cursor" so it trims off whitespace around the split point. Fixes #523.
Originally committed to SVN as r1689.
2008-01-11 19:45:15 +00:00
Rodrigo Braz Monteiro 606f4807f8 Re-fixed release build. >_>
Originally committed to SVN as r1688.
2008-01-11 14:13:23 +00:00
Rodrigo Braz Monteiro 22032bc7da Some more fixes to detached video display, but I don't know how well it's working, as there are several GL issues here.
Originally committed to SVN as r1687.
2008-01-11 05:44:00 +00:00
Rodrigo Braz Monteiro 777f74d394 Fixed #510 (detached video closing)
Originally committed to SVN as r1686.
2008-01-11 04:48:11 +00:00
Rodrigo Braz Monteiro d3ac586ad7 Possibly fixed #606 (fonts collector crash)
Originally committed to SVN as r1685.
2008-01-11 04:36:29 +00:00
Rodrigo Braz Monteiro 5a9249f227 Fixed #617 (auto-solve corrupt config.dat)
Originally committed to SVN as r1684.
2008-01-11 04:04:28 +00:00
Rodrigo Braz Monteiro 337d451e94 Fixed #535 (audio stop button icon)
Originally committed to SVN as r1683.
2008-01-11 03:49:25 +00:00
Rodrigo Braz Monteiro df515c6f3b Fixed #549
Originally committed to SVN as r1682.
2008-01-11 03:38:06 +00:00
Rodrigo Braz Monteiro 71f641d649 Fixed #550
Originally committed to SVN as r1681.
2008-01-11 03:33:23 +00:00