Searched +hist:16 +hist:af9b4c (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/tracker/
H A DTrackerScripting.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff ceb65ce1 Wed Jul 16 07:53:49 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Extend Tracker scripting capabilities

* Allow EXECUTE on the Folder property to open a window for the passed
ref and return a BMEssenger targetting that window.
* Allog GET on the Folder property to return a messenger to the matching
window, if one is already open.
* Make scripting support mandatory and remove the define allowing to
disable it.
diff ceb65ce14e12c13cea8f46843d3695e52e1dea0a Wed Jul 16 07:53:49 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Extend Tracker scripting capabilities

* Allow EXECUTE on the Folder property to open a window for the passed
ref and return a BMEssenger targetting that window.
* Allog GET on the Folder property to return a messenger to the matching
window, if one is already open.
* Make scripting support mandatory and remove the define allowing to
disable it.
H A DPoseViewScripting.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 92dd9f73 Wed Jul 16 09:57:47 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Style fixes, no functional changes.
diff ceb65ce1 Wed Jul 16 07:53:49 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Extend Tracker scripting capabilities

* Allow EXECUTE on the Folder property to open a window for the passed
ref and return a BMEssenger targetting that window.
* Allog GET on the Folder property to return a messenger to the matching
window, if one is already open.
* Make scripting support mandatory and remove the define allowing to
disable it.
diff 92dd9f7360a9f664088b00c2bc0f34527b798730 Wed Jul 16 09:57:47 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Style fixes, no functional changes.
diff ceb65ce14e12c13cea8f46843d3695e52e1dea0a Wed Jul 16 07:53:49 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Extend Tracker scripting capabilities

* Allow EXECUTE on the Folder property to open a window for the passed
ref and return a BMEssenger targetting that window.
* Allog GET on the Folder property to return a messenger to the matching
window, if one is already open.
* Make scripting support mandatory and remove the define allowing to
disable it.
/haiku/src/bin/mail_utils/
H A Dspamdbm.cppdiff 425ac1b6 Tue Jun 20 16:57:22 MDT 2023 Alexander von Gluck IV <kallisti5@unixzen.com> refactor: Swap %Ld for %lld in all format usages

* %Ld is an undocumented alias for %lld in glibc.
* muslc doesn't implement it for this reason.
* While we will likely never drop %Ld support,
lets clean house and set a better example.

Change-Id: Id46dad3104abae483e80cc5c05d1464d3ecd8030
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6636
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 728d429e Mon Jan 02 16:55:19 MST 2012 Philippe Saint-Pierre <stpere@gmail.com> spamdbm: use the std::nothrow variant of new operator.
diff 571d840a Mon Oct 19 16:42:52 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> * dropped svn:keywords property from all files that carried it
to avoid recurring problems during migration of subversion checkouts
(restored binary files that were garbled by subversions during checkout)
* added appropriate svn:mime-type property for problematic (binary) files
* removed a single (mistyped) svn:mimetype property
* dropped svn:eol-style property for cleanup (they all contained 'native')



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33670 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 728d429e7d65f1aef31710da1fe8e6c562a0db98 Mon Jan 02 16:55:19 MST 2012 Philippe Saint-Pierre <stpere@gmail.com> spamdbm: use the std::nothrow variant of new operator.
diff 571d840abfdf03de583b26fefd2066ee75b25cf4 Mon Oct 19 16:42:52 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> * dropped svn:keywords property from all files that carried it
to avoid recurring problems during migration of subversion checkouts
(restored binary files that were garbled by subversions during checkout)
* added appropriate svn:mime-type property for problematic (binary) files
* removed a single (mistyped) svn:mimetype property
* dropped svn:eol-style property for cleanup (they all contained 'native')



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33670 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/servers/print/
H A DTransport.Scripting.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 8eff03f5 Sun Jul 25 16:58:29 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> * fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 546208a53940a26c6379c48a7854ade1a8250fc5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 8eff03f5705966c294c96a4e249bb525069b8e78 Sun Jul 25 16:58:29 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> * fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DPrinter.Scripting.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 8eff03f5 Sun Jul 25 16:58:29 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> * fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 87f0c759 Tue Nov 26 16:32:04 MST 2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com> Clean up.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2094 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 546208a53940a26c6379c48a7854ade1a8250fc5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 8eff03f5705966c294c96a4e249bb525069b8e78 Sun Jul 25 16:58:29 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> * fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 87f0c75967f90883506f15d03b29f0d67fb69883 Tue Nov 26 16:32:04 MST 2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com> Clean up.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2094 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DPrintServerApp.Scripting.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 8eff03f5 Sun Jul 25 16:58:29 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> * fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 87f0c759 Tue Nov 26 16:32:04 MST 2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com> Clean up.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2094 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 546208a53940a26c6379c48a7854ade1a8250fc5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 8eff03f5705966c294c96a4e249bb525069b8e78 Sun Jul 25 16:58:29 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> * fixed all build warnings by collectcatkeys that I found
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 87f0c75967f90883506f15d03b29f0d67fb69883 Tue Nov 26 16:32:04 MST 2002 Michael Pfeiffer <michael.w.pfeiffer@gmail.com> Clean up.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2094 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/apps/serialconnect/
H A DSerialApp.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff cd4d3a30 Sun Jul 16 07:56:22 MDT 2017 Adrien Destugues <pulkomandy@pulkomandy.tk> SerialConnect: implement XMODEM-CRC

This is a common extension to XMODEM, which replaces the checksum with a
more resilient CRC.
The receiver must explicitly enable this, so if the receiver doesn't
handle it, the traditional checksum is still used. Hence, this is
backwards-compatible with XMODEM.
diff ce058fa0 Sun Jul 16 02:21:22 MDT 2017 Adrien Destugues <pulkomandy@pulkomandy.tk> SerialConnect: implement XMODEM send.
diff c53c7dde Tue Aug 12 16:50:06 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Style fixes.
diff ccc6b9be Wed Nov 20 14:34:16 MST 2013 Adrien Destugues <pulkomandy@pulkomandy.tk> Make SerialConnect more complete

* Mark the current connected device, or disable "Disconnect" menu when
there is no connection.
* Save and restore serial port settings
* Improve drawing code: make sure the border around the termview is
repainted, and do not leave a 1px space between lines unpainted.
diff d481cb73 Sun Nov 04 16:59:45 MST 2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk> Fix newline handling

Haiku sends '\n' when you press the enter key, but the terminal standard
mandates that we use "\r\n" instead. This can be made into a setting later.
diff c53c7dded24f3f9dfbf9da1fb5d6fc062c04faae Tue Aug 12 16:50:06 MDT 2014 Adrien Destugues <pulkomandy@pulkomandy.tk> Style fixes.
diff ccc6b9be5b6527d14bb35b6ce57dcb422c0422f0 Wed Nov 20 14:34:16 MST 2013 Adrien Destugues <pulkomandy@pulkomandy.tk> Make SerialConnect more complete

* Mark the current connected device, or disable "Disconnect" menu when
there is no connection.
* Save and restore serial port settings
* Improve drawing code: make sure the border around the termview is
repainted, and do not leave a 1px space between lines unpainted.
diff d481cb73703367a949cedb2abeb4140cf0d29f0d Sun Nov 04 16:59:45 MST 2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk> Fix newline handling

Haiku sends '\n' when you press the enter key, but the terminal standard
mandates that we use "\r\n" instead. This can be made into a setting later.
/haiku/src/servers/notification/
H A DNotificationWindow.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 56a63697 Thu Apr 16 13:34:26 MDT 2015 Michael Lotz <mmlr@mlotz.ch> notification_server: Don't remove the views from the layout.

Removing the view from the window and deleting it is fine. This is a
quick fix for #11976. The underlaying issue of how BLayout::RemoveView
should work still needs to be fixed.
diff 02d04a76 Fri Dec 28 16:24:06 MST 2012 Janus <janus2@ymail.com> Fix #9330. Notifications Window is always inside the screen

Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 2966cc34 Thu Nov 03 16:16:59 MDT 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 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
diff 2966cc34 Thu Nov 03 16:16:59 MDT 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 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
diff 70a1f349 Sat Feb 19 16:06:25 MST 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
diff 56a63697ae2471084f4fa7ecc753f2a6582ccef2 Thu Apr 16 13:34:26 MDT 2015 Michael Lotz <mmlr@mlotz.ch> notification_server: Don't remove the views from the layout.

Removing the view from the window and deleting it is fine. This is a
quick fix for #11976. The underlaying issue of how BLayout::RemoveView
should work still needs to be fixed.
diff 02d04a7664c0fa9b4c1caf5a04613455bd9b7228 Fri Dec 28 16:24:06 MST 2012 Janus <janus2@ymail.com> Fix #9330. Notifications Window is always inside the screen

Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
H A DNotificationView.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
/haiku/src/kits/interface/
H A DControl.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 041b97a8 Tue Jun 16 08:02:18 MDT 2009 Stephan Aßmus <superstippi@gmx.de> * Updated header indentation style and small cleanups.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31070 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2a30a9e9 Mon Apr 06 16:10:41 MDT 2009 Rene Gollent <anevilyak@gmail.com> Implemented BTextControl's string "Value" property. This fixes ticket #3494.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29982 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff fb4bf99d Tue Oct 01 18:06:16 MDT 2002 Marc Flerackers <mflerackers@nowhere.fake> Some fixes


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1343 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 041b97a8b8e8167a4c6e6f7a1c186e7580e58e38 Tue Jun 16 08:02:18 MDT 2009 Stephan Aßmus <superstippi@gmx.de> * Updated header indentation style and small cleanups.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31070 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2a30a9e9f1489b6499b74a2aa1f9cfcb4bb5b6dd Mon Apr 06 16:10:41 MDT 2009 Rene Gollent <anevilyak@gmail.com> Implemented BTextControl's string "Value" property. This fixes ticket #3494.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29982 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff fb4bf99df7de8898478e85b755f5ffda1b182a50 Tue Oct 01 18:06:16 MDT 2002 Marc Flerackers <mflerackers@nowhere.fake> Some fixes


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1343 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/kits/app/
H A DHandler.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 579d1b23 Thu Dec 15 16:14:13 MST 2005 Stefano Ceccherini <stefano.ceccherini@gmail.com> Improved debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15553 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 579d1b23d7d3fb96055ae2700ec0a930a85f6d41 Thu Dec 15 16:14:13 MST 2005 Stefano Ceccherini <stefano.ceccherini@gmail.com> Improved debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15553 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DLooper.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 7d407a1e Sat Aug 08 09:38:16 MDT 2015 Augustin Cavalier <waddlesplash@gmail.com> BLooper: Fix inverted check that was causing a port leak.

Fixes #12286. Thanks to ttcoder & jackburton for investigating!
diff fd5c87d5 Sat Oct 26 16:14:33 MDT 2013 Axel Dörfler <axeld@pinc-software.de> BLooper: removed superfluous locking and code in PostMessage().

* The code duplicated the code found in the BMessenger constructor that
it called a few lines below. This should improve PostMessage()
performance a tiny bit.
diff f47952f7 Sun May 29 16:43:50 MDT 2011 Clemens Zeidler <clemens.zeidler@googlemail.com> If the looper is B_QUIT_REQUESTED synchronously. First quit and then send the reply message. Please check if this is the
correct semantics. I expected that the looper is dead when SendMessage returned. This should fix #7559 where the looper
destructor has to be called before continuing the cleanup.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41821 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff eaad52e8 Wed Aug 08 16:43:52 MDT 2007 Axel Dörfler <axeld@pinc-software.de> Now uses the cache stack trick for a cheaper check_lock() version as suggested by stippi.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21863 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff ca9b9188 Thu Jan 25 10:08:16 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Added a Dano extension to BMessageQueue: IsNextMessage().
* BLooper::AddMessage() is now using this method to determine wether or not to
update its looper thread.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19956 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 837261c6 Thu Jun 16 12:40:04 MDT 2005 Axel Dörfler <axeld@pinc-software.de> This removes the "error: looper must be locked when quit" message.
I haven't yet fully investigated the looper quitting mechanism in
detail, so there might be more bugs left.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13184 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 36535a17 Fri Jul 11 16:08:17 MDT 2003 haydentech <haydentech@nowhere.fake> Fix use of uninitialized variable


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3956 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 752c4971 Sun Aug 04 11:16:56 MDT 2002 ejakowatz <ejakowatz@nowhere.fake> The last remnants of the Old Repub ... er, static looper list data has been
removed. The old static BLooper functions for managing the looper list are
still there, but they are officially deprecated. The approved interface
for this information is BPrivate::BLooperList, accessible via the global
BPrivate::gLooperList variable. Being as it lives in BPrivate, it is for
API-internal use *ONLY*. User apps use it to their own risk.
Also added a small test to make sure that the size of BLooper stays the
same. I will probably add this to other classes as well; doesn't hurt to
be safe. =)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@572 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DApplication.cppdiff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 35929329 Mon Jan 04 16:52:41 MST 2016 Augustin Cavalier <waddlesplash@gmail.com> BApplication: Remove added PrintToStream().

Another missed debugging snippet from the merge.
diff 239f8573 Thu Jul 23 16:12:23 MDT 2015 Axel Dörfler <axeld@pinc-software.de> libbe: ui_color() now works without UI connection.

* Since the app_server is a BApplication, too, now, Workspaces would
trigger this problem.
* Now it checks whether the shared memory is actually set, and only
uses it in this case. This will also fix using ui_color() in any
BServer without UI connection.
diff a5cf354a Tue Nov 16 21:38:48 MST 2010 Clemens Zeidler <clemens.zeidler@googlemail.com> Add protected RestoreState, SaveState functions to BApplication. HasBeenRestored can be used to check in ReadyToRun if the RestoreState function has been called. The default implementation just store the window geometry and the decorator settings. Subclass implementations can use the global restore_window_geometry, save_window_geometry function for convenience. Please review. Will commit a simple session manager tomorrow.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39462 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f4103e2b Sun Apr 20 15:22:16 MDT 2008 Axel Dörfler <axeld@pinc-software.de> Reverted r25084, and fixed bug #1762 again as suggested by Korli on the mailing
list.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25091 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6bfd06d1 Thu Aug 31 11:54:16 MDT 2006 Ingo Weinhold <ingo_weinhold@gmx.de> BRoster::Launch() eventually launches the application in question
in several steps:
1. early pre-registration with the registrar ("I wanna launch the
app, make sure noone interferes.")
2. load the app image
3. finish pre-registration with the registrar ("I have launched
the app, here is its team ID.")
4. start app main thread
5. send "on launch" messages to the app (argv, refs, others)

If the app is already running or being launched, 1. fails with a
conclusive error code and returns the team ID and the pre-registration
token of the app. Steps 2 - 4 are skipped and only the messages are
delivered using the team ID returned by 1.

This change fixes a race condition: The failed early pre-registration
request obviously cannot return the team ID, if the other thread
launching the app has not finished step 3 yet. Thus the argv/refs
message would not get delivered and Launch() would not return the
correct team ID.

Now we wait for the pre-registration to be finished in this case, using
the former _IsAppPreRegistered() mechanism, which already provided
such a waiting feature for one request. It has been extended to
accomodate an arbitrary number of waiting requests and renamed to
_IsAppRegistered().

This fixed bug #763.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18728 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff c8e7f53e Mon Jun 27 18:55:16 MDT 2005 Ingo Weinhold <ingo_weinhold@gmx.de> * Radically culled the list of BApplication friends and introduced a
BApplication::Private class for accessing relevant parts.
* Pulled the app server connection and IK initialization out of
InitData() into a new method _InitGUIContext() and introduced a private
constructor that allows to avoid this initialization. This will be used
for servers that don't have GUI respectively want to init the app server
connection later.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13312 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 5f8e562f Thu Jun 16 12:53:24 MDT 2005 Axel Dörfler <axeld@pinc-software.de> Added a ToDo comment.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13185 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff c18d8429 Mon Dec 20 06:04:16 MST 2004 Axel Dörfler <axeld@pinc-software.de> Grouped all constructors together.
Moved InitData() to be close to the constructors.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10501 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/apps/mediaplayer/
H A DMainWin.cppdiff 3248de3d Tue Jul 10 16:35:40 MDT 2018 Julien Lepiller <julien@lepiller.eu> Mediaplayer: remember position and volume

Change-Id: I43fa7cbcedd39c39e4b136e9e1f9bb34bf3eb570
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 16af9b4c Sun Nov 05 11:48:32 MST 2017 Humdinger <humdingerb@gmail.com> Style, no functional changes

Make termination consistant with that last commit hrev51521.
As wished and proof-read by waddlesplash. Hope all's well...
diff 6f08ef0a Tue Nov 18 03:08:30 MST 2014 Adrien Destugues <pulkomandy@gmail.com> MediaPlayer: some shortcuts tweaks

* F: toggle fullscreen (like tab)
* V: removed. Stopping the replay would lose the current position, and
we don't want non-undoable lossy operation on single keystrokes
* X: toggles play/pause instead of forcing play (like space)
* Alt+Shift+0/1/2/3 changes the aspecdt ratio to "raw", "default",
"4/3", "16/9".

Fixes remaining parts of #2495.
diff 991dadd6 Mon Jun 16 09:55:34 MDT 2014 Humdinger <humdingerb@gmail.com> Make sure there's a space in front of B_UTF8_ELLIPSIS.

As PulkoMandy said in hrev47388: C++11 safe and reads better.
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff a178983d Fri Sep 09 15:33:16 MDT 2011 Axel Dörfler <axeld@pinc-software.de> Cleanup while I was searching for a bug that ended up being in the app_server;
the decorators now return non-sense as their frame, thank you Clemens!
* Got rid of Settings::CurrentSettings() - the get/store pair wasn't really
thread-safe anyway, as it always updated all fields, so settings could get
lost easily. The mechanism is still being used in the settings window, though.
* Introduced some getters/setters for the settings that work on the message
directly which simplifies some code.
* Minor style cleanups.
* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42732 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 560ff447 Fri Mar 25 16:13:48 MDT 2011 Jonas Sundström <jonas@kirilla.com> Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7bf8d247 Fri Oct 08 07:16:49 MDT 2010 Axel Dörfler <axeld@pinc-software.de> * Do not add documents to the recent list in _UpdatePlaylistItemFile(), but do
so when the items are added to the playlist. This has the added advantage of
being able to easily reselect sub-folders (an album for example).
* Enabled navigating folders in the recent item list.
* Added Playlist::IsEmpty() method.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38897 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 54ca8797 Fri Nov 20 08:16:13 MST 2009 Axel Dörfler <axeld@pinc-software.de> * Also write the bitrate as attribute.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34157 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 514 milliseconds