Coder Social home page Coder Social logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I forgot to mention I am using Mac OS 10.5.1

Original comment by [email protected] on 6 Dec 2007 at 3:39

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
After playing around with the source code I figured out the issue with dual 
monitors.
 There is a QSCIFilterWindow object named overlayWindow in the QSNocturneController.h
file.  I was able to make dual displays work by creating a second object that I 
named
overlayWindow2 and everywhere in project code where overlayWindow was used, I 
did the
same thing to overlayWindow2.  Also, instead of using [NSScreen mainScreen] when
selecting the frame for the overlayWindow I used [[NSScreen screens] 
objectAtIndex:0]
where 0 is the primary monitor and 1 is the secondary monitor.  This is a very 
dirty
approach to fixing this, but I figured this could same you some time and point 
you in
the right direction on how to fix this issue in a more efficient way.  I also 
found a
bug with the show desktop background option.  It only worked on one monitor as 
well.
 I found a workaround using a similar manner of duplicating code...

Original comment by [email protected] on 6 Dec 2007 at 6:31

Attachments:

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Invert Hue has the same issue. It looks like the only thing that works on dual
monitors is the basic inversion (on Leopard, at least, I have 10.5.4 currently).
Invert Hue, Hide Desktop, and Tint Colors all don't work. Strangely, Monochrome 
does
work across multiple monitors.

Original comment by [email protected] on 13 Aug 2008 at 10:06

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I've created a patch that should support hue inversion for any number of 
monitors. It
may also fix Spaces, but I haven't checked that. This does not fix "Use Tint" or
"Hide Desktop" (yet).

Original comment by [email protected] on 14 Aug 2008 at 3:03

Attachments:

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
There is another issue with my patch. If you remove (or probably add) a 
monitor, the
inversion gets set double....somehow....

Original comment by [email protected] on 14 Aug 2008 at 3:05

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
The monitor remove/add bug is fixed in this version of the patch (r2).

Original comment by [email protected] on 14 Aug 2008 at 4:56

Attachments:

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Here's a last version of my patch (for tonight at least ;-) which fixes Invert 
Hue,
Hide Desktop, and Tint Colors for multiple displays. Tint Colors and Hide 
Desktop
both work for Spaces as well. Hide Desktop and Invert Hue work fine when adding 
or
removing displays.

Known Issues:
* Invert Hue does *not* work for Spaces
* Tint Colors gets removed when adding or removing displays (I suspect this is 
the
same as the iTunes issue #2)

Original comment by [email protected] on 14 Aug 2008 at 6:27

Attachments:

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I figured out the one line that was giving me a warning. This patch fixes that 
warning.

Original comment by [email protected] on 14 Aug 2008 at 5:03

Attachments:

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Tint Color, Hide Desktop, and Invert Hue all work on multiple monitors now.

Hide Desktop and Invert Hue now work when switching Spaces or when adding or 
removing
monitors.

Tint Colors does *not* work yet when adding/removing monitors or when switching 
spaces.

Original comment by [email protected] on 15 Aug 2008 at 8:42

  • Changed state: Started

from blacktree-nocturne.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Marking as Fixed. Will use Issue #2 for remaining Tint problems.

Original comment by [email protected] on 15 Aug 2008 at 8:44

  • Changed title: Spaces and Multiple Monitors don't work properly with Tint Colors, Hide Desktop, and Invert Hue
  • Changed state: Fixed

from blacktree-nocturne.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.