History log of /haiku/src/apps/poorman/PoorManPreferencesWindow.cpp
Revision Date Author Comments
# 3c5208e4 07-Nov-2015 Humdinger <humdingerb@gmail.com>

Improve/fix layout

Some tweaks to the layout of apps/prefs in the course of using
B_USE_WINDOW_SPACING.


# d0ac6099 07-Nov-2015 Humdinger <humdingerb@gmail.com>

Use B_USE_WINDOW_SPACING

Use B_USE_WINDOW_SPACING as inset from contents to window border.
Some whitespace cleanup.


# 40afabe6 19-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

PoorMan: use B_WIDTH_FROM_WIDEST BTabView

Avoids truncation of the tab titles with Russian locale.


# 1a7bcf69 01-Jun-2014 Oliver Tappe <zooey@hirschkaefer.de>

Lots of B_PRI... insertions to fix errors with DEBUG=1.


# 3bbf781c 15-Jul-2012 Alex Wilson <yourpalal2@gmail.com>

Fix #8706 in Poorman - Selecting a web dir

There is no 'name' entry in the message from a B_OPEN_PANEL BFilePanel.
Also fix a little memory leak along the way.


# c5a09a88 13-Jul-2012 Alex Wilson <yourpalal2@gmail.com>

In PoorMan: use templatized layout builders.

Also clean up layout a bit.


# a1ae8022 13-Jul-2012 Alex Wilson <yourpalal2@gmail.com>

Convert Poorman to use the Layout API.

Also includes many style fixes.

This patch was done by tokyo6pm, and then updated by mks after changes
to Poorman broke the patch.

ticket: #3787


# 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.


# 5c6b9eb0 23-Feb-2012 Jerome Duval <jerome.duval@gmail.com>

Some fixes for GCC 4.6 warning: variable set but not used


# 2813f496 29-Dec-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Pathc by Dziadek: localize Poorman. thanks!


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


# d939e03d 17-Aug-2009 Philippe Saint-Pierre <stpere@gmail.com>

PoorMan: Close the application when you choose Cancel on first launch.
* If you choose cancel on that first dialog, also don't save a config file
* Also fixes the button labelling in the preference panel (several were clipped)
* Allow the user to cancel the selection of the web folder and return to the initial dialog (to choose Default, for example)
* Make the preference panel closable with escape key
* Multiple coding style changes

(Ref: Ticket #4255)


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


# 000fe088 04-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by Ma Jie: Basically - make Poorman (the webserver) work. Libhttpd from
Jef Poskanzer is providing the backend, but had to be adopted in some ways.
Other issues in Poorman have been resolved.

When testing the license integration, I stumbled over some AboutSystem bugs,
basically clicking licenses would not open them. I fixed those in this patch,
sorry for mixing that up.

Note to Ma Jie: I changed the encoding of the libhttpd files to UTF-8!
(This affects only the (C) glyph.) Thanks a lot for your awesome work on
Poorman, it's really appreciated!


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


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

* fix probable memory leaks, not in the image but anyway...



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


# 4af8c448 22-Jul-2004 Phil Greenway <sikosis@gmail.com>

Initial Checkin. Code by sl9c5 (sl9c5@cityinfonow.com)


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


# 40afabe6a340b294781b7b56560a121e13ebf184 19-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

PoorMan: use B_WIDTH_FROM_WIDEST BTabView

Avoids truncation of the tab titles with Russian locale.


# 1a7bcf6962e1c99906cce0fe602e08c3fcda46f6 01-Jun-2014 Oliver Tappe <zooey@hirschkaefer.de>

Lots of B_PRI... insertions to fix errors with DEBUG=1.


# 3bbf781c1a27f5c0e8d4f3c632908174ed1f6ede 15-Jul-2012 Alex Wilson <yourpalal2@gmail.com>

Fix #8706 in Poorman - Selecting a web dir

There is no 'name' entry in the message from a B_OPEN_PANEL BFilePanel.
Also fix a little memory leak along the way.


# c5a09a88e954244862a0573146dd2bfeb9137ab8 13-Jul-2012 Alex Wilson <yourpalal2@gmail.com>

In PoorMan: use templatized layout builders.

Also clean up layout a bit.


# a1ae8022797c710ead4307573ea988f92393ba11 13-Jul-2012 Alex Wilson <yourpalal2@gmail.com>

Convert Poorman to use the Layout API.

Also includes many style fixes.

This patch was done by tokyo6pm, and then updated by mks after changes
to Poorman broke the patch.

ticket: #3787


# 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.


# 5c6b9eb00d0d623c12f72eb82a471cb4c71f4f33 23-Feb-2012 Jerome Duval <jerome.duval@gmail.com>

Some fixes for GCC 4.6 warning: variable set but not used


# 2813f49667afbbf73ac2d49e0aa5f515d761c709 29-Dec-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Pathc by Dziadek: localize Poorman. thanks!


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


# d939e03d05cfde5de7e3191d519dd10b69f348c6 17-Aug-2009 Philippe Saint-Pierre <stpere@gmail.com>

PoorMan: Close the application when you choose Cancel on first launch.
* If you choose cancel on that first dialog, also don't save a config file
* Also fixes the button labelling in the preference panel (several were clipped)
* Allow the user to cancel the selection of the web folder and return to the initial dialog (to choose Default, for example)
* Make the preference panel closable with escape key
* Multiple coding style changes

(Ref: Ticket #4255)


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


# 000fe088a79bbd17ce42078273c04b306967827f 04-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by Ma Jie: Basically - make Poorman (the webserver) work. Libhttpd from
Jef Poskanzer is providing the backend, but had to be adopted in some ways.
Other issues in Poorman have been resolved.

When testing the license integration, I stumbled over some AboutSystem bugs,
basically clicking licenses would not open them. I fixed those in this patch,
sorry for mixing that up.

Note to Ma Jie: I changed the encoding of the libhttpd files to UTF-8!
(This affects only the (C) glyph.) Thanks a lot for your awesome work on
Poorman, it's really appreciated!


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


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

* fix probable memory leaks, not in the image but anyway...



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


# 4af8c448e2d7bf57b9062d868788a80abe569c13 22-Jul-2004 Phil Greenway <sikosis@gmail.com>

Initial Checkin. Code by sl9c5 (sl9c5@cityinfonow.com)


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