Commit Graph

50 Commits

Author SHA1 Message Date
Yann Leboulanger 22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger 10f8279e57 NonModalConfirmationDialog and ConfirmationDialognow automaticaly close window on ok or cancel. fixes #3486 2007-10-07 17:22:47 +00:00
Yann Leboulanger 55aa74afc7 fix history manager since configpath has changed (see [8434]). fixes #3378 2007-08-19 22:51:40 +00:00
Yann Leboulanger 701bdb6b85 use set_no_show_all from glade when possible instead of code. fixes #2248 2007-08-09 08:57:59 +00:00
Jean-Marie Traissard d37e7d8e3e No space in indentation, checked by drpython (editor). /src part 2007-02-04 13:01:04 +00:00
Nikos Kouremenos e9afe36ff3 clean code and update to using GTK/PyGTK 2.8; see #2248 2007-01-16 23:26:38 +00:00
Nikos Kouremenos 3535249ba1 py25 comes with pysqlite module in the stdlib 2006-10-11 22:31:51 +00:00
Yann Leboulanger f8b647c473 fix var name 2006-10-08 10:08:16 +00:00
Yann Leboulanger e0fc5d3b7f [sgala]show correct status changements in history manager. Fixes #2511 2006-10-08 10:04:32 +00:00
Nikos Kouremenos 799a372d18 no need to call shell 2006-10-07 13:22:01 +00:00
Yann Leboulanger e1ab80d648 [sgala] don't show in history manager jids that have no logs. 2006-09-19 09:18:06 +00:00
Yann Leboulanger 152093e42e [bronger] translate correclt strings during runtime. Fixes #2394 2006-09-08 22:27:04 +00:00
Yann Leboulanger e7cb71916c import i18n when needed to launch history manager 2006-06-22 13:34:12 +00:00
Yann Leboulanger bc26593974 use gettext.install. Fixes #497 2006-06-15 06:49:04 +00:00
Jean-Marie Traissard 93fec9d9e1 Set gajim icon for history manager window too. Fixes #1986. 2006-05-21 20:42:26 +00:00
Dimitur Kirov 3d36c29d87 glade is moved to data/glade 2006-05-02 16:10:13 +00:00
Dimitur Kirov 5e6b016af1 split gtkgui.glade in several small glade
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Yann Leboulanger 50c14f16a8 typo 2006-05-01 17:42:12 +00:00
Yann Leboulanger bd3ced933a nicer file header for executable files. 2006-05-01 17:34:08 +00:00
Yann Leboulanger 918884fa54 fix TB 2006-04-11 19:39:54 +00:00
Nikos Kouremenos c6ce8c763a [jim++] include status into status message 2006-04-10 18:53:02 +00:00
Nikos Kouremenos 645af4e7b7 show nickname/subj cols only when needed 2006-04-09 19:08:57 +00:00
Yann Leboulanger b9c96a195d destroy dialog when we press ok in history_manager.py when we delete a jid. Fixes #1833 2006-04-09 12:38:38 +00:00
Nikos Kouremenos 73bdf4900d make clear and append logic non-bogus; move FIXME to the right place;TODO fix fime 2006-04-09 11:02:43 +00:00
Nikos Kouremenos c92f151f32 we can now export room logs too 2006-04-09 10:40:51 +00:00
Nikos Kouremenos b2032686bb we now also have nickname in history mgr 2006-04-09 10:32:34 +00:00
Nikos Kouremenos 5e46d05431 logic fix. thanks Jim 2006-04-04 18:07:10 +00:00
Nikos Kouremenos 5957e968d7 do not tb on kind gc_msg 2006-04-04 17:50:14 +00:00
Nikos Kouremenos 72d035eb15 escape for pango. thanks jim for refreshing my mem 2006-04-04 17:28:46 +00:00
Nikos Kouremenos 4f0a5096bd include check for status colors in history managers. 2006-04-04 17:26:22 +00:00
Nikos Kouremenos cdf325d477 add colors to show your and other party's message on history mgr (#1659) 2006-04-04 17:10:58 +00:00
Yann Leboulanger 31e54bc2ed remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message. 2006-04-02 16:11:21 +00:00
Nikos Kouremenos c7dc01e366 do not maximize history manager (let the user do it if he wants) and also make sure user was warned that running Gajim and touching logs db crazily can end up in useless db or whatever chaotic problems 2006-03-21 14:37:06 +00:00
Nikos Kouremenos f773f2d998 make jid++ patch obey to our coding standards 2006-03-20 11:28:02 +00:00
Yann Leboulanger faaeed74e6 [Jim++] add contect menu to delete rows in history manager 2006-03-20 08:20:49 +00:00
Yann Leboulanger 743d514997 strftime returns local-encoded string. decode it. Fixes #1662 2006-03-05 22:09:39 +00:00
Nikos Kouremenos 644e744bd2 order jids in left col by name; fixes 1658 2006-03-04 21:00:58 +00:00
Nikos Kouremenos 3d21947e2a set home folder as default folder for fchooser and set nice title on fchooser 2006-02-10 16:12:16 +00:00
Nikos Kouremenos 04c5d6bfae we can now export from history manager to txt 2006-02-10 16:01:47 +00:00
Nikos Kouremenos 9a64a51517 now we also scroll to result 2006-02-08 23:41:01 +00:00
Nikos Kouremenos 2105fb0d93 double click on result row now opens equivalent JID. TODO: also scroll to result 2006-02-08 22:46:20 +00:00
Nikos Kouremenos 72d49e951e if user removes sth, ask him on quiting about VACUUM and if he likes that do it (sqlite docs say it can take sometime one large db (I cannot test, YANN?) and it is why I do not do it automatically; also fix a bug on massively deleteing contact logs 2006-02-06 21:35:54 +00:00
Nikos Kouremenos c9ef415ecc fill search results listview; todo: operate on results 2006-02-06 20:34:06 +00:00
Nikos Kouremenos 072cc50baa you can now delete one of more contact logs from database. all should work (else it is a bug) apart from searching which is coming soon 2006-02-06 20:06:10 +00:00
Nikos Kouremenos 5e67a13cd0 delete also removes from listview now 2006-02-04 21:34:16 +00:00
Nikos Kouremenos c966ab9e6f we can now delete a row or more from db. TODO: update UI on the fly 2006-02-04 20:35:57 +00:00
Nikos Kouremenos 1e4878402e when we change jid clear previous content in logs_liststore 2006-02-03 21:18:08 +00:00
Nikos Kouremenos cdb678ebee make history mgr executable 2006-02-03 21:10:48 +00:00
Nikos Kouremenos bdedc4d4e6 do not tb on invalid time 2006-02-03 21:07:43 +00:00
Nikos Kouremenos 6fc7da391e introducing history_manager.py; button do not work and yes I plan to allow multiple selection of messages 2006-02-03 00:01:53 +00:00