QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: yunfan

希望测试的朋友, 请下载这个预览版本测试

[复制链接]
 楼主| 发表于 2005-5-10 17:52:27 | 显示全部楼层
[quote:6a193742f0="小锁"]ft,突然之间发现eva变得狂占系统资源,看看是哪里的问题,不知道是不是系统的问题。[/quote]

什么情况, 你确定是eva占的? 看一下cpu的各个程序占用情况。
我这里还没有出现过这种情况 :(    你有多少好友? > 250 个?

不过这是preview版, 难免
回复

使用道具 举报

发表于 2005-5-10 18:32:40 | 显示全部楼层
[quote:6317093bc0="yunfan"]to bigcat00,
REDHAT9 的Qt 太老了 :(
我是在Qt3.3.3下做的, 估计Qt3.2.0 以上都可以吧。[/quote]
-__-!!
那算了,我放弃~~
回复

使用道具 举报

 楼主| 发表于 2005-5-10 18:42:31 | 显示全部楼层
[quote:1ac9d9e336="bigcat00"][quote:1ac9d9e336="yunfan"]to bigcat00,
REDHAT9 的Qt 太老了 :(
我是在Qt3.3.3下做的, 估计Qt3.2.0 以上都可以吧。[/quote]
-__-!!
那算了,我放弃~~[/quote]

你把 evachatuibase.cpp 的第57行屏蔽掉, 再编译试试看 :)
回复

使用道具 举报

发表于 2005-5-10 18:48:14 | 显示全部楼层
还是不行。   
你把 evachatuibase.cpp 的第57行屏蔽掉, 再编译试试看 :)

[code:1]evachatwindow.cpp: In member function `void EvaChatWindow::initInformation()':
evachatwindow.cpp:168: `copyBlt' undeclared (first use this function)
evachatwindow.cpp:168: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[3]: *** [evachatwindow.lo] Error 1
make[3]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview/src/ui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview'
make: *** [all] Error 2
[/code:1]
回复

使用道具 举报

 楼主| 发表于 2005-5-10 18:52:22 | 显示全部楼层
等下,我帮你想个办法
回复

使用道具 举报

 楼主| 发表于 2005-5-10 19:04:30 | 显示全部楼层
暂时,你屏蔽掉
evachatwindow.cpp 167 和 168 行

以及屏蔽掉
evalistview.cpp 243 和 244 行

其实就是把copyBlt 这个 Qt 3.1.X  不支持的方法给屏蔽掉。

结果就是你无法通过头像看分辨出 好友是在线还是忙碌了。
这个方法就是如果好友的状态是忙碌,那么在好友头像上加一个NA 的小图片而已。
回复

使用道具 举报

发表于 2005-5-10 19:35:33 | 显示全部楼层
open.png和close.png的图标是不是考虑更换一下,感觉不和谐有点儿!
回复

使用道具 举报

发表于 2005-5-10 19:42:27 | 显示全部楼层
我滴个天哪…………这要倒何时才是个头啊…………   
[code:1]evadetailswindow.cpp: In member function `bool
   EvaDetailsWindow::UpdateData(bool)':
evadetailswindow.cpp:245: no matching function for call to `QGroupBox::
   isChecked()'
make[3]: *** [evadetailswindow.lo] Error 1
make[3]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview/src/ui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview'
make: *** [all] Error 2
[/code:1]
回复

使用道具 举报

 楼主| 发表于 2005-5-10 19:43:13 | 显示全部楼层
[quote:81641bec84="小锁"]open.png和close.png的图标是不是考虑更换一下,感觉不和谐有点儿![/quote]

嘿嘿, 就是组前面那个淡蓝色得箭头?
得找caihua。


caihua人呢?
回复

使用道具 举报

发表于 2005-5-11 08:55:42 | 显示全部楼层
it seems you have to use a timer to distinguish click/double click

in QTextEdit, a qtimer is used to distinguish double/tripple click

Why not use CVS in SF?

CVS is the only way more than one developers can collabrate...
回复

使用道具 举报

 楼主| 发表于 2005-5-11 09:15:22 | 显示全部楼层
yeah, it seems timer is the only solution at the moment.


for the cvs in sf, some guys said they have problem connecting to soureforge
they are part of china education network, it is impossible to open the web pages outside
China without proxy server. Also, I haven't got time to sort cvs out, too busy to read
docs,  
回复

使用道具 举报

 楼主| 发表于 2005-5-11 09:17:23 | 显示全部楼层
[quote:1ccd4d094d="bigcat00"]我滴个天哪…………这要倒何时才是个头啊…………   
[code:1]evadetailswindow.cpp: In member function `bool
   EvaDetailsWindow::UpdateData(bool)':
evadetailswindow.cpp:245: no matching function for call to `QGroupBox::
   isChecked()'
make[3]: *** [evadetailswindow.lo] Error 1
make[3]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview/src/ui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bigcat/temp/eva-0.3.0-preview'
make: *** [all] Error 2
[/code:1][/quote]

这个。。 问题太多。 不如你升级一下qt? 或者你下载一个
qt3.3.3 然后编译。
然后,你编译的时候制定qt到你下载编译好的qt
回复

使用道具 举报

发表于 2005-5-11 09:43:58 | 显示全部楼层
[quote:f31fefd8bf="yunfan"]yeah, it seems timer is the only solution at the moment.


for the cvs in sf, some guys said they have problem connecting to soureforge
they are part of china education network, it is impossible to open the web pages outside
China without proxy server. Also, I haven't got time to sort cvs out, too busy to read
docs,  [/quote]

呵呵,如果要花时间来干一个事情,为了 eva 更好的发展的话,什么都不会比花时间在读一下 CVS 文档 更有价值了

没有 CVS,只有一个人可以维护

另一方面,就算只有一个开发人员,没有一个版本管理系统,也不能有效的 track 你的修改...

因此不论从什么角度来说,把CVS 用起来是值得的

一点个人意见...
回复

使用道具 举报

 楼主| 发表于 2005-5-11 09:55:57 | 显示全部楼层
唉,再等等吧。 cvs 已经set up。 有一个bugy版本。
回复

使用道具 举报

发表于 2005-5-11 10:04:07 | 显示全部楼层
CVS 有了,但是 check in 之后就没有什么更新了...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 02:24 , Processed in 0.059559 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表