Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: cross platform clipboard support?  (Read 16752 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
cross platform clipboard support?
« Reply #15 on: November 01, 2010, 07:57:14 pm »
QtCore is not that big. It's a single dependency, and its size is not huge.
Laurent Gomila - SFML developer

Silvah

  • Guest
cross platform clipboard support?
« Reply #16 on: November 01, 2010, 10:36:06 pm »
Surely you must be talking about totally different QtCore than Nexus does.

nfries88

  • Newbie
  • *
  • Posts: 42
    • View Profile
cross platform clipboard support?
« Reply #17 on: November 02, 2010, 02:31:31 am »
QtCore does not appear to contain QClipboard, however. Probably because the clipboard is bound to the windowing system on most systems; and QtCore is for things not dealing with the GUI.

Jaffa

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: cross platform clipboard support?
« Reply #18 on: April 30, 2012, 10:35:44 pm »
Hey,
is now a clipboard class or something like that planed? I tried to code my own and to do it on WIndows is easy, but Linux and MacOS....   :-\ Also I donĀ“t want to include a extra lib like QT, GTK+, vxxWidget....

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: cross platform clipboard support?
« Reply #19 on: April 30, 2012, 10:43:12 pm »
Quote
is now a clipboard class or something like that planed?
No.
Laurent Gomila - SFML developer

Phanoo

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: cross platform clipboard support?
« Reply #20 on: July 19, 2017, 10:41:01 am »
don't bother with Laurent he's just lazy. Implementing the clipboard would take less time than arguing in this thread like he did. SDL has it (and is also a "simple multimedia library") so i suggest you just switch to SDL  ;D
« Last Edit: July 19, 2017, 10:45:20 am by ratatax »

korczurekk

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • Email
Re: cross platform clipboard support?
« Reply #21 on: July 19, 2017, 10:48:29 am »
Yeah, lazy as hell. I mean, just look at his contributions to SFML: https://github.com/SFML/SFML/graphs/contributors, he has literally done nothing, right?

Btw after you are done with pointing out laurent's laziness, you may want to check out this PR: https://github.com/SFML/SFML/pull/1221.
« Last Edit: July 19, 2017, 10:52:59 am by korczurekk »

Rosme

  • Full Member
  • ***
  • Posts: 169
  • Proud member of the shoe club
    • View Profile
    • Code-Concept
Re: cross platform clipboard support?
« Reply #22 on: July 19, 2017, 03:08:32 pm »
Just consider the fact that this is a 2012 thread. It is not relevant anymore.
GitHub
Code Concept
Twitter
Rosme on IRC/Discord

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: cross platform clipboard support?
« Reply #23 on: July 19, 2017, 03:27:32 pm »
Please refer to the latest forum thread, which summarizes everything that has been said and done about clipboard support in SFML:
https://en.sfml-dev.org/forums/index.php?topic=21693.0
Laurent Gomila - SFML developer