~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to doc/api/HighPriTasks.dox

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/** \file HighPriTasks.dox
2
 
  * \brief High priority tasks
3
 
  */
4
 
/** \page HighPriTasks High priority tasks!
5
 
 
6
 
\section fixMajBugs Fixing major/annoying bugs
7
 
 
8
 
  - Fix the mess of .kdevelop and .kdevses file.
9
 
    - All project wide setings should go into .kdevelop and
10
 
    - all session (and personal) options should go into .kdevses file
11
 
    .
12
 
    This way the .kdevelop file can be shared in teams of developers.
13
 
 
14
 
 
15
 
\section KDevelop2compat KDevelop 2 compatibility
16
 
(These are things that must be accomplished before we can say that KDevelop 3
17
 
>= kdevelop 2.x UI-wise and functionality-wise!)
18
 
 
19
 
  - general UI issues:
20
 
    - toplevel UI mode broken concerning to the accels
21
 
    - [Modified] missing in mainframe caption
22
 
    - captions missing for toolbar buttons
23
 
    .
24
 
  - build/configuration:
25
 
    - cross-compiling feature missing
26
 
    - make "MIN_VERSION" configurable on new project creation
27
 
    .
28
 
  - doctreeview:
29
 
    - implement "Make User Manual"
30
 
    - use kdoc to update Qt/KDE docs
31
 
    .
32
 
  - Solve the regression bugs. These are the <a href= "http://bugs.kde.org/buglist.cgi?product=kdevelop&bug_status=UNCONFIRMED&bug_status=NEW&priority=HI">ones
33
 
marked with priority "HI" in the bug database</a>
34
 
 
35
 
 
36
 
*/