Warning: session_start(): open(/tmp/sess_qi9ag4ljq69bk5mfrrssmhdsu4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
WebIssues Client openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

WebIssues Client

   1.1  

Qt Development Tool

Score 61%
WebIssues Client
zoom


WebIssues Client
zoom


Homepage:  Link
Downloads:  1977
Submitted:  May 29 2007
Updated:  Nov 12 2013

Description:

WebIssues is an open source, multi-platform system for issue tracking and team collaboration. It can be used to store, share and track issues with various attributes, description, comments and file attachments. It is easy to install and use but has many capabilities and is highly customizable.

The Desktop Client application can run natively on Windows, Linux and OS X. The Web Client can be used to access the system using a web browser. The server can be installed on any host with PHP 5.2 or newer and MySQL, PostgreSQL or SQL Server.




Changelog:

Version 1.1

This major release adds many new features to WebIssues, including issue and project descriptions, text formatting, email inbox and subscriptions, global lists of issues, public alerts, anonymous access and more.

Version 1.0

WebIssues now includes a built-in Web Client, which allows accessing the system from any location using a web browser. The mechanism of views, tracking state of issues, alerts and email notifications was completely redesigned. WebIssues has better localization support and extended types of attributes, e.g. multi-select drop down attributes. It's possible to move and delete issues and to edit and delete existing comments and attachments. Also a completely rewritten WebIssues Manual is available.




LicenseGPL
Source(webissues-1.1.tar.bz2)
Source(webissues-1.1.zip)
MS Windows(webissues-1.1-win_x86.exe)
Donate
Send to a friend
Subscribe
Other  Content  from mimec
Report inappropriate content



-

 Pros & cons

 
 by fullmetalcoder on: May 30 2007
 
Score 50%

The soft sounds quite nice but...

1) Why the hell do you use CMake? Ok that's a stupid question... It's your choice but anyway please consider bundling a regular qmake project file (.pro) for everyone to be able to try your app (FYI I have cmake installed but it failed to build due to conflicts with my Qt installation and I had to write my own .pro files which wasn't a synch ...)
2) The web based setup is nice but what about providing a way to edit the config file through a simple webpage? Would have saved me some time...
3)CMake really sucks! Or at least it introduces a bad (i.e. not backward compatible with qmake) coding style : I was forced to write a shell script to comment out all occurrences of #include "some_file.moc"
4) Splitting your app into static libraries works with cmake but made me such a tough time porting the porjct files back to qmake...

OK that should be all for the cons by now... ;) I've set up the server and the client is now building smoothly so you'll get more feedback when I try it :)


Reply to this

-

 Re: Pros & cons

 
 by mimec on: May 31 2007
 
Score 50%

I've chosen CMake because I come from KDE and that's what they recently switched to. If it works for the project the size of KDE, it must work for me :). I'm sure it would work for you as well, perhaps you just have to set some paths etc. What errors did you get with CMake?

About the config file... setting three or four parameters in a text file is not a big inconvenience. When the config reaches 20 options, I promise to write a wizard :).


Reply to this

-

 Re: Re: Pros & cons

 
 by fullmetalcoder on: May 31 2007
 
Score 50%

The problem is that I use a distro (Frugalware) which doesn't export Qt 4 paths/variables by default. This cause qmake itself to miserably fail unless I do a source /etc/profile.d/qt4.sh

Yet even doing this left CMake failing. I got an error on the first moc call which told me that invalid options/parameters had been passed.

Being unfamiliar with CMake I decided to write a qmake project. Your cmake architecture confused me at first but I finally managed to get it work by running "qmake -project" within src directory and then setting a few additional variables by hand in the generated .pro file (I can send it to you if you feel like adding support for qmake).

The config file is not a big issue... It's just something I mentionned because it might discourage some users, especially those who don't use a neat KDE text editor which allows on-the-fly editions of files over ftp... ;)

There are two things left to mention :
* I'd greatly appreciate some kind of notification mechanism (even a very simple one). For instance it would be great to know when connecting whether new issues have been added (which type and where...) since last connection. A great (and simple) way to highligt this would be colored icons and a status bar... Also colored icons indicating new comment/attachemnt/property change of an issues would be helpful
* I suggest you split your application in two : a lib handling the protocol and data representation + providing a set of widgets (no dialogs!), which could later be used to create plugins bringing WebIssues support in other apps such as IDEs, and a wrapper application which would link to it and organize widgets into a consistent UI. (I'm really interested in making a WebIssues plugin for Edyuk :) )


Reply to this

-

 Re: Re: Re: Pros & c

 
 by mimec on: Jun 1 2007
 
Score 50%

OK, I see. It may be a problem with cmake indeed. Can you email me the generated makefiles? Maybe I'll be able to find a solution / workaround.

The idea of highlighting new issues, comments etc. is very good, I will add it to my roadmap.

I also like the idea of splitting the application. It's actually quite easy as the code is already separated. Of course there are some restrictions in library code like binary compatibility and not using global variables, but this is doable, I will consider it.

Thanks for your comments. I invite you to the WebIssues forums (http://webissues.mimec.org/forum).


Reply to this

-

 need some help

 
 by xep on: Jul 4 2007
 
Score 50%

webissues 0.9.0 (from sources) crashes on win32 just after successfuly log in to server.

builded without any errors with cmake 2.4p6, gcc 3.4.5, qt 4.3.0.


what i can to do?


Reply to this

-

 Re: need some help

 
 by mimec on: Jul 4 2007
 
Score 50%

I just installed Qt 4.3.0 (previously I had 4.2.3) and indeed, the original 0.9.0 version crashed after connecting to the server. However the current development version didn't crash, so perhaps you could get the latest sources from the SVN repository and check if that works?


Reply to this

-
.

 Great news !

 
 by pasnox on: Nov 27 2007
 
Score 50%
pasnoxpasnox
KDAB France
Home

Great to know u have switch to qmake.

I can now start on trying implement web issues as a plugin for my Qt IDE : Monkey Studio.

http://www.monkeystudio.org


Reply to this

-

 Re: Great news !

 
 by mimec on: Nov 27 2007
 
Score 50%

I will gladly assist you with any help. The WebIssues forums seem like a good place to start (http://webissues.mimec.org/forum).

I'm planning to have a little break from developing WebIssues after the final release, but that sounds like a perfect thing to do in the meantime.


Reply to this

-

 help required

 
 by usmann on: Feb 17 2009
 
Score 50%

No protocol specified
webissues: cannot connect to X server :0

give me error when i try to run webissues


Usman
Reply to this

-

 Re: help required

 
 by mimec on: Feb 18 2009
 
Score 50%

This seems to be a general problem not related to WebIssues. Try googling for the error message, you should be able to find a solution.


Regards,
Michał

Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team