209 Commits

Author SHA1 Message Date
Alexander Kojevnikov
0fabf1789c i18n: Add the pot file 2011-02-23 17:23:00 +08:00
Alexander Kojevnikov
503eb705a1 osx: Fix link activation (issue 31) 2011-02-23 16:11:52 +08:00
Alexander Kojevnikov
b8c28560ef osx: Fix new version detection 2011-02-23 15:48:07 +08:00
Alexander Kojevnikov
f1f63561f9 Add Platform.read_line 2011-02-23 13:00:34 +08:00
Alexander Kojevnikov
1426e66ea4 osx: Fix logo scaling issue in the About dialogue
More like a give up than a fix. I could not manage to get the
svg pixbuf loader to do its job. For now the dialogue just
loads the default bitmap logo.

For future reference, to install use the `librsvg +no_gnome`
port and add a <binary> section in the bundle file.

Partially fixes issue 31.
2011-02-22 22:38:46 +08:00
Alexander Kojevnikov
1b287083cd Fix the comment string in the About dialog
Partially fixes issue 31.
2011-02-22 20:38:42 +08:00
Alexander Kojevnikov
340db21441 osx: Fix a font rendering issue
Apparently there was a regression in cairo 1.9.x and 1.10.x,
both 1.8.x and 1.11.x work fine. See also commit ffd71bc.
2011-02-22 20:13:37 +08:00
Alexander Kojevnikov
d4bebb03cc osx: Use the Quartz GTK theme 2011-02-22 19:31:57 +08:00
Alexander Kojevnikov
6c6bbbd065 osx: More bundle fixes 2011-02-22 18:39:09 +08:00
Alexander Kojevnikov
cb3460234d osx: Bundle fixes 2011-02-21 19:33:42 +08:00
Alexander Kojevnikov
f64f87fa62 osx: First take at moving to ige-mac-bundle 2011-02-21 18:51:39 +08:00
Alexander Kojevnikov
625ab59ec8 Fix compilation errors with Vala 0.11 2011-02-20 14:44:44 +08:00
Alexander Kojevnikov
78397e7176 Add ru.po 2011-02-18 18:18:29 +08:00
Alexander Kojevnikov
b9f65718ea Fix autotools 2011-02-18 17:54:24 +08:00
Alexander Kojevnikov
00e7e82866 web: Fix the link to the OS X bundle 2010-10-22 10:08:27 +11:00
Alexander Kojevnikov
d2846d5a28 New Unix logo 2010-09-09 09:55:39 +10:00
Alexander Kojevnikov
8c45539811 s/linux/unix/g 2010-09-08 22:05:12 +10:00
Alexander Kojevnikov
ae571fef7a Pre-compute the cosine table to speed up analysis by ±16% 2010-08-26 20:58:26 +10:00
Alexander Kojevnikov
103d891325 Log the analysis time 2010-08-26 20:52:19 +10:00
Alexander Kojevnikov
b78f863497 Fix compilation on Slackware 2010-08-05 09:42:11 +10:00
Alexander Kojevnikov
b75776bc7c Round the bitrate 2010-07-27 10:36:52 +10:00
Alexander Kojevnikov
20ea067403 Undo the previous commit, we still need lavc >= 52.56.0 for avfft 2010-07-24 14:02:55 +10:00
Alexander Kojevnikov
3eeea1ae47 Loosen dependency on libavcodec 2010-07-24 13:21:25 +10:00
Alexander Kojevnikov
a294664a14 Better looking icon on dark backgrounds 2010-07-23 15:57:40 +10:00
Alexander Kojevnikov
ff7e7a44b4 Cosmetic fixes 2010-07-15 19:30:31 +10:00
Alexander Kojevnikov
1c6f15bf6a Show Spek version in the window 2010-07-15 12:14:00 +10:00
Alexander Kojevnikov
57980a08be Update NEWS 2010-07-14 10:21:49 +10:00
Alexander Kojevnikov
928cc35246 Update website v0.6 2010-07-13 23:37:34 +10:00
Alexander Kojevnikov
fc334eda9f Prepare of 0.6 release 2010-07-13 22:43:07 +10:00
Alexander Kojevnikov
0e4a55c0b9 [osx] Replace GStreamer with FFmpeg 2010-07-11 21:48:12 +09:00
Alexander Kojevnikov
4c52cbed6e [win] Remove libxml2 from the installer 2010-07-11 14:26:03 +10:00
Alexander Kojevnikov
95788c11e3 [win] Fix Unicode arguments 2010-07-11 14:25:36 +10:00
Alexander Kojevnikov
c9e4146536 [win] Fix link activation (issue 31) 2010-07-10 22:51:30 +10:00
Alexander Kojevnikov
5052a6ce72 [win] Installer fixes 2010-07-10 19:04:43 +10:00
Alexander Kojevnikov
c9ccdc647e [win] Option to launch Spek when setup exits 2010-07-10 18:45:11 +10:00
Alexander Kojevnikov
5c4d2af7a4 [win] Custom installer bitmaps (issue 32) 2010-07-10 17:17:55 +10:00
Alexander Kojevnikov
72039afa66 [win] Replace GStreamer with FFmpeg in the installer 2010-07-10 16:05:53 +10:00
Alexander Kojevnikov
ec699bd728 Files with Unicode names couldn't open on Windows 2010-07-10 15:16:37 +10:00
Alexander Kojevnikov
98e865465b Don't start the pipeline on error 2010-07-10 13:41:43 +10:00
Alexander Kojevnikov
6ea9814a56 More av_malloc fixes 2010-07-10 13:01:53 +10:00
Alexander Kojevnikov
4fc8811694 Link to libavutil 2010-07-10 12:30:53 +10:00
Alexander Kojevnikov
d683b00897 Use av_malloc to allocate audio buffers
libavcodec crashes on Windows when using the usual malloc,
av_malloc makes sure the allocated buffer is properly aligned.
2010-07-10 12:10:15 +10:00
Alexander Kojevnikov
166d31e693 [web] Update roadmap 2010-07-09 13:18:19 +10:00
Alexander Kojevnikov
372fe20459 Decode audio and run FFTs in different threads (issue 11) 2010-07-09 13:16:33 +10:00
Alexander Kojevnikov
cae3767e43 Update autogen.sh from Sampala 2010-07-08 14:32:19 +10:00
Alexander Kojevnikov
fe590c87e8 Use GLib instead of Posix 2010-07-08 14:17:36 +10:00
Alexander Kojevnikov
ddc8769bfa Properly quit the reader thread 2010-07-08 14:06:40 +10:00
Alexander Kojevnikov
e62e6178dc Check for updates only once a week 2010-07-07 20:08:11 +10:00
Alexander Kojevnikov
a0ed5d62fd Re-analyse only if the window width has been changed 2010-07-07 18:45:12 +10:00
Alexander Kojevnikov
df52ab83b6 Check for a new version on start up (issue 27) 2010-07-07 18:33:56 +10:00