Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added title bar texts for error and warning pop-ups. | Till Kamppeter | 2004-01-21 | 1 | -35/+35 |
| | |||||
* | Removed occurences of "Mandrake" from translateable strings. | Till Kamppeter | 2004-01-21 | 1 | -3/+8 |
| | |||||
* | remove arrows from previous/next buttons according to interface team | Thierry Vignaud | 2004-01-16 | 1 | -2/+2 |
| | |||||
* | Let list of printer models get sorted. | Till Kamppeter | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | Added functionality to configure a PostScript printer with a | Till Kamppeter | 2004-01-12 | 1 | -6/+105 |
| | | | | | manufacturer-supplied PPD file. | ||||
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -3/+3 |
| | |||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -17/+17 |
| | |||||
* | Removed check for Perl library in checking for installed packages. The | Till Kamppeter | 2003-11-03 | 1 | -1/+0 |
| | | | | | library is in a versioned directory which changes with every Perl release. | ||||
* | Added support for user-mode-only HPOJ devices (HP PSC 1xxx and | Till Kamppeter | 2003-09-15 | 1 | -3/+4 |
| | | | | | OfficeJet 4xxx). Fixes bug #5641. | ||||
* | Fixed bug #5423: Some option settings were not be recognized or changed. | Till Kamppeter | 2003-09-09 | 1 | -1/+4 |
| | |||||
* | - Use a field in the $printer data structure and no a global variable | Till Kamppeter | 2003-09-08 | 1 | -55/+55 |
| | | | | | | | for the expert mode. - Fixed bug of database not being re-read when switching between normal and expert mode with the new GTK2 main window. | ||||
* | Fixed first-time dialog. | Till Kamppeter | 2003-09-07 | 1 | -1/+1 |
| | |||||
* | Fixed major number of libsane-hpoj. | Till Kamppeter | 2003-09-02 | 1 | -1/+1 |
| | |||||
* | Do not show hidden options in the options dialog. | Till Kamppeter | 2003-08-29 | 1 | -0/+3 |
| | |||||
* | Enabled Wizards in embedded mode. They work there now! | Till Kamppeter | 2003-08-29 | 1 | -2/+2 |
| | |||||
* | Moved some stuff from mainwindow_interactive() to main() and init() as | Till Kamppeter | 2003-08-28 | 1 | -13/+13 |
| | | | | | it has nothing to do with the main window. | ||||
* | Let names of automatically generated queues not contain the word "Series". | Till Kamppeter | 2003-08-26 | 1 | -29/+31 |
| | |||||
* | Distinguish between printers "Configured on this machine" and | Till Kamppeter | 2003-08-25 | 1 | -7/+7 |
| | | | | | | | "Configured on other machines", not any more "Local Printers" and "Remote Printers", so the current dialog is compatible to the new GTK2 dialog. | ||||
* | - Modularized the function main() to have separate subroutines for | Till Kamppeter | 2003-08-25 | 1 | -575/+690 |
| | | | | | | | | adding, setting as default, editing, and removing a printer (for new main window). - Cleaned up the code of the former function main(). - Re-activated the wizard mode for adding a printer, it works again! | ||||
* | Made the HP DeskJet 450 really being recognized as a printer needing HPOJ. | Till Kamppeter | 2003-08-24 | 1 | -7/+8 |
| | |||||
* | Added HP DeskJet 450 to the models which need HPOJ. | Till Kamppeter | 2003-08-24 | 1 | -6/+10 |
| | |||||
* | - Fixed expert/normal mode switch (it will perhaps be removed, but a | Till Kamppeter | 2003-08-24 | 1 | -3/+2 |
| | | | | | | | | working switch makes the further development easier). - Added connectionstr() function which produces a human-readable string for the connection type, needed for new main window. - Added missing parantheses (there was a warning complaining about this). | ||||
* | Support for the new "ptal://..." (two slashes) URIs of the new HPOJ. | Till Kamppeter | 2003-08-22 | 1 | -9/+9 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | better english (#1342) | Thierry Vignaud | 2003-05-22 | 1 | -2/+2 |
| | |||||
* | - perl_checker fixes, which show up the following bugs: | Thierry Vignaud | 2003-05-20 | 1 | -39/+36 |
| | | | | | | | | | | | | - printer::printerdrake::{setup_smb,setup_socket}(): do not use undef values, but reuse those we just calculate - printer::printerdrake::main(): fix printer::default::printer_type() callee - printer::printerdrake::check_network(): fix network::netconnect::main() callee | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-19 | 1 | -134/+136 |
| | |||||
* | Added button to switch to japanese text file printing. | Till Kamppeter | 2003-03-11 | 1 | -3/+10 |
| | |||||
* | Many bug fixes: | Till Kamppeter | 2003-03-11 | 1 | -29/+44 |
| | | | | | | | | | | | | | - Wait messages bloxked the OK buttons of the dialogs telling how to scan and how to read photo cards on HP´s MF devices. - Do not configure OpenOffice.org any more, only Star Office. OpenOffice.org is patched to have native CUPS support now. - If the Port for a BrowsePoll address is left blank, 631 is taken as default now. - Text for firmware upload for HP LaserJet 1000 now also available in the 'Learn how to use printer' dialog. - Updated check of model name for HP´s MF devices to newest models. | ||||
* | Fixed bug of wrong function call to display the spooler name (Titi's ↵ | Till Kamppeter | 2003-03-03 | 1 | -4/+4 |
| | | | | untested changes). | ||||
* | - Avoid two overlayed wait messages when installing packages | Till Kamppeter | 2003-03-02 | 1 | -9/+18 |
| | | | | | | - Let applications (OpenOffice.org/GIMP) being once on startup of Printerdrake | ||||
* | Call function for configuring applications only if really needed. | Till Kamppeter | 2003-03-02 | 1 | -14/+26 |
| | |||||
* | Shortened the texts in some list dialogs to get a better layout. | Till Kamppeter | 2003-03-02 | 1 | -11/+11 |
| | |||||
* | - When non-interactively creating print queues ask the user for the model | Till Kamppeter | 2003-03-02 | 1 | -40/+66 |
| | | | | | name if the model is not in the database, don't do wild guesses then. | ||||
* | Prepared for LPRng and PDQ goint to Contribs or leaving the distro, "Change | Till Kamppeter | 2003-02-25 | 1 | -1/+4 |
| | | | | | | Printing System" button only appears if at least one of them is manually installed. | ||||
* | first attempt at making printerdrake to behave smoother when embedded in the | Thierry Vignaud | 2003-02-24 | 1 | -3/+2 |
| | | | | | mcc | ||||
* | Several bug fixes on printerdrake | Till Kamppeter | 2003-02-23 | 1 | -3/+19 |
| | | | | | | | | | | | | | - "BrowsePoll <IP>:<Port>" needs "Browsing On" in /etc/cups/cupsd.conf. - If the same printer model is once on the parallel port and second on USB, there was a new USB queue created on every start of Printerdrake. - Now CUPS is restarted whenever a new USB print queue is set up so that CUPS can provide the model-related USB URI. - Made sure that the default printer is defined and that it is an existing queue so that during installation printerdrake does not show a line only containing " (Default)" in the list of installed printers. - Cleaned up data structure after automatic queue generation. | ||||
* | Fixed bug of printerdrake loosing the printer queue info during the | Till Kamppeter | 2003-02-23 | 1 | -50/+81 |
| | | | | | | | preparation of the "Summary" window (only if there are local printers). No the printer queue entries should not be empty when clicking on "Configure" in the "Printer" part of the "Summary" window. | ||||
* | - Fixed text of "Refresh printer list" button when list is empty. | Till Kamppeter | 2003-02-21 | 1 | -454/+458 |
| | | | | | | - Let printerdrake clean up its datastructure after auto-installing printers in the beginning of the "Summary" installation step. | ||||
* | - Improved/fixed generation of printer list entries from | Till Kamppeter | 2003-02-20 | 1 | -5/+4 |
| | | | | | | | manufacturer-supplied PostScript PPD files - Removed forgotten debug mode - Disabled wizard-mode temporarily | ||||
* | Show description of the printer when an unknown printer is found during ↵ | Till Kamppeter | 2003-02-18 | 1 | -1/+5 |
| | | | | automatic queue setup an it is asked for the model. | ||||
* | Removed N( ) around IP numbers, there is no point in "translating" them | Pablo Saratxaga | 2003-02-18 | 1 | -7/+7 |
| | |||||
* | - "BrowsePoll" support in the CUPS configuration dialog. | Till Kamppeter | 2003-02-18 | 1 | -2/+180 |
| | | | | | | - Fixes on error message windows in the dialog for printer sharing destinations. | ||||
* | - Restructured function "main()" | Till Kamppeter | 2003-02-17 | 1 | -273/+285 |
| | | | | | | | | | | - Made automatic queue setup being done during installation - Support for unknown printers in auto-detection and in automatic queue setup - Fixed determination of default printer - Fixed printer help page display - Fixed wait message in /usr/sbin/printerdrake | ||||
* | - try to workaround #1581 | Guillaume Cottenceau | 2003-02-15 | 1 | -15/+13 |
| | | | | | - fix the most code style-independant perl checker things | ||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -26/+27 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | Fixed English typo | Pablo Saratxaga | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | Fixed auto-detection of a configured (but not started) network. | Till Kamppeter | 2003-02-04 | 1 | -7/+15 |
| | |||||
* | - "Out-sourced" functions for config file handling into handle_configs.pm, | Till Kamppeter | 2003-02-04 | 1 | -8/+11 |
| | | | | | | it is used by both printerdrake and scannerdrake. - Improvements and fixes on CUPS daemon configuration by printerdrake. | ||||
* | move whatPrinter(), whatUsbport() and whatPrinterPort() out of ↵ | Pascal Rigaux | 2003-02-02 | 1 | -2/+1 |
| | | | | | | | | | | detect_devices to printer::detect (it cleans up detect_devices, and won't hurt eyes anymore :) this change, together with .perl_checker skipping printer::* marks the style disagreement between printer/* and the rest of install |