#
97f11716 |
| 04-Sep-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge remote-tracking branch 'origin/master' into dev/netservices
Change-Id: I588c4a840523995f820161d63741c137bc5c719c
|
#
9570ee35 |
| 11-May-2022 |
Jim906 <jim_l@fastmail.com> |
FileTypes: Improve ApplicationTypeWindow cascading
* Using StyledEditApp as a model, ensure that multiple Application Type windows do not cascade so far that they open partially off-screen. * Add a
FileTypes: Improve ApplicationTypeWindow cascading
* Using StyledEditApp as a model, ensure that multiple Application Type windows do not cascade so far that they open partially off-screen. * Add a dedicated function, FileTypes::_AppTypeCascade, to set the position of the next ApplicationTypeWindow to be constructed and save this position in FileTypes::fSettings. * Unlike StyledEditApp, do not add an uncascade function, because existing code in ApplicationTypeWindow::QuitRequested already resets app_type_next_frame. * Follows up on https://review.haiku-os.org/c/haiku/+/5164.
Change-Id: I9cbb58ba391ddafdd1ea136157e5c6129bf41ebd Reviewed-on: https://review.haiku-os.org/c/haiku/+/5307 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
46b7da1f |
| 08-May-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge branch 'master' into dev/netservices
Change-Id: I1eb6c2ea2fd0d794ad6378eab8bbb80ce46dfbb8
|
#
a12cf089 |
| 29-Mar-2022 |
Jim906 <jim_l@fastmail.com> |
FileTypes: save ApplicationTypeWindow position
* Move the default size and position settings for ApplicationTypeWindow from its constructor to FileTypesWindow::fSettings, and update these settings w
FileTypes: save ApplicationTypeWindow position
* Move the default size and position settings for ApplicationTypeWindow from its constructor to FileTypesWindow::fSettings, and update these settings when the window is closed. * Add _Frame() for extracting a BRect from fSettings. * Keep a BPoint parameter in the constructor, which allows each new instance of the window to be slightly offset from the last one. * Submitted in response to a comment by humdinger on https://review.haiku-os.org/c/haiku/+/4926
Change-Id: I0fa8a9ca8f18cf4093363bff713f0f80f6c04cd5 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5164 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
d6a8b3e8 |
| 20-Jul-2020 |
John Scipione <jscipione@gmail.com> |
FileTypes: ApplicationTypeWindow text view updates
Remove workaround for BTextView bug from 2006 that no long applies in FileTypes ApplicationTypeWindow by allowing the text views to align themselve
FileTypes: ApplicationTypeWindow text view updates
Remove workaround for BTextView bug from 2006 that no long applies in FileTypes ApplicationTypeWindow by allowing the text views to align themselves on FrameResized().
Don't override height on version text views, default height is good.
Change-Id: I41e5a9244c5c79eee3bba133064d016673e008e2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3053 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
aac2df0f |
| 21-Mar-2009 |
Stephan Aßmus <superstippi@gmx.de> |
The enabling/disabling of applications flags is now properly tracked and the new BAppFileInfo feature to remove those flags is used to actually store this according to what the user configured. If th
The enabling/disabling of applications flags is now properly tracked and the new BAppFileInfo feature to remove those flags is used to actually store this according to what the user configured. If this discrepancy was the only reason for ticket #3002, then it should be fixed now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29638 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
dad7391a |
| 16-Oct-2008 |
Stephan Aßmus <superstippi@gmx.de> |
* Implement a method to track the need to save changes. Enabled the Save menu item accordingly and ask the user to save changes when he quits the window and there are any changes. Most changes
* Implement a method to track the need to save changes. Enabled the Save menu item accordingly and ask the user to save changes when he quits the window and there are any changes. Most changes are tracked in a robust way, only icons are tracked with a more fuzzy method (the actual data is not compared). Whenever an icon (of the app itself or one of its types) is changed, then the preflet is convinced of the need to save, regardless of the icon is removed again or is changed to the visually same icon.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28182 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
0b0ff90f |
| 14-Nov-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* Extended the IconView quite a bit to support what we need: - supports drag&drop from icons (only tested for non-vector icons yet) - allows to remove/edit/add icons (there is still need for supp
* Extended the IconView quite a bit to support what we need: - supports drag&drop from icons (only tested for non-vector icons yet) - allows to remove/edit/add icons (there is still need for support in Icon-O-Matic for this to work completely) - has a mode where it stores the changed icon data in an object rather than directly to disk; this object can maintain all BeOS icon types - reacts to live updates from file icons - supports different view sizes (for later or uses in other apps) * works again on BeOS (it crashed before because of a BeOS "feature"). * in the Application window, the "supported types" listview will now be enlarged with the window instead of the long version description. * To compensate for that, the latter now shows a scroll bar. * Application delivered supported type icons are now shown as well, and can be edited - they're not yet saved, though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19279 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b57ef1e6 |
| 09-Mar-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Some more work on the application type window: it now shows the correct entries, and you can edit everything but icons and supported types. Saving is also possible now (but it won't ask yet if you cl
Some more work on the application type window: it now shows the correct entries, and you can edit everything but icons and supported types. Saving is also possible now (but it won't ask yet if you close the window and has made some changes).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16674 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
50751440 |
| 07-Mar-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Beginnings of the application type window - doesn't do anything yet, but at least it looks more or less okay (long description border isn't right yet) and is font sensitive.
git-svn-id: file:///srv
Beginnings of the application type window - doesn't do anything yet, but at least it looks more or less okay (long description border isn't right yet) and is font sensitive.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16632 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|