source: mainline/uspace/app

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bb4d0b5   3 months jiri Allow user to decide whether to retry or abort when I/O error occurs.
(edit) @c3db721   3 months jiri Allow aborting file management operation.
(edit) @0cf3d5f   3 months jiri Allow creating sparse files in Navigator and newfile.
(edit) @c111da2   3 months jiri Create non-zero size file in Navigator, new newfile utility.
(edit) @32ae27bb   4 months jiri Suggest unique new file name.
(edit) @f9c4c433   4 months jiri Create new file in Navigator (WIP)
(edit) @ca48672   7 months jiri loc_service_register() needs to take a port ID argument.
(edit) @61f28c4   8 months jiri Only eject installation CD after user confirms restart.
(edit) @0cec807a   8 months jiri Unmount destination volume and delete mount point on installation failure.
(edit) @629b480   8 months jiri Assorted installer fixes.
(edit) @0460377   9 months noreply uspace/app/blkdump: fix argv null deref (#251)
(edit) @690ad20   9 months zarevucky.jiri Convert kio buffer to bytes (part 1)
(edit) @d5b37b6   9 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer …
(edit) @af77459   9 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the …
(edit) @11782da   9 months jiri Fix IDE install device path again.
(edit) @8165a7a   9 months jiri GFX Demo should default to UI interface
(edit) @a188131   9 months jiri Add UI to system installer
(edit) @0db0df2   9 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous …
(edit) @90ee3384   9 months jiri Allow sysinst to restart the system at the end of installation. When …
(edit) @59e32fb   9 months jiri Fix IDE disk path in sysinst.
(edit) @0ae9e18   10 months jiri Select shutdown action (power off / restart) in shutdown dialog.
(edit) @8300c72   10 months jiri Quiesce devices before proceeding with shutdown. Only implemented for …
(edit) @f35749e   10 months jiri System restart via shutdown -r
(edit) @4285f384   10 months jiri Allow physically ejecting CD-ROM using vol eject -s
(edit) @be62ebc   11 months noreply fix tester/mapping1 test (#243)
(edit) @32254d6   11 months noreply init RTLD runtime at load time even for statically linked binaries …
(edit) @b336bfd8   11 months jiri Start text editor if open action is used on .txt file.
(edit) @accdf882   11 months jiri File / Edit (Ctrl-E) in Navigator to start editor on current file
(edit) @97116a2   11 months zarevucky.jiri Run make ccheck-fix
(edit) @eff458d   12 months jiri Add shutdown dialog to start menu.
(edit) @5162f6e   12 months jiri Fix shutdown dialog in text mode.
(edit) @2e08f2b6   12 months jiri Confirm shutdown in shutdown dialog.
(edit) @afb4025   12 months jiri Show error message when UI shutdown fails.
(edit) @82ff0a1   12 months jiri Add deadlock detector to tester.
(edit) @9a07ee3   14 months jiri Add message dialog choice selection (OK, OK/Cancel)
(edit) @0d00e53   14 months jiri Shut down dialog
(edit) @ad9e225   15 months jiri Shutdown command
(edit) @514108e   15 months jiri Minimize /app/init, once root is mounted, go to /srv/system
(edit) @e273e9e   15 months jiri Move link out of cons_event_t
(edit) @09f41d3   16 months jiri Tetris should be able to detect screen cursor control capability
(edit) @2cf8f994   16 months jiri Improve terminal behavior in console mode.
(edit) @88739997   16 months jiri Remove forgotten debug messages
(edit) @9aa51406   16 months jiri Create terminal window with the correct size from the start.
(edit) @1bbc6dc   16 months jiri Network configuration persistence. nconfsrv is folded into inetsrv …
(edit) @3d588be   16 months jiri GFXDemo needs better textmode detection
(edit) @4c2339b   16 months jiri Bright should not be applied to background color.
(edit) @899bdfd   16 months zarevucky.jiri Terminal scrolling and resizing support
(edit) @2ee6351   16 months zarevucky.jiri Remove unused/undocumented sx, sy arguments
(edit) @9c40b834   16 months zarevucky.jiri Add test for ticket #631
(edit) @ca127f37   16 months jiri Persist volume configuration
(edit) @dbae3b6   17 months jiri Persistently store taskmon configuration.
(edit) @ca95ccd   17 months jiri Fix file closing, volume config sync.
(edit) @4c25f86b   17 months zarevucky.jiri viewer: Fix deallocation loop
(edit) @c06bd5e   17 months zarevucky.jiri init: Add missing NULL terminator in directory list
(edit) @5b110a9   17 months martin pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname …
(edit) @14b2ac7   17 months martin Change relevant URLs from HTTP to HTTPS The helenos.org web site …
(edit) @f8cb1bc5   17 months martin Make the syntax help more useful Use an URL that is guaranteed to …
(edit) @ac9b4f2   17 months jiri Change SIF storage format to be more XML-like While slightly more …
(edit) @bff8619   17 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @04e520e   18 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when …
(edit) @994f87b   18 months jiri Add File/New and File/Open to text editor Change repeat search …
(edit) @ec50d65e   19 months jiri Editor needs to hide cursor when menu bar is activated
(edit) @df1b4a8   19 months jiri Fix volume label entry / rootdir creation in mkfat for FAT32 With …
(edit) @b192915a   20 months jiri Add test case for public variable initialized with a relocated value
(edit) @9b95b964   20 months jiri Array of strings sys_dirs must be NULL-terminated
(edit) @b6f8f69   20 months jiri Attempt to deal with changing disk device names in sysinst
(edit) @646849b3   20 months jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @926d9d9b   20 months jiri Remove forgotten debug output
(edit) @7ae01d5   21 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdd9e92   21 months jiri Add random and sequential disk read benchmark
(edit) @bdf06ad   22 months jiri Fix ccheck.
(edit) @a29af37   22 months jiri Fix navigator tests
(edit) @2f11647f   22 months jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
(edit) @394ffff   22 months jiri Add Image Viewer to start menu
(edit) @41e1258   22 months jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q.
(edit) @45208e22   22 months jiri Viewer to let user browse for image file if not specified as argument
(edit) @c3d4b39b   22 months jiri Move window creation/destruction code to viewer_window_create/destroy()
(edit) @3f81cdc   22 months jiri Move viewer global variables into viewer_t
(edit) @0ffa40a7   22 months jiri Viewer should support console mode
(edit) @0a411bbf   22 months jiri Fix GFXDemo bitmap rendering in text mode
(edit) @211fd68   22 months jiri Add text mode support to Barber
(edit) @cd27cd1   22 months jiri About HelenOS should fall back to console automatically + fix unused
(edit) @2cdf520   22 months jiri Fix bug when moving menu entry down
(edit) @e229148   22 months jiri Morph Launcher into About HelenOS
(edit) @d92b8e8f   22 months jiri Start menu support for passing input device ID (multiseat)
(edit) @ee3b28a9   23 months jiri Notify taskbar when start menu changes
(edit) @90ba06c   23 months jiri Display configuration needs to properly close UI on error
(edit) @95e2967   23 months jiri Add more entries to start menu
(edit) @e63e74a   23 months jiri Start menu separator entry support
(edit) @5f3188b8   23 months jiri Replace Terminal entry with Command Line Instead of starting …
(edit) @10657856   23 months jiri Remove forgotten debug print
(edit) @28ca31ed   23 months jiri Moving start menu entry up and down
(edit) @242e3c3   2 years jiri Check whether UI resume succeeded.
(edit) @806d761   2 years jiri Start menu should have 'open in terminal' functionality Makes it …
(edit) @550ed86   2 years jiri Need to add new start menu entry to editor's list topic/simplify-dev-export
(edit) @f87ff8e   2 years jiri Creating new start menu entry topic/simplify-dev-export
(edit) @82d3c28   2 years jiri Let taskbar survive not finding a configuration file topic/simplify-dev-export
(edit) @21a65cca   2 years jiri Taskbar-cfg should create configuration file if it does not exist topic/simplify-dev-export
(edit) @2b4e02b   2 years jiri Deleting start menu entry topic/simplify-dev-export
(edit) @f393bc0   2 years jiri Add task_get_id syscall benchmark topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.