Google Code Exporter

Results 11117 issues of Google Code Exporter

``` The only way I have found to visually separate tasks on the task list is to insert unnamed tasks. But this still carries with it all other fields associated...

enhancement
auto-migrated
TasksTable

``` Usually, the resources are not only people working, sometimes we do have a machine working for a long period of time. It would be good to identify two groups...

enhancement
auto-migrated
Tasks
Resources

``` We have assorted files where different font settings are kept; they are poorly documented and sometimes are difficult to edit for a regular user (e.g. may require administrator priveleges)....

enhancement
auto-migrated
GanttChart
TasksTable
Resources
UI
TimelineCalendar

``` Could you include the logo file into the .gan file, or at least export it somehow ? For example if I want to send the .gan file to some...

enhancement
auto-migrated
ProjectStorage

``` Sometimes it is convenient to see tasks assigned to a resource in the order of their end dates. Discussion on the forum: http://forum.ganttproject.biz/view/20140324170745_7800k5zqyj78ziotka4jw5vm6#2 ``` Original issue reported on code.google.com...

enhancement
auto-migrated
Tasks
Resources

``` Implement convenient simulation of spectrum, either inside of ADDA, or with a separate script. Possibly optimize calculation by simultaneous solving for many wavelength values in one iterative sequence (should...

pri-High
usability
comp-Logic

``` Implement convex hull algorithm into shape generator to enable much wider variety of automatically generated shapes. The idea and sample code were given by Roman Schuh. ``` Original issue...

usability
comp-Logic
pri-Low
good first issue

``` Memory requirements of sparse mode is generally smaller than that of the FFT mode. But the sparse mode requires one to store a couple of "full" (non-distributed) arrays (with...

comp-Logic
performance
pri-Low
MPI
sparse

``` There are a number of ideas, which could be used to optimize the 3D FFT transform, using modern FFT libraries (like FFTW or clAmdFft). 1) Full 3D transpose can...

comp-Logic
performance
pri-Low

``` There are several ideas to be considered: 1) Currently Romberg integration is internally replaced by simple trapezoid rule due to periodicity. This can be made explicit to add flexibility....

accuracy
comp-Logic
performance
pri-Low