Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
* Fixed interesting libtool linker error on some systems.
* Fixed compiler warning. * Bumped version (1.0.0.svn24).
- Fixed compilation error for Mac.
* Show instrument index number on instruments list view. * Added multi-row selection support on samples tree view. * Added multi-row selection support on instruments list view. * Bumped version (1.0.0.svn23).
* Show sample group name and CRC-32 checksum on "Sample" tab. * Bumped version (1.0.0.svn22).
* Fixed crash when opening dimension manager dialolg multiple times (and i.e. adding or removing dimensions each time). * Bumped version (1.0.0.svn21).
* Script Editor: Fixed crash on Ctrl + A, followed by Del. * Bumped version (1.0.0.svn20).
* Added option to main menu for performing "Save" operation with a tempoary file (may perform faster than directly modifying existing .gig file). * Bumped version (2.0.0.svn19).
* Script Editor: Added "Font Size ..." to editor's menu. * Bumped version (1.0.0.svn18).
* Script Editor: Fixed editor which did not appear on some systems due to missing icons (using now lists of alternative icon names). * Bumped version (1.0.0.svn17).
* Dimension Region Editor: when assigning a new sample to a dimension region, apply the sample to all currently selected dimension regions (i.e. when Ctrl select was used on the dimension selector widget). * Bumped version (1.0.0.svn16).
* Fixed crash after changing a dimension type with the dimension manager dialog. * Bumped version (1.0.0.svn15).
* Added setting to main menu "View" -> "Auto Restore Window Dimension" (disabled by default since it causes issues on some machines). * Bumped version (1.0.0.svn14).
* Script Editor: altered keyboard shortcut Ctrl-X to Ctrl-Q (to avoid masking the common cut text shortcut). * Script Editor: if editor is used in live-mode, inform the sampler that it needs to automatically reload the script after the script has been altered and applied with the script editor. * Bumped version (1.0.0.svn13).
* Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S) and "Close" (Ctrl-X). * Bumped version (1.0.0.svn12).
* Script Editor: Added status bar at the bottom of the script editor window showing the amount (if any) of errors and warnings. * Bumped version (1.0.0.svn11).
* Script Editor: Show a question dialog to the user when the editor is to be closed and the script changes have not been applied yet. * Bumped version (1.0.0.svn10).
* Script Editor: Reverted previous commit regarding error/warning icons, since Gtk seems not to be appropriate for handling icons correctly that way. * Script Editor: Show precise parser error/warning messages as tooltip when the mouse points over the respective location in the script's source code. * Bumped version (1.0.0.svn9).
* EXPERIMENTAL: Show error/warning icon at the respective script locations of instrument script editor. * Bumped version (1.0.0.svn8).
* Enabled auto save & restore of window size & position of all remaining windows. * Bumped version (1.0.0.svn7).
* Automatically save & restore window size and position (yet limited to main window and script editor window). * Bumped version (1.0.0.svn6).
* User settings are now automatically saved and restored. * Bumped version (1.0.0.svn5).
* Script Editor: Added support for liblinuxsampler's NKSP parser backend for displaying parser errors and warnings directly within the source code (for now simply errors cause a red background color at the relevant location, and warnings a yellow background color; error text / warning text is not displayed yet). * Bumped version (1.0.0.svn4).
* Script Editor: Some color tweaks (using now same text colors as on the NKSP refrence documentation website). * Bumped version (1.0.0.svn3).
* Automake: set environment variable GCC_COLORS=auto to allow GCC to auto detect whether it (sh/c)ould output its messages in color. * Instrument script editor: Added support for liblinuxsampler's NKSP syntax highlighting backend. * Bumped version (1.0.0.svn2).
* Synthesis paremeter page tabs are now scrollable (fixes an issue with GTK 3: default theme uses huge tabs which breaks the overall layout on average window sizes). * Bumped version (1.0.0.svn1).
* Preparations for new release (Gigedit 1.0.0).
* Increased region selector height by 50%. * Increased dimension region selector height by 20%. * Some minor fixes. * Updated "about" dialog: not so immature anymore ;-). * Configure script: require at least LinuxSampler v1.0.0.
* added dialog for editing the CtrlTrigger and Legato midi rules
- Fixed compilation error introduced with previous commit.
* Mac OS X: try to launch the GUI on the process's "main" thread
* added configure check for Mac OS X
* fixed import of 32 bit float wav files
* modernized configure script
* fixed building on Debian testing (#186)
* gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
* ported to gtkmm 3, keeping compatibility with gtkmm 2
* use Cairo instead of deprecated gdk drawing primitives * avoid deprecated gtk methods when using newer gtk versions * raised minimum supported gtkmm version to 2.8
* minor fix in configure for cross-compiling
- minor adjustments for release 0.2.0
* preparations for release 0.2.0
* added rpm packaging file (patch by Devin Anderson, slightly modified, fixes #88)
* Windows fixes: find translation files after install. Don't open a console window.
* fixes for building the plugin with MinGW
* fixed configure check for libsndfile loop support
* in "Save As..." dialog set inital filename to "copy_of_<filename>" and show a warning message that saving to the same .gig file will corrupt the sample wave data * added autoconf test for the recent virtual MIDI device support on LS side to prevent compile time errors when compiling gigedit against an old LS version
* autoconf fix: LS plugin dirs with digits in their prefix (e.g. "/usr/lib64/foo") are now resolved in relative dirs as well (show a warning when resolving the relative path failed)
* preparations for release 0.1.1
* added Windows installer
- preparations for release 0.1.0
* added status bar to the bottom of main window (independent area on the right shows whether gigedit is running stand-alone or attached to LinuxSampler) * minor cosmetical fix in dimension manager widget * regionchooser.cpp: temporary fix for a crash which occured when gigedit was compiled with CXXFLAGS="-g"
* gettext is now an optional dependency * added Dev-C++ project files for Windows
* fix in the configure script for an intltoolize problem
* fixed load/save of crossfade values on big-endian systems
* as counterpart to latest LS commit: added experimental support to synchronize gigedit with LinuxSampler to avoid race conditions / crash while modifying data structures and playing the instrument with LS at the same time * packaging fixes: don't use a hard coded path to install the LS plugin DLL, trying to substitute the given LS plugin directory by the '${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and include plugin/linuxsamplerplugin.h into the release tarball ('make dist') * updated German translation (po/de.po)
* make sure samplechannel dimension gets created for stereo samples * allow building with older versions of gtk and libsndfile * remember selected dimension when switching regions * fix for loop parameters for unmapped dimregions * check if file is savable before trying to save
* added quick start documentation by Alexander Methke
* the correct plugin path of the installed LinuxSampler is now automatically retrieved by the configure script using LS's respective pkg-config variable field
- tiny automake fix of the previous commit batch
* revised directories to a more automake-friendly structure to avoid compilation and install errors
* moved instrument editor into a shared library 'libgigedit', the 'gigedit' binary is now just calling that shared library * implemented an "instrument editor plugin" for LinuxSampler to allow on-the-fly instrument editing within the sampler's own process (this is an optional feature, auto detected at compile time)
* added Makefile.cvs (just for standard compliance with other projects) * added Debian packaging infrastructure
* updated README * require libgig 3.1.1
- started to implement "Add Samples" function (not yet fully working though)
- Yet another gettext fix (final?). Now intltool is back. I misunderstood, the intltool package is not needed at build time.
- more gettext experiments: intltool is back in autogen.sh because it has a nicer po/Makefile.in.in. IT_PO_SUBDIR is used instead of IT_PROG_INTLTOOL so intltool isn't required by configure.
- removed intltool dependency completely
- just minor automake / autoconf fix (moved check for intltool from configure.ac to autogen.sh, since intltool is only needed at autogen.sh stage anyway)
This commit was generated by cvs2svn to compensate for changes in r1052, which included commits to RCS files with non-trunk default branches.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC |