Changes between Version 6 and Version 7 of Obsolete/WorkInProgress/3rdparty guidelines
- Timestamp:
- Jun 4, 2011, 5:54:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/WorkInProgress/3rdparty guidelines
v6 v7 9 9 * The app must not write anything to the hard disk except in its own directory (/boot/app/appName, or whatever the user installed it), the configuration directories (home/config/settings, common/), unless the user explicitly asks for it (a save dialog is a good example). <-- This makes little sense, as an application usually won't have the rights to write anything into its own directory. It may write to the user's cache, data, or settings directory, though, and that's pretty much it (axeld). 10 10 11 * HIG compliance : it's better if your application fits in the look&feel of the whole system.11 * HIG compliance (e.g. sentence casing, colour scheme, vector icons): it's better if your application fits in the look&feel of the whole system. 12 12 13 13 = Similar documents elsewhere =