History log of /haiku/src/apps/showimage/ShowImage.rdef
Revision Date Author Comments
# 358a4dd3 30-Jul-2014 François Revol <revol@free.fr>

ShowImage definitely knows Icon-O-Matic documents

And it's much easier to browse through data/artwork/icons!


# 560ff447 25-Mar-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


# 83623306 19-Sep-2009 Jonas Sundström <jonas@kirilla.com>

Resource clean-up. Removing bitmap icons. Updating copyright dates. Removing dead code and redundant comments. Ending files in a newline.

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


# 8c1ad886 13-Aug-2009 Ryan Leavengood <leavengood@gmail.com>

- Cleanup to match coding guidelines. The header cleanup might have been
overkill.
- Updating some copyright years.
- ResizerWindow.h was not self-contained.

Some of the other files were skipped due to complexity and planned code changes.



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


# e62e6bd5 16-Jan-2007 Bruno G. Albuquerque <bga@bug-br.org.br>

Implemented support for hardware cache flush. This is based on code I originally
did for yellowTAB GmbH when I worked for then and is being used under permission.



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


# 3fbb09f8 07-Jan-2007 Bruno G. Albuquerque <bga@bug-br.org.br>

- Cleaned up soeveral Copyright strings.
- Shuffled the resource app_flags entry as it somehow fixed corrupt version/description;icons for several files here. It seems this entry must be the last one before the icons.



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


# 088a3292 05-Nov-2006 Axel Dörfler <axeld@pinc-software.de>

Make use of the new vector_icon type in rc.


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


# d632afd3 03-Nov-2006 Stephan Aßmus <superstippi@gmx.de>

* new vector icons I created in the past months

for applications, I kept the R5 icon around and the
vector icon is only used when compiling for Haiku,
for the mimetypes, I removed the R5 icon, as I don't
think they are used outside the Haiku build

naturally, I'm open for comments



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


# 1f8b22ef 22-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed some more application signatures and version info, and made them all consistent.


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


# efa8b4f3 06-Feb-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed various issues:
* ArgvReceived() did not work with relative paths.
* Simplified quitting (no more CanQuit() and overriding BWindow::Quit()).
* Updated signature.
* Cleanup.


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


# 147fecb0 17-Jan-2004 Matthew Wilber <mwilber@nowhere.fake>

Fixed application signature inconsistency and fixed a typo


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


# 0e6141ba 22-Dec-2003 mahlzeit <mahlzeit@nowhere.fake>

Simplified app_flags.


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


# 60e5e3a2 14-Nov-2003 Matthew Wilber <mwilber@nowhere.fake>

Changed to have same APP_FLAGS as Be's ShowImage (SINGLE LAUNCH)


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


# 1420d9f7 06-Nov-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Switch to human readable/editable resource file.


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


# 358a4dd379b4a5534a089322a88dc741bc348ef2 30-Jul-2014 François Revol <revol@free.fr>

ShowImage definitely knows Icon-O-Matic documents

And it's much easier to browse through data/artwork/icons!


# 560ff4478d5c85455ea3e5ed5e392ef93132d545 25-Mar-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


# 836233064701f02985ba0d21e3e269ac2e1c5cc1 19-Sep-2009 Jonas Sundström <jonas@kirilla.com>

Resource clean-up. Removing bitmap icons. Updating copyright dates. Removing dead code and redundant comments. Ending files in a newline.

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


# 8c1ad886ee4b203883119c567543a653a8d86627 13-Aug-2009 Ryan Leavengood <leavengood@gmail.com>

- Cleanup to match coding guidelines. The header cleanup might have been
overkill.
- Updating some copyright years.
- ResizerWindow.h was not self-contained.

Some of the other files were skipped due to complexity and planned code changes.



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


# e62e6bd5a7b9cddcfcd72bdccf9653bb8b376cc1 16-Jan-2007 Bruno G. Albuquerque <bga@bug-br.org.br>

Implemented support for hardware cache flush. This is based on code I originally
did for yellowTAB GmbH when I worked for then and is being used under permission.



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


# 3fbb09f87f88aa1515e68e16b35feffc056215a0 07-Jan-2007 Bruno G. Albuquerque <bga@bug-br.org.br>

- Cleaned up soeveral Copyright strings.
- Shuffled the resource app_flags entry as it somehow fixed corrupt version/description;icons for several files here. It seems this entry must be the last one before the icons.



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


# 088a32925d8d7904bf1e5a6deed0046c8ccf0dc5 05-Nov-2006 Axel Dörfler <axeld@pinc-software.de>

Make use of the new vector_icon type in rc.


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


# d632afd30e35ecae79f50bdc6c8ba0c60d957542 03-Nov-2006 Stephan Aßmus <superstippi@gmx.de>

* new vector icons I created in the past months

for applications, I kept the R5 icon around and the
vector icon is only used when compiling for Haiku,
for the mimetypes, I removed the R5 icon, as I don't
think they are used outside the Haiku build

naturally, I'm open for comments



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


# 1f8b22ef227c0ee004bdfc60e5a753e48e716258 22-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed some more application signatures and version info, and made them all consistent.


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


# efa8b4f3922f0ff26c80078e6d51ebe52cba9735 06-Feb-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed various issues:
* ArgvReceived() did not work with relative paths.
* Simplified quitting (no more CanQuit() and overriding BWindow::Quit()).
* Updated signature.
* Cleanup.


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


# 147fecb0dbfafc812eee546557276e0c6e6b3870 17-Jan-2004 Matthew Wilber <mwilber@nowhere.fake>

Fixed application signature inconsistency and fixed a typo


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


# 0e6141ba3b0ba5ec4ab8a6478b2150cdf1b5e533 22-Dec-2003 mahlzeit <mahlzeit@nowhere.fake>

Simplified app_flags.


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


# 60e5e3a20934a23565912d4112092a6d4bdcc5de 14-Nov-2003 Matthew Wilber <mwilber@nowhere.fake>

Changed to have same APP_FLAGS as Be's ShowImage (SINGLE LAUNCH)


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


# 1420d9f762ac9f7dff42647de79247b8af10e476 06-Nov-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Switch to human readable/editable resource file.


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