Re: [Mixxx-devel] coding help

2008-02-24 Thread Garth Dahlstrom
Ah yes... The HIG The HIG dictates ok/cancel buttons must be on the right side of a dialog even if that puts them off the bottom of the screen. :P I propose that the MUG (Mixxx User's Guideline) state that users should use a 2 button mouse, with a scroll wheel highly recommend. Not to say

Re: [Mixxx-devel] coding help

2008-02-24 Thread Daniel Barlow
Tom Jennings wrote: > On Thu, 21 Feb 2008, Daniel Barlow wrote: > >> PS: how does the play queue work? Does it require mouse buttons 2 or 3 (I'm >> using a single-button mouse on my media machine) because I can't see any way >> of getting tracks into it. > > I can't imagine trying to use

Re: [Mixxx-devel] coding help

2008-02-21 Thread Cedric GESTES
+1 with garth :-) I dev "an ide" named grk, it's configuration files for zsh, bash, emacs, ... There is alias and color for most thing: m to build c to configure findr to find the name of a file in the current folder using recursion grepr to use grep with recursion etc... everything is colorised a

Re: [Mixxx-devel] coding help

2008-02-21 Thread Garth Dahlstrom
On Thu, Feb 21, 2008 at 1:19 PM, Albert Santoni <[EMAIL PROTECTED]> wrote: > directly. The most useful tool I've found for diving into a large > codebase is grep. For example, if I want to find out where the library > code is, I'll run something like "grep -i library *.cpp", and take a > careful l

Re: [Mixxx-devel] coding help

2008-02-21 Thread Albert Santoni
On 21-Feb-08, at 4:45 PM, Daniel Barlow wrote: > Tom Jennings wrote: >> I don't know if there are documented behavior expectations, >> but as it is it comes up in Library or something with the >> alphanum-first album opened. It would seem much more useful >> to have it come up with play queue, pl

Re: [Mixxx-devel] coding help

2008-02-21 Thread Albert Santoni
On 21-Feb-08, at 4:18 PM, Tom Jennings wrote: > On Thu, 21 Feb 2008, Albert Santoni wrote: > >> If there's any specific questions you want to ask about the code or >> its >> organization, feel free to send them to the list or to me directly. >> The most >> useful tool I've found for diving in

Re: [Mixxx-devel] coding help

2008-02-21 Thread Tom Jennings
On Thu, 21 Feb 2008, Daniel Barlow wrote: > PS: how does the play queue work? Does it require mouse buttons 2 or 3 (I'm > using a single-button mouse on my media machine) because I can't see any way > of getting tracks into it. I can't imagine trying to use linux with a one-button mouse... maybe

Re: [Mixxx-devel] coding help

2008-02-21 Thread Daniel Barlow
Tom Jennings wrote: > I don't know if there are documented behavior expectations, > but as it is it comes up in Library or something with the > alphanum-first album opened. It would seem much more useful > to have it come up with play queue, play list selection, > last-selected play list, or simply

Re: [Mixxx-devel] coding help

2008-02-21 Thread Tom Jennings
On Thu, 21 Feb 2008, Albert Santoni wrote: > If there's any specific questions you want to ask about the code or its > organization, feel free to send them to the list or to me directly. The most > useful tool I've found for diving into a large codebase is grep. For example, > if I want to find ou

Re: [Mixxx-devel] coding help

2008-02-21 Thread Albert Santoni
On 18-Feb-08, at 2:18 PM, Tom Jennings wrote: > Well I'm sad to report, my coding skills are hoplessly > obsolete. It's frustrating, but I can't help out with mixxx code. > > I used to be a systems heavy (drivers, assembly, C, comm stuff, > networking, etc) but the modern C++ code-bureaucracy-lade

Re: [Mixxx-devel] coding help

2008-02-18 Thread Ben Wheeler
On Mon, Feb 18, 2008 at 11:18:02AM -0800, Tom Jennings wrote: > Well I'm sad to report, my coding skills are hoplessly > obsolete. It's frustrating, but I can't help out with mixxx code. > > I used to be a systems heavy (drivers, assembly, C, comm stuff, > networking, etc) but the modern C++ code-

[Mixxx-devel] coding help

2008-02-18 Thread Tom Jennings
Well I'm sad to report, my coding skills are hoplessly obsolete. It's frustrating, but I can't help out with mixxx code. I used to be a systems heavy (drivers, assembly, C, comm stuff, networking, etc) but the modern C++ code-bureaucracy-laden environment has me baffled. I didn't keep up. Algorit