- Get current StrongDC core to compile under mingw (to resolve compiler related issues)
- Fix any win32 specific parts in StrongDC core to compile under linux, to list a few
- Certain ulitity and other functions
- Possibly DHT and Webserver related code
- Rewrite UI with wxwidgets (at least code::blocks has wxwidgets related tools that can be used, might help)
We're porting to Linux: and paying!
#1
Posted 06 June 2010 - 05:54 PM
#2
Posted 07 June 2010 - 02:22 PM
Just a heads up that the whole DC++ core does not need porting over, it should compile easily already. It's just our and StrongDC++'s modifications (since we're based on them) that need porting.
#3
Posted 07 June 2010 - 02:58 PM
#4
Posted 07 June 2010 - 03:25 PM
Big Muscle, on 07 June 2010 - 02:58 PM, said:
Actually the webserver code has some win32 dependant bits, see WebServerSocket::accept and the use of ServerSocket::incoming (also it has some unused members like a HWND that is never used anywhere that are win32 specific).
There is also at least one win32 specific bit in DHT code in UDPSocket::run().
The there are for example PopupManager. the initialization of this can just be moved to MainFrame without any consequences afaik though. Then there is Util::fileExists. These I can name at the top of my head.
#5
Posted 07 June 2010 - 04:03 PM
Crise, on 07 June 2010 - 03:25 PM, said:
#6
Posted 07 June 2010 - 04:37 PM
I think Qt is a much better choice for cross-platform ,it's activerly manintained by Nokia, has very good performance on all platforms and it has more useful libraries which can eventually be used, not only GUI ( it has an XML parser for instance ). Also I intend to remake the build system using cmake.
I'm going to continue development whether it's paid or not but of course some payment would be nice and also some help and support from the ApexDC development staff would also help.
Let me know if you want to talk about this.
#7
Posted 07 June 2010 - 09:20 PM
- wxWidgets is easier than Qt
- wxWidgets takes less time to build
- wxWidgets uses native platform functions to draw GUI so it is a bit faster than Qt which draws everything by itself
- both wxWidgets and Qt have different non-GUI-related classes
#8
#9
Posted 08 June 2010 - 07:13 AM
A little information about the scope of the project would be nice. What sort of obstacles would one be facing in the port? Are there any non-standard compiler extensions used? Platform specific graphical, audio, threading, or networking APIs or libraries used?
Cheers.
#10
Posted 08 June 2010 - 10:13 AM
Anyway my experience is with Qt and that's what I want to learn. I've already used it in my project, found it to be appropriate for my needs and it's what I'd use for ApexDC. I also like the way Qt looks and the fact that its appearance can be easily changed.
#11
Posted 08 June 2010 - 10:30 AM
GenTiradentes, on 08 June 2010 - 07:13 AM, said:
A little information about the scope of the project would be nice. What sort of obstacles would one be facing in the port? Are there any non-standard compiler extensions used? Platform specific graphical, audio, threading, or networking APIs or libraries used?
Core here means dcpplib, which is already compiling on linux in its unmodified form, only things that need porting are any differences to it that originate from us and StrongDC that may not compile on linux. So stuff like basic networking and threading code as well as third party libraries should very much be platform independent already. Regarding compiler extensions I am not aware of the code relying on any of those.
The scope of points one and two isn't anything overwhelming I would think because of the reasons stated above and the fact that while there are plenty of modifications they are mostly adding functionality and thus using the existing code that is already linux friendly where possible.
The third point is what's the overwhelming part... however, without the first two steps done we won't be able to work on that at all.
#12
Posted 11 June 2010 - 07:34 PM
Mforce, on 07 June 2010 - 04:37 PM, said:
We already have Qt based DC++ client - EiskaltDC++ (http://code.google.com/p/eiskaltdc/). There is ChangeLog
#13
Posted 11 June 2010 - 09:01 PM
#14
Posted 12 June 2010 - 09:19 AM
We're porting to Linux: and paying!1)Why!?
Cross-platform full-featured client has already written - it EiskaltDC++, it is licensed under GPLv3 or later with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. EiskaltDC++ based on Qt. You can be united to the EiskaltDC++ team.
2)Why wxWidgets!? You've seen programs written using wxWidgets? For example, FileZilla, aMule - they look ugly.
Screenshot EiskaltDC++
ChangeLog
#15
Posted 12 June 2010 - 12:11 PM
2) I have seen wxWidgets app, I already made some. And if someone says that it looks ugly, it is because his OS theme looks ugly. My app looks like any other app http://img819.images...reenshotck.png/
#16
Posted 12 June 2010 - 12:39 PM
Big Muscle, on 12 June 2010 - 12:11 PM, said:
2) I have seen wxWidgets app, I already made some. And if someone says that it looks ugly, it is because his OS theme looks ugly. My app looks like any other app http://img819.images...reenshotck.png/
ChangeLog - you read it? - EiskaltDC++ is already very functional, and it is only the beginning.
That ApexDC++ - is not DC++ mod ?
2)"it is because his OS theme looks ugly" - i am use standart theme in KDE - and programs on wxWidgets looks ugly(they looks non standart in current DE - it does not fix):
FileZilla
aMule
My screenshot FileZilla - looks non standart in KDE
#17
Posted 12 June 2010 - 03:09 PM
DC++ license file says:
Quote
that you may compile and link it with OpenSSL (www.openssl.org)
and WTL (wtl.sourceforge.net).
It is true that each file contains:
Quote
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
but this text doesn't specify the license version. It is only pure copy of statement from FSF. Important thing is "or (AT YOUR OPTION) any later version", but, according to license.txt, this option hasn't been selected.
to theme: how does default KDE theme look like? wxWidgets use native theme drawing - it looks normal on all Windows version. So I am interested how the app theme is different from KDE theme.
#18
Posted 12 June 2010 - 03:25 PM
kas, on 12 June 2010 - 12:39 PM, said:
2 Lee, Crise and other developers: don't listen to this KDE fans and continue developing Apex. Apex is one of several software (and maybe the most important of them) which makes me using Windows more than Linux
Big Muscle, on 12 June 2010 - 03:09 PM, said:
#19
Posted 12 June 2010 - 03:45 PM
Big Muscle, on 12 June 2010 - 03:09 PM, said:
DC++ license file says:
It is true that each file contains:
but this text doesn't specify the license version. It is only pure copy of statement from FSF. Important thing is "or (AT YOUR OPTION) any later version", but, according to license.txt, this option hasn't been selected.
to theme: how does default KDE theme look like? wxWidgets use native theme drawing - it looks normal on all Windows version. So I am interested how the app theme is different from KDE theme.
1)DCPlusPlus-0.762-src/COPYING.TXT:
... you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ...That is enough.
2)All files from directory DCPlusPlus-0.762-src/dcpp/ have a lines:
/* * Copyright (C) 2001-2010 Jacek Sieka, arnetheduck on gmail point com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
3)EiskaltDC++ is already included in the official repositories Debian (Ubuntu).
Do you think that in Debian are working dilettantes?
to theme: See above answer Oyashiro
#20
Posted 12 June 2010 - 03:46 PM
Big Muscle, on 12 June 2010 - 03:09 PM, said:
License specified in source code has a higher priority than the license specified in file LICENSE. So EiskaltDC++ has no problems with licenses. Details
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users












