Skip to content

Commit fb01318

Browse files
committedMay 2, 2011
Merge branch 'master' of /home/timlinux/qgis-git-migration/qgis_all
2 parents 2f86b4f + 6455628 commit fb01318

File tree

4,647 files changed

+2568829
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,647 files changed

+2568829
-0
lines changed
 

‎.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
*.pyc
2+
.DS_Store
3+
Thumb.db
4+
desktop.ini
5+
*.*~
6+
*~
7+
*.diff
8+
*.log*
9+
*.prepare
10+
debian/*.debhelper
11+
debian/*.substvars
12+
Makefile
13+
*-stamp
14+
api_doc
15+
build
16+
ms-windows/Installer-Files/postinstall.bat
17+
ms-windows/Installer-Files/preremove.bat
18+
ms-windows/osgeo4w/packages/
19+
ms-windows/osgeo4w/unpacked/
20+
ms-windows/*Setup.exe
21+
ms-windows/osgeo4w/nsis/
22+
ms-windows/osgeo4w/untgz/
23+
scripts/astyle
24+
qtcreator-build/
25+
ms-windows/nsis/
26+
ms-windows/osgeo4w/addons/
27+
ms-windows/packages/
28+
ms-windows/progs/
29+
ms-windows/untgz/
30+
scripts/astyle.exe

‎BUGS

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Help I think I found a bug!
2+
---------------------------
3+
4+
If you find a bug in QGIS, you can report it using the QGIS ticket/bug database at:
5+
6+
http://trac.osgeo.org/qgis/report
7+
8+
9+
Some hints about when you should file a bug:
10+
11+
12+
- just because a bug is filed doesnt always mean we can or will fix it.
13+
Sometimes people ask for things that will require many man hours to to and
14+
offer little reward to work ratio benifit when compared to the other issues
15+
in the queue. Also some things are simply not fixable due to whatever
16+
technical reason.
17+
- sometimes we don't fix a bug because the user's vision of how QGIS should
18+
behave doesn't match ours. Hey we are all humans it can happen...
19+
- always check that your bug has not already been filed by someone else since
20+
dealing with duplicate tickets causes a lot of time wasting.
21+
- always provide contact details and make sure you are subscribed to the
22+
ticket entry (either by adding yourself to CC field or by logging in before
23+
filing the ticket).
24+
- don't be offended if we don't see tickets as having the same priority as you
25+
do. While we appreciate it's inconvenient if some issue prevents you doing
26+
your work, we need to take the big picture view of things and focus on
27+
things that affect the largest proportion of our user base.
28+
29+
30+
$Id$

0 commit comments

Comments
 (0)
Please sign in to comment.