#
5dcd3cd1 |
| 22-Dec-2011 |
Hannah Boneß <hannah@animux.de> |
Update layout building code in misc. apps (GCI 2011 task).
Replace the use of old-style BGroupLayoutBuilder and BGridLayoutBuilder with new, templatized BLayoutBuilder::Group<> etc.. in the followin
Update layout building code in misc. apps (GCI 2011 task).
Replace the use of old-style BGroupLayoutBuilder and BGridLayoutBuilder with new, templatized BLayoutBuilder::Group<> etc.. in the following apps:
* CharacterMap * Installer * Mediaplayer * Screenshot
This work was done for GCI 2011 by Hannah Boneß. Thanks Hannah!
show more ...
|
#
a84e14ca |
| 16-Dec-2011 |
Alex Wilson <yourpalal2@gmail.com> |
Merge branch 'master' of git://github.com/haiku/haiku
|
#
e6f323bb |
| 06-Dec-2011 |
Michael Lotz <mmlr@mlotz.ch> |
Strings owned by local stack objects can't be returned.
The BString is destroyed when the function returns and takes the storage pointed to by BString::String() with it, so returning such a pointer
Strings owned by local stack objects can't be returned.
The BString is destroyed when the function returns and takes the storage pointed to by BString::String() with it, so returning such a pointer is bogus. Instead the return type is now a BString which takes over ownership of the string.
show more ...
|
#
73c8170c |
| 07-Apr-2011 |
Joachim Seemer <humdingerb@googlemail.com> |
Using DefaultItemSpacing() and DefaultLabelSpacing() as suggested by Axel.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41193 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
9f1c3cfe |
| 05-Apr-2011 |
Joachim Seemer <humdingerb@googlemail.com> |
Added a bit of space in front of the 'seconds' string.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41185 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
329daa44 |
| 04-Apr-2011 |
Joachim Seemer <humdingerb@googlemail.com> |
Changed a few strings as discussed on the i18n mailing list. Added localization of license descriptions in AboutSystem.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41184 a95241bf-73f2-0310-8
Changed a few strings as discussed on the i18n mailing list. Added localization of license descriptions in AboutSystem.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41184 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
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 'Sys
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
show more ...
|
#
71302e7c |
| 16-Mar-2011 |
Jonas Sundström <jonas@kirilla.com> |
Further localization. Making use of B_TRANSLATE_APP_NAME, AboutWindow. Cleanups. Please review/test changes in Terminal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40973 a95241bf-73f2-0310-
Further localization. Making use of B_TRANSLATE_APP_NAME, AboutWindow. Cleanups. Please review/test changes in Terminal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40973 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
d020e356 |
| 06-Mar-2011 |
Philippe Saint-Pierre <stpere@gmail.com> |
Screenshot * Fix violations to coding guidelines * Error checks on the received entry_refs * Typo in comment
Thanks Axel!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40843 a95241bf-73f2
Screenshot * Fix violations to coding guidelines * Error checks on the received entry_refs * Typo in comment
Thanks Axel!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40843 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
c6d2f9af |
| 05-Mar-2011 |
Philippe Saint-Pierre <stpere@gmail.com> |
Screenshot
* Consider the message that the FilePanel returns and add the path to the output destination MenuField.
Ticket #6886
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40826 a95241bf
Screenshot
* Consider the message that the FilePanel returns and add the path to the output destination MenuField.
Ticket #6886
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40826 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
e80276e2 |
| 06-Sep-2010 |
Alex Wilson <yourpalal2@gmail.com> |
Fix some more regressions from r38512, Tracker prefs, Icon-O-Matic, Expander & Screenshot. Thanks to diver for finding these.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38538 a95241bf-73f2
Fix some more regressions from r38512, Tracker prefs, Icon-O-Matic, Expander & Screenshot. Thanks to diver for finding these.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38538 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8eff03f5 |
| 25-Jul-2010 |
Oliver Tappe <zooey@hirschkaefer.de> |
* fixed all build warnings by collectcatkeys that I found * automatic whitespace cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37747 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
604cbe67 |
| 24-Jul-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
* One more syle fix\n* Adding a missing break
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37728 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
80b909c9 |
| 24-Jul-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
* Make closing the translator settings window thread-safe * Insert a forgotten B_TRANSLATE * Style fixes
Thanks to Axel Dörfler for reviewing the code.
git-svn-id: file:///srv/svn/repos/haiku/haik
* Make closing the translator settings window thread-safe * Insert a forgotten B_TRANSLATE * Style fixes
Thanks to Axel Dörfler for reviewing the code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37726 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7235f868 |
| 19-Jul-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
Prevent the 'Settings...' button from opening multiple windows
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37585 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ba7d3b37 |
| 02-Jul-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
Adding a settings button to change translator settings, refer to ticket #3813
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37335 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
0c9f5a02 |
| 25-Jun-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
* Modified PtrScr key behaviour: - No modifiers: take a screenshot with zero delay and launch the GUI - Shift-PrtScr: Silent screenshot using the saved GUI settings - Ctrl-PrtScr: Take a screen
* Modified PtrScr key behaviour: - No modifiers: take a screenshot with zero delay and launch the GUI - Shift-PrtScr: Silent screenshot using the saved GUI settings - Ctrl-PrtScr: Take a screenshot using the saved GUI settings and copy the screenshot to the system clipboard * A few locale related changes (I am not sure how this works when a class is shared between two applications, I hope I got everything right)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37252 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
08bed3e8 |
| 11-Jun-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
Use bilinear bitmap scaling for the screenshot preview.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37096 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
3417d2a9 |
| 08-Jun-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
* Rename "ScreenshotApp" to "Screenshot", rename its signature from "application/x-vnd.haiku-screenshotapp" to "application/x-vnd.haiku-screenshot" * Rename "Screenshot" to "screenshot", rename its s
* Rename "ScreenshotApp" to "Screenshot", rename its signature from "application/x-vnd.haiku-screenshotapp" to "application/x-vnd.haiku-screenshot" * Rename "Screenshot" to "screenshot", rename its signature from "application/x-vnd.haiku-screenshot" to "application/x-vnd.haiku-screenshot-cli" * Move screenshot from /system/apps to /bin
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37059 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
2ec6b3cf |
| 05-Jun-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
Screenshot application enhancements: - Remove the options panel, and the "-o, --options" switch, put all options inside the main panel as discussed in ticket #3831. - Add a "Copy to clipboard" bu
Screenshot application enhancements: - Remove the options panel, and the "-o, --options" switch, put all options inside the main panel as discussed in ticket #3831. - Add a "Copy to clipboard" button, as discussed in ticket #3831. - Add a "-c, --clipboard" switch to quickly copy a screenshot to the clipboard without launching the GUI. - All settings apply directly to the current schreenshot as well as new Screenshots, as discussed in ticket #4100. - Separate executables for the CLI (Screenshot) and GUI (ScreenshotApp). When "Screenshot" is launched it runs in the background, and launches the GUI (if not run with the -s or -c switch) before quiting itself. When a new screenshot is requested through the ScreenshotApp GUI interface, ScreenshotApp launches Screenshot before quiting itself, after which Screenshot re-launches ScreenshotApp. This fixes ticket #4100. Note that because of this change the deskbar entry will show "ScreenshotApp" and not "Screenshot" as might be expected. I am not sure if this is a problem. - Fixed the code that determines the active window because it was just finding the top most window. This change fixes tickets #3112, #4878, and #4423. - Hide the cursor by calling BApplication::HideCursor(). This fixes ticket #2988 (but *not* #2997).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37017 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
953aaafc |
| 29-May-2010 |
Wim van der Meer <wpjvandermeer@gmail.com> |
Patch Screenshot to not ignore the delay time setting from the command line. This fixes ticket #5862
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36969 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
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
|
#
6bcf4a43 |
| 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@36672 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
08c7fa9d |
| 25-Apr-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Patch by Wim van der Meer fixing ticket #3814 (saving settings of the screenshot application). Thanks a bunch!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36461 a95241bf-73f2-0310-859d-f6bb
Patch by Wim van der Meer fixing ticket #3814 (saving settings of the screenshot application). Thanks a bunch!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36461 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
c9ec9c72 |
| 19-Apr-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Patch by augiedoggie: Remove the hardcoded translator_id values from Screenshot. Fixes ticket #5733. Thanks a lot! (Note: small coding style fixes by myself, so expect merge conflicts.)
git-svn-id:
Patch by augiedoggie: Remove the hardcoded translator_id values from Screenshot. Fixes ticket #5733. Thanks a lot! (Note: small coding style fixes by myself, so expect merge conflicts.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36342 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|