ardour.git
8 years agoadd missing profile header
Paul Davis [Fri, 8 May 2015 19:19:39 +0000 (15:19 -0400)]
add missing profile header

8 years agofix bank ID when MIDI Scene change handles a program change message
GZharun [Mon, 1 Dec 2014 14:54:04 +0000 (16:54 +0200)]
fix bank ID when MIDI Scene change handles a program change message

8 years agoadd Session::reconnect_midi_scene_ports()
Paul Davis [Fri, 8 May 2015 19:03:06 +0000 (15:03 -0400)]
add Session::reconnect_midi_scene_ports()

8 years agoadd comment
Paul Davis [Fri, 8 May 2015 18:57:49 +0000 (14:57 -0400)]
add comment

8 years agototally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)
Paul Davis [Fri, 8 May 2015 18:11:43 +0000 (14:11 -0400)]
totally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)

8 years ago[Summary] Changed function name update_route_active_state() on update_route_record_st...
nikolay [Fri, 19 Sep 2014 13:45:01 +0000 (16:45 +0300)]
[Summary] Changed function name update_route_active_state() on update_route_record_state()
[Reviewed] GZharun

Conflicts:
libs/ardour/ardour/session.h
libs/ardour/session.cc
libs/ardour/session_state.cc

8 years agoprovide Session::have_rec_disabled_track()
Paul Davis [Fri, 8 May 2015 17:46:42 +0000 (13:46 -0400)]
provide Session::have_rec_disabled_track()

8 years agoadd the Tracks version of Track::monitoring_state()
Paul Davis [Fri, 8 May 2015 17:44:24 +0000 (13:44 -0400)]
add the Tracks version of Track::monitoring_state()

This drastically-stripped down version of the Ardour original is used only when USE_TRACKS_CODE_FEATURES
is defined. It doesn't respond to many aspects/features of libardour.

8 years agoadding routes no longer saves session but leaves it marked dirty (Tracks semantics...
Paul Davis [Fri, 8 May 2015 16:48:07 +0000 (12:48 -0400)]
adding routes no longer saves session but leaves it marked dirty (Tracks semantics for add_routes() retained)

8 years agofix indentation
Paul Davis [Fri, 8 May 2015 16:39:07 +0000 (12:39 -0400)]
fix indentation

8 years ago[Summary] Region changes will make session dirty
GZharun [Wed, 21 Jan 2015 11:37:39 +0000 (13:37 +0200)]
[Summary] Region changes will make session dirty

8 years agomark session dirty when markers/ranges are changed
Paul Davis [Fri, 8 May 2015 16:20:25 +0000 (12:20 -0400)]
mark session dirty when markers/ranges are changed

8 years agofixed previous commit from Tracks to work correctly in all cases
Paul Davis [Fri, 8 May 2015 16:12:08 +0000 (12:12 -0400)]
fixed previous commit from Tracks to work correctly in all cases

8 years ago[Summary] BUG FIXED: New name of a session saved with “save as”, was not stored in...
Valeriy Kamyshniy [Mon, 6 Apr 2015 10:04:15 +0000 (13:04 +0300)]
[Summary] BUG FIXED: New name of a session saved with “save as”, was not stored in the session recent list.
[Reviewed] YPozdnyakov

8 years ago[Summary] Adding informative message to failed file copy exception in Session::save_as.
Valeriy Kamyshniy [Thu, 2 Apr 2015 23:15:35 +0000 (02:15 +0300)]
[Summary] Adding informative message to failed file copy exception in Session::save_as.
[Review required] Paul Davis

8 years agosave recent templates analogously to recent sessions
Paul Davis [Fri, 8 May 2015 16:07:33 +0000 (12:07 -0400)]
save recent templates analogously to recent sessions

8 years agoTracks-specific handling of template dir
Paul Davis [Fri, 8 May 2015 15:58:23 +0000 (11:58 -0400)]
Tracks-specific handling of template dir

8 years agofix cherry-pick logic failure with Session::save_template() - Tracks case already...
Paul Davis [Fri, 8 May 2015 15:47:12 +0000 (11:47 -0400)]
fix cherry-pick logic failure with Session::save_template() - Tracks case already taken care of

8 years ago[Summary] a) On MAC OS, .DS_Store files are ignored when saving a session by “Save...
Valeriy Kamyshniy [Mon, 6 Apr 2015 18:25:42 +0000 (21:25 +0300)]
[Summary] a) On MAC OS, .DS_Store files are ignored when saving a session by “Save As”.
b) plugins folder is not created for Templates.

[Required review] Paul Davis, YPozdnyakov

Conflicts:
libs/ardour/session_state.cc

8 years ago[Summary] For tracks when saving templates, we need stored the Auto Loop Range and...
Valeriy Kamyshniy [Thu, 2 Apr 2015 21:25:56 +0000 (00:25 +0300)]
[Summary] For tracks when saving templates, we need stored the Auto Loop Range and all MIDI markers. As well, just to follow canonical rule: dealing with a pointer (_location in Session::state) check it for NULL prior to any operation (s), accessing the pointer.
[Review required] YPozdnyakov, GZharun, Paul Davis

8 years agoemit SessionSaveUnderWay signal during template save
Paul Davis [Fri, 8 May 2015 15:42:16 +0000 (11:42 -0400)]
emit SessionSaveUnderWay signal during template save

8 years agoimproved error handling and checking for Session::save_template()
Paul Davis [Fri, 8 May 2015 15:41:00 +0000 (11:41 -0400)]
improved error handling and checking for Session::save_template()

8 years agoset micro_version, used for tracks builds
Paul Davis [Fri, 8 May 2015 02:55:34 +0000 (22:55 -0400)]
set micro_version, used for tracks builds

8 years agotracks build ... backends are hard-coded
Paul Davis [Fri, 8 May 2015 02:55:16 +0000 (22:55 -0400)]
tracks build ... backends are hard-coded

8 years agocopy all XCode project files from Tracks.
Paul Davis [Wed, 6 May 2015 18:38:41 +0000 (14:38 -0400)]
copy all XCode project files from Tracks.

Rationale: the Waves team maintains the XCode project files, the Ardour crew doesn't. Thus, the Waves'
version is more canonical

8 years agoconditionalize background fades depending on whether this is a tracks or other build
Paul Davis [Wed, 6 May 2015 18:23:30 +0000 (14:23 -0400)]
conditionalize background fades depending on whether this is a tracks or other build

8 years agotweak for static library build
Paul Davis [Wed, 6 May 2015 18:11:55 +0000 (14:11 -0400)]
tweak for static library build

8 years agoadd now-expected -D defines for a Tracks build
Paul Davis [Wed, 6 May 2015 18:06:28 +0000 (14:06 -0400)]
add now-expected -D defines for a Tracks build

8 years agomerge two small pieces of code by Valeriy into libs/gtkmm2ext, conditionally used...
Paul Davis [Wed, 6 May 2015 18:06:10 +0000 (14:06 -0400)]
merge two small pieces of code by Valeriy into libs/gtkmm2ext, conditionally used ONLY in Tracks builds.

This code is not acceptable for use in Ardour ... comments in code explain more.

8 years agobetter implementation of configure and build time is_tracks_build() test
Paul Davis [Wed, 6 May 2015 17:43:02 +0000 (13:43 -0400)]
better implementation of configure and build time is_tracks_build() test

8 years agofix up waves_fastmeter.cc code to work with current fastmeter API
Paul Davis [Wed, 6 May 2015 17:42:39 +0000 (13:42 -0400)]
fix up waves_fastmeter.cc code to work with current fastmeter API

8 years agoadd clean and nice check for Tracks builds
Paul Davis [Wed, 6 May 2015 17:15:09 +0000 (13:15 -0400)]
add clean and nice check for Tracks builds

8 years agoconditionally use correct fast meter implementation
Paul Davis [Wed, 6 May 2015 17:05:16 +0000 (13:05 -0400)]
conditionally use correct fast meter implementation

8 years agofix logic/declaration issue with modified PersistentTooltip API
Paul Davis [Wed, 6 May 2015 17:04:58 +0000 (13:04 -0400)]
fix logic/declaration issue with modified PersistentTooltip API

8 years agoadd Waves Tracks version of fastmeter
Paul Davis [Wed, 6 May 2015 17:04:33 +0000 (13:04 -0400)]
add Waves Tracks version of fastmeter

8 years ago[Summary] Changed class PersistentTooltip. Now it can be used for 'non-draggable...
Nikolay [Mon, 27 Apr 2015 15:32:00 +0000 (18:32 +0300)]
[Summary] Changed class PersistentTooltip. Now it can be used for 'non-draggable' tooltips.
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy

Manually clean up merge mess, indentation, logic weakness, initializer order, etc.

Conflicts:
libs/gtkmm2ext/gtkmm2ext/persistent_tooltip.h
libs/gtkmm2ext/persistent_tooltip.cc

8 years agouse Tracks' MainMenuDisabler during session lock (could be improved with more RAII)
Paul Davis [Wed, 6 May 2015 16:10:41 +0000 (12:10 -0400)]
use Tracks' MainMenuDisabler during session lock (could be improved with more RAII)

8 years agohand-merge libs/gtkmm2ext part of f49d31a82 from Tracks; provides a way to disable...
Paul Davis [Wed, 6 May 2015 15:51:04 +0000 (11:51 -0400)]
hand-merge libs/gtkmm2ext part of f49d31a82 from Tracks; provides a way to disable/re-enable OS X main menu

8 years ago[Summary] Bug fix #44332 "Please fit the Pan values monitor to channel borders"
Nikolay [Wed, 25 Mar 2015 08:55:55 +0000 (10:55 +0200)]
[Summary] Bug fix #44332 "Please fit the Pan values monitor to channel borders"
[Feature reviewed] AMishyn
[Reviewed] VKamyshniy

Fixed up by Paul Davis to fix logic mistakes and unnecessary complexity,
and indentation.

Conflicts:
libs/gtkmm2ext/persistent_tooltip.cc

8 years ago[Summary]: add keybindings Cmd-h (hide application) for mac
YPozdnyakov [Sun, 8 Feb 2015 15:18:39 +0000 (17:18 +0200)]
[Summary]: add keybindings Cmd-h (hide application) for mac

Conflicts:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
gtk2_ardour/ardour_ui_ed.cc

8 years ago[Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul...
YPozdnyakov [Tue, 27 Jan 2015 11:47:47 +0000 (13:47 +0200)]
[Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul Davis

Conflicts:
libs/gtkmm2ext/gtkapplication_quartz.mm

8 years agocurrent version of valeriy's fader object requires access to libardour API (to be...
Paul Davis [Wed, 6 May 2015 13:55:01 +0000 (09:55 -0400)]
current version of valeriy's fader object requires access to libardour API (to be changed)

8 years agoadd fader implementation from Tracks
Paul Davis [Wed, 6 May 2015 13:43:14 +0000 (09:43 -0400)]
add fader implementation from Tracks

8 years ago[Summary] Added correct memory alignment for Windows in ../pbd/malign.h
Greg Zharun [Thu, 9 Apr 2015 10:27:57 +0000 (13:27 +0300)]
[Summary] Added correct memory alignment for Windows in ../pbd/malign.h
[Reviewed by] YPozdnyakov

8 years agofix panner selection logic and code in wscript
Paul Davis [Wed, 6 May 2015 11:30:39 +0000 (07:30 -0400)]
fix panner selection logic and code in wscript

8 years agodefine PROGRAM_NAME in waf conf/bld objects, to allow program-dependent stuff at...
Paul Davis [Wed, 6 May 2015 11:30:23 +0000 (07:30 -0400)]
define PROGRAM_NAME in waf conf/bld objects, to allow program-dependent stuff at the wscript level

8 years ago[Summary] Added possibility to identify IO thread which does not have required resour...
GZharun [Tue, 24 Feb 2015 12:27:36 +0000 (14:27 +0200)]
[Summary] Added possibility to identify IO thread which does not have required resources initialized during process callback handling

Conflicts:
libs/ardour/ardour/audioengine.h
libs/backends/wavesaudio/waves_audiobackend.cc
libs/pbd/pbd/pool.h

8 years agoadd stacktrace() support for Windows (Grygorii Zharun)
Paul Davis [Wed, 6 May 2015 10:55:05 +0000 (06:55 -0400)]
add stacktrace() support for Windows (Grygorii Zharun)

8 years agofix static library build
Paul Davis [Wed, 6 May 2015 02:51:17 +0000 (22:51 -0400)]
fix static library build

8 years ago[Summary]: Switching from Multi-Out mode to Stereo-out shouldn’t reset panner's value...
YPozdnyakov [Mon, 16 Feb 2015 13:15:10 +0000 (15:15 +0200)]
[Summary]: Switching from Multi-Out mode to Stereo-out shouldn’t reset panner's value in the new created tracks. Profile->get_trx () was used. [Reviewed by GZharun] [Not Reviewed by Paul Davis].

8 years agomake available panners dependent on program name
Paul Davis [Wed, 6 May 2015 02:01:33 +0000 (22:01 -0400)]
make available panners dependent on program name

8 years agoinitialize uninitialized var - possible fix for #6400
Robin Gareus [Mon, 29 Jun 2015 18:03:36 +0000 (20:03 +0200)]
initialize uninitialized var - possible fix for #6400

8 years agoremember max shuttle-speed
Robin Gareus [Mon, 29 Jun 2015 16:57:51 +0000 (18:57 +0200)]
remember max shuttle-speed

8 years agoupdate system config
Robin Gareus [Mon, 29 Jun 2015 16:57:21 +0000 (18:57 +0200)]
update system config

8 years agoadd missing config variable for shuttle_max_speed
Robin Gareus [Mon, 29 Jun 2015 16:57:01 +0000 (18:57 +0200)]
add missing config variable for shuttle_max_speed

8 years agoadd keybinding, V, for video window
Ben Loftis [Sun, 28 Jun 2015 21:59:04 +0000 (16:59 -0500)]
add keybinding, V, for video window

8 years agotweak some window-bindings. Use C for Clock and B for meter-Bridge
Ben Loftis [Sun, 28 Jun 2015 16:38:26 +0000 (11:38 -0500)]
tweak some window-bindings.  Use C for Clock and B for meter-Bridge

8 years agoshow selection trim cursors in Range mode
Ben Loftis [Sun, 28 Jun 2015 05:52:49 +0000 (00:52 -0500)]
show selection trim cursors in Range mode

8 years agolink to new floss-tutorial
Robin Gareus [Sun, 28 Jun 2015 01:27:54 +0000 (03:27 +0200)]
link to new floss-tutorial

Still ardour3, but close to A4.

8 years agodon’t confuse “Fader” with “Trim” (both <Amp>s)
Robin Gareus [Sun, 28 Jun 2015 00:47:11 +0000 (02:47 +0200)]
don’t confuse “Fader” with “Trim” (both <Amp>s)

Fixes pre-fader send mute point.

8 years agoa more-likely-to-be-correct version of swing quantization.
Paul Davis [Sat, 27 Jun 2015 02:15:51 +0000 (22:15 -0400)]
a more-likely-to-be-correct version of swing quantization.

This needs to be converted to fixed point, still.

8 years agoremove old irrelevant USER_ARDOUR_DIR in start-up script
Robin Gareus [Fri, 26 Jun 2015 23:45:20 +0000 (01:45 +0200)]
remove old irrelevant USER_ARDOUR_DIR in start-up script

It should have been XDG_CONFIG_HOME and ardour4, anyway.
Ardour4 checks for config dirs, allows to import A3 config and
also handles the case if the dir can't be created itself.

8 years agoremove debug code
Robin Gareus [Fri, 26 Jun 2015 23:32:11 +0000 (01:32 +0200)]
remove debug code

8 years agocheck editor/mixer/meterbridge window overlap for show/hide
Robin Gareus [Fri, 26 Jun 2015 23:31:22 +0000 (01:31 +0200)]
check editor/mixer/meterbridge window overlap for show/hide

8 years agoconsolidate code
Robin Gareus [Fri, 26 Jun 2015 22:56:07 +0000 (00:56 +0200)]
consolidate code

8 years agoupdate Window > Mixer accordingly
Robin Gareus [Fri, 26 Jun 2015 21:42:11 +0000 (23:42 +0200)]
update Window > Mixer accordingly

8 years agoadd region layer keybindings
Ben Loftis [Fri, 26 Jun 2015 22:24:52 +0000 (17:24 -0500)]
add region layer keybindings

8 years agoAlternative approach for show/hide Meterbridge #6386
Robin Gareus [Fri, 26 Jun 2015 20:35:40 +0000 (22:35 +0200)]
Alternative approach for show/hide Meterbridge  #6386

* no more on-top (transient to editor)
* similar approach as toggle editor/mixer

see also 0cd1db76f04

8 years agoswing quantize should skip the FIRST note and start on the SECOND, then alternate...
Paul Davis [Fri, 26 Jun 2015 20:16:25 +0000 (16:16 -0400)]
swing quantize should skip the FIRST note and start on the SECOND, then alternate, notes

8 years agomake the quantize dialog persistent so that settings are retained
Paul Davis [Fri, 26 Jun 2015 16:34:55 +0000 (12:34 -0400)]
make the quantize dialog persistent so that settings are retained

8 years agokeep meterbridge on top of editor - see #6386
Robin Gareus [Thu, 25 Jun 2015 18:23:34 +0000 (20:23 +0200)]
keep meterbridge on top of editor - see #6386

8 years agoTry to avoid coincident tempo/meter markers when removing time
Colin Fletcher [Thu, 25 Jun 2015 16:24:20 +0000 (17:24 +0100)]
Try to avoid coincident tempo/meter markers when removing time

If a tempo or meter marker exists immediately after the range being removed
by a 'remove time' operation, don't try to move the last marker within the
range being removed to the same position.

Ideally, TempoMap::remove_time() should do the same stuff as insert_time()
to make sure that meter changes only occur on bar lines, but that's for
another time.

8 years agorename TempoMap::cut_time() to remove_time()
Colin Fletcher [Thu, 25 Jun 2015 14:09:49 +0000 (15:09 +0100)]
rename TempoMap::cut_time() to remove_time()

Everywhere else, 'cut time' has been renamed to 'remove time': for consistency,
rename this one remaining function to match.

8 years agofix windows debug builds:
Robin Gareus [Thu, 25 Jun 2015 12:33:45 +0000 (14:33 +0200)]
fix windows debug builds:

undefined reference to `std::basic_ostream >& boost::operator<< , ArdourCanvas::Rect>(std::basic_ostream >&, boost::optional const&)'

8 years agoshow zero line when a DC offset moves waveform so that it doesn't intersect with... 4.1
Paul Davis [Wed, 24 Jun 2015 18:12:13 +0000 (14:12 -0400)]
show zero line when a DC offset moves waveform so that it doesn't intersect with the zero line (from Nimal Ratnayake <nimalr@pdn.ac.lk>)

8 years agorationalize save/restore of control surface "feedback" property
Paul Davis [Wed, 24 Jun 2015 17:46:07 +0000 (13:46 -0400)]
rationalize save/restore of control surface "feedback" property

8 years agodo not draw waveform outline at x-positions where the waveform "spread" would not...
Paul Davis [Tue, 23 Jun 2015 21:12:52 +0000 (17:12 -0400)]
do not draw waveform outline at x-positions where the waveform "spread" would not leave at least 1 pixel between the two outline pixels.

Plus a better comment.

8 years agoseveral changes, major and minor, to improve threaded waveview rendering
Paul Davis [Tue, 23 Jun 2015 18:26:10 +0000 (14:26 -0400)]
several changes, major and minor, to improve threaded waveview rendering

8 years agoupdate video import flags, relax GOP size.
Robin Gareus [Tue, 23 Jun 2015 15:11:45 +0000 (17:11 +0200)]
update video import flags, relax GOP size.

8 years agosilence clang int/float/double -Wabsolute-value
Robin Gareus [Tue, 23 Jun 2015 12:27:01 +0000 (14:27 +0200)]
silence clang int/float/double -Wabsolute-value

8 years agocreate sortable, linear list for cache clearing on demand, rather than trying to...
Paul Davis [Tue, 23 Jun 2015 12:42:55 +0000 (08:42 -0400)]
create sortable, linear list for cache clearing on demand, rather than trying to maintain it in parallel with the cache map

8 years agotextual tweak
Paul Davis [Tue, 23 Jun 2015 12:25:38 +0000 (08:25 -0400)]
textual tweak

8 years agoprovide control over waveform image cache size from GUI
Paul Davis [Tue, 23 Jun 2015 12:18:11 +0000 (08:18 -0400)]
provide control over waveform image cache size from GUI

8 years agochange location for initialization of static WaveView image cache, and provide a...
Paul Davis [Tue, 23 Jun 2015 12:17:48 +0000 (08:17 -0400)]
change location for initialization of static WaveView image cache, and provide a visible method to set the cache flush threshold

8 years agostop endless loop in WaveViewCache::cache_flush()
Paul Davis [Tue, 23 Jun 2015 02:00:45 +0000 (22:00 -0400)]
stop endless loop in WaveViewCache::cache_flush()

Still need to figure out how this could ever happen. It requires an image (shared pointer) to
be in the linear cache image list but not in the map

8 years agoWhen using the Editor's Shuttle control, stop any shuttling by calling Session::reque...
John Emmas [Mon, 22 Jun 2015 15:08:46 +0000 (16:08 +0100)]
When using the Editor's Shuttle control, stop any shuttling by calling Session::request_stop()

Previously we were using a convoluted scheme of firstly setting the transport speed to 1.0, then later re-setting it to 0.0. On Windows this was having some strange side-effects (such as leaving the transport in Play mode and/or resetting the timeline to zero timecode). Hopefully this change will also work for the other platforms.

8 years agoAdd option to mackie control profile editor to remove binding (fixes #6301)
Len Ovens [Sat, 20 Jun 2015 16:32:46 +0000 (09:32 -0700)]
Add option to mackie control profile editor to remove binding (fixes #6301)

8 years agoRemove "" around CATALOG number in .cue file
Colin Fletcher [Fri, 19 Jun 2015 15:12:07 +0000 (16:12 +0100)]
Remove "" around CATALOG number in .cue file

cue2ddp definitely wants the bar code number *not* enclosed in quotes in
.cue files. Leave the quotes in .toc files: cdrdao definitely does need
these.

8 years agoAmend button caption in 'Remove time' dialogue
Colin Fletcher [Fri, 19 Jun 2015 11:16:48 +0000 (12:16 +0100)]
Amend button caption in 'Remove time' dialogue

I missed that it still said 'Cut'.

8 years agoalso log session-load error to stderr.
Robin Gareus [Fri, 19 Jun 2015 20:54:22 +0000 (22:54 +0200)]
also log session-load error to stderr.

If the session fails to load, the editor and error-log window will
never be visible.

8 years agotwo more corrections to waveform zooming changes
Paul Davis [Fri, 19 Jun 2015 12:32:05 +0000 (08:32 -0400)]
two more corrections to waveform zooming changes

8 years agofix call to consolidate image cache to use the information held in the request
Paul Davis [Fri, 19 Jun 2015 12:29:05 +0000 (08:29 -0400)]
fix call to consolidate image cache to use the information held in the request

8 years agovarious tweaks to the height/sizing of audioregion views and their waveforms
Paul Davis [Fri, 19 Jun 2015 12:15:25 +0000 (08:15 -0400)]
various tweaks to the height/sizing of audioregion views and their waveforms

8 years agostop pixel jitter when changing waveview height.
Paul Davis [Fri, 19 Jun 2015 12:14:02 +0000 (08:14 -0400)]
stop pixel jitter when changing waveview height.

To avoid pixel jitter, the top and bottom of each line in the waveview must be computed together in a single computation,
rather than independently.

Also, remove various height corrections and cairo translations that are not necessary or relevant anymore. A subsequent
commit for the GUI will pick up on this work to get the appearance completely correct

8 years agoattempt to correctly respond to changes in _amplitude_above_axis in ArdourCanvas...
Paul Davis [Fri, 19 Jun 2015 12:10:45 +0000 (08:10 -0400)]
attempt to correctly respond to changes in _amplitude_above_axis in ArdourCanvas::WaveView

8 years agofix compiler const-cast warning
Paul Davis [Fri, 19 Jun 2015 12:10:35 +0000 (08:10 -0400)]
fix compiler const-cast warning

8 years agoCorrectly re-start an iteration (if we delete one of the items being iterated)
John Emmas [Fri, 19 Jun 2015 11:55:38 +0000 (12:55 +0100)]
Correctly re-start an iteration (if we delete one of the items being iterated)

8 years agoRename 'insert_time_dialog.cc/.h' (in our MSVC project)
John Emmas [Thu, 18 Jun 2015 08:22:34 +0000 (09:22 +0100)]
Rename 'insert_time_dialog.cc/.h' (in our MSVC project)

8 years agoupdate system-wide config
Robin Gareus [Wed, 17 Jun 2015 19:08:01 +0000 (21:08 +0200)]
update system-wide config

8 years agoskip username metadata when dumping default cfg
Robin Gareus [Wed, 17 Jun 2015 19:07:40 +0000 (21:07 +0200)]
skip username metadata when dumping default cfg