1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00
Commit Graph

325 Commits

Author SHA1 Message Date
851321327a * Added confirmation dialog for deleting elements. 2007-09-15 06:50:28 +00:00
e33c809825 * Added column with parent id to TreeStore. Now it can be possible to
activate items in context menu for specified files.
2007-09-12 20:42:31 +00:00
363e5289b1 * Added recent in config class.
* Added read/write recent menu with correct order into configuration
   file.
2007-09-12 20:41:18 +00:00
a08503cb02 * Added recent files menu.
* Added context menu for disk TreeView.
 * Added parameters for __open() method.
2007-09-12 20:40:14 +00:00
f978b75c7c * Changed unnecessary string into optional (debug mode). 2007-09-12 20:37:51 +00:00
4e3de66f89 * Added support for load katalog as a command line parameter. 2007-09-12 20:37:01 +00:00
1af0df2105 * Added pwd befor directory change for reference point for relative
path argument.
2007-09-12 20:36:02 +00:00
cfc22c2a42 * Added separator and find element in main menu. 2007-09-12 20:34:56 +00:00
96ceebbf88 * Path change. 2007-09-05 16:28:29 +00:00
5c1da0f9c0 * Removed old file of main window. 2007-09-05 16:21:27 +00:00
3282000e03 * Moved experimental MVC project as a current mainstream. 2007-09-05 16:13:58 +00:00
c779b83259 * Removed duplicated directories. 2007-09-05 16:10:20 +00:00
fa10153d13 * Removed old files form project. 2007-09-05 16:09:21 +00:00
1b04745ef8 * Removed old files form project. 2007-09-05 16:08:34 +00:00
0ef11257ac * Removed old GUI files. 2007-09-05 16:07:05 +00:00
8a10e49a84 * Change of concept for keeping directory structure in database.
* There was performance issue with relation parent-child in complex
   nested directory structures, and takes too much time to caculate this
   structure.
2007-09-05 16:02:44 +00:00
f42e134236 * Added information about failure of Egenix mx.DateTime import. 2007-09-05 16:01:22 +00:00
0b9c154aab * Specified width of integer for TreeView column, so that size of large
files can be fitted into it.
2007-08-30 18:49:19 +00:00
b064624c4b * Removed unnecessary print. 2007-08-30 18:48:24 +00:00
3de5c1f8cd * Added dialog for changing filename of the katalog and small cosmetic
changes in dialog for file open.
2007-08-29 20:26:10 +00:00
2eab5ff145 * Function clean up.
* Fixed performance issue with filling up TreeStore for disks tree.
2007-08-29 20:24:40 +00:00
b01223bec0 * Version bump to 0.7.
* Code clean up.
 * Added support for clicking on items in files TreeView.
 * This version is functional the same as that previous on-file shit.
2007-08-29 20:23:00 +00:00
ab3d0ea172 * Removed unnecessary gtk import inside program. 2007-08-29 20:21:06 +00:00
60fb364f3f * Dialgos code clean up.
* Added support for secondary text in dialogs.
2007-08-26 11:15:33 +00:00
a00a60a8dd * Added functions for fill TreeStore and ListStore with data.
* Added methods for fetch information about file/directory.
2007-08-26 11:14:54 +00:00
e04e77a527 * Added support for 'Cancel' buttons.
* Added setup for disks and files treemodels.
 * Code clean up.
 * Removed repetable commands, which are creating unnecessary treemodel
   objects.
2007-08-26 11:12:47 +00:00
be3e4032c7 * Changed PYTHONPATH.
* Changed name of program for way of launch with -OO option.
2007-08-26 11:10:56 +00:00
c68c108a36 * Added signal for couple of widgets.
* Added 'Cancel' button for interrupt scanning.
2007-08-26 11:10:08 +00:00
610733ca33 * Added description in docstring. 2007-08-20 17:53:55 +00:00
56e11e21ab * Change of path to project in bash starting script. 2007-07-26 08:57:35 +00:00
a9897caf79 * Change of path to project in bash starting script. 2007-07-26 08:56:22 +00:00
a48458d1f9 * Code clean up in dialog and configuration views. 2007-06-23 17:12:02 +00:00
a6019fff41 * Added helper for support CD/DVD mount, umount, eject etc. 2007-06-23 17:11:34 +00:00
df9ea38a03 * Refactored code in configuration and main controllers. 2007-06-23 17:10:54 +00:00
4edcc521cd * Refactored code in configuration and main controllers. 2007-06-23 17:10:43 +00:00
70672ec83c * Upgraded pygtkmvc to version 1.0.1. 2007-06-23 17:08:05 +00:00
653f51da15 * Upgraded pygtkmvc to version 1.0.1. 2007-06-23 17:07:59 +00:00
1e70c4f69f * Some GUI changes. 2007-06-23 17:07:32 +00:00
eac73cd58b * Added dialogs glade file. 2007-06-23 17:07:17 +00:00
fb21b274e0 * Changes except-try blocks to objects methods. 2007-06-23 17:06:59 +00:00
9f512ec834 * Changes in old version. 2007-06-23 17:06:19 +00:00
afc1e325b0 * Added configuration loading. 2007-05-07 04:41:17 +00:00
c54ca0f0bf * Fixed bug with no-displayed preferences window. 2007-05-07 04:40:05 +00:00
dc54cebd12 * Changed filename for main file. 2007-05-06 18:01:43 +00:00
3b2635d6e2 * Cahnged filename for main file. 2007-05-06 18:00:52 +00:00
da52c1aa03 * Added signal handling defined in view (through glade file). 2007-05-05 20:25:28 +00:00
e331bdbfc2 * Try for a new, nice icon. 2007-05-05 20:19:56 +00:00
3bc24ab9e8 * Dialogs for common uses. 2007-05-05 20:19:10 +00:00
871a3d9c3e * View for configuration. 2007-05-05 20:18:52 +00:00
cc151f00ca * Model for configuration. 2007-05-05 20:18:36 +00:00