Opened 14 years ago

Closed 11 years ago

Last modified 11 years ago

#1926 closed defect (obsolete)

Add size column to activity details view

Reported by: bernie Owned by: tomeu
Priority: Unspecified by Maintainer Milestone:
Component: Sugar Version: Unspecified
Severity: Unspecified Keywords:
Cc: km0r3, aa Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

It's hard for users to determine what activities could be deleted t recover some space.

A size column could be handy, but computing the size synchronously would freeze the UI for too much time. One possible solution would be spawning a command line such as

du -s Activities/*

and parsing its output asynchronously in the parent process. This is very easy to do with glib.spawn_with_pipe() and I/O completion callbacks. tch did something similar for the backup/restore function.

Change History (9)

comment:1 Changed 14 years ago by bernie

  • Cc km0r3 added

comment:2 Changed 14 years ago by aa

  • Cc aa added

comment:3 Changed 14 years ago by bernie

  • Keywords r? added

comment:4 Changed 14 years ago by erikos

  • Milestone changed from Unspecified by Release Team to 0.90

comment:5 Changed 14 years ago by tomeu

  • Keywords r! added; r? removed

Wrong ticket? Those patches seem to be about the journal.

comment:6 Changed 14 years ago by bernie

Indeed, this ticket has no patches yet.

comment:7 Changed 14 years ago by erikos

  • Keywords r! removed

I removed the r keyword as there is nothing to review yet. Please add the flag then again when there are patches.

comment:8 Changed 11 years ago by dnarvaez

  • Resolution set to obsolete
  • Status changed from new to closed

Obsolete patches, feel free to send pull request if you get to update this.

comment:9 Changed 11 years ago by dnarvaez

  • Milestone 0.90 deleted

Milestone 0.90 deleted

Note: See TracTickets for help on using tickets.