[QT] fix OSX dock icon window reopening #5880

pull jonasschnelli wants to merge 2 commits into bitcoin:master from jonasschnelli:2015/03/fix_osx_close_reopen changing 3 files +31 −41
  1. jonasschnelli commented at 11:15 pm on March 11, 2015: contributor

    fixes #5878. Tested on OSX 10.10.

    Needs testing on OSX 10.7 till 10.9.

  2. [QT] fix OSX dock icon window reopening
    fixes #5878
    89e70e931d
  3. jonasschnelli force-pushed on Mar 11, 2015
  4. jonasschnelli commented at 11:48 pm on March 11, 2015: contributor
  5. jonasschnelli commented at 7:29 am on March 12, 2015: contributor
    Tested https://builds.jonasschnelli.ch/pulls/5880/bitcoin-0.10.99-osx-unsigned.dmg on 10.7 and 10.9. Works fine there. Assume 10.8 will also work.
  6. in src/qt/macdockiconhandler.mm: in 89e70e931d outdated
    24-}
    25-
    26-@end
    27-
    28-@implementation DockIconClickEventHandler
    29+static MacDockIconHandler *s_instance = NULL;
    


    laanwj commented at 9:45 am on March 12, 2015:
    Does s_instance ever get freed?

    jonasschnelli commented at 9:54 am on March 12, 2015:
    No. It’s a singleton pattern and i assume the OS will care about the cleanup. But i could try to proactive free it within the destructor of ~MacDockIconHandler. But this might be more or less the same cleanup as the os does.

    laanwj commented at 7:41 am on March 13, 2015:
    I’d prefer if it was freed. Otherwise it will show up as a memory leak. Would be even better to do it without introducing a singleton, but I suppose that isn’t possible.
  7. fanquake commented at 1:31 pm on March 12, 2015: member
    Tested ACK
  8. laanwj added the label Mac on Mar 13, 2015
  9. laanwj added the label GUI on Mar 13, 2015
  10. laanwj commented at 7:42 am on March 13, 2015: member
    @fanquake on what version of OSX?
  11. fanquake commented at 9:46 am on March 13, 2015: member
    @laanwj 10.9 & 10.10
  12. [QT] some mac specifiy cleanup (memory handling, unnecessary code) 8b60808c1e
  13. jonasschnelli commented at 3:21 pm on March 13, 2015: contributor
    Updated with @laanwj nits (mem cleanup). Also removed unused code. @fanquake mind retesting? Binaries: https://builds.jonasschnelli.ch/pulls/5880/
  14. jonasschnelli commented at 3:24 pm on March 13, 2015: contributor
    Retested on 10.7 and 10.9. Works fine there.
  15. fanquake commented at 4:57 am on March 14, 2015: member
    ReACK Checked 10.9 & 10.10
  16. laanwj merged this on Mar 16, 2015
  17. laanwj closed this on Mar 16, 2015

  18. laanwj referenced this in commit 226f880498 on Mar 16, 2015
  19. laanwj commented at 12:57 pm on March 16, 2015: member
    Cherry-picked to 0.10 as 81145a6 and 2c08406
  20. laanwj referenced this in commit 81145a6ccd on Mar 17, 2015
  21. laanwj referenced this in commit 2c0840631d on Mar 17, 2015
  22. reddink referenced this in commit bb0e7f9782 on May 27, 2020
  23. reddink referenced this in commit ad2d6ca0ee on May 27, 2020
  24. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-10-04 22:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me