Yann Leboulanger
a8f3d466cc
fix a FIXME: show Hidden instead of a password
2005-11-14 11:07:42 +00:00
Nikos Kouremenos
082fc7aaa9
fixing dict name: gajim.interface.windows --> gajim.interface.instances
2005-11-13 15:08:47 +00:00
Nikos Kouremenos
b42d016e62
fixes (do not set twice editability and a docstring) and only resizable if 2.8+
2005-11-10 13:40:39 +00:00
Nikos Kouremenos
de36e719f3
varius fixes; cleanup, remove a fixme, add a fixme
2005-11-10 13:29:58 +00:00
Yann Leboulanger
726640ef4b
the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes
2005-10-20 11:17:17 +00:00
Travis Shirk
238cc2171c
Check for GtkTreeIter in selection tuple before using to lookup option; closes #893
2005-09-21 03:19:45 +00:00
Nikos Kouremenos
2e4b5245c1
add a fixme and stop bad behavior until I fix it for g00d
2005-09-08 22:07:28 +00:00
Nikos Kouremenos
65d7b18441
use CONTACTS like C_VALUE (Column that holds value) instead of 0 1 2 3 for model columns (hidden or not). that is very wise and clean code
2005-09-08 21:29:42 +00:00
Nikos Kouremenos
e969ff6558
if we were to edit password/passphrase then Hidden string was saved as our password. now make it not editable
2005-09-08 19:55:47 +00:00
Nikos Kouremenos
58df926934
pass APP to glade parsing
2005-09-08 14:04:20 +00:00
Nikos Kouremenos
96dd559748
say Hidden and not the pass in advanced
2005-09-08 09:26:46 +00:00
Nikos Kouremenos
0a482f179a
[FishFace] Now Gajim has comments support for advanced settings
2005-09-03 12:28:30 +00:00
Nikos Kouremenos
cec336112d
[Stéphan K.] make most strings we use unicode instacnes
2005-08-26 00:52:44 +00:00
Nikos Kouremenos
1fa4f8cdf4
[Fabian Neumann] if type is boolean when double click in advanced window just toggle value
2005-08-10 00:56:18 +00:00
Nikos Kouremenos
d92d9e26e7
set, set_per used to return value, now they raise Exception if problems. this helped catch 3 problems. It is good to raise because only devs/patchers and expert users mess with config settings
2005-08-05 10:26:10 +00:00
Nikos Kouremenos
472ebade74
make a update_preferences_window func and add a FIXME there
2005-07-24 21:05:44 +00:00
Nikos Kouremenos
fef07cf825
fix a comment and use [model[iter][x]
2005-07-23 08:11:50 +00:00
Yann Leboulanger
3228de29fe
filter now works with sub-rows
2005-07-23 08:04:44 +00:00
Yann Leboulanger
b1eb4ec9be
little bugfix:
...
we can now edit sub-options
2005-07-23 07:38:33 +00:00
Yann Leboulanger
421af9c794
we can now edit filtered rows in advanced config editor
2005-07-23 07:26:41 +00:00
Nikos Kouremenos
6639ed3a4b
Escape no longer closes advanced window [we may be wrediting value and press Escape to cancel editing]
2005-07-15 18:16:35 +00:00
Nikos Kouremenos
111ccf1e0a
nothing
2005-06-24 23:43:24 +00:00
Nikos Kouremenos
c77387346c
adhering to our new coding style for Classes and fixing glade banners stuff
2005-06-10 22:45:50 +00:00
Nikos Kouremenos
f9bbb7322b
nothing except a revert for an accidental commit of a file
2005-06-09 15:31:29 +00:00
Yann Leboulanger
b24e6d80ce
we can now edit non-root line in advanced configuration editor
2005-05-26 21:09:01 +00:00
Nikos Kouremenos
5d7e3c75b8
adding speller as gui option [code is rdy needs some further testing]
2005-05-25 00:24:24 +00:00
Nikos Kouremenos
0579cc40d0
adding escape to close advanced window and making init go above in the code
2005-05-24 22:35:50 +00:00
Nikos Kouremenos
f06cd21fd1
mention which GTK should be fixed
2005-05-20 22:41:39 +00:00
Yann Leboulanger
a730ab8e90
missing import
2005-05-18 12:28:29 +00:00
Yann Leboulanger
6a10743ce5
add strings to translate in advanced configuration editor
2005-05-18 12:02:57 +00:00
Nikos Kouremenos
288b68dd53
adding resizing ability in treeview cols in advanced finding a gtk bug [I reported it]
2005-05-14 02:09:28 +00:00
Nikos Kouremenos
961ded4882
Advanced_window ==> Advanced_configuration_window
2005-05-14 01:42:10 +00:00
Nikos Kouremenos
229863bc0b
glade fixes in advanced window and applying patch to make filter work [thanks Vincent Hanquez]
2005-05-13 18:05:15 +00:00
Yann Leboulanger
4f6af83ef4
save the config when we change an option in advanced config window
2005-05-07 13:14:37 +00:00
Vincent Hanquez
4534b2bbbc
support for readonly variable
...
add 'version' as a readonly variable
2005-04-30 22:24:45 +00:00
Nikos Kouremenos
77fadb30db
nothing important: removing a comment, adding one
2005-04-29 08:00:06 +00:00
Vincent Hanquez
db89a48bf3
remove the filter by default that clobber all options except account,
...
*by* *default* without any ways to unclobbered options since the rest of the
code is *NOT* working. *donkey*.
2005-04-27 19:03:28 +00:00
Nikos Kouremenos
b372567405
redoing my cleanup. the print are now ALL commented. they were left just in case Vincent wanted to test easier. Gajim would run after my cleanup, and even advanced config would run. As yann has said in the past, svn is a place of DEVELOPMENT. Please Vincent just because of 3 prints that were not commented out IN ORDER TO HELP YOU if you went to hack, you should NOT revert all the fixes. Yann said this is strong I would say sth worse.
...
-- edited by tab. this is not the place for laundry.
2005-04-27 15:16:40 +00:00
Vincent Hanquez
0ae961c76f
[revert 1258]
...
only half of the diff is correct (the window opening).
lots of lines looks like nk's experimentations and obviously do not cleanup
anything nor make the thing works:
* print 'show', name
* self.filterstr = 'account'
* print 'refilter starts'
* print self.filterstr
* self.modelfilter.refilter() #FIXME: does not work!
2005-04-27 13:49:42 +00:00
Nikos Kouremenos
44d8b641b1
advanced config allow opening only once, cleanup in filter [still does not work], cleanup in glade for advanced config window
2005-04-27 12:53:14 +00:00
Vincent Hanquez
8ed41802bf
add a data parameter to the config foreach's callback function
2005-04-26 22:17:47 +00:00
Yann Leboulanger
6afb800eb6
the treeview in advanced config is now alphabetically sorted
2005-04-25 15:23:11 +00:00
Vincent Hanquez
34cbd78b9c
add advanced window as a new dialog.
...
the position of the button is probably not the final position.
modify config to support boolean value embedded in string because the treestore
store/edit all value with a string.
2005-04-23 23:57:02 +00:00