#
cbdd108a |
| 14-Jan-2012 |
Alex Wilson <yourpalal2@gmail.com> |
In NotificationWindow, delete AppGroupViews when closed.
This is preferable to having them kick around for as long as the server is running. They don't yet close when all of the notifications for th
In NotificationWindow, delete AppGroupViews when closed.
This is preferable to having them kick around for as long as the server is running. They don't yet close when all of the notifications for the view time out, that's coming next.
show more ...
|
#
a84e14ca |
| 16-Dec-2011 |
Alex Wilson <yourpalal2@gmail.com> |
Merge branch 'master' of git://github.com/haiku/haiku
|
#
19ae20e6 |
| 05-Nov-2011 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'master' into pm-flat
Conflicts: build/jam/HaikuImage build/jam/OptionalBuildFeatures build/jam/OptionalPackages build/jam/UserBuildConfig.sample data/bin/installoptionalpackage s
Merge branch 'master' into pm-flat
Conflicts: build/jam/HaikuImage build/jam/OptionalBuildFeatures build/jam/OptionalPackages build/jam/UserBuildConfig.sample data/bin/installoptionalpackage src/apps/deskbar/DeskbarMenu.cpp src/servers/debug/DebugServer.cpp src/system/kernel/fs/vfs.cpp
show more ...
|
#
2966cc34 |
| 03-Nov-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Calling Show() in the constructor unlocks the Looper, so calling SetPosition after that doesn't work. Tweak the code around as it doesn't really have to be done there : * Remove the Show() method o
Calling Show() in the constructor unlocks the Looper, so calling SetPosition after that doesn't work. Tweak the code around as it doesn't really have to be done there : * Remove the Show() method override * Make sure the window is layouted and moved to the right place before showing it (which is what this early SetPosition call attempted to do)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43173 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
44c6e69b |
| 03-Nov-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Even more work on notification window: * Use the layout kit. That makes the code simpler. * Group headers now look like deskbar team entries. I had the answer just under my eyes all the time. *
Even more work on notification window: * Use the layout kit. That makes the code simpler. * Group headers now look like deskbar team entries. I had the answer just under my eyes all the time. * Folding and closing a group are back. However, folding does not work yet. * We need to select a better default "failure" color, as red looks a bit aggressive.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43170 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
e0890a26 |
| 02-Nov-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Fix the layouting of notifications again.
I'm not sure about the ApGroupView being (and looking like) a BBox. Thoughts about that ?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43119 a95241
Fix the layouting of notifications again.
I'm not sure about the ApGroupView being (and looking like) a BBox. Thoughts about that ?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43119 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
4ec6c3a0 |
| 02-Nov-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Merge patch by plfiorini :
Some changes to the API for notifications. * Don't go through be_roster to send a notification, but use Notification->Send() instead. * Rename App to Group to make the p
Merge patch by plfiorini :
Some changes to the API for notifications. * Don't go through be_roster to send a notification, but use Notification->Send() instead. * Rename App to Group to make the purpose clearer
And some changes to the notification code itself: * Use the Notification class as the way to convey informations about a notification. Allows easier extension of this class * Code cleanup * Use of the layout kit for the notify window
Unfortunately, the latter part clashes quite a bit with the changes I already did to the notification window, so it's now quite broken. Working on that next, but I wanted to separate that work from the patch ...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43114 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
14ac1ee9 |
| 31-Oct-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Tweak the notification window again : * Spacing of the bprogressbar is now 8pixels on each size * Remove the useless window tab for now
Also fix DecoratorFrame() again as BORDERED_WINDOW didn't
Tweak the notification window again : * Spacing of the bprogressbar is now 8pixels on each size * Remove the useless window tab for now
Also fix DecoratorFrame() again as BORDERED_WINDOW didn't work with it either.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43034 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
0e07be06 |
| 04-Sep-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
More fixes to the notification windows : * Rewrite the positionning code properly. There's a remaining bug when deskbar is on the left, but I think it comes from DecoratorFrame() Tweak the position
More fixes to the notification windows : * Rewrite the positionning code properly. There's a remaining bug when deskbar is on the left, but I think it comes from DecoratorFrame() Tweak the position of UI elements : * Shift the close cross a bit * Make the icon stripe the same as in alerts, and align the icon the same way * Adjust the text position, too AppGroupView: * remove the remaining "lines" in collapsed mode (looked like artifacts) * Grey out the title in collapsed mode
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42714 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ee298c8b |
| 06-Aug-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
* Fix DecoratorFrame() for kLeftTitledWindowLook windows * Use it in notification window for better positionning. Thanks augiedoggie for reporting the problem !
git-svn-id: file:///srv/svn/repos/h
* Fix DecoratorFrame() for kLeftTitledWindowLook windows * Use it in notification window for better positionning. Thanks augiedoggie for reporting the problem !
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42588 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
beb63603 |
| 06-Aug-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Ensure the window is at the right position before showing it. Fixes #7011.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42587 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
9dcd41a8 |
| 06-Aug-2011 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Some tweakings to the notificationsystem to make it look more like a regular alert. Feel free to improve on it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42586 a95241bf-73f2-0310-859d-f6b
Some tweakings to the notificationsystem to make it look more like a regular alert. Feel free to improve on it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42586 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
70a1f349 |
| 19-Feb-2011 |
Siarzhuk Zharski <zharik@gmx.li> |
The "usage" field of property_info should not be localized.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40567 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
720020e0 |
| 17-Feb-2011 |
Siarzhuk Zharski <zharik@gmx.li> |
Applied yet another localization patch made by Jorma Karvonen. Fixes #7005. Thanks. Exclusions: - localization of "usage" field of BPropertyInfo rejected - looks like it is not displayed to user; -
Applied yet another localization patch made by Jorma Karvonen. Fixes #7005. Thanks. Exclusions: - localization of "usage" field of BPropertyInfo rejected - looks like it is not displayed to user; - localization of Sound Event names discarded. The situation is at least questionable and should be discussed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40543 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
2115850c |
| 01-Dec-2010 |
Philippe Houdoin <philippe.houdoin@gmail.com> |
Fixed a typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39692 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
164fceb2 |
| 03-Jul-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
* Fix 'missing braces around initializer for 'property_info'' warning * Style cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37361 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
de9dcd41 |
| 27-May-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Patch by plfiorini: Integration of InfoPopper as a system service. See ticket #1245. There are some TODOs outlined in the ticket, but they will be much easier to review as individual patches against
Patch by plfiorini: Integration of InfoPopper as a system service. See ticket #1245. There are some TODOs outlined in the ticket, but they will be much easier to review as individual patches against trunk, versus as a new version of the huge patch.
I've messed a lot with src/servers/notification/NotificationsView.cpp in order to resolve a crash I was getting when testing this thing (rewrote line wrapping). I've also replaced the icons with the one that zuMi did long ago.
Thanks, plfiorini, for working on this code as much as you did!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36949 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|