lp://qastaging/pynagram

Created by Umang Varma and last modified
Get this branch:
bzr branch lp://qastaging/pynagram
Only Umang Varma can upload to this branch. If you are Umang Varma please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Umang Varma
Project:
Pynagram
Status:
Development

Recent revisions

64. By Umang Varma

Changed Quit action to use "triggered()" signal also (was in designer file
not python file and missed it in my previous commit).

Hopefully 1.0.1 is ready for release now.

63. By Umang Varma

Changed all "activated" to "triggered" in gui.py as "activated" is
deprecated.

Bumped copyright years to include 2011.

62. By Umang Varma

Fixed lp:786415 by converting an anagram's words and available letters to lowercase when a new game begins.

Although this might seem inefficient when compared to making the wordlist lowercase while it is being read, I expect the current solution to give us a more responsive game.

No real change in gui.py and testanagram.py.

61. By Umang Varma

Resized About window as part of GPL was hidden.

Released Pynagram 1.0.0

60. By Umang Varma

Fixed Windows issues and Python2.6+ issues "the right way" (hopefully?).

There were problems with the path not working properly on Windows (in the
config module and the gui drag-and-drop), and ImportError trick.

59. By Umang Varma

Did away with buttonBox as it turned out to be more of a pain than any help.

Added 'Add' and 'Remove' buttons. Now all multiple word list features are
complete.

Resized about window as part of copyright notice was not showing properly.

58. By Umang Varma

Fixed 'Save' button on the word list selector.

Wrote small explanation on how to drag/drop files/text.

57. By Umang Varma

Fat merge from pyn-multi-wl branch. Added multiple word list support (with GUI
to choose/change/add new word list and a new config module that stores config
data).

When plain text is drag-dropped onto the the word list selector, it stores it
as a file in ~/.pynagram. When a text file is dropped onto it, it is added to
the wordlists `list` in the config file.

Will consider need for a manual add button. Need to implement a remove button
also. Should also mention somewhere about drag and drop as it is far easier,
but many users many not attempt to use it if they don't know it exists.

56. By Umang Varma

Fixed LP:587762. The word is shuffled once before letters are displayed for the
first time.

55. By Umang Varma

Renamed Qt Designer files to make more sense and updated rel.sh to reflect these changes.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers