This forum has been archived. All content is frozen. Please use KDE Discuss instead.

[r608117]: Very Nice.

Tags: None
(comma "," separated)
imported4-Tomasu
Registered Member
Posts
302
Karma
0

[r608117]: Very Nice.

Sun Nov 26, 2006 8:46 pm
I'm quite pleased with all the progress thats been made lately (especially today :o been like 5 or more commits).

I have to say good work devs.

Issues with slow downloading are pretty much gone, I haven't seen any crashes, the main window no longer likes to resize itself on startup (I think, it hasn't the last couple times), I see the rssfeed bug with the line edits is gone. And I _think_ the issues with torrents being dropped to user controlled mode after a restart is gone as well.

Only one thing bugs me, though not a lot. When you show the groups "tab", its sizer position is locked till you hide and reshow it.

Again, Bravo!

p.s. just donated :)
George
Moderator
Posts
5421
Karma
1

Re: [r608117]: Very Nice.

Mon Nov 27, 2006 6:37 pm
Tomasu wrote:I'm quite pleased with all the progress thats been made lately (especially today :o been like 5 or more commits).

I have to say good work devs.

Issues with slow downloading are pretty much gone, I haven't seen any crashes, the main window no longer likes to resize itself on startup (I think, it hasn't the last couple times), I see the rssfeed bug with the line edits is gone. And I _think_ the issues with torrents being dropped to user controlled mode after a restart is gone as well.


We're getting there eventually :-)


Only one thing bugs me, though not a lot. When you show the groups "tab", its sizer position is locked till you hide and reshow it.


Indeed, you can make it bigger but not smaller.

p.s. just donated :)


Thanks
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Mon Nov 27, 2006 6:41 pm
Hmm, I just found another issue, which I thought was fixed many moons ago.

I woke up today to a "Please select which files you want to download from this batch torrent" dialog from a "auto download" from the rssfeed plugin.

edit, and if you're wondering why the donation was such a odd number, its really in Canadian, $10 to be precise :)

edit2, Also, I have a question about ktorrent's releases.. Is 2.1 final going to be everything thats changed in svn the past couple months? I've always wondered how soon all the svn changes get into a regular release.
imported4-Ivan
Registered Member
Posts
819
Karma
0

Mon Nov 27, 2006 10:38 pm
Quote:

Only one thing bugs me, though not a lot. When you show the groups "tab", its sizer position is locked till you hide and reshow it.

Indeed, you can make it bigger but not smaller.


It seems to follow 'search' tab width. If you look closer, you'll notice that when you first show 'groups' tab it has the same width as 'search' tab. May or may not be related...

edit2, Also, I have a question about ktorrent's releases.. Is 2.1 final going to be everything thats changed in svn the past couple months? I've always wondered how soon all the svn changes get into a regular release


2.1beta1 has all the changes since 2.0.3. Final 2.1 will also have this changes as well as all the bugs fixed from current beta. Maybe some minor feature will be added too, you never know ;)
skyphyr
Registered Member
Posts
36
Karma
0
OS

Thu Dec 14, 2006 6:29 pm
Hi Tomasu,

I accidentally broke the multiple file torrent auto download thing again with some other fixes and improvements.

Fixed it again (last weekend? I think) so if you grab the latest SVN it should be sorted.

Cheers,

Alan.
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Thu Dec 14, 2006 6:33 pm
Lately I've been having some issues with crashing. I even went so far as to go to the latest beta, and re import all my torrents, and that worked for a while, but its crashing again, regularly. I just don't know whats going on. I'm building with debug mode, but half the time its not just crashing, it just disappears. even in gdb with the forking and crashhandler disabled, the process just disappears.

I'm going to uninstall the beta again, and see if something in the past week or so has fixed the crashes.. I'd have reported this sooner, but I had no way to prove that it wasn't just my machine or some random occurrence since I couldn't get a backtrace.

edit: And by disappears, I don't mean "exit", gdb actually gets a little confused afterwards, saying that the process disappeared, not that it exited with some value, or crashed. Also, when running normally, and it "disapears" the Konqi crash handler won't show up either. "It's just GONE."
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Thu Dec 14, 2006 6:44 pm
I just updated to r613694 it's not compiling :(

Code: Select all
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions  -MT torrentfile.lo -MD -MP -MF ".deps/torrentfile.Tpo" -c -o torrentfile.lo torrentfile.cpp; \
        then mv -f ".deps/torrentfile.Tpo" ".deps/torrentfile.Plo"; else rm -f ".deps/torrentfile.Tpo"; exit 1; fi
httptracker.cpp:38:22: error: settings.h: No such file or directory
httptracker.cpp: In member function 'virtual void bt::HTTPTracker::scrape()':
httptracker.cpp:116: error: 'Settings' has not been declared
httptracker.cpp:119: error: 'Settings' has not been declared
chunkdownload.cpp:179: warning: unused parameter 'reject'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions  -MT server.lo -MD -MP -MF ".deps/server.Tpo" -c -o server.lo server.cpp; \
        then mv -f ".deps/server.Tpo" ".deps/server.Plo"; else rm -f ".deps/server.Tpo"; exit 1; fi
httptracker.cpp: In member function 'void bt::HTTPTracker::doRequest()':
httptracker.cpp:231: error: 'Settings' has not been declared
httptracker.cpp:234: error: 'Settings' has not been declared
make[3]: *** [httptracker.lo] Error 1
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Thu Dec 14, 2006 7:16 pm
I also get this from the configure process:
Code: Select all
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1279.


Just for kicks I totally deleted my ktorrent build dir and re checked out everything from scratch.
dienadel
Registered Member
Posts
7
Karma
0

Thu Dec 14, 2006 7:42 pm
Ivan wrote:2.1beta1 has all the changes since 2.0.3. Final 2.1 will also have this changes as well as all the bugs fixed from current beta. Maybe some minor feature will be added too, you never know ;)


Shall we have 2.1 version for christmas? It'd be a nice present! ;-)
imported4-Ivan
Registered Member
Posts
819
Karma
0

Thu Dec 14, 2006 9:42 pm
Don't think so :(
We'll probably release 2.1 release candidate next week and have to wait 2 weeks for string freeze while translators do their work. So, 2 weeks after RC we'll probably have 2.1 final.
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Thu Dec 14, 2006 9:45 pm
Any idea about the errors I've seen?
imported4-Ivan
Registered Member
Posts
819
Karma
0

Thu Dec 14, 2006 9:55 pm
It seems another guy is having the same problem (http://ktorrent.org/forum/viewtopic.php?t=1066)

KT compiles fine here. I've checked and 'settings.h' should be found properly from httptracker.cpp (include dir is fine).

Try to do a full recompile. Maybe the best way is to completely delete source directory and check out a fresh copy from SVN. If that doesn't work out we'll see what's wrong.
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Thu Dec 14, 2006 9:58 pm
Try to do a full recompile. Maybe the best way is to completely delete source directory and check out a fresh copy from SVN. If that doesn't work out we'll see what's wrong.
Did all that before asking. See my last few messages. Totally blew away the ktorrent source folder and used the faq to reget svn.
imported4-Tomasu
Registered Member
Posts
302
Karma
0

Thu Dec 14, 2006 10:42 pm
Its complaining about the file not exiting in libktorrent/ktorrent, but it exists in apps/ktorrent... I tried linking one to the other, but got other errors.

edit, It did for me at least, after a proper configure/make process.

Last edited by imported4-Tomasu on Thu Dec 14, 2006 10:58 pm, edited 1 time in total.
cyrylas
Registered Member
Posts
59
Karma
0

Thu Dec 14, 2006 10:51 pm
Tomasu wrote:
Try to do a full recompile. Maybe the best way is to completely delete source directory and check out a fresh copy from SVN. If that doesn't work out we'll see what's wrong.
Did all that before asking. See my last few messages. Totally blew away the ktorrent source folder and used the faq to reget svn.


Yep, I've allready tried this too. And settings.h is really missing. At least 'find . -name 'settings.h'' finds nothing.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], q.ignora, watchstar