Giter Site home page Giter Site logo

gktrk / ardb Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.21 MB

Automatically exported from code.google.com/p/ardb

CSS 0.20% HTML 0.90% Shell 7.07% XSLT 1.88% Makefile 1.01% Groff 0.22% C 50.19% Bison 1.10% Tcl 16.32% Awk 0.07% C++ 21.04%

ardb's People

Contributors

gktrk avatar

Watchers

 avatar  avatar

ardb's Issues

Moving a search field left in the CRYPT corrupts the query

https://savannah.nongnu.org/bugs/?12656

Perform the following steps in the library browser of the main ARDB program
to recreate the bug:

1) SELECT Assamites
2) SELECT vampires with superior quietus
3) SELECT vampires with superior obfuscate.

Now, try to move query 3 to the left. It will become corrupted into the
SELECT vampires with superior quietus. This happens with all kinds of
queries. This has happened in all builds I have used, including the most
current. The bug list says that this bug is fixed, but it still remains. :)

Ankur Gupta

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:55

Remove File/VTES Sets (was:Bug with File/VTES Sets....)

I did not used this feature much but from the fresh build from r41 + my
patch to imagePanel.cpp there is a issue with it.

What steps will reproduce the problem?
1. Make a fresh DB update with File/Update Database and don't use local
vtes.zip but DL a fresh new
2. Restart ARDB
3. Run File/VTES Sets...
4. Remove all sets but Night Of Reckogning
5. Search for a card using the Find input field of CardBrowser

What is the expected output? 
It hsould show matching cards

What do you see instead?
Error Dialog with msg Problem fetching card #XXXX

I see two issues in fact
1. the error message is probably a result of a missing reload of the card
tabel UI component after validate VTES Sets?

2. On Validate the VTES Sets... Dialog there is a huge CPU usage which is
the result of a bad DB design.

AFIK VTES Sets... actually move records around from card_crypt/card_library
to card_crypt_ignored/card_library_ignored


Years ago i made the db schema of ardb, see attachment.

Comment: I don't know how used is this feature but i thing it have to be
completely refactored. I would vote to remove this feature from UI for now
and add a new task to refactore this feature.

A new table IGNORED_SETS with a single field SET_ID should be added. The
VTES Sets... UI should only manipulate this simple table. CardBrowser table
 data fetching Queries should add additionnal conditions from this
IGNORED_SETS table

Original issue reported on code.google.com by [email protected] on 13 Nov 2007 at 7:48

Attachments:

Exporting Decks with special characters in the Name

https://savannah.nongnu.org/bugs/?12403

When the name of a deck contains one of the following characters (list may
be incomplete) : " ' / :
the file picker to export the deck doesn´t even open. So it is impossible
to export the deck as long as the name is not corrected.

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:56

Unable to save deck as text

The problem seems similar to another open bug report regarding problems
while saving. I'm running Windows 2000, and have no trouble saving the
deck, but can't export it to text.

Email me with any questions.

-indisponible-

-Dave Clooney

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:45

Reintroduce VTES Sets... feature

Was removed on ardb-v2.0 because it was buggy.

What is the feature: User can select Vtes Sets he want to Browse. So you
can ignore some Sets like "Night of Recogning"

See details in http://code.google.com/p/ardb/issues/detail?id=31

Original issue reported on code.google.com by [email protected] on 14 Nov 2007 at 8:29

2.8.0 does not open all decks (.xml), possible encoding problem

Updated today and ADRB fails to open some of my decks. I previusly used
ardb-20060912.

It seems to me that ARDB has now problems with scandinavian letters
(ä,ö,å). Also vampire Zöe is now incorrectly listed as Zoe.

Many of my decks have commentary in description field and are written in
Finnish. In some cases ARDB fails to open the file ("An error occurred
while opening <filename>") and in some, file is opened but scandic letters
are changed (ä -> a).

Also I cannot export these problematic files to txt-format.

Original issue reported on code.google.com by [email protected] on 11 Jun 2008 at 5:56

Remove deck builder floating window

Deck builder not in a separate window

I would like the deck builder attached to the main Ardb window in some way.
 As a third tab  some type of side bar. Thoughts?

-- 
Meshee:
Globaly speaking i don't like floating windows. A nice standart fixed
layout kick ass.

The best would be to have deck builder visible at same time as the
lib/crypt screens, so you could use the search/filter capability to send
result to the current deck.

This was one IHM pb of ardb: there is no easy way you use you search result
to add to deck (a contextual menu entry would do much).

Original issue reported on code.google.com by [email protected] on 4 Nov 2007 at 11:11

bug in update datebase, win xp

What steps will reproduce the problem?
1. click on "file"->"update database"
2. click on "ok" for start download and update

What is the expected output? What do you see instead?
Downloading...
Importing file vtescrypt.csv... 
Importing file vteslib.csv... 
Importing file vtessets.csv... 
ERROR -> UPDATE ABORTED (ROLLBACK)
Database update has ended.
You may need to restart ARDB.

and details

12:45:46: Query was: CREATE TABLE Crypt (       name TEXT,       type TEXT,
      clan TEXT,       adv TEXT,       groupnumber int,       capacity int,
      disciplines TEXT,       cardtext TEXT,       edition TEXT,      
title TEXT,       artist TEXT, artist int, abombwe int, animalism int,
auspex int, celerity int, chimerstry int, daimoinon int, dementation int,
dominate int, fortitude int, melpominee int, mytherceria int, necromancy
int, obeah int, obfuscate int, obtenebration int, potence int, presence
int, protean int, quietus int, sanguinus int, serpentis int, spiritus int,
temporis int, thanatosis int, thaumaturgy int, valeren int, vicissitude
int, visceratika int, edition_save TEXT);
12:45:46: SQL error: duplicate column name: artist
12:45:46: Query was: CREATE TABLE cards_crypt_unsorted (       card_name
INTEGER,       clan INTEGER,       adv INTEGER,       groupnumber INTEGER,
      capacity INTEGER,       disciplines STRING,       superior STRING,  
    inferior STRING,       title STRING,       card_text INTEGER,      
release_set INTEGER,       release_date INTEGER,       rarity INTEGER,    
  artist STRING,       url STRING, artist INTEGER, abombwe INTEGER,
animalism INTEGER, auspex INTEGER, celerity INTEGER, chimerstry INTEGER,
daimoinon INTEGER, dementation INTEGER, dominate INTEGER, fortitude
INTEGER, melpominee INTEGER, mytherceria INTEGER, necromancy INTEGER, obeah
INTEGER, obfuscate INTEGER, obtenebration INTEGER, potence INTEGER,
presence INTEGER, protean INTEGER, quietus INTEGER, sanguinus INTEGER,
serpentis INTEGER, spiritus INTEGER, temporis INTEGER, thanatosis INTEGER,
thaumaturgy INTEGER, valeren INTEGER, vicissitude INTEGER, visceratika
INTEGER, record_num INTEGER PRIMARY KEY);
12:45:46: SQL error: duplicate column name: artist
12:45:46: Query was: INSERT INTO Crypt VALUES("Aabbt
Kindred","Vampire","Follower of Set","","2","4","for pre ser","Independent:
Aabbt Kindred cannot perform (D) actions unless Nefertiti is ready. Aabbt
Kindred can prevent 1 damage each combat. Aabbt Kindred are not unique and
do not contest.","FN:U2","","","Lawrence
Snelly",0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0, NULL);
12:45:46: SQL error: no such table: Crypt
12:45:46: An error occured : canceling import.
12:45:46: Query was: INSERT INTO Library VALUES(".44
Magnum","Equipment","","","2","","","","Weapon, gun. 2R damage each strike,
with an optional maneuver each combat.","","Jyhad:C, VTES:C, Sabbat:C,
SW:PB, CE:PTo3, LoB:PO3","","","Ne Ne Thomas; Greg Simanson", NULL);
12:45:46: SQL error: table Library has 14 columns but 15 values were supplied
12:45:46: An error occured : canceling import.
12:45:46: Cancelling changes to prevent database corruption

What version of the product are you using? On what operating system?
ARDB v 2 RC 4, build Jan 11 2008; Win XP; I have last edition update Lords
of the Night.

Original issue reported on code.google.com by [email protected] on 6 Jul 2008 at 10:56

XML character issues in file handling

From Jeff (Sutekh on VEKN.Presence.org):

I have encountered a bug, and I have tried to do as much troubleshooting as
possible to save you time.  It involves the deck building utility.  It
appears that certain cards with non-English characters like Día de los
Muertos, Rötshreck, Mokolé Blood and Auto-da-Fé cause the decks to become
inaccessible after they are saved as XML files and then closed.  All decks
without special characters work just fine until such a card is added.

If I open an existing deck with a card that has a non-English character, I
get an error that says "Couldn't find card [Card Name]" with the
non-English characters in the card name replaced with garbage characters. 
I have attached a JPEG with the error that I got opening an existing deck
that had a Grooming the Protégé in it.  I am able to bypass the error,
however, the card in question is removed from the deck.  If I re-add the
card, I can manipulate and save the deck as often as I want, but as soon as
I close it, it will never open again.  If I create a deck that has one of
those problem cards, the effect is pretty much the same.  I can manipulate
and save the deck as much as I want, but once it is closed, it does not
re-open.  Either way, I get the error "An error occurred while opening
[Path to Deck]\[Deck Name]."  I have attached an example JPEG of that, as
well.  I have noticed that IE will no longer open the XML files, either,
due to the invalid characters.  The previous version of ARDB won't open the
"corrupted" decks, either.

Oddly enough, looking at the source code of a deck with a card that has
non-English characters made by the previous version of ARDB reveals that
ARDB saved the XML with the special character.  I would have thought XML
was choking on the character and, thusly, ARDB was somehow doing a
translation to avoid that, but that is not the case. 

Original issue reported on code.google.com by [email protected] on 6 Nov 2007 at 7:19

Add card artwork view

Card images

No something I care about all that much myself but a LOT of people like
this feature in FELDB so I think we should add it.

I think the card image will be displayed in the card text window but
aligned to the right hand side.  Good or bad idea?

-- 
Good. Your layout solution looks nice.
Where will you found all scan? there is some legal issues there.  
What is your ideas for cards with multiple artworks?

Original issue reported on code.google.com by [email protected] on 4 Nov 2007 at 11:08

Saved decks with card text containing "ö" characters can not be reopened

What steps will reproduce the problem?
1. Save a deck with cards like "Zöe" (crypt) or "Rötschreck"
 (library).
2. Reopen the deck with "Open deck (xml)"

What is the expected output? What do you see instead?
Expected = File opened
Instead = Error message: "Ardb Error/An error occured while opening..."

What version of the product are you using? On what operating system?
2007-11-01 version (the one in "downloads" here), Windows XP SP2

Please provide any additional information below.
If "ö" characters are manually replaced in the XML file by "o" characters,
the saved file can be open and "ö" cards are correctly displayed.
Obviously, it is a problem of charset when reading the XML file, as writing
is correct (i.e. with "ö" characters).
The saved file's header has attribute 'encoding="UTF-8"': I guess,
ISO-8859-1 should be more appropriate (as it is in the XSL files used by
the program).

I have tryed to change it. With ISO-8859-1, the error message changes:
"Ardb Error/Couldn't find card Z<#incorrect characters#>e"

Original issue reported on code.google.com by [email protected] on 25 Nov 2007 at 10:09

Highlight cards that require disciplines

From the newsgroup:

on the deck overview tab in the deck builder, if you could click on
the X cards require discipline Y and it would highlight those cards in
your decklist, then that would be a useful tool

Original issue reported on code.google.com by [email protected] on 5 Jan 2008 at 4:16

some cosmetic changes in ui

- possibilities of multiple filtering in selection of crypt and library
cards (for example by capacity and! group etc.)

- Happy families and Deck overview tab under card text (Vampire text and
Card text) by default

Original issue reported on code.google.com by [email protected] on 6 Jul 2008 at 10:46

ImagePanel.cpp Linux build broken


 I checked out the new version and tried to compile it under Linux and got
the following errors for ImagePanel.cpp (for gtk2-unicode-release-2.6.3 as
well as gtk2-unicode-release-2.6.4):

imagePanel.cpp: In destructor ‘virtual ImagePanel::~ImagePanel()’:
imagePanel.cpp:28: error: ‘class wxImage’ has no member named ‘IsOk’
imagePanel.cpp: In member function ‘void ImagePanel::SetImage(wxString)’:
imagePanel.cpp:42: error: ‘class wxImage’ has no member named ‘IsOk’
imagePanel.cpp: In member function ‘void ImagePanel::OnSize(wxSizeEvent&)’:
imagePanel.cpp:63: error: ‘class wxImage’ has no member named ‘IsOk’
imagePanel.cpp: In member function ‘void 
ImagePanel::OnPaint(wxPaintEvent&)’:
imagePanel.cpp:75: error: ‘class wxImage’ has no member named ‘IsOk’

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 11:13

Embed Sqlite

Embeding sqlite to Ardb could be great it will effectilvely reduce some
compatibility issues.

Consider a sqlite embeded version upgrade btw. http://www.sqlite.org/
version 3.5.1 Oct 4 2007

meshee: AFIK api of sqlite 3 is slighly different from sqlite 2

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 10:00

Ardb update fails

https://savannah.nongnu.org/bugs/?16930

Downloading...
Importing file vtescrypt.csv...
Importing file vteslib.csv...
Importing file vtessets.csv...
ERROR -> UPDATE ABORTED (ROLLBACK)
Database update has ended.
You may need to restart ARDB.

Attached is the exact error message from the details screen.

--Dax Johnson 

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:44

Attachments:

Ccgworkshop Deck Export Format

Hello Francois,
As you might know, ccgworkshop has opened vtes for beta testing. However,
their deckbuilding interface is tedious and relatively difficult. I would
like ask you to add a saving option in the following format (attached
file). This would help a lot of people :)
I have no idea of how difficult this would be, but I'd appreciate it a lot
if you'd consider it.

Thanks in advance,

Bram vink

-- comment from Karl Schaefer
I do a lot of XML/XSL. Given the XML format we are currently using, it
shouldn't take much time at all to create an XSL for the ccgworkshop format.

I'm willing to take this task on.

Karl

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 10:03

Attachments:

Print CardBrowser result list

AFIK it is not possible to export/print the Card/Crypt Browser search result.

A couple of friends complains about that.

^_^

Original issue reported on code.google.com by [email protected] on 6 Nov 2007 at 7:32

Suggestion : change the deck builder saving behaviour

On any version.
Currently : the last edited deck is by default the current deck. If you 
quit ardb after editing a deck, you'll not be asked whether you want to 
save the changes or not.
If you start again ardb and want to create a new deck, you'll be asked if 
you want to save the "current" deck. Hell. I'm supposed to remember if I 
changed something to it last time I ran the deck builder?
Like 99% of the softwares on the market, I'd rather be asked whether I 
want to save the deck or not right after I change it and quit, rather than 
3 days laters when I want to create a new deck.

Original issue reported on code.google.com by [email protected] on 13 Jun 2008 at 11:54

Missing make install target for *nix plateform

To package Ardb we need to have an install target in makefile.

The install layout should be the following:
ardb executable /usr/bin/ardb
ardb shared libs (if anyn i guess none exist by now) in /usr/lib/ardb/
ardb resources (wxARDB/resources and cards.db) in /usr/share/ardb
ardb config file (ardb.ini?) in /etc/ardb/ardb.ini

The standard linux way for config files is read defaults on /etc/ but can
be overloaded by ~/.ardb/ardb.ini

btw in ardb.ini i see this:
DeckTextTemplate=C:\\deck2text.xsl which can only work for windows OS.


Original issue reported on code.google.com by [email protected] on 7 Nov 2007 at 10:14

Design a new website for Ardb

Build a new website where we will keep basics informations about Ardb release.

Add about the team, faq, application doc, screeshot and roadmap and you got it.

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 10:53

Split masters from trifles

From the newsgroup:

Would it be possible for ARDB to report master counts AND trifle counts?

for example, if you had 15 regular masters and 5 trifles, then it would
show up as something like:

Master [20(5)]

Which would read as "20 master cards, of which 5 are trifles". Or something.

I guess

Master [15+5]

could be another way to do it.

Something like that.

Thanks! 

Original issue reported on code.google.com by [email protected] on 5 Jan 2008 at 4:17

Set filtering

From Norm on the newsgroup:

I would like to be able to sort by set and then sort by a different
set to find whether a card was reprinted or not  (think Shawnda Dorrit
Gehennah and 3rd edition)

I would like to be able to sort by a set then remove any other set to
isolate any cards that were not reprinted. 

Original issue reported on code.google.com by [email protected] on 4 Mar 2008 at 8:29

deckupload.h not in repostitory

What steps will reproduce the problem?
1. ./configure
2. make
3.

What is the expected output? What do you see instead?

deckmodel.cpp:31:24: error: deckupload.h: No such file or directory


What version of the product are you using? On what operating system?
SVN trunk on Ubuntu 8.10

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Apr 2009 at 4:19

Zoo Hunting Ground not showing up

What steps will reproduce the problem?
1. Search for Zoo Hunting Ground in the Library tab


What is the expected output? What do you see instead?
Expected output is Zoo Hunting Groud, it is absent from the list.


What version of the product are you using? On what operating system?
Beta Version 2 (WinXP)


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Nov 2007 at 7:00

Vampire Sorting

When I add a vampire to a deck, it seems to resort the list into a specific
order.  When I click a column heading to sort by capacity, and save/export
as text, the exported text is back to the same incorrect sort order that it
changes to when adding a vampire.

Never had this problem before, but V2 RC4 is what I'm trying to use now
that it's doing it with.

Original issue reported on code.google.com by [email protected] on 21 Jan 2008 at 5:42

Sanguinus cards

https://savannah.nongnu.org/bugs/?15445

Some sanguinus cards requiring brothers of the same circle are not
mentionned with the "same circle Sanguinus" requirements, but only with
"Sanguinus" requirement.
These few cards are
- Gestalt
- Walk of Caine
- Coagulated Entity

Maybe Shell Game should also be added to these, even though they can be
played ( without effect ) when not controling other BB of the same circle.

Thanks again for your job,
floppyzedolfin.
    Anonyme


Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:49

CTRL-T shortcut twice in deckbuilder File menu

This problem has been in ARDB for quite a while and still exists in 2.8.

There are two identical shortcuts (ctrl-t) in deckbuilder File menu.
Therefore the latter (save as regular text file) does not work.

The feature itself works fine but I've been missing the shortcut.

The phpBB shortcut could be changed to ctrl-b or ctrl-p...

Original issue reported on code.google.com by [email protected] on 11 Jun 2008 at 5:41

Add to deckbuilder: Module Support

Deck module support - Allow user to define card modules to easily
    build decks from.  These could be stored in the database or as files.

Meshee:
Yes, but plan it for later, first fix gui, building env and import system,
setup unit/integration tests. The deck Module support could lead to a
Module repository on website where players could post share there modules. 
Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 4 Nov 2007 at 11:38

Import Bug

from https://savannah.nongnu.org/bugs/?17715

I see the folowing bug:

: Query was: CREATE TABLE Crypt ( name TEXT, clan TEXT, adv TEXT,
groupnumber int, capacity int, disciplines TEXT, cardtext TEXT, edition
TEXT, title TEXT, artist TEXT, artist int, abombwe int, animalism int,
auspex int, celerity int, chimerstry int, daimoinon int, dementation int,
dominate int, fortitude int, melpominee int, mytherceria int, necromancy
int, obeah int, obfuscate int, obtenebration int, potence int, presence
int, protean int, quietus int, sanguinus int, serpentis int, spiritus int,
temporis int, thanatosis int, thaumaturgy int, valeren int, vicissitude
int, visceratika int, edition_save TEXT);
: SQL error: duplicate column name: artist
: Query was: CREATE TABLE cards_crypt_unsorted ( card_name INTEGER, clan
INTEGER, adv INTEGER, groupnumber INTEGER, capacity INTEGER, disciplines
STRING, superior STRING, inferior STRING, title STRING, card_text TEXT,
release_set INTEGER, release_date INTEGER, rarity INTEGER, artist STRING,
url STRING, artist INTEGER, abombwe INTEGER, animalism INTEGER, auspex
INTEGER, celerity INTEGER, chimerstry INTEGER, daimoinon INTEGER,
dementation INTEGER, dominate INTEGER, fortitude INTEGER, melpominee
INTEGER, mytherceria INTEGER, necromancy INTEGER, obeah INTEGER, obfuscate
INTEGER, obtenebration INTEGER, potence INTEGER, presence INTEGER, protean
INTEGER, quietus INTEGER, sanguinus INTEGER, serpentis INTEGER, spiritus
INTEGER, temporis INTEGER, thanatosis INTEGER, thaumaturgy INTEGER, valeren
INTEGER, vicissitude INTEGER, visceratika INTEGER, record_num INTEGER
PRIMARY KEY);
: SQL error: duplicate column name: artist
: Query was: INSERT INTO Crypt VALUES("Aabbt Kindred","Vampire","Follower
of Set","","2","4","for pre ser","Independent: Aabbt Kindred cannot perform
(D) actions unless Nefertiti is ready. Aabbt Kindred can prevent 1 damage
each combat. Aabbt Kindred are not unique and do not
contest.","FN:U2","","Lawrence
Snelly",0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0, NULL);
: SQL error: no such table: Crypt
: An error occured : canceling import.
: Query was: INSERT INTO Library VALUES(".44
Magnum","Equipment","","","2","","","","Weapon, gun. 2R damage each strike,
with an optional maneuver each combat.","","Jyhad:C, VTES:C, Sabbat:C,
SW:PB, CE:PTo3, LoB:PO3","","Né Né Thomas; Greg Simanson", NULL);
: SQL error: table Library has 13 columns but 14 values were supplied
: An error occured : canceling import.
: Cancelling changes to prevent database corruption 

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:41

Exporting Decks with special characters in the Name

https://savannah.nongnu.org/bugs/?12403

When the name of a deck contains one of the following characters (list may
be incomplete) : " ' / :
the file picker to export the deck doesn´t even open. So it is impossible
to export the deck as long as the name is not corrected.

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:58

Add Unit tests

As we are moving lot of things around we need to create unit test to
quickly detect any defect

I guess somthing similar to junit of the java world exist for unit test of
c++ classes.

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 10:12

_TIMESTAMP_ macro is the source code

What steps will reproduce the problem?
1. Build the source under Linux or MAC OS X

What is the expected output? What do you see instead?
Source code will not build.  The __TIMESTAMP__ macro is not supported in
the Linux or MAC OS X compilers





Original issue reported on code.google.com by [email protected] on 2 Nov 2007 at 1:37

Add to deckbuilder: Discipline Key Card helper

 - A nice thing could be a builder helper able to recommand user some cards
(the power cards)
   Say you play DOM system should recommand you
     - Deflection,
     - Graverobbing,
     - Seduction,
     - Govern The Unalign,
     - Dominate Kine, etc.

From this fixed list it removes cards you already include in your builder.
Advanced version would be to assign a value to each card and select the 10
best values for this discipline that you did not include.

It is common that players forget some key things when building. It is a
huge work to assign value to cards (consider for further extentions..)

Original issue reported on code.google.com by [email protected] on 4 Nov 2007 at 11:36

Suggestion - Focus to find field when switching tabs

Here's a suggestion that should enhance the usability of the Card Browser. 

When user switches between tabs (for example to Library Browser) the focus
should automatically be in the Find field so that user can start typing
his/her search without having to explicitly click that field first. Also if
there's a previous search in the field, it should be highlighted (selected)
so that user doesn't have to erase the field before typing.

Original issue reported on code.google.com by [email protected] on 28 Mar 2008 at 1:00

ardb rev. 158 fails to build on gentoo linux

What steps will reproduce the problem?
1. sh make_linux.sh

First of all, i spotted a duplicate line in configure.in and a typo mistake
in src/Makefile.am, diff file is attached.

But i am still unable to compile the source, i attached the build log as well. 

First i thought build fails because of the version of gcc, then i tried to
compile with gcc-4.1.2 and then gcc-3.3.6 (i am using gcc-4.3.3 by
default). They all had given the same error and failed.

I am using libxml2-2.7.3
           libxslt-1.1.24
           wxGTK-2.8.9.1
           sqlite-2.8.16

Thinking that sqlite could be the reason, i downloaded source from cvs and
compiled by myself, in either case configure script couldn't determine the
PATH, so i edited Makefile and corrected it. After that build completed
successfully, and i ran the executable.

Please not that this same source is built successfully without any
modifications with same hardware on Mac OS 10.5.6 Leopard. But Mac OS is 64
bit and Linux is 32 bit.

Original issue reported on code.google.com by [email protected] on 18 Apr 2009 at 7:45

Attachments:

Suggestion - Sort by Rarity

https://savannah.nongnu.org/bugs/?15426

There is no functionality to sort the cards by rarity. I was wondering if
it was possible to add a selector to only view Promo cards or only the
common cards, etc, or to add all of the rare cards that require dominate.

Thanks,
Paul

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:50

Write a HOWTO compile ARDB for Windows

We need to describ the official way to build ardb from source for windows

the only doc that exist is here: 
http://wiki.vekn.org/index.php/Compiling_ARDB_with_Windows

Original issue reported on code.google.com by [email protected] on 9 Nov 2007 at 11:02

GUI issues

https://savannah.nongnu.org/bugs/?15127

08.12.2005 à 15:41 UTC, commentaire #1 :

Fixed the second issue 2) When opening a new crypt or library window, all
of the browsers shrink and they are unable to navigate.

02.12.2005 à 15:57 UTC:

Here are several issues:

1) The amount of space between entries in the browsers is too much. We'd
much rather them to be as tall as they were previously.

2) When opening a new crypt or library window, all of the browsers shrink
and they are unable to navigate. Try to open a new window with a hotkey
(which is how I did it), and you'll see what I mean.

3) The spacing between the table and description part of the browser really
should be fixed upon opening, to avoid any issues with unreadability at the
start. (Of course having them adjustable after the fact is a great feature.)

Take care, we want to soil our pants man!

Ankur Gupta
Prince of West Lafayette

Original issue reported on code.google.com by [email protected] on 5 Nov 2007 at 9:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.