Aegisub/aegisub
Amar Takhar 930f593d6a dd the beginings of the Aegisub Reporter, this is my first C++ program from scratch. (yes, that's a disclaimer)
What's left to be done:
  * Crash support. (only works for 'reports')
  * UI cleanups.
  * Interfacing with Aegisub to get proper metrics.
  * OSX support.
  * Windows support. (someone else will have to do this)
  * Server-side code.

There's probably a lot of other things I'm forgetting, anyone is free to commit to this, if you want to make major changes let me know beforehand.

Originally committed to SVN as r3475.
2009-09-03 06:53:55 +00:00
..
automation Fix bugs in kara-templater causing tenv.relayer and tenv.restyle functions to fail. 2009-07-25 18:16:37 +00:00
build Rename audio_spectrum.* to audio_renderer_spectrum.* in preparation of converting the spectrum into a slave of AudioRenderer. See #951 and #990. 2009-08-13 16:04:45 +00:00
desktop SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
docs/doxygen Add a whole bunch of WITH_* flags to PREDEFINED, this includes a large chunk of code that wasn't getting added before. Most of the warnings have been fixed now other than a few extra that have cropped up due to the ifdef'd code being included. Thanks to jfs for spotting the fix. 2009-08-01 03:10:56 +00:00
libass Sort ass_parse.c into the alphabet. (like the rest) 2009-09-02 04:01:20 +00:00
libffms Add src/core/*.h not core/*.h to SOURCES for distfiles. 2009-07-13 23:26:03 +00:00
m4macros Add a cross-compile condition to AC_RUN_IFELSE in AC_AGI_COMPILE to make cross-compiling work. 2009-04-21 22:32:07 +00:00
packages Surgically remove Automation 3. 2009-07-23 00:19:36 +00:00
po Fix lots of spelling and grammar errors in the German translation 2009-09-02 01:23:46 +00:00
reporter dd the beginings of the Aegisub Reporter, this is my first C++ program from scratch. (yes, that's a disclaimer) 2009-09-03 06:53:55 +00:00
src wxUSE_STACKWALKER is defined to 0/1, so #ifdef doesn't work. (noticed by plork) 2009-09-03 06:03:38 +00:00
tinderbox Supplant ${HOME} with /home/verm, I forgot that the buildslaves run with an extremely limited env. This isn't a perm solution but it'll get us building for now. 2009-09-02 05:01:54 +00:00
tools Add -force to 'hdiutil detach'.. this should stop the "Resource Busy" errors we keep on getting. I should have un-lazy'd myself a long time ago, though if I knew the fix this was this simple I would have.. guess I'm too used to every fix on OS X being long and convoluted. (argh) 2009-08-13 19:35:42 +00:00
universalchardet Make some (do-nothing) destructors in the chardet library virtual, should fix some warnings on some GCC versions. 2009-08-14 01:40:51 +00:00
acinclude.m4 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autogen.sh Switch from converting .bmp->XPM dynamically during the autogen step into building libresrc directly from the XPM buttons now that the .bmp files are gone. 2009-07-23 23:51:13 +00:00
configure.in dd the beginings of the Aegisub Reporter, this is my first C++ program from scratch. (yes, that's a disclaimer) 2009-09-03 06:53:55 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
LICENCE Add a licence file.. only 4 years later right?! 2009-07-30 03:31:25 +00:00
Makefile.am Commit changes to support importing bitmaps as character strings, this is still broken however the final fix should be quite simple. 2009-07-25 09:35:44 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

* To be written.