#
362b036d |
| 15-Apr-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* Applied a slightly edited patch by Christophe Huriaux, as part of ticket #5724: this adds a settable filename for the silent invocation, thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/tr
* Applied a slightly edited patch by Christophe Huriaux, as part of ticket #5724: this adds a settable filename for the silent invocation, thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36312 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
0d84b313 |
| 13-Apr-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Patch by Shisui: Automatic filename basename selection and "Save" as default button for Screenshot. Fixes #5626. Thanks a lot!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36208 a95241bf-73f
Patch by Shisui: Automatic filename basename selection and "Save" as default button for Screenshot. Fixes #5626. Thanks a lot!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36208 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
9d933b51 |
| 14-Mar-2010 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Dummy strings used as size indicators should not be localized.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35859 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
e5b2296d |
| 18-Feb-2010 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Localization of Screenshot app, done by mt. Thanks !
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35514 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 cleanu
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
show more ...
|
#
a9591c50 |
| 19-Nov-2009 |
Fredrik Modeen <fredrik@modeen.se> |
Change back _FindValidFileName to use BString, don't know what I was thinking, thanks Jerome and Stephan.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34141 a95241bf-73f2-0310-859d-f6bbb57e9c
Change back _FindValidFileName to use BString, don't know what I was thinking, thanks Jerome and Stephan.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34141 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
689b99a7 |
| 19-Nov-2009 |
Fredrik Modeen <fredrik@modeen.se> |
Additional CLI parameters for Screeshot (Ticket #3816) and some cleanup (I hope), using Translator kit now instead of own PNG when using CLI. More changes will follow.
git-svn-id: file:///srv/svn/re
Additional CLI parameters for Screeshot (Ticket #3816) and some cleanup (I hope), using Translator kit now instead of own PNG when using CLI. More changes will follow.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34140 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
2ff62714 |
| 22-Aug-2009 |
Ryan Leavengood <leavengood@gmail.com> |
Finally implemented BWindow::CenterOnScreen, with associated CenterIn(BRect) methods as well as Size(). To avoid the problem of centering the window before it has been resized by the layout system, I
Finally implemented BWindow::CenterOnScreen, with associated CenterIn(BRect) methods as well as Size(). To avoid the problem of centering the window before it has been resized by the layout system, I force the resizing early. If there is a better way to do this or some way to avoid doing it repeatedly, let me know. But I figure the Center* methods should not be called that often.
Updated Screenshot and DiskProbe to use this new method as a test. It certainly cleaned up DiskProbe. I will update other code over the next few days (if anyone wants to help, please do :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32612 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
6478aa27 |
| 16-Aug-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
Screenshot:
* Add extension to the filename. It gets the extension from the BMimeType related to the chosen translator. * When you change the output format, the extension change accordingly. * Some
Screenshot:
* Add extension to the filename. It gets the extension from the BMimeType related to the chosen translator. * When you change the output format, the extension change accordingly. * Some variable name change (variable_name -> variableName)
Ticket #3728
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32433 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
fcafc3a5 |
| 16-Aug-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
Screenshot command line arguments : * make Screenshot exit gracefully if no argument is given in combination of -d parameter * honor the delay parameter when also used with the --silent parameter
Screenshot command line arguments : * make Screenshot exit gracefully if no argument is given in combination of -d parameter * honor the delay parameter when also used with the --silent parameter
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32431 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8f1c6951 |
| 10-Aug-2009 |
Jonas Sundström <jonas@kirilla.com> |
Use BWindow TabFrame property to find where to apply transparency.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32232 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
b8fe3ff4 |
| 10-Aug-2009 |
Jonas Sundström <jonas@kirilla.com> |
Working but somewhat dodgy tab space transparency - for humdinger as per request #3813. Enjoy!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32218 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
bcfe344c |
| 22-May-2009 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Made our struct stat POSIX compliant again -- the time_t fields have been replaced by timespec fields. Via macros the structure is still source compatible with the old one. * Introduced header
* Made our struct stat POSIX compliant again -- the time_t fields have been replaced by timespec fields. Via macros the structure is still source compatible with the old one. * Introduced header <compat/sys/stat.h> that defines the old stat structure (as stat_beos) and conversion functions * Introduced versions for [l,f]stat(). * Added symbol versions for BDirectory::GetStatFor() for sake of binary compatibility. * BStatable::GetStat(): Renamed the old method, changed its parameter to stat_beos*, and and made it private. Added a new version (using up a reserved vtable slot). It remains source and binary compatible. * BRefFilter::Filter(): Changed the struct stat* parameter to struct stat_beos* for sake of binary compatibility. This breaks source compatibility, though, which we can't help, since the class doesn't have reserved vtable slots. * Fixed several issues with the stat structure change, mostly adjusted uses of BRefFilter.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30830 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f3d5fb86 |
| 02-May-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
Cosmetic change for the border around the screenshot preview, as suggested in #3367.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30593 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
2002f6f6 |
| 27-Apr-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
Preserve aspect ratio of the screenshot in the preview. (Ticket #3821)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30457 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
05f5d734 |
| 26-Apr-2009 |
Joachim Seemer <humdingerb@googlemail.com> |
Corrections to strings in Screenshot app. See #3817.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30432 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
aeaeba65 |
| 25-Apr-2009 |
Joachim Seemer <humdingerb@googlemail.com> |
* Changed a few strings in Screenshot's interface and related function names. Closes ticket #3817.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30392 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
bb6301b2 |
| 24-Apr-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
Ask confirmation in case the application would try to overwrite an existing file.
This is fixing ticket #3815.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30390 a95241bf-73f2-0310-859d-f6b
Ask confirmation in case the application would try to overwrite an existing file.
This is fixing ticket #3815.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30390 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f2e161c5 |
| 27-Jan-2009 |
Karsten Heimrich <host.haiku@gmx.de> |
* make use of the now available decorator infos
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29065 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ef52eb17 |
| 30-Sep-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* make sure we close the app on ESCAPE * do not launch a second window in case of RefsReceived
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27799 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ae1cc083 |
| 29-Sep-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* save the last output location * save the last used output format * save the last 5 choosen locations * don't do any window init in silent mode
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk
* save the last output location * save the last used output format * save the last 5 choosen locations * don't do any window init in silent mode
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27785 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
bef5fffe |
| 20-Sep-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* use B_PNG_FORMAT, thanks Stephan * truncate the path label, since a long path would automatically resize the window to something unusable in that case...
Note: somehow the PopUpMenu does ignor
* use B_PNG_FORMAT, thanks Stephan * truncate the path label, since a long path would automatically resize the window to something unusable in that case...
Note: somehow the PopUpMenu does ignore a set max column size expanding from small to large leaves some drawing artefacts
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27647 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
fc3bed05 |
| 20-Sep-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* implement saving * have png and home as default * still misses some kind of settings...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27642 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
9f07ffa3 |
| 19-Sep-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* reorganize options * implement silent mode using the existing BWindow code
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27637 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
a75264d3 |
| 17-Sep-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* small screenshot app that was once discussed * misses a proper icon and does not save atm...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27605 a95241bf-73f2-0310-859d-f6bbb57e9c96
|