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

Aligned dialog title behavior to QT #37

Merged
merged 5 commits into from
Feb 24, 2014
Merged

Conversation

anaselli
Copy link
Contributor

@anaselli anaselli commented Jan 7, 2014

This commit does not solve issue #67 but at least aligns Gtk to Qt, and the workaround to get a new title by setting
a new application title works. Moreover sub-dialogs have the same title as main one.

@anaselli
Copy link
Contributor Author

  • Added seconds to YTimeField as for Qt
  • Fixed BusyCursor
  • Fixed YTree item selection during items population,
    old implementation ignored selected items.
  • Aligned dialog title behavior to QT
  • 2.44.1


#ifdef LIBYUI_VERSION_NUM
#if LIBYUI_VERSION_AT_LEAST(2,42,3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the version check still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was required when i added the first title management, it broke old legacy libraries at Suse, I don't know more about that subject ask to @tgoettlicher

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's leave it in now. When we get more automated tests we can do more clean-up.

mvidner added a commit that referenced this pull request Feb 24, 2014
BusyCursor fix; Qt consistency: dialog title, seconds in time;
Fixed YTree item selection during items population
@mvidner mvidner merged commit a64e2de into libyui:master Feb 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants