History log of /haiku/src/apps/expander/ExpanderPreferences.cpp
Revision Date Author Comments
# c8325bb7 07-Nov-2015 Humdinger <humdingerb@gmail.com>

Improve layouting of Expander

Especially actually hide the content's scroll view, which
otherwise would peak out if the B_USE_WINDOW_SPACING would
ever be increased.


# e326cef6 09-Jun-2014 John Scipione <jscipione@gmail.com>

Expander: style fixes, no functional change intended


# 07438277 13-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Expander settings: Fix text control alignment.


# 546208a5 16-Apr-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.


# a697dded 29-Feb-2012 Humdinger <humdingerb@gmail.com>

Cancel settings window on ESC, small cleanup.


# ddec5397 28-Feb-2012 Humdinger <humdingerb@gmail.com>

Now sets back its settings when closing the settings window with "Cancel".

* Pulled reading and writing settings into private functions.
* Call _ReadSettings() when canceling settings window to revert to
original settings.


# 98cce525 28-Feb-2012 Humdinger <humdingerb@gmail.com>

Clean up. No functional change.


# a866fc60 27-Feb-2012 Humdinger <humdingerb@gmail.com>

Remodeled the settings window after MediaPlayer.


# 4c9dc4c6 24-Feb-2012 Humdinger <humdingerb@gmail.com>

Cosmetical improvements.


# 4eb0cbb0 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# e07f1f2f 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# ab7b6568 22-Feb-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Patch by mt : localize expander.


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


# 7974d3dc 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


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


# 1e251de1 15-Mar-2009 Joachim Seemer <humdingerb@googlemail.com>

Exchanged all occurences of 'Expand-O-Matic' to 'Expander'.

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


# cb0c4029 03-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix probable memory leaks



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


# c404bd0e 25-Sep-2008 Stefano Ceccherini <stefano.ceccherini@gmail.com>

BFilePanel makes a copy of the passed messenger

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


# 96303159 03-Mar-2007 Jérôme Duval <korli@users.berlios.de>

fixing indenting style issues


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


# 355c6ebe 19-Feb-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

fixed some style issues introduced with the latest patch


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


# 69d0d149 08-Feb-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Patch by Andrea Anzani which fixes font sensitiveness issues with
Expander preferences window (thus fixing bug #162). Some cleanups by me


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


# 05c88135 19-Feb-2006 Jérôme Duval <korli@users.berlios.de>

fix display bug


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


# 616969aa 17-Feb-2006 Jérôme Duval <korli@users.berlios.de>

replaced BTextView with BStringView


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


# 8319ae82 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

fix views placement, completes bug #162


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


# 25649336 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

updated signature and headers


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


# 22bb857e 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

hopefully fixed preferences window labels truncated


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


# b3c980ab 08-Feb-2006 Jérôme Duval <korli@users.berlios.de>

use the current screen


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


# 55a5a6bd 16-Mar-2004 Jérôme Duval <korli@users.berlios.de>

Initial checkin of the Expander replacement app.
Redone from scratch because we don't have Dan Lee's code.
Beta version. Testing is welcome.


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


# e326cef6202a94eeab5149052a48c05db8000eaa 09-Jun-2014 John Scipione <jscipione@gmail.com>

Expander: style fixes, no functional change intended


# 07438277e7bc73d5e2b5fbf1b005962f0a92ac08 13-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Expander settings: Fix text control alignment.


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-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.


# a697ddedc5a0bfbbeffead67621cfec948e1cbf3 29-Feb-2012 Humdinger <humdingerb@gmail.com>

Cancel settings window on ESC, small cleanup.


# ddec5397e46ba4144aaf69924f49145e943b03ff 28-Feb-2012 Humdinger <humdingerb@gmail.com>

Now sets back its settings when closing the settings window with "Cancel".

* Pulled reading and writing settings into private functions.
* Call _ReadSettings() when canceling settings window to revert to
original settings.


# 98cce525f01af60d70b908762aae3ca99be70440 28-Feb-2012 Humdinger <humdingerb@gmail.com>

Clean up. No functional change.


# a866fc60f923d0a481a2e1c21009e7a63194791a 27-Feb-2012 Humdinger <humdingerb@gmail.com>

Remodeled the settings window after MediaPlayer.


# 4c9dc4c6420a3f5a274effbb36d214aa64cde2db 24-Feb-2012 Humdinger <humdingerb@gmail.com>

Cosmetical improvements.


# 4eb0cbb044cf538f18c0d252934a5bcaa33bfd34 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# e07f1f2f5068763d0d5c9229d0bc8d1b53a0188a 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# ab7b6568980ea272de2d9c151d9821fac00e02c9 22-Feb-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Patch by mt : localize expander.


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


# 7974d3dcf39ce78e5885b481eee12e561ad6e096 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


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


# 1e251de143e2cb91f8e9b0356b9d32a6d65e397f 15-Mar-2009 Joachim Seemer <humdingerb@googlemail.com>

Exchanged all occurences of 'Expand-O-Matic' to 'Expander'.

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


# cb0c40290ef920c90f3d8716c150283070d0d1b9 03-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix probable memory leaks



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


# c404bd0e2287981d95e12624513001cd99f9edb0 25-Sep-2008 Stefano Ceccherini <stefano.ceccherini@gmail.com>

BFilePanel makes a copy of the passed messenger

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


# 96303159b3cf4f09c9903dae259ef40ad51a7579 03-Mar-2007 Jérôme Duval <korli@users.berlios.de>

fixing indenting style issues


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


# 355c6ebe10306d9605811d17d904e327a4891cff 19-Feb-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

fixed some style issues introduced with the latest patch


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


# 69d0d1491437abd3245abfd8523dadb6934c5d8f 08-Feb-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Patch by Andrea Anzani which fixes font sensitiveness issues with
Expander preferences window (thus fixing bug #162). Some cleanups by me


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


# 05c881350ef47bf34ac8be0025547146457c754a 19-Feb-2006 Jérôme Duval <korli@users.berlios.de>

fix display bug


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


# 616969aa88a946c93bf63bd62b5b68d08ea6a9eb 17-Feb-2006 Jérôme Duval <korli@users.berlios.de>

replaced BTextView with BStringView


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


# 8319ae827f1ca78bf02457d3329e34310a268903 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

fix views placement, completes bug #162


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


# 25649336e1f064e69190bfef16e57eaef99287f5 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

updated signature and headers


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


# 22bb857ecdc579243157085ba33a31c249e86ac6 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

hopefully fixed preferences window labels truncated


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


# b3c980ab0e217630320e835f2b7f3191bad722f4 08-Feb-2006 Jérôme Duval <korli@users.berlios.de>

use the current screen


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


# 55a5a6bdfa5537e5422bf6ef0b1800537f981066 16-Mar-2004 Jérôme Duval <korli@users.berlios.de>

Initial checkin of the Expander replacement app.
Redone from scratch because we don't have Dan Lee's code.
Beta version. Testing is welcome.


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