-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Manual 2.1.x updates #59
Conversation
…aphviz related bug was fixed in http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-2-released-nov-29-2015. Just install the latest version.
… for Windows. List recommended ways of installing the client.
This reverts commit 1d99f83.
…ewer , see"" This reverts commit 8564b02.
…es. Add non-duplicate info to the text where applicable.
…ous version. For even older versions, users can follow the link to the Launchpad.net page.
… respectively ) to macOS. Bulk rename all occurrences across the manual, and go with the current name.
…ucts into Mixxx´ playlists OR crates. Also update list of supported playlist formats, and use ``third-party`` instead of ``3rd party`` (translator trap)
…to have it current
``--debugAssertBreak`` ``--logLevel`` ``--controllerDebug`` mixxxdj/mixxx#1265 mixxxdj/mixxx/mixxxdj#118 mixxxdj/mixxx#1004
…m the one on the waveform summary
…ates root element. See mixxxdj/mixxx#945. Emphasize, that importing from existing playlists/crates will result in bulk-adding the content to the single selected playlist/crate.
…nces accordingly
…ences accordingly
…in a table. Use :file: role to highlight file suffixes in text.
…eform to the format ``#:label``. See mixxxdj/mixxx#992
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! Thanks a bunch. I skimmed for language / spelling and things looked good. Just some tiny nits. I think we should merge ASAP even if you aren't done yet, so that we can include these changes in the PDF that we bundle in the actual release build.
source/chapters/djing_with_mixxx.rst
Outdated
@@ -369,8 +366,17 @@ choose to create them in the preferences. | |||
Record your mix to disk | |||
----------------------- | |||
|
|||
.. versionadded:: 2.0 | |||
Displays the duration of the recording. | |||
.. versionadded:: 2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.1.0 ? We aren't to 2.10 ... yet! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO these "version added" notices clutter the manual. They're good for release announcements, but I don't know why someone reading the manual would care when a feature was added.
source/chapters/getting_involved.rst
Outdated
<https://lists.sourceforge.net/lists/listinfo/mixxx-devel>`_ | ||
* Join our :term:`IRC` channel, #mixxx on `Freenode <http://www.freenode.net/>`_ | ||
<https://sourceforge.net/projects/mixxx/lists/mixxx-devel>`_ | ||
* Join our :term:`IRC` channel, #mixxx on `Freenode <https://freenode.net/>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace IRC with Zulip?
source/chapters/library.rst
Outdated
@@ -409,6 +420,10 @@ Edit metadata of audio files | |||
.. sectionauthor:: | |||
S.Brandt <[email protected]> | |||
|
|||
.. versionadded:: 2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.1.0
source/chapters/library.rst
Outdated
@@ -531,12 +550,19 @@ mixing or for using Mixxx as media player. | |||
|
|||
The Auto DJ features in detail: | |||
|
|||
.. versionadded:: 2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.1.0
source/chapters/library.rst
Outdated
|
||
Browse - Loading remote tracks | ||
============================== | ||
Computer - Loading remote tracks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"remote" is an odd word here. What about "Loading tracks from anywhere on your computer" ?
source/chapters/user_interface.rst
Outdated
**Track Title** | ||
The title of the track that was loaded into a deck is displayed on top. This | ||
is the same as the title listed under the :guilabel:`Title` column heading in | ||
the Mixxx library. This information is initially loaded from the track's | ||
:term:`metadata`. | ||
:term:`metadata`. Is the metadata missing, parse the title and the artist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"If the metadata is missing, the title and artist are guessed from the filename."
source/chapters/user_interface.rst
Outdated
@@ -135,8 +138,9 @@ separate waveforms. Select your preferred appearance in | |||
Mixxx alternative skin (Deere) - Separate waveforms | |||
|
|||
.. warning :: If you have a slower computer and notice performance issues with | |||
Mixxx, try to lower the frame rate or change the waveform type in | |||
:menuselection:`Preferences --> Waveforms`. | |||
Mixxx, try to lower the frame rate or change the type for waveform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flows a little better?
"try lowering the frame rate or changing the waveform type in :menuselection:`Preferences --> Interface --> Waveforms"
It looks like there are still some merge conflicts. |
New conflicts after yesterdays #64 merge, will have a look. |
…ixxxdj/mixxx#1427. Update content to reflect changes.
# Conflicts: # source/chapters/djing_with_mixxx.rst # source/chapters/example_setups.rst # source/chapters/user_interface.rst Manually fixed conflicts
…s allows to use substitutions ( replacement images or text, as defined in ``source/shortcuts.rstext``) that can be included in the chapter.
@@ -3,7 +3,7 @@ | |||
|
|||
# You can set these variables from the command line. | |||
SPHINXOPTS = | |||
SPHINXBUILD = sphinx-build-3 | |||
SPHINXBUILD = sphinx-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, sorry that slipped into a commit.
Thanks! I think we're good to go for the 2.1 release. Now that we have continuous deployment for the manual, we can continue to work on it after the release. There is always more work to do, but this is a good state for packaging the PDF for the release. |
This PR aims to document the following user visible changes, merged to https://github.com/mixxxdj/mixxx/master since the latest stable release.
This is my filter on https://github.com/mixxxdj/mixxx/pulls
is:pr is:closed merged:>=2015-12-29 sort:updated-asc
TODO
Highlight Crates a Track is in mixxx#617
Write audio tags back into files mixxx#728
Print duration of selected tracks in AutoDJ mixxx#749
Added multi import for crates and playlists mixxx#945
add option to generate waveforms on analysis mixxx#998
sort keys by circle of fifths mixxx#1000
Add support for vertical waveforms and overviews mixxx#983
Cue colors mixxx#992
Add BPM conversions 4/3 and 3/2 mixxx#1106
Broadcast Reconnect mixxx#1031
Outgoing MIDI debugging messages mixxx#1004
Add an option to replace the autoDJ queue with the selected tracks mixxx#1163
new Deere effects units with meta knobsnew Deere effects units with meta knobs mixxx#1063
Loudness Contour effectLoudness Contour effect mixxx#1141
Command line option --debugAssertBreak mixxx#1189
Biquad EQ with full kill featureBiquad EQ with full kill feature mixxx#1164
Effect selector widgetEffect selector widget mixxx#1135
add per-effect meta knobsadd per-effect meta knobs mixxx#1062
Make the overview-waveform darker for the played portion of the track mixxx#1203
Recording duration widget mixxx#1221
Keylock: Option how key is unlocked/reset mixxx#1222
Auto dj crates improvements mixxx#1214
Various fixes and additions related to recording the mix to a file mixxx#1035
HiDPI Skin Scaling mixxx#1204
add option to reset deck gain on track load mixxx#1250
option to show both elapsed and remaining time simultaneously mixxx#1216
Tango skin mixxx#1151
new loop and beatjump controls mixxx#1187
Library navigation controls mixxx#953
Deere 2.1 mixxx#940
Add command for clearing waveform to track's context menu mixxx#1197
Screensaver inhibitor. mixxx#1229
Crate filter mixxx#1263
Fix and improve Logging & Debugging mixxx#1265
Use checkbox menu in crate selection. mixxx#1341
Clean up track right click context menu mixxx#1427
Log flush level mixxx#1483
Note:
I will not cover effects in this PR (
crossed out bullet points), since #64 is already in progress