SHA256
1
0
forked from pool/audacity
OBS User unknown 2009-01-09 01:23:27 +00:00 committed by Git OBS Bridge
parent 80f1f490ce
commit 2981326197
13 changed files with 86 additions and 31 deletions

View File

@ -1,21 +0,0 @@
--- src/widgets/ErrorDialog.cpp-dist 2008-11-19 16:28:18.000000000 +0100
+++ src/widgets/ErrorDialog.cpp 2008-11-20 11:44:25.000000000 +0100
@@ -124,9 +124,17 @@
EndModal(true);
}
+// make help dialog modal
+class HtmlTextHelpDialog : public BrowserFrame
+{
+public:
+ HtmlTextHelpDialog() : BrowserFrame() { MakeModal(true); }
+ ~HtmlTextHelpDialog() { MakeModal(false); }
+};
+
void ShowHtmlText( wxWindow * pParent, const wxString &Title, const wxString &HtmlText, bool bIsFile = false )
{
- BrowserFrame * pWnd = new BrowserFrame();
+ HtmlTextHelpDialog * pWnd = new HtmlTextHelpDialog();
pWnd->Create(pParent, -1, Title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE);// & ~wxSYSTEM_MENU);
ShuttleGui S( pWnd, eIsCreating );
LinkingHtmlWindow *html;

View File

@ -0,0 +1,14 @@
--- src/widgets/ErrorDialog.cpp
+++ src/widgets/ErrorDialog.cpp
@@ -122,0 +123,8 @@
+// make help dialog modal
+class HtmlTextHelpDialog : public BrowserFrame
+{
+public:
+ HtmlTextHelpDialog() : BrowserFrame() { MakeModal(true); }
+ ~HtmlTextHelpDialog() { MakeModal(false); }
+};
+
@@ -127 +135 @@
- BrowserFrame * pWnd = new BrowserFrame();
+ HtmlTextHelpDialog * pWnd = new HtmlTextHelpDialog();

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58beaf20d5d4bdec61c93cc9bda08faea9b1c9b51c962b4176e9390a6a65904c
size 4542637

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9224ab67abbe15d9fbe7655287a6e5fe98ab329d80ed7d42c8b588c6584da3e
size 4719800

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Dec 11 11:08:05 CET 2008 - mseben@suse.cz
- updated to version 1.3.6
Interface:
* "Save Compressed Copy of Project" saves in much smaller .OGG
format to facilitate online transmission of projects
* Improved MIDI import and export routines, and clearer color
for selection region
* Default temporary directory on Mac now accessible in Finder
Import / Export:
* Stability improvements in on-demand loading
* FFmpeg: support for latest version of library, improved
version checks and error messages, stability improvements
in custom exporter
Bug Fixes:
* Crash in "Get Noise Profile" step of Noise Removal at project
rates below 20480 Hz.
* Underestimation of peak level in tracks with a small number
of different peaks
* Truncate Silence could result in repeated or lost audio if
applied to the whole of a track
* Other interface, generating, exporting and platform-specific
fixes
Compilation:
* Added autoconf macro archive to CVS, enabling *.nix users
without this archive to build --with -MIDI
- renamed *-modal-help-dialog.diff to *-modal-help-dialog.patch,
also changed for 1.3.6 tarball
- added libexpat-devel to BuildRequires (directory lib-src/expat
in tarball 1.3.6 no longer exists)
-------------------------------------------------------------------
Thu Nov 20 11:52:28 CET 2008 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package audacity (Version 1.3.5)
# spec file for package audacity (Version 1.3.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
Name: audacity
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libexpat-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip
# build with local portaudio for now
# BuildRequires: portaudio-devel
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.5
Release: 49
Version: 1.3.6
Release: 1
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,7 +39,7 @@ Patch5: %{name}-%{version}-retval.patch
Patch6: %{name}-%{version}-strict-aliasing.patch
Patch7: %{name}-%{version}-nosse.patch
Patch8: %{name}-%{version}-compile.patch
Patch9: %{name}-1.3.5-modal-help-dialog.diff
Patch9: %{name}-%{version}-modal-help-dialog.patch
%description
Audacity is a program that manipulates digital audio wave forms. In
@ -67,7 +67,7 @@ Authors:
Tom Woodhams <tom@imaginemedia.co.uk>
%prep
%setup -q -n %{name}-src-%{version}-beta
%setup -q -n %{name}-src-%{version}
%patch2
%patch3
# build with local portaudio for now
@ -121,6 +121,35 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/mime/packages/audacity.xml
%changelog
* Thu Dec 11 2008 mseben@suse.cz
- updated to version 1.3.6
Interface:
* "Save Compressed Copy of Project" saves in much smaller .OGG
format to facilitate online transmission of projects
* Improved MIDI import and export routines, and clearer color
for selection region
* Default temporary directory on Mac now accessible in Finder
Import / Export:
* Stability improvements in on-demand loading
* FFmpeg: support for latest version of library, improved
version checks and error messages, stability improvements
in custom exporter
Bug Fixes:
* Crash in "Get Noise Profile" step of Noise Removal at project
rates below 20480 Hz.
* Underestimation of peak level in tracks with a small number
of different peaks
* Truncate Silence could result in repeated or lost audio if
applied to the whole of a track
* Other interface, generating, exporting and platform-specific
fixes
Compilation:
* Added autoconf macro archive to CVS, enabling *.nix users
without this archive to build --with -MIDI
- renamed *-modal-help-dialog.diff to *-modal-help-dialog.patch,
also changed for 1.3.6 tarball
- added libexpat-devel to BuildRequires (directory lib-src/expat
in tarball 1.3.6 no longer exists)
* Thu Nov 20 2008 tiwai@suse.de
- fix modal dialog with the help browser (bnc#440032)
* Wed May 28 2008 anosek@suse.cz