Skip to content
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

Windows title bar question and suggestion/opinion perhaps. #123

Closed
mikobuntu opened this issue Jan 24, 2014 · 14 comments
Closed

Windows title bar question and suggestion/opinion perhaps. #123

mikobuntu opened this issue Jan 24, 2014 · 14 comments
Assignees
Milestone

Comments

@mikobuntu
Copy link
Contributor

Hi is it possible to have the highlighted colour of the windows title bar changed from the blue to perhaps a darker grey ? And also i would like to see the minimize, maximize, close buttons switched to the left hand side and obviously the icons to the right. I say this for 2 reasons, (1) as a linux Ubuntu only user i keep going to the left hand side automatically ( force of habit ) to close etc a window (2) And as the app was originally created as a linux only app in the beginning i think it would be more fitting.

I know im biased in my opinion here, it would be interesting to hear everyones opinion on this, if it is even possible to do

thanks Mikobuntu :)

@eagles051387
Copy link

It make sense for unity and mac users. But im on kde and they are on the right
:-/ also window users would have a problem i think as well.

On Thursday 23 January 2014 16:09:53 mikobuntu wrote:

Hi is it possible to have the highlighted colour of the windows title bar
changed from the blue to perhaps a darker grey ? And also i would like to
see the minimize, maximize, close buttons switched to the left hand side
and obviously the icons to the right. I say this for 2 reasons, (1) as a
linux Ubuntu only user i keep going to the left hand side automatically (
force of habit ) to close etc a window (2) And as the app was originally
created as a linux only app in the beginning i think it would be more
fitting.

I know im biased in my opinion here, it would be interesting to hear
everyones opinion on this, if it is even possible to do

thanks Mikobuntu :)


Reply to this email directly or view it on GitHub:
#123

@mikobuntu
Copy link
Contributor Author

good point eagles05..... I wonder what way the user base is split in different OS's , as there isnt a real Mac port i guess none there, but it would be interesting to know. I know watching demos on youtube there are a lot of windows users tho ... Obviously i will be biased, and you can easily change the layout of your title bars in gconf-editor :) or the KDE equivelant perhaps kconf-editor :)

@eagles051387
Copy link

Correct me if im wrong here someone whose familiar with the code base,

I think the easiest would be to implement something that checks what os it is
being built for, and on linux the desktop environment.

That way we can have in terms of linux and mac the buttons on the left and
windows on the right or what ever we determine is the best way to go about
this.

On Thursday 23 January 2014 16:16:31 mikobuntu wrote:

good point eagles05..... I wonder what way the user base is split in
different OS's , as there isnt a real Mac port i guess none there, but it
would be interesting to know. I know watching demos on youtube there are a
lot of windows users tho ... Obviously i will be biased, and you can easily
change the layout of your title bars in gconf-editor :) or the KDE
equivelant perhaps kconf-editor :)


Reply to this email directly or view it on GitHub:
#123 (comment)

@unfa
Copy link
Contributor

unfa commented Jan 24, 2014

I think the best would be for LMMS to see what the host OS does in this
regard and copy it's behaviour...

It's easy to say but hard to code I guess.

2014/1/24 mikobuntu [email protected]

Hi is it possible to have the highlighted colour of the windows title bar
changed from the blue to perhaps a darker grey ? And also i would like to
see the minimize, maximize, close buttons switched to the left hand side
and obviously the icons to the right. I say this for 2 reasons, (1) as a
linux Ubuntu only user i keep going to the left hand side automatically (
force of habit ) to close etc a window (2) And as the app was originally
created as a linux only app in the beginning i think it would be more
fitting.

I know im biased in my opinion here, it would be interesting to hear
everyones opinion on this, if it is even possible to do

thanks Mikobuntu :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/123
.

Tobiasz unfa

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GIT/MU/P d->-- s+:-(--)> a? C++(+++)>$ ULC+(++)>$ !P? L+++>++++$ E? W++>$
!N-? !o--? K-? !w-- O? !M-- V? PS++ PE++ !Y+ !PGP+? !t(+) 5? !X !R+ tv
b+>+++ DI>+ D+ G e h-->- !r y--()
------END GEEK CODE BLOCK------

@mikobuntu
Copy link
Contributor Author

yeah that would be an excellent idea guys, During install would probably be the best time to do this check. I wonder how much harder this would be than the way LMMS and most apps find the language.

@eagles051387
Copy link

I am no cmake expert but I think it can be done during cmake.

On Thursday 23 January 2014 16:29:49 mikobuntu wrote:

yeah that would be an excellent idea guys, During install would probably be
the best time to do this check. I wonder how much harder this would be than
the way LMMS and most apps find the language.


Reply to this email directly or view it on GitHub:
#123 (comment)

@mikobuntu
Copy link
Contributor Author

Well perhaps it could be easiest to include the details of how to do this using CMake and include it in the README for Distro packagers?

@eagles051387
Copy link

I think we would need to also add some flags like --system-os = win32 or
something of the sort

On Thursday 23 January 2014 16:33:45 mikobuntu wrote:

Well perhaps it could be easiest to include the details of how to do this
using CMake and include it in the README for Distro packagers?


Reply to this email directly or view it on GitHub:
#123 (comment)

@mikobuntu
Copy link
Contributor Author

yeah that could work i guess or perhaps it can be a user configurable switch in the general settings?

@eagles051387
Copy link

That would be the easiest tbh.

On Thursday 23 January 2014 16:37:23 mikobuntu wrote:

yeah that could work i guess or perhaps it can be a user configurable switch
in the general settings?


Reply to this email directly or view it on GitHub:
#123 (comment)

@tobydox
Copy link
Member

tobydox commented Jan 24, 2014

As I plan to replace the default MDI titlebar style anyways (something cool matching our theme!), it should be no problem to implement flexible button alignment which could be configurable in the settings dialog.

@ghost ghost assigned tobydox Jan 24, 2014
@diizy diizy modified the milestones: 1.2.0, 1.1.0 May 31, 2014
@musikBear
Copy link

Unfa. 24. may: I think the best would be for LMMS to see what the host OS does in this regard and copy it's behaviour...

And thats definately the right way. Having strange 'interpitation' of OS standards, is seriously bad. Thats what gave the Blender project a lot of grief on windows -Kind of true for GIMP also.

@tresf
Copy link
Member

tresf commented Jul 5, 2014

as a linux Ubuntu only user i keep going to the left hand side automatically ( force of habit ) to close etc a window

IIRC tab support in Chrome and Firefox are just as bad in this regard :)

image

-Tres

@tresf tresf mentioned this issue Mar 8, 2015
5 tasks
@tresf tresf added the duplicate label Mar 8, 2015
@tresf
Copy link
Member

tresf commented Mar 8, 2015

Marking as duplicate of the "Cusis Theme" effort #1839 and closing to consolidate bug reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants