History log of /haiku-fatelf/src/apps/showimage/ToolBarView.cpp
Revision Date Author Comments
# 537a273c 24-Jun-2012 Humdinger <humdingerb@gmail.com>

Coding style changes, no functional change.
Hope all's OK, Filter.h is still mostly untouched as it's quite messy with
many exessive commenting.


# a1e3c32d 20-May-2011 Axel Dörfler <axeld@pinc-software.de>

* BIconButton now inherits from BControl, solving a TODO comment.
* I tried to reuse as much state from BControl as possible, so I removed a few
states.
* Also made the flags private, and added protected SetInside()/IsInside()
methods.
* Removed useless BIconButton::ID().
* Adjusted users.
* Minor cleanup, automatic white space cleanup.
-alpha


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


# 88a50ed5 13-May-2011 Joachim Seemer <humdingerb@googlemail.com>

Fixed 80 char limit found by John Scipione.

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


# 11b23883 08-Apr-2011 Stephan Aßmus <superstippi@gmx.de>

* Added AddGlue() method. If this is not used, the tool bar
will stretch the icons across the available space. However,
it's possible to still add items afterwards, which makes those
items right-aligned.
* Added SetActionVisible() to show or hide icons.


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


# 65b91791 07-Apr-2011 Stephan Aßmus <superstippi@gmx.de>

Decreased the unused spacing in the tool bar.


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


# a877c0e7 21-Mar-2011 Stephan Aßmus <superstippi@gmx.de>

* Changed the previous/next icons to the ones intended by zuMi.
* Removed the full-screen icon, since the zoom icon of the window
already does the job.
* Added an icon for the slide show, but it additionally goes into
full-screen mode.
* Added appropriate work arounds for bugs in the Interface Kit
concerning the hiding of tool-tips, and a bug in the app_server
concerning the invalidation of unhidden views...


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


# cf0d8308 19-Mar-2011 Stephan Aßmus <superstippi@gmx.de>

* Display a tool bar by default (setting can be toggled in the
View menu)
* The previous/next, selection mode, zoom actions and full screen
mode are accessible via tool bar.
* The tool bar can currently not be shown in full screen mode.
Eventually, I want it to work like in MediaPlayer when it is
generally enabled.
* Fixed capitalization "Selection Mode" into "Selection mode"
(needs catalogs update for all languages).
* When leaving selection mode, clear the selection. Especially
with the new tool bar icon, it looked really weird and irritating
when the selection persisted.


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


# 537a273cced14e2da799ae1e4c3474a9fd74d663 24-Jun-2012 Humdinger <humdingerb@gmail.com>

Coding style changes, no functional change.
Hope all's OK, Filter.h is still mostly untouched as it's quite messy with
many exessive commenting.


# a1e3c32da97b9b8c56f14d811ad63fe134c44aab 20-May-2011 Axel Dörfler <axeld@pinc-software.de>

* BIconButton now inherits from BControl, solving a TODO comment.
* I tried to reuse as much state from BControl as possible, so I removed a few
states.
* Also made the flags private, and added protected SetInside()/IsInside()
methods.
* Removed useless BIconButton::ID().
* Adjusted users.
* Minor cleanup, automatic white space cleanup.
-alpha


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


# 88a50ed5df61e56f6567eca9e8e4050961b5c671 13-May-2011 Joachim Seemer <humdingerb@googlemail.com>

Fixed 80 char limit found by John Scipione.

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


# 11b238836413c4577462d754a9c1e216c03133f8 08-Apr-2011 Stephan Aßmus <superstippi@gmx.de>

* Added AddGlue() method. If this is not used, the tool bar
will stretch the icons across the available space. However,
it's possible to still add items afterwards, which makes those
items right-aligned.
* Added SetActionVisible() to show or hide icons.


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


# 65b917918be9a243d694068696c89285d5dddcec 07-Apr-2011 Stephan Aßmus <superstippi@gmx.de>

Decreased the unused spacing in the tool bar.


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


# a877c0e7d8f6798597df5fbf7e8752bdcb6ddb5a 21-Mar-2011 Stephan Aßmus <superstippi@gmx.de>

* Changed the previous/next icons to the ones intended by zuMi.
* Removed the full-screen icon, since the zoom icon of the window
already does the job.
* Added an icon for the slide show, but it additionally goes into
full-screen mode.
* Added appropriate work arounds for bugs in the Interface Kit
concerning the hiding of tool-tips, and a bug in the app_server
concerning the invalidation of unhidden views...


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


# cf0d8308180cccbc3e4fd88958ab361a191fa1bc 19-Mar-2011 Stephan Aßmus <superstippi@gmx.de>

* Display a tool bar by default (setting can be toggled in the
View menu)
* The previous/next, selection mode, zoom actions and full screen
mode are accessible via tool bar.
* The tool bar can currently not be shown in full screen mode.
Eventually, I want it to work like in MediaPlayer when it is
generally enabled.
* Fixed capitalization "Selection Mode" into "Selection mode"
(needs catalogs update for all languages).
* When leaving selection mode, clear the selection. Especially
with the new tool bar icon, it looked really weird and irritating
when the selection persisted.


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