[Qt-creator] german umlauts in subversion diff or describe output

2009-07-23 Thread Norbert Heinzelmann
Hello,

I have the following problem: In the output of the subversion diff or
describe window, german umlauts are not showed correctly. Did anybody
experience the same behaviour or is there a solution for this problem or
is it a bug?

The output looks like this:

-openAct = new QAction(QIcon(":/images/open.png"), tr("&�ffnen..."),
this);
+   openAct = new QAction(QIcon(":/images/open.png"), tr("&�ffnen..."),
this);

If I do the same thing with the svn tools the output is correct.

Regards,

Norbert

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] [Feature] References?

2009-07-23 Thread Boy Lenssen
Hi,

 

At the moment I look for references of a function by doing a search in
the whole project (ctrl-shift-F).

Is there something planned to make this easier?

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Syntax highlighting, template templates

2009-07-23 Thread Nico Kruber
Just as a reminder: using values as template parameters still gets underlined 
as an error when a such parameter is used to create a concrete class (see 
method foo(A* var) below (or in the attached file)

template
class A {
public:
  A() {
std::cout << count << std::endl;
  }
};

template
void foo(A* var) {
}

template
void bar() {
  std::cout << elements;
}


Nico
#include 

template
class A {
public:
  A() {
std::cout << count << std::endl;
  }
};

template
void foo(A* var) {
}

template
void bar() {
  std::cout << elements;
}


int main() {
  foo(new A<5>());
  return 0;
}


signature.asc
Description: This is a digitally signed message part.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Posting feature requests

2009-07-23 Thread Thorbjørn Lindeijer
ext M. Bashir Al-Noimi wrote:
> Hi All,
> 
> Where I can post my feature requests and bug reports?
> 
> Usually I'm using task-tracker 
>  through its form 
>  , but lately I've reported 
> some posts then received auto-replies but no-one discuss, accept or 
> reject them! so I'm wondering is there any other task-tracker like 
> bugzilla for example because the current tracker isn't interactive enough.

If you want more interactivity than the task-tracker, this mailing list 
is probably what you are looking for. Simply suggest your ideas or 
report bugs here and see what others, including the Qt Creator 
developers, have to say about it.

> In the current tracker I don't know where I can put suggested features 
> so I post them as a bug report... damn for stupid.

This is not an issue, the support department will mark them as a feature 
request internally as appropriate.

Regards,
Bjørn

-- 
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator