Added QObject to MiniActuator.
[electrum-nvc.git] / lib / gui_lite.py
2012-08-27 Amir TaakiAdded QObject to MiniActuator.
2012-08-27 Amir TaakiMerge branch 'servers'
2012-08-27 Amir TaakiChange server in lite mode.
2012-08-27 Amir TaakiUpdate servers list once fetched from remote.
2012-08-23 Amir TaakiAdded explanation to line returning qVariant for future...
2012-08-23 Amir Taaki(explanation: the value returned is a qVariant not...
2012-08-23 Jimbo77got rid of magic number
2012-08-23 Jimbo77changed to use built-in list methods
2012-08-23 Jimbo77changed to use built-in list methods
2012-08-23 Jimbo77created set_quote_currency() docstring
2012-08-23 Jimbo77created amount_input_changed() docstring
2012-08-23 Jimbo77created mousePressedEvents() and se_balance_text()...
2012-08-23 Jimbo77got rid of boolean value comparison using == as stated...
2012-08-23 Jimbo77created docstring for set_button_amount()
2012-08-23 Jimbo77updated create_quote_text() docstring
2012-08-23 Jimbo77created create_quote_text() docstring
2012-08-23 Jimbo77created set_balance() docstring
2012-08-22 Jimbo77created docstring for expand()
2012-08-22 Amir TaakiUse self.close instead of sys.exit (self.close() is...
2012-08-22 Jimbo77created several more docstrings in miniActuator
2012-08-22 Jimbo77created docstring for miniActuator
2012-08-22 Jimbo77created load_theme() docstring
2012-08-22 Jimbo77Created docstring for miniActuator __init__()
2012-08-22 Jimbo77added quit functionality to menubar in lite gui
2012-08-20 Amir TaakiShow list of all the servers available in the menubar.
2012-08-20 Amir TaakiMore Pythonics util.print_error
2012-08-18 Amir Taakialphabetically sort theme names in themes menu
2012-08-18 Amir Taakibugfix: reset path after switching to new theme selection.
2012-08-18 Amir TaakiShow and change themes via GUI.
2012-08-18 Amir TaakiLoad theme in gui according to setting.
2012-08-16 MaranFix merge conflicts
2012-08-16 MaranChanging around where we issue the messages
2012-08-15 MaranAdded pretty errors when pyqt is not found or qt is...
2012-08-14 Amir TaakiAdded donation address.
2012-08-13 Amir Taakiput it back to == True (oops :p)
2012-08-13 MaranFix send button not activating
2012-08-13 Amir TaakiFix check_button_status. QVariant returned by property...
2012-08-13 Amir Taakifixed indentatioin to use 4 spaces, not 2
2012-08-13 Amir Taaki"BrainWallet Info" menu item in lite mode.
2012-08-12 Amir Taakiuse prettier form of connect (which has less code,...
2012-08-12 MaranMerged history from master
2012-08-12 Amir Taakiuse labels for to/from in lite history where available.
2012-08-12 Amir Taakiopen electrum-desktop.com website instead of manual.
2012-08-12 Amir TaakiAdded report_bug and show_about hooks for menu.
2012-08-12 Amir Taakialternating row colours for history.
2012-08-12 Amir TaakiAdd CSS styling to history view to make text lighter...
2012-08-12 Amir TaakiAdded history to lite view.
2012-08-12 MaranMerge changes from master
2012-08-12 Amir TaakiRename main menu to 'Bitcoin' from 'Electrum'.
2012-08-12 Amir Taakidisabled menu entries that dont work.
2012-08-12 Amir TaakiRename main menu to 'Bitcoin' from 'Electrum'.
2012-08-12 MaranCommented out some unfinished menu items
2012-08-03 Amir Taakiformatting fixes.
2012-08-02 Amir Taakiremove stretch between amount and send button.
2012-08-02 Amir TaakiAdded menu entries.
2012-07-31 MaranFurther tweaks to the layout
2012-07-31 MaranRenamed menu item
2012-07-31 MaranAdded the expand option to the settings menu
2012-07-31 MaranFixed merged conflicts from menu branch
2012-07-31 MaranRemoved the valid icon and make the text green or red...
2012-07-31 Amir TaakiAdded menubar.
2012-07-30 Amir TaakiReplaced left buttons with a menubar.
2012-07-24 MaranRemoved lighter.css and moved it to the default layout
2012-07-24 MaranReworked the logic for the send button, you can only...
2012-07-24 MaranAdded lighter theme
2012-07-23 MaranFix the recursion issue on OSX
2012-07-18 Amir TaakiAdded AcceptBit integration.
2012-07-17 Amir TaakiMore reasonable fee calculation.
2012-07-10 Amir TaakiUse path of executable for resolving data directory...
2012-07-08 Amir Taakitry to detect data/style.css otherwise fallback to...
2012-07-08 Amir Taakirestore current path after modifying it.
2012-07-07 Amir TaakiUse environment variable else fallback to system app...
2012-07-07 Amir TaakisetWindowIcon() to electrum.png
2012-07-07 Amir TaakiCTRL+Q / CTRL+W close window shortcuts.
2012-07-07 genjixquote_currency setting can be None on first time use...
2012-07-07 Amir TaakiSave selected currency as config setting.
2012-07-07 Amir TaakiSelect unused addresses when copying receiving address...
2012-07-06 thomasvDon't exit before wallet is saved
2012-07-05 Amir TaakiForce update for lite gui so update() gets called at...
2012-07-05 Amir Taakifirst check data/ else use system appdata/share directory.
2012-07-05 Amir TaakiDon't show fiat currency in titlebar (not enough space).
2012-07-05 Amir TaakiUse leaveEvent instead of checking mouseMove position...
2012-07-05 Amir Taakiset a window title for the popup and some other things.
2012-07-05 Amir TaakiPopup for receiving Bitcoins.
2012-07-04 Amir TaakiLoad resources across many platforms from the shared...
2012-07-04 Amir TaakiCopy Address -> Copy My Address
2012-07-03 Amir Taakirestore_or_create (just delegates to qt_gui - this...
2012-07-03 Amir Taakibugfix for showing 0 BTC balance when Price has been...
2012-07-03 Amir Taakiapp_menu has interact_button as its parent to stop...
2012-07-02 Amir TaakiDo slow price discovery in another thread to speed...
2012-07-02 Amir Taakibitcoin URIs in lite mode.
2012-07-02 Amir Taakicompletion support for destination addresses.
2012-07-02 Amir TaakiDon't show ()s when showing just the fiat currency...
2012-07-02 Amir TaakiGo back to balance display when amount input is empty.
2012-07-02 Amir TaakiChange balance text to show conversion amount when...
2012-06-30 Amir TaakiDefer discovery of exchange rate until later to make...
2012-06-30 Amir Taakishow the BTC value in other currency.
2012-06-30 Amir Taakiexchange rate discovery object.
2012-06-30 Amir Taakilimit quote currency to 2 decimal places.
2012-06-30 Amir Taakiclicking balance switches between different currencies.
next